Skip to main content

AlternateTitleListResponse

Response containing a list of alternate titles

titles object[]required

List of alternate titles

  • Array [
  • createdAtstring<date-time>required

    When the title was created

    Example: 2024-01-01T00:00:00Z
    idstring<uuid>required

    Alternate title ID

    Example: 550e8400-e29b-41d4-a716-446655440040
    labelstringrequired

    Label for this title (e.g., "Japanese", "Romaji", "English", "Korean")

    Example: Japanese
    seriesIdstring<uuid>required

    Series ID

    Example: 550e8400-e29b-41d4-a716-446655440002
    titlestringrequired

    The alternate title

    Example: 進撃の巨人
    updatedAtstring<date-time>required

    When the title was last updated

    Example: 2024-01-15T10:30:00Z
  • ]
  • AlternateTitleListResponse
    {
    "titles": [
    {
    "createdAt": "2024-01-01T00:00:00Z",
    "id": "550e8400-e29b-41d4-a716-446655440040",
    "label": "Japanese",
    "seriesId": "550e8400-e29b-41d4-a716-446655440002",
    "title": "進撃の巨人",
    "updatedAt": "2024-01-15T10:30:00Z"
    }
    ]
    }