Files
animethemes-api-docs/docs/animetheme
paranarimasuandGitHub 57dd7eecd7 fix: update links to production domain (#23)
* fix: update links to production domain

* add missing README change
2022-05-31 20:46:45 -05:00
..
2021-08-19 11:50:44 -05:00

title
title
AnimeTheme

AnimeTheme


An AnimeTheme API resource represents an OP or ED sequence for an anime.

For example, the anime Bakemonogatari has five OP AnimeThemes and one ED AnimeTheme.

Fields

Name Type Nullable Description
id Integer No The primary key of the resource
type Enum Yes The type of the sequence {OP, ED}
sequence Integer Yes The numeric ordering of the theme
group String Yes Used to distinguish sequence belongs to dubs, rebroadcasts, etc.
slug String No The URL slug & route key of the resource
created_at Date No The date that the resource was created
updated_at Date No The date that the resource was last modified
deleted_at Date Yes The date that the resource was deleted

Allowed Include Paths

  • anime
  • anime.images
  • animethemeentries
  • animethemeentries.videos
  • song
  • song.artists

Endpoints

AnimeTheme Show

The AnimeTheme show endpoint returns an AnimeTheme resource.

AnimeTheme Index

The AnimeTheme index endpoint displays a listing of AnimeTheme resources.