> For the complete documentation index, see [llms.txt](https://mastodon.gitbook.io/mastodon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mastodon.gitbook.io/mastodon/entities/field.md).

# Field

## Example

{% code title="Excerpt from Account\[source]" %}

```javascript
    "fields": [
      {
        "name": "Website",
        "value": "https://trwnh.com",
        "verified_at": "2019-08-29T04:14:55.571+00:00"
      },
      {
        "name": "Sponsor",
        "value": "https://liberapay.com/at",
        "verified_at": "2019-11-15T10:06:15.557+00:00"
      },
      {
        "name": "Fan of:",
        "value": "Punk-rock and post-hardcore (Circa Survive, letlive., La Dispute, THE FEVER 333)Manga (Yu-Gi-Oh!, One Piece, JoJo's Bizarre Adventure, Death Note, Shaman King)Platformers and RPGs (Banjo-Kazooie, Boktai, Final Fantasy Crystal Chronicles)",
        "verified_at": null
      },
      {
        "name": "Main topics:",
        "value": "systemic analysis, design patterns, anticapitalism, info/tech freedom, theory and philosophy, and otherwise being a genuine and decent wholesome poster. i'm just here to hang out and talk to cool people!",
        "verified_at": null
      }
    ],
```

{% endcode %}

## Required attributes

### `name`

**Description:** The key of a given field's key-value pair.\
**Type:** String\
**Version history:** Added in 2.4.0

### `value`

**Description:** The value associated with the `name` key.\
**Type:** String (HTML)\
**Version history:** Added in 2.4.0

## Optional attributes

### `verified_at`

**Description:** Timestamp of when the server verified a URL value for a rel="me" link.\
**Type:** String (ISO 8601 Datetime) if `value` is a verified URL. Otherwise, null\
**Version history:** Added in 2.6.0

## See also

* [Account#fields](/mastodon/entities/account.md#fields)
* [Source#fields](/mastodon/entities/source.md#fields)

{% content-ref url="/pages/-Lr2Atlkxqo5SydptEnz" %}
[Account](/mastodon/entities/account.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lr2BVZJv9Bkk-Zi4E5c" %}
[Source](/mastodon/entities/source.md)
{% endcontent-ref %}
