# Ducky Docs ## Docs - [Docs Home](https://docs.ducky.wiki/index.md): Welcome to the home for Ducky's documentation. - [Create: Jukebox Display Changelog](https://docs.ducky.wiki/mods/createjukeboxdisplay/changelog.md) - [Creating Displays](https://docs.ducky.wiki/mods/createjukeboxdisplay/display_types.md): Create: Jukebox Display adds the Jukebox block as a display source to be used with the Create Mod's display links. - [Installation](https://docs.ducky.wiki/mods/createjukeboxdisplay/installation.md) - [Source Code](https://docs.ducky.wiki/mods/createjukeboxdisplay/source_code.md) - [Dye Blocks Changelog](https://docs.ducky.wiki/mods/dyeblocks/changelog.md) - [Installation](https://docs.ducky.wiki/mods/dyeblocks/installation.md) - [Source Code](https://docs.ducky.wiki/mods/dyeblocks/source_code.md) - [Get Cider Playback Status](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/endpoint/get/cider/playback_status.md): Get information about Cider's playback status - [Get Cider Playback Volume](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/endpoint/get/cider/playback_volume.md): Get the volume of Cider's playback - [Get Current Track](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/endpoint/get/current_track.md): Get information about the song that is currently playing. - [Get Current Track Artist](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/endpoint/get/current_track_artist.md): Get the artist of the song that is currently playing in plain text. - [Get Current Track Title](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/endpoint/get/current_track_title.md): Get the title of the song that is currently playing in plain text. - [Get Icecast Status](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/endpoint/get/icecast/playback_status.md): Get information about the Icecast connection - [Get Last.FM Playback](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/endpoint/get/lastfm/playback_status.md): Get information about Last.FM's playback - [Get Track History](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/endpoint/get/track_history.md): Get a list of previously played tracks - [Trigger Cider Pause](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/endpoint/post/cider/pause.md): Trigger the pause button action in Cider - [Trigger Cider Play](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/endpoint/post/cider/play.md): Trigger the play button action in Cider - [Play Cider Song by ID](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/endpoint/post/cider/play_song_by_id.md): Play a song on Cider via its Apple Music ID - [Set Cider Playback Volume](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/endpoint/post/cider/playback_volume.md): Set the volume of Cider's playback - [Trigger Cider Previous Track](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/endpoint/post/cider/previous.md): Trigger the rewind action in Cider - [Trigger Cider Skip Track](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/endpoint/post/cider/skip.md): Trigger the skip action in Cider - [API Introduction](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/introduction.md) - [AppleMusicArtwork](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/types/AppleMusicArtwork.md): A raw response from the Cider API - [AppleMusicNowPlayingResponse](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/types/AppleMusicNowPlayingResponse.md): A raw response from the Cider API - [AppleMusicPlayParams](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/types/AppleMusicPlayParams.md): A raw response from the Cider API - [AppleMusicPreview](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/types/AppleMusicPreview.md): A raw response from the Cider API - [IcecastServerSource](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/types/IcecastServerSource.md): A raw response from the Icecast API - [IcecastServerStatistics](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/types/IcecastServerStatistics.md): A raw response from the Icecast API - [IcecastServerStatus](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/types/IcecastServerStatus.md): A raw response from the Icecast API - [LastFMNowPlayingResponse](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/types/LastFMNowPlayingResponse.md): A raw response from the Last.FM API - [Track](https://docs.ducky.wiki/projects/ducky_radio/Api_Reference/types/Track.md): Represents a song and its metadata - [Installation](https://docs.ducky.wiki/projects/ducky_radio/installation.md) - [Introduction](https://docs.ducky.wiki/projects/ducky_radio/introduction.md): Get to know the concepts and systems that power Ducky Radio - [Cover Art](https://docs.ducky.wiki/projects/ducky_radio/overlays/cover_art.md): Displays the current track's cover art - [Cover Art Grid](https://docs.ducky.wiki/projects/ducky_radio/overlays/cover_grid.md): Displays a grid of configurable dimensions of previously played tracks' cover art - [Spinning Vinyl](https://docs.ducky.wiki/projects/ducky_radio/overlays/cover_vinyl.md): Displays a spinning vinyl record featuring the current song's cover art - [Track History](https://docs.ducky.wiki/projects/ducky_radio/overlays/last_5.md): Displays a list of configurable length of previously played tracks - [Now Playing Card](https://docs.ducky.wiki/projects/ducky_radio/overlays/now_playing_card.md): Displays the current song and album art in a card format - [Get Current Track](https://docs.ducky.wiki/projects/spoofify/Api_Reference/endpoint/get/current_track.md): Get information about the song that is currently playing. - [Get Queue](https://docs.ducky.wiki/projects/spoofify/Api_Reference/endpoint/get/queue.md): Get information about each song in the Spotify queue. - [Search for Track](https://docs.ducky.wiki/projects/spoofify/Api_Reference/endpoint/get/search.md): Search Spotify for a specific query. - [Add Track to Queue](https://docs.ducky.wiki/projects/spoofify/Api_Reference/endpoint/post/queue_track.md): Add a song to the Spotify queue - [API Introduction](https://docs.ducky.wiki/projects/spoofify/Api_Reference/introduction.md): Interact with Spoofify via HTTP - [BasicTrack](https://docs.ducky.wiki/projects/spoofify/Api_Reference/types/BasicTrack.md): Represents a simplified Spotify track - [SpotifyArtist](https://docs.ducky.wiki/projects/spoofify/Api_Reference/types/SpotifyArtist.md): Represents an artist on Spotify - [SpotifyPlaybackState](https://docs.ducky.wiki/projects/spoofify/Api_Reference/types/SpotifyPlaybackState.md): A raw response from the Spotify API - [SpotifyTrack](https://docs.ducky.wiki/projects/spoofify/Api_Reference/types/SpotifyTrack.md): Represents a track on Spotify - [SpotifyUser](https://docs.ducky.wiki/projects/spoofify/Api_Reference/types/SpotifyUser.md): Represents a user on Spotify - [Ducky-Hosted Spoofify](https://docs.ducky.wiki/projects/spoofify/ducky_hosted/starter_guide.md) - [Custom Spoofify Themes](https://docs.ducky.wiki/projects/spoofify/guides/importing_themes.md): Import custom or premade themes to customize Spoofify's Now Playing card! - [Spoofify Twitch Commands](https://docs.ducky.wiki/projects/spoofify/guides/twitch_commands.md): Commands available via the Spoofify Twitch Chatbot - [Introduction](https://docs.ducky.wiki/projects/spoofify/introduction.md): Learn the basics of Spoofify - [Now Playing Card](https://docs.ducky.wiki/projects/spoofify/overlays/now_playing_card.md): Displays the current song and album art in a card format