# Mastodon Docs

## en

- [What is Mastodon?](https://mastodon.gitbook.io/mastodon/master.md): Welcome to the Mastodon documentation!
- [Signing up for an account](https://mastodon.gitbook.io/mastodon/user/signup.md): Find your perfect community.
- [Setting up your profile](https://mastodon.gitbook.io/mastodon/user/profile.md): Get started with your new account.
- [Posting toots](https://mastodon.gitbook.io/mastodon/user/posting.md): Sharing your thoughts has never been more convenient.
- [Using the network features](https://mastodon.gitbook.io/mastodon/user/network.md): Follow and talk to anyone from any server.
- [Dealing with unwanted content](https://mastodon.gitbook.io/mastodon/user/moderating.md): Control what you see, for a more comfortable social media experience.
- [Promoting yourself and others](https://mastodon.gitbook.io/mastodon/user/discoverability.md): Give visibility to hashtags, profiles, and posts.
- [Set your preferences](https://mastodon.gitbook.io/mastodon/user/preferences.md): Customize things just the way you like them.
- [More settings](https://mastodon.gitbook.io/mastodon/user/contacts.md): Invite new users, sort through your contacts, and secure your account.
- [Using Mastodon externally](https://mastodon.gitbook.io/mastodon/user/external.md): You can browse and interact on Mastodon from external apps or websites.
- [Moving or leaving accounts](https://mastodon.gitbook.io/mastodon/user/moving.md)
- [Preparing your machine](https://mastodon.gitbook.io/mastodon/admin/prerequisites.md)
- [Installing from source](https://mastodon.gitbook.io/mastodon/admin/install.md)
- [Configuring variables](https://mastodon.gitbook.io/mastodon/admin/config.md)
- [Installing optional features](https://mastodon.gitbook.io/mastodon/admin/optional.md)
- [Full-text search](https://mastodon.gitbook.io/mastodon/admin/optional/elasticsearch.md)
- [Hidden services](https://mastodon.gitbook.io/mastodon/admin/optional/tor.md)
- [Single Sign On (SSO, LDAP, PAM, CAS, SAML)](https://mastodon.gitbook.io/mastodon/admin/optional/sso.md)
- [Setting up your new instance](https://mastodon.gitbook.io/mastodon/admin/setup.md)
- [Using the admin CLI](https://mastodon.gitbook.io/mastodon/admin/tootctl.md): tootctl commands that can be run from the CLI.
- [Upgrading to a new release](https://mastodon.gitbook.io/mastodon/admin/upgrading.md)
- [Backing up your server](https://mastodon.gitbook.io/mastodon/admin/backups.md)
- [Migrating to a new machine](https://mastodon.gitbook.io/mastodon/admin/migrating.md)
- [Scaling up your server](https://mastodon.gitbook.io/mastodon/admin/scaling.md)
- [Moderation actions](https://mastodon.gitbook.io/mastodon/admin/moderation.md)
- [Troubleshooting errors](https://mastodon.gitbook.io/mastodon/admin/troubleshooting.md)
- [Getting started with the API](https://mastodon.gitbook.io/mastodon/client/intro.md): A primer on REST APIs, HTTP requests and responses, and parameters.
- [Playing with public data](https://mastodon.gitbook.io/mastodon/client/public.md): Familiarizing yourself with endpoints and entities.
- [Obtaining client app access](https://mastodon.gitbook.io/mastodon/client/token.md): Getting accustomed to the basics of authentication and authorization.
- [Logging in with an account](https://mastodon.gitbook.io/mastodon/client/authorized.md): How to obtain authorization from a user and perform actions on their behalf.
- [Guidelines and best practices](https://mastodon.gitbook.io/mastodon/client/guidelines.md)
- [Libraries and implementations](https://mastodon.gitbook.io/mastodon/client/libraries.md): Interface with the Mastodon API in the programming language of your choice.
- [Technical overview](https://mastodon.gitbook.io/mastodon/dev/overview.md)
- [Setting up a dev environment](https://mastodon.gitbook.io/mastodon/dev/setup.md)
- [Code structure](https://mastodon.gitbook.io/mastodon/dev/code.md)
- [Routes](https://mastodon.gitbook.io/mastodon/dev/routes.md): How HTTP methods map to controllers and actions.
- [ActivityPub](https://mastodon.gitbook.io/mastodon/spec/activitypub.md): A decentralized social networking protocol based upon the ActivityStreams 2.0 data format and JSON-LD.
- [WebFinger](https://mastodon.gitbook.io/mastodon/spec/webfinger.md): Translate \`user@domain\` mentions to actor profile URIs.
- [Security](https://mastodon.gitbook.io/mastodon/spec/security.md): Public key cryptography and supported signature schemes over HTTP and JSON-LD.
- [Microformats](https://mastodon.gitbook.io/mastodon/spec/microformats.md): An open data format using CSS classes to structure your already-existing HTML.
- [OAuth](https://mastodon.gitbook.io/mastodon/spec/oauth.md): An open standard for token-based authentication and authorization on the Internet
- [OAuth Scopes](https://mastodon.gitbook.io/mastodon/api/oauth-scopes.md)
- [apps](https://mastodon.gitbook.io/mastodon/methods/apps.md): Register client applications that can be used to obtain OAuth tokens.
- [oauth](https://mastodon.gitbook.io/mastodon/methods/apps/oauth.md): Generate and manage OAuth tokens.
- [accounts](https://mastodon.gitbook.io/mastodon/methods/accounts.md): Methods concerning user accounts and related information.
- [bookmarks](https://mastodon.gitbook.io/mastodon/methods/accounts/bookmarks.md): View your bookmarks. See also statuses/:id/{bookmark,unbookmark}
- [favourites](https://mastodon.gitbook.io/mastodon/methods/accounts/favourites.md): View your favourites. See also statuses/:id/{favourite,unfavourite}
- [mutes](https://mastodon.gitbook.io/mastodon/methods/accounts/mutes.md): View your mutes. See also accounts/:id/{mute,unmute}
- [blocks](https://mastodon.gitbook.io/mastodon/methods/accounts/blocks.md): View your blocks. See also accounts/:id/{block,unblock}
- [domain\_blocks](https://mastodon.gitbook.io/mastodon/methods/accounts/domain_blocks.md): View and update domain blocks.
- [filters](https://mastodon.gitbook.io/mastodon/methods/accounts/filters.md): Create and manage filters.
- [reports](https://mastodon.gitbook.io/mastodon/methods/accounts/reports.md): Report problematic users to your moderators.
- [follow\_requests](https://mastodon.gitbook.io/mastodon/methods/accounts/follow_requests.md): View and manage follow requests.
- [endorsements](https://mastodon.gitbook.io/mastodon/methods/accounts/endorsements.md): Feature other profiles on your own profile. See also accounts/:id/{pin,unpin}
- [featured\_tags](https://mastodon.gitbook.io/mastodon/methods/accounts/featured_tags.md): Feature tags that you use frequently.
- [preferences](https://mastodon.gitbook.io/mastodon/methods/accounts/preferences.md): Preferred common behaviors to be shared across clients.
- [suggestions](https://mastodon.gitbook.io/mastodon/methods/accounts/suggestions.md): Server-generated suggestions on who to follow, based on previous positive interactions.
- [statuses](https://mastodon.gitbook.io/mastodon/methods/statuses.md): Publish, interact, and view information about statuses.
- [media](https://mastodon.gitbook.io/mastodon/methods/statuses/media.md): Attach media to authored statuses. See Using Mastodon > Posting toots > Attachments for more information about size and format limits.
- [polls](https://mastodon.gitbook.io/mastodon/methods/statuses/polls.md): View and vote on polls attached to statuses. To discover poll ID, you will need to GET a Status first and then check for a \`poll\` property.
- [scheduled\_statuses](https://mastodon.gitbook.io/mastodon/methods/statuses/scheduled_statuses.md): Schedule statuses for your instance to publish later.
- [timelines](https://mastodon.gitbook.io/mastodon/methods/timelines.md): Read and view timelines of statuses.
- [conversations](https://mastodon.gitbook.io/mastodon/methods/timelines/conversations.md): Direct conversations with other participants. (Currently, just threads containing a post with "direct" visibility.)
- [lists](https://mastodon.gitbook.io/mastodon/methods/timelines/lists.md): View and manage lists. See also: /api/v1/timelines/list/id for loading a list timeline.
- [markers](https://mastodon.gitbook.io/mastodon/methods/timelines/markers.md): Save and restore your position in timelines.
- [streaming](https://mastodon.gitbook.io/mastodon/methods/timelines/streaming.md): Subscribe to server-sent events for real-time updates via a long-lived HTTP connection or via WebSocket.
- [notifications](https://mastodon.gitbook.io/mastodon/methods/notifications.md): Receive notifications for activity on your account or statuses.
- [push](https://mastodon.gitbook.io/mastodon/methods/notifications/push.md): Subscribe to and receive push notifications when a server-side notification is received, via the Web Push API
- [search](https://mastodon.gitbook.io/mastodon/methods/search.md): Search for content in accounts, statuses and hashtags.
- [instance](https://mastodon.gitbook.io/mastodon/methods/instance.md): Informational endpoint to discover information about a Mastodon website.
- [trends](https://mastodon.gitbook.io/mastodon/methods/instance/trends.md): View hashtags that are currently being used more frequently than usual.
- [directory](https://mastodon.gitbook.io/mastodon/methods/instance/directory.md): A directory of profiles that your website is aware of.
- [custom\_emojis](https://mastodon.gitbook.io/mastodon/methods/instance/custom_emojis.md): Each site can define and upload its own custom emoji to be attached to profiles or statuses.
- [admin](https://mastodon.gitbook.io/mastodon/methods/admin.md): Perform moderation actions with accounts and reports.
- [proofs](https://mastodon.gitbook.io/mastodon/methods/proofs.md): For use by identity providers.
- [oembed](https://mastodon.gitbook.io/mastodon/methods/oembed.md): For generating OEmbed previews.
- [Account](https://mastodon.gitbook.io/mastodon/entities/account.md): Represents a user of Mastodon and their associated profile.
- [Admin::Account](https://mastodon.gitbook.io/mastodon/entities/admin-account.md): Admin-level information about a given account.
- [Admin::Report](https://mastodon.gitbook.io/mastodon/entities/admin-report.md): Admin-level information about a filed report.
- [Activity](https://mastodon.gitbook.io/mastodon/entities/activity.md): Represents a weekly bucket of instance activity.
- [Application](https://mastodon.gitbook.io/mastodon/entities/application.md): Represents an application that interfaces with the REST API to access accounts or post statuses.
- [Attachment](https://mastodon.gitbook.io/mastodon/entities/attachment.md): Represents a file or media attachment that can be added to a status.
- [Card](https://mastodon.gitbook.io/mastodon/entities/card.md): Represents a rich preview card that is generated using OpenGraph tags from a URL.
- [Context](https://mastodon.gitbook.io/mastodon/entities/context.md): Represents the tree around a given status. Used for reconstructing threads of statuses.
- [Conversation](https://mastodon.gitbook.io/mastodon/entities/conversation.md): Represents a conversation with "direct message" visibility.
- [Emoji](https://mastodon.gitbook.io/mastodon/entities/emoji.md): Represents a custom emoji.
- [Error](https://mastodon.gitbook.io/mastodon/entities/error.md): Represents an error message.
- [FeaturedTag](https://mastodon.gitbook.io/mastodon/entities/featuredtag.md)
- [Field](https://mastodon.gitbook.io/mastodon/entities/field.md): Represents a profile field as a name-value pair with optional verification.
- [Filter](https://mastodon.gitbook.io/mastodon/entities/filter.md): Represents a user-defined filter for determining which statuses should not be shown to the user.
- [History](https://mastodon.gitbook.io/mastodon/entities/history.md): Represents daily usage history of a hashtag.
- [IdentityProof](https://mastodon.gitbook.io/mastodon/entities/identityproof.md)
- [Instance](https://mastodon.gitbook.io/mastodon/entities/instance.md): Represents the software instance of Mastodon running on this domain.
- [List](https://mastodon.gitbook.io/mastodon/entities/list.md): Represents a list of some users that the authenticated user follows.
- [Marker](https://mastodon.gitbook.io/mastodon/entities/marker.md)
- [Mention](https://mastodon.gitbook.io/mastodon/entities/mention.md): Represents a mention of a user within the content of a status.
- [Notification](https://mastodon.gitbook.io/mastodon/entities/notification.md): Represents a notification of an event relevant to the user.
- [Poll](https://mastodon.gitbook.io/mastodon/entities/poll.md): Represents a poll attached to a status.
- [PushSubscription](https://mastodon.gitbook.io/mastodon/entities/push-subscription.md): Represents a subscription to the push streaming server.
- [Relationship](https://mastodon.gitbook.io/mastodon/entities/relationship.md): Represents the relationship between accounts, such as following / blocking / muting / etc.
- [Report](https://mastodon.gitbook.io/mastodon/entities/report.md): Reports filed against users and/or statuses, to be taken action on by moderators.
- [Results](https://mastodon.gitbook.io/mastodon/entities/results.md): Represents the results of a search.
- [Preferences](https://mastodon.gitbook.io/mastodon/entities/preferences.md): Represents a user's preferences.
- [ScheduledStatus](https://mastodon.gitbook.io/mastodon/entities/scheduledstatus.md): Represents a status that will be published at a future scheduled date.
- [Source](https://mastodon.gitbook.io/mastodon/entities/source.md): Represents display or publishing preferences of user's own account. Returned as an additional entity when verifying and updated credentials, as an attribute of Account.
- [Status](https://mastodon.gitbook.io/mastodon/entities/status.md): Represents a status posted by an account.
- [Tag](https://mastodon.gitbook.io/mastodon/entities/tag.md): Represents a hashtag used within the content of a status.
- [Token](https://mastodon.gitbook.io/mastodon/entities/token.md): Represents an OAuth token used for authenticating with the API and performing actions.

## jp

- [What is Mastodon?](https://mastodon.gitbook.io/mastodon/jp/master.md): Welcome to the Mastodon documentation!
- [Signing up for an account](https://mastodon.gitbook.io/mastodon/jp/user/signup.md): Find your perfect community.
- [Setting up your profile](https://mastodon.gitbook.io/mastodon/jp/user/profile.md): Get started with your new account.
- [Posting toots](https://mastodon.gitbook.io/mastodon/jp/user/posting.md): Sharing your thoughts has never been more convenient.
- [Using the network features](https://mastodon.gitbook.io/mastodon/jp/user/network.md): Follow and talk to anyone from any server.
- [Dealing with unwanted content](https://mastodon.gitbook.io/mastodon/jp/user/moderating.md): Control what you see, for a more comfortable social media experience.
- [Promoting yourself and others](https://mastodon.gitbook.io/mastodon/jp/user/discoverability.md): Give visibility to hashtags, profiles, and posts.
- [Set your preferences](https://mastodon.gitbook.io/mastodon/jp/user/preferences.md): Customize things just the way you like them.
- [More settings](https://mastodon.gitbook.io/mastodon/jp/user/contacts.md): Invite new users, sort through your contacts, and secure your account.
- [Using Mastodon externally](https://mastodon.gitbook.io/mastodon/jp/user/external.md): You can browse and interact on Mastodon from external apps or websites.
- [Moving or leaving accounts](https://mastodon.gitbook.io/mastodon/jp/user/moving.md)
- [Preparing your machine](https://mastodon.gitbook.io/mastodon/jp/admin/prerequisites.md)
- [Installing from source](https://mastodon.gitbook.io/mastodon/jp/admin/install.md)
- [Configuring variables](https://mastodon.gitbook.io/mastodon/jp/admin/config.md)
- [Installing optional features](https://mastodon.gitbook.io/mastodon/jp/admin/optional.md)
- [Full-text search](https://mastodon.gitbook.io/mastodon/jp/admin/optional/elasticsearch.md)
- [Hidden services](https://mastodon.gitbook.io/mastodon/jp/admin/optional/tor.md)
- [Single Sign On (SSO, LDAP, PAM, CAS, SAML)](https://mastodon.gitbook.io/mastodon/jp/admin/optional/sso.md)
- [Setting up your new instance](https://mastodon.gitbook.io/mastodon/jp/admin/setup.md)
- [Using the admin CLI](https://mastodon.gitbook.io/mastodon/jp/admin/tootctl.md): tootctl commands that can be run from the CLI.
- [Upgrading to a new release](https://mastodon.gitbook.io/mastodon/jp/admin/upgrading.md)
- [Backing up your server](https://mastodon.gitbook.io/mastodon/jp/admin/backups.md)
- [Migrating to a new machine](https://mastodon.gitbook.io/mastodon/jp/admin/migrating.md)
- [Scaling up your server](https://mastodon.gitbook.io/mastodon/jp/admin/scaling.md)
- [Moderation actions](https://mastodon.gitbook.io/mastodon/jp/admin/moderation.md)
- [Troubleshooting errors](https://mastodon.gitbook.io/mastodon/jp/admin/troubleshooting.md)
- [Getting started with the API](https://mastodon.gitbook.io/mastodon/jp/client/intro.md): A primer on REST APIs, HTTP requests and responses, and parameters.
- [Playing with public data](https://mastodon.gitbook.io/mastodon/jp/client/public.md): Familiarizing yourself with endpoints and entities.
- [Obtaining client app access](https://mastodon.gitbook.io/mastodon/jp/client/token.md): Getting accustomed to the basics of authentication and authorization.
- [Logging in with an account](https://mastodon.gitbook.io/mastodon/jp/client/authorized.md): How to obtain authorization from a user and perform actions on their behalf.
- [Guidelines and best practices](https://mastodon.gitbook.io/mastodon/jp/client/guidelines.md)
- [Libraries and implementations](https://mastodon.gitbook.io/mastodon/jp/client/libraries.md): Interface with the Mastodon API in the programming language of your choice.
- [Technical overview](https://mastodon.gitbook.io/mastodon/jp/dev/overview.md)
- [Setting up a dev environment](https://mastodon.gitbook.io/mastodon/jp/dev/setup.md)
- [Code structure](https://mastodon.gitbook.io/mastodon/jp/dev/code.md)
- [Routes](https://mastodon.gitbook.io/mastodon/jp/dev/routes.md): How HTTP methods map to controllers and actions.
- [ActivityPub](https://mastodon.gitbook.io/mastodon/jp/spec/activitypub.md): A decentralized social networking protocol based upon the ActivityStreams 2.0 data format and JSON-LD.
- [WebFinger](https://mastodon.gitbook.io/mastodon/jp/spec/webfinger.md): Translate \`user@domain\` mentions to actor profile URIs.
- [Security](https://mastodon.gitbook.io/mastodon/jp/spec/security.md): Public key cryptography and supported signature schemes over HTTP and JSON-LD.
- [Microformats](https://mastodon.gitbook.io/mastodon/jp/spec/microformats.md): An open data format using CSS classes to structure your already-existing HTML.
- [OAuth](https://mastodon.gitbook.io/mastodon/jp/spec/oauth.md): An open standard for token-based authentication and authorization on the Internet
- [OAuth Scopes](https://mastodon.gitbook.io/mastodon/jp/api/oauth-scopes.md)
- [apps](https://mastodon.gitbook.io/mastodon/jp/methods/apps.md): Register client applications that can be used to obtain OAuth tokens.
- [oauth](https://mastodon.gitbook.io/mastodon/jp/methods/apps/oauth.md): Generate and manage OAuth tokens.
- [accounts](https://mastodon.gitbook.io/mastodon/jp/methods/accounts.md): Methods concerning user accounts and related information.
- [bookmarks](https://mastodon.gitbook.io/mastodon/jp/methods/accounts/bookmarks.md): View your bookmarks. See also statuses/:id/{bookmark,unbookmark}
- [favourites](https://mastodon.gitbook.io/mastodon/jp/methods/accounts/favourites.md): View your favourites. See also statuses/:id/{favourite,unfavourite}
- [mutes](https://mastodon.gitbook.io/mastodon/jp/methods/accounts/mutes.md): View your mutes. See also accounts/:id/{mute,unmute}
- [blocks](https://mastodon.gitbook.io/mastodon/jp/methods/accounts/blocks.md): View your blocks. See also accounts/:id/{block,unblock}
- [domain\_blocks](https://mastodon.gitbook.io/mastodon/jp/methods/accounts/domain_blocks.md): View and update domain blocks.
- [filters](https://mastodon.gitbook.io/mastodon/jp/methods/accounts/filters.md): Create and manage filters.
- [reports](https://mastodon.gitbook.io/mastodon/jp/methods/accounts/reports.md): Report problematic users to your moderators.
- [follow\_requests](https://mastodon.gitbook.io/mastodon/jp/methods/accounts/follow_requests.md): View and manage follow requests.
- [endorsements](https://mastodon.gitbook.io/mastodon/jp/methods/accounts/endorsements.md): Feature other profiles on your own profile. See also accounts/:id/{pin,unpin}
- [featured\_tags](https://mastodon.gitbook.io/mastodon/jp/methods/accounts/featured_tags.md): Feature tags that you use frequently.
- [preferences](https://mastodon.gitbook.io/mastodon/jp/methods/accounts/preferences.md): Preferred common behaviors to be shared across clients.
- [suggestions](https://mastodon.gitbook.io/mastodon/jp/methods/accounts/suggestions.md): Server-generated suggestions on who to follow, based on previous positive interactions.
- [statuses](https://mastodon.gitbook.io/mastodon/jp/methods/statuses.md): Publish, interact, and view information about statuses.
- [media](https://mastodon.gitbook.io/mastodon/jp/methods/statuses/media.md): Attach media to authored statuses.
- [polls](https://mastodon.gitbook.io/mastodon/jp/methods/statuses/polls.md): View and vote on polls attached to statuses. To discover poll ID, you will need to GET a Status first and then check for a \`poll\` property.
- [scheduled\_statuses](https://mastodon.gitbook.io/mastodon/jp/methods/statuses/scheduled_statuses.md): Schedule statuses for your instance to publish later.
- [timelines](https://mastodon.gitbook.io/mastodon/jp/methods/timelines.md): Read and view timelines of statuses.
- [conversations](https://mastodon.gitbook.io/mastodon/jp/methods/timelines/conversations.md): Direct conversations with other participants. (Currently, just threads containing a post with "direct" visibility.)
- [lists](https://mastodon.gitbook.io/mastodon/jp/methods/timelines/lists.md): View and manage lists. See also: /api/v1/timelines/list/id for loading a list timeline.
- [markers](https://mastodon.gitbook.io/mastodon/jp/methods/timelines/markers.md): Save and restore your position in timelines.
- [streaming](https://mastodon.gitbook.io/mastodon/jp/methods/timelines/streaming.md): Subscribe to server-sent events for real-time updates via a long-lived HTTP connection or via WebSocket.
- [notifications](https://mastodon.gitbook.io/mastodon/jp/methods/notifications.md): Receive notifications for activity on your account or statuses.
- [push](https://mastodon.gitbook.io/mastodon/jp/methods/notifications/push.md): Subscribe to and receive push notifications when a server-side notification is received, via the Web Push API
- [search](https://mastodon.gitbook.io/mastodon/jp/methods/search.md): Search for content in accounts, statuses and hashtags.
- [instance](https://mastodon.gitbook.io/mastodon/jp/methods/instance.md): Informational endpoint to discover information about a Mastodon website.
- [trends](https://mastodon.gitbook.io/mastodon/jp/methods/instance/trends.md): View hashtags that are currently being used more frequently than usual.
- [directory](https://mastodon.gitbook.io/mastodon/jp/methods/instance/directory.md): A directory of profiles that your website is aware of.
- [custom\_emojis](https://mastodon.gitbook.io/mastodon/jp/methods/instance/custom_emojis.md): Each site can define and upload its own custom emoji to be attached to profiles or statuses.
- [admin](https://mastodon.gitbook.io/mastodon/jp/methods/admin.md): Perform moderation actions with accounts and reports.
- [proofs](https://mastodon.gitbook.io/mastodon/jp/methods/proofs.md): For use by identity providers.
- [oembed](https://mastodon.gitbook.io/mastodon/jp/methods/oembed.md): For generating OEmbed previews.
- [Account](https://mastodon.gitbook.io/mastodon/jp/entities/account.md): Represents a user of Mastodon and their associated profile.
- [Admin::Account](https://mastodon.gitbook.io/mastodon/jp/entities/admin-account.md): Admin-level information about a given account.
- [Admin::Report](https://mastodon.gitbook.io/mastodon/jp/entities/admin-report.md): Admin-level information about a filed report.
- [Activity](https://mastodon.gitbook.io/mastodon/jp/entities/activity.md): Represents a weekly bucket of instance activity.
- [Application](https://mastodon.gitbook.io/mastodon/jp/entities/application.md): Represents an application that interfaces with the REST API to access accounts or post statuses.
- [Attachment](https://mastodon.gitbook.io/mastodon/jp/entities/attachment.md): Represents a file or media attachment that can be added to a status.
- [Card](https://mastodon.gitbook.io/mastodon/jp/entities/card.md): Represents a rich preview card that is generated using OpenGraph tags from a URL.
- [Context](https://mastodon.gitbook.io/mastodon/jp/entities/context.md): Represents the tree around a given status. Used for reconstructing threads of statuses.
- [Conversation](https://mastodon.gitbook.io/mastodon/jp/entities/conversation.md): Represents a conversation with "direct message" visibility.
- [Emoji](https://mastodon.gitbook.io/mastodon/jp/entities/emoji.md): Represents a custom emoji.
- [Error](https://mastodon.gitbook.io/mastodon/jp/entities/error.md): Represents an error message.
- [FeaturedTag](https://mastodon.gitbook.io/mastodon/jp/entities/featuredtag.md)
- [Field](https://mastodon.gitbook.io/mastodon/jp/entities/field.md): Represents a profile field as a name-value pair with optional verification.
- [Filter](https://mastodon.gitbook.io/mastodon/jp/entities/filter.md): Represents a user-defined filter for determining which statuses should not be shown to the user.
- [History](https://mastodon.gitbook.io/mastodon/jp/entities/history.md): Represents daily usage history of a hashtag.
- [IdentityProof](https://mastodon.gitbook.io/mastodon/jp/entities/identityproof.md)
- [Instance](https://mastodon.gitbook.io/mastodon/jp/entities/instance.md): Represents the software instance of Mastodon running on this domain.
- [List](https://mastodon.gitbook.io/mastodon/jp/entities/list.md): Represents a list of some users that the authenticated user follows.
- [Marker](https://mastodon.gitbook.io/mastodon/jp/entities/marker.md)
- [Mention](https://mastodon.gitbook.io/mastodon/jp/entities/mention.md): Represents a mention of a user within the content of a status.
- [Notification](https://mastodon.gitbook.io/mastodon/jp/entities/notification.md): Represents a notification of an event relevant to the user.
- [Poll](https://mastodon.gitbook.io/mastodon/jp/entities/poll.md): Represents a poll attached to a status.
- [PushSubscription](https://mastodon.gitbook.io/mastodon/jp/entities/push-subscription.md): Represents a subscription to the push streaming server.
- [Relationship](https://mastodon.gitbook.io/mastodon/jp/entities/relationship.md): Represents the relationship between accounts, such as following / blocking / muting / etc.
- [Report](https://mastodon.gitbook.io/mastodon/jp/entities/report.md): Reports filed against users and/or statuses, to be taken action on by moderators.
- [Results](https://mastodon.gitbook.io/mastodon/jp/entities/results.md): Represents the results of a search.
- [Preferences](https://mastodon.gitbook.io/mastodon/jp/entities/preferences.md): Represents a user's preferences.
- [ScheduledStatus](https://mastodon.gitbook.io/mastodon/jp/entities/scheduledstatus.md): Represents a status that will be published at a future scheduled date.
- [Source](https://mastodon.gitbook.io/mastodon/jp/entities/source.md): Represents display or publishing preferences of user's own account. Returned as an additional entity when verifying and updated credentials, as an attribute of Account.
- [Status](https://mastodon.gitbook.io/mastodon/jp/entities/status.md): Represents a status posted by an account.
- [Tag](https://mastodon.gitbook.io/mastodon/jp/entities/tag.md): Represents a hashtag used within the content of a status.
- [Token](https://mastodon.gitbook.io/mastodon/jp/entities/token.md): Represents an OAuth token used for authenticating with the API and performing actions.
