curl --request GET \
--url https://demo.komga.org/api/v1/series/new \
--header 'Authorization: Basic <encoded-value>'{
"content": [
{
"booksCount": 123,
"booksInProgressCount": 123,
"booksMetadata": {
"authors": [
{
"name": "<string>",
"role": "<string>"
}
],
"created": "2023-11-07T05:31:56Z",
"lastModified": "2023-11-07T05:31:56Z",
"summary": "<string>",
"summaryNumber": "<string>",
"tags": [
"<string>"
],
"releaseDate": "2023-12-25"
},
"booksReadCount": 123,
"booksUnreadCount": 123,
"created": "2023-11-07T05:31:56Z",
"deleted": true,
"fileLastModified": "2023-11-07T05:31:56Z",
"id": "<string>",
"lastModified": "2023-11-07T05:31:56Z",
"libraryId": "<string>",
"metadata": {
"ageRatingLock": true,
"alternateTitles": [
{
"label": "<string>",
"title": "<string>"
}
],
"alternateTitlesLock": true,
"created": "2023-11-07T05:31:56Z",
"genres": [
"<string>"
],
"genresLock": true,
"language": "<string>",
"languageLock": true,
"lastModified": "2023-11-07T05:31:56Z",
"links": [
{
"label": "<string>",
"url": "<string>"
}
],
"linksLock": true,
"publisher": "<string>",
"publisherLock": true,
"readingDirection": "<string>",
"readingDirectionLock": true,
"sharingLabels": [
"<string>"
],
"sharingLabelsLock": true,
"status": "<string>",
"statusLock": true,
"summary": "<string>",
"summaryLock": true,
"tags": [
"<string>"
],
"tagsLock": true,
"title": "<string>",
"titleLock": true,
"titleSort": "<string>",
"titleSortLock": true,
"totalBookCountLock": true,
"ageRating": 123,
"totalBookCount": 123
},
"name": "<string>",
"oneshot": true,
"url": "<string>"
}
],
"empty": true,
"first": true,
"last": true,
"number": 123,
"numberOfElements": 123,
"pageable": {
"offset": 123,
"pageNumber": 123,
"pageSize": 123,
"paged": true,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"unpaged": true
},
"size": 123,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"totalElements": 123,
"totalPages": 123
}Return newly added series.
curl --request GET \
--url https://demo.komga.org/api/v1/series/new \
--header 'Authorization: Basic <encoded-value>'{
"content": [
{
"booksCount": 123,
"booksInProgressCount": 123,
"booksMetadata": {
"authors": [
{
"name": "<string>",
"role": "<string>"
}
],
"created": "2023-11-07T05:31:56Z",
"lastModified": "2023-11-07T05:31:56Z",
"summary": "<string>",
"summaryNumber": "<string>",
"tags": [
"<string>"
],
"releaseDate": "2023-12-25"
},
"booksReadCount": 123,
"booksUnreadCount": 123,
"created": "2023-11-07T05:31:56Z",
"deleted": true,
"fileLastModified": "2023-11-07T05:31:56Z",
"id": "<string>",
"lastModified": "2023-11-07T05:31:56Z",
"libraryId": "<string>",
"metadata": {
"ageRatingLock": true,
"alternateTitles": [
{
"label": "<string>",
"title": "<string>"
}
],
"alternateTitlesLock": true,
"created": "2023-11-07T05:31:56Z",
"genres": [
"<string>"
],
"genresLock": true,
"language": "<string>",
"languageLock": true,
"lastModified": "2023-11-07T05:31:56Z",
"links": [
{
"label": "<string>",
"url": "<string>"
}
],
"linksLock": true,
"publisher": "<string>",
"publisherLock": true,
"readingDirection": "<string>",
"readingDirectionLock": true,
"sharingLabels": [
"<string>"
],
"sharingLabelsLock": true,
"status": "<string>",
"statusLock": true,
"summary": "<string>",
"summaryLock": true,
"tags": [
"<string>"
],
"tagsLock": true,
"title": "<string>",
"titleLock": true,
"titleSort": "<string>",
"titleSortLock": true,
"totalBookCountLock": true,
"ageRating": 123,
"totalBookCount": 123
},
"name": "<string>",
"oneshot": true,
"url": "<string>"
}
],
"empty": true,
"first": true,
"last": true,
"number": 123,
"numberOfElements": 123,
"pageable": {
"offset": 123,
"pageNumber": 123,
"pageSize": 123,
"paged": true,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"unpaged": true
},
"size": 123,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"totalElements": 123,
"totalPages": 123
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Zero-based page index (0..N)
The size of the page to be returned