--- title: ExtendedDescription description: Represents an extended description for the instance, to be shown on its about page. menu: docs: parent: entities aliases: [ "/entities/extendeddescription", "/entities/ExtendedDescription", "/api/entities/extendeddescription", "/api/entities/ExtendedDescription", ] --- ## Example ```json { "updated_at":"2022-11-03T04:09:07Z", "content":"

For inquiries not related specifically to the operation of this server, such as press inquiries, please contact press@joinmastodon.org.

\n\n

Funding

\n\n

This server is crowdfunded by Patreon donations. For a list of sponsors, see joinmastodon.org.

\n\n

Reporting and moderation

\n\n

When reporting accounts, please make sure to include at least a few posts that show rule-breaking behaviour, when applicable. If there is any additional context that might help make a decision, please also include it in the comment. This is especially important when the content is in a language nobody on the moderation team speaks.

\n\n

We usually handle reports within 24 hours. Please mind that you are not notified when a report you have made has led to a punitive action, and that not all punitive actions are externally visible. For first time offenses, we may opt to delete offending content, escalating to harsher measures on repeat offenses.

\n\n

Impressum

\n\n

Mastodon gGmbH
\nMühlenstraße 8a
\n14167 Berlin
\nGermany

\n\n

E-Mail-Adresse: hello@joinmastodon.org

\n\n

Vertretungsberechtigt: Eugen Rochko (Geschäftsführer)

\n\n

Umsatzsteuer Identifikationsnummer (USt-ID): DE344258260

\n\n

Handelsregister
\nGeführt bei: Amtsgericht Charlottenburg
\nNummer: HRB 230086 B

\n" } ``` ## Attributes ### `updated_at` {#updated_at} **Description:** A timestamp of when the extended description was last updated.\ **Type:** String (ISO 8601 Datetime)\ **Version history:**\ 4.0.0 - added ### `content` {#content} **Description:** The rendered HTML content of the extended description.\ **Type:** String (HTML)\ **Version history:**\ 4.0.0 - added ## See also {{< page-relref ref="methods/instance#extended_description" caption="GET /api/v1/instance/extended_description" >}} {{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/serializers/rest/extended_description_serializer.rb" caption="app/serializers/rest/extended_description_serializer.rb" >}}