mirror of
https://github.com/Lidarr/Lidarr.git
synced 2024-11-07 22:20:24 -08:00
Page:
Wanted Missing
Pages
API
Album Lookup
Album
AppData Directory
Artist Lookup
Artist
Autostart on Linux
Calendar
Command
Connections
Custom Post Processing Scripts
Disable Authentication
Diskspace
Docker
FAQ
Forgot my Password
Health Checks
History
Home
Images
Indexer Seed Ratio
Installation (FreeBSD FreeNAS)
Installation
Issue Labeling Scheme
Log Files
Metadata Source
Naming
Parse
Profile
Profiles
Queue
Release Branches
Release Push
Release
Rootfolder
Setup Development Environment
Supported DownloadClients
Supported ImportLists
Supported Indexers
Supported Notifications
System Backup
System Status
Tags
Track
TrackFile
Wanted Cutoff
Wanted Missing
Write Tags
5
Wanted Missing
Qstick edited this page 2018-04-14 23:23:52 -04:00
Table of Contents
Endpoint: "/wanted/missing"
GET
Summary
Returns albums that are missing from disk
Parameters
Optional:
page (int)
- 1-indexed Default: 1
pageSize (int)
- Default: 10
sortKey (string)
- releaseDate
, albumTitle
, artist.sortName
- Default: releaseDate
sortDir (string)
- asc
or desc
- Default: asc
includeArtist
- true
or false
- Default: false
monitored
- true
or false
- Default: true
Returns JsonArray
{
"page": 1,
"pageSize": 10,
"sortDirection": "default",
"totalRecords": 37,
"records": [
{
"title": "Movin' On",
"artistId": 507,
"foreignAlbumId": "beaca1bb-09f2-40d8-ba1a-21d6d879d765",
"monitored": true,
"profileId": 4,
"duration": 2531000,
"albumType": "Album",
"secondaryTypes": [],
"mediumCount": 1,
"ratings": {
"votes": 0,
"value": 0.0
},
"releaseDate": "2002-07-13T00:00:00Z",
"currentRelease": {
"id": "2118fb30-cae1-42c5-9c4a-5dc21caaa853",
"releaseDate": "2002-07-13T00:00:00Z",
"trackCount": 14,
"mediaCount": 1,
"disambiguation": "",
"country": [
"United States"
],
"format": "CD",
"label": [
"CDBaby"
]
},
"releases": [
{
"id": "2118fb30-cae1-42c5-9c4a-5dc21caaa853",
"releaseDate": "2002-07-13T00:00:00Z",
"trackCount": 14,
"mediaCount": 1,
"disambiguation": "",
"country": [
"United States"
],
"label": [
"CDBaby"
],
"format": "CD"
}
],
"genres": [],
"media": [
{
"mediumNumber": 1,
"mediumName": "",
"mediumFormat": "CD"
}
],
"images": [],
"statistics": {
"trackFileCount": 0,
"trackCount": 14,
"totalTrackCount": 14,
"sizeOnDisk": 0,
"percentOfEpisodes": 0.0
},
"id": 6424
}
]
}