---
title: "Gets metadata editor info for an item."
method: GET
path: "/Items/{itemId}/MetadataEditor"
tags: ["ItemUpdate"]
---

# Gets metadata editor info for an item.

`GET /Items/{itemId}/MetadataEditor`

## Path parameters

- `itemId` string, uuid, required — The item id.

## Response `200`

Item metadata editor returned.

- MetadataEditorInfo
  - `ParentalRatingOptions` ParentalRating[], nullable
    - `Name` string, nullable — Gets or sets the name.
    - `Value` integer — Gets or sets the value.
  - `Countries` CountryInfo[], nullable
    - `Name` string, nullable — Gets or sets the name.
    - `DisplayName` string, nullable — Gets or sets the display name.
    - `TwoLetterISORegionName` string, nullable — Gets or sets the name of the two letter ISO region.
    - `ThreeLetterISORegionName` string, nullable — Gets or sets the name of the three letter ISO region.
  - `Cultures` CultureDto[], nullable
    - `Name` string, nullable — Gets or sets the name.
    - `DisplayName` string, nullable — Gets or sets the display name.
    - `TwoLetterISOLanguageName` string, nullable — Gets or sets the name of the two letter ISO language.
    - `ThreeLetterISOLanguageName` string, nullable — Gets or sets the name of the three letter ISO language.
    - `ThreeLetterISOLanguageNames` string[], nullable
  - `ExternalIdInfos` ExternalIdInfo[], nullable
    - `Name` string, nullable — Gets or sets the display name of the external id provider (IE: IMDB, MusicBrainz, etc).
    - `Key` string, nullable — Gets or sets the unique key for this id. This key should be unique across all providers.
    - `Type` 'Album' | 'AlbumArtist' | 'Artist' | 'BoxSet' | 'Episode' | 'Movie' | 'OtherArtist' | 'Person' | 'ReleaseGroup' | 'Season' | 'Series' | 'Track' — The specific media type of an MediaBrowser.Model.Providers.ExternalIdInfo.
    - `UrlFormatString` string, nullable — Gets or sets the URL format string.
  - `ContentType` string, nullable
  - `ContentTypeOptions` NameValuePair[], nullable
    - `Name` string, nullable — Gets or sets the name.
    - `Value` string, nullable — Gets or sets the value.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Item not found.

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/revisions/eb6f75af7066/schema)
