API Changelog

History of changes to the MangaBaka public API.

2026-05-19

Change Level
GET /mod/series/batch
+

added the optional property additionalProperties.relationships to the response with the 200 status

Info
PATCH /mod/series/batch
+

added the new optional request property additionalProperties.relationships

Info
POST /mod/series/batch
+

added the new optional request property additionalProperties.relationships

Info
GET /mod/series/{id}
+

added the optional property relationships to the response with the 200 status

Info
PATCH /mod/series/{id}/edit
+

added the new optional request property relationships

Info
POST /mod/series/{id}/edit
+

added the new optional request property relationships

Info
GET /mod/series/{id}/realtime
~

response property data.links deprecated

Info
~

response property data.relationships deprecated

Info
+

added the required property data.relationships_v2 to the response with the 200 status

Info
GET /v1/collections/{id}/full
~

response property data.series.links deprecated

Info
~

response property data.series.relationships deprecated

Info
+

added the required property data.series.relationships_v2 to the response with the 200 status

Info
GET /v1/news
~

response property data[].series[].links deprecated

Info
~

response property data[].series[].relationships deprecated

Info
+

added the required property data[].series[].relationships_v2 to the response with the 200 status

Info
GET /v1/series/batch
~

response property data[].links deprecated

Info
~

response property data[].relationships deprecated

Info
+

added the required property data[].relationships_v2 to the response with the 200 status

Info
GET /v1/series/match
~

response property data[].links deprecated

Info
~

response property data[].relationships deprecated

Info
+

added the required property data[].relationships_v2 to the response with the 200 status

Info
GET /v1/series/search
~

response property data[].links deprecated

Info
~

response property data[].relationships deprecated

Info
+

added the required property data[].relationships_v2 to the response with the 200 status

Info
GET /v1/series/{id}
~

response property data.links deprecated

Info
~

response property data.relationships deprecated

Info
+

added the required property data.relationships_v2 to the response with the 200 status

Info
GET /v1/series/{id}/full
~

response property data.links deprecated

Info
~

response property data.relationships deprecated

Info
+

added the required property data.relationships_v2 to the response with the 200 status

Info
GET /v1/series/{id}/news
~

response property data[].series[].links deprecated

Info
~

response property data[].series[].relationships deprecated

Info
+

added the required property data[].series[].relationships_v2 to the response with the 200 status

Info
GET /v1/series/{id}/related
~

response property data.adaptation[].links deprecated

Info
~

response property data.adaptation[].relationships deprecated

Info
~

response property data.alternative[].links deprecated

Info
~

response property data.alternative[].relationships deprecated

Info
~

response property data.main_story[].links deprecated

Info
~

response property data.main_story[].relationships deprecated

Info
~

response property data.other[].links deprecated

Info
~

response property data.other[].relationships deprecated

Info
~

response property data.prequel[].links deprecated

Info
~

response property data.prequel[].relationships deprecated

Info
~

response property data.sequel[].links deprecated

Info
~

response property data.sequel[].relationships deprecated

Info
~

response property data.side_story[].links deprecated

Info
~

response property data.side_story[].relationships deprecated

Info
~

response property data.spin_off[].links deprecated

Info
~

response property data.spin_off[].relationships deprecated

Info
+

added the required property data.adaptation[].relationships_v2 to the response with the 200 status

Info
+

added the required property data.alternative[].relationships_v2 to the response with the 200 status

Info
+

added the required property data.main_story[].relationships_v2 to the response with the 200 status

Info
+

added the required property data.other[].relationships_v2 to the response with the 200 status

Info
+

added the required property data.prequel[].relationships_v2 to the response with the 200 status

Info
+

added the required property data.sequel[].relationships_v2 to the response with the 200 status

Info
+

added the required property data.side_story[].relationships_v2 to the response with the 200 status

Info
+

added the required property data.spin_off[].relationships_v2 to the response with the 200 status

Info
GET /v1/series/{id}/relationships
+

endpoint added

Info
GET /v1/source/anilist/{id}
~

response property data.series[].links deprecated

Info
~

response property data.series[].relationships deprecated

Info
+

added the required property data.series[].relationships_v2 to the response with the 200 status

Info
GET /v1/source/anime-planet/{id}
~

response property data.series[].links deprecated

Info
~

response property data.series[].relationships deprecated

Info
+

added the required property data.series[].relationships_v2 to the response with the 200 status

Info
GET /v1/source/kitsu/{id}
~

response property data.series[].links deprecated

Info
~

response property data.series[].relationships deprecated

Info
+

added the required property data.series[].relationships_v2 to the response with the 200 status

Info
GET /v1/source/manga-updates/{id}
~

response property data.series[].links deprecated

Info
~

response property data.series[].relationships deprecated

Info
+

added the required property data.series[].relationships_v2 to the response with the 200 status

Info
GET /v1/source/my-anime-list/{id}
~

response property data.series[].links deprecated

Info
~

response property data.series[].relationships deprecated

Info
+

added the required property data.series[].relationships_v2 to the response with the 200 status

Info
GET /v1/works/{id}/full
~

response property data.series.links deprecated

Info
~

response property data.series.relationships deprecated

Info
+

added the required property data.series.relationships_v2 to the response with the 200 status

Info
GET /v1/series/{id}/links
~

api tag Links v2 removed

Info

2026-05-12

Change Level
GET /v1/my/library
+

added the new optional query request parameter is_private

Info
+

added the new optional query request parameter library_rating_lower

Info
+

added the new optional query request parameter library_rating_upper

Info
+

added the new optional query request parameter priority

Info
+

added the new optional query request parameter priority_not

Info
+

added the new optional query request parameter progress_chapter_lower

Info
+

added the new optional query request parameter progress_chapter_upper

Info
+

added the new optional query request parameter progress_volume_lower

Info
+

added the new optional query request parameter progress_volume_upper

Info
+

added the new optional query request parameter rereads_lower

Info
+

added the new optional query request parameter rereads_upper

Info
~

for the query request parameter year_lower, the type/format was changed from number, null to integer, null

Breaking
~

for the query request parameter year_upper, the type/format was changed from number, null to integer, null

Breaking
~

for the query request parameter year_lower, the max was set to 2262.00

Warning
~

for the query request parameter year_upper, the max was set to 2262.00

Warning
~

for the query request parameter year_lower, the min was set to 1679.00

Warning
~

for the query request parameter year_upper, the min was set to 1679.00

Warning
+

added the new optional query request parameter staff

Info
GET /v1/series/match
~

for the query request parameter year_lower, the type/format was changed from number, null to integer, null

Breaking
~

for the query request parameter year_upper, the type/format was changed from number, null to integer, null

Breaking
~

for the query request parameter year_lower, the max was set to 2262.00

Warning
~

for the query request parameter year_upper, the max was set to 2262.00

Warning
~

for the query request parameter year_lower, the min was set to 1679.00

Warning
~

for the query request parameter year_upper, the min was set to 1679.00

Warning
+

added the new optional query request parameter staff

Info
GET /v1/series/search
~

for the query request parameter year_lower, the type/format was changed from number, null to integer, null

Breaking
~

for the query request parameter year_upper, the type/format was changed from number, null to integer, null

Breaking
~

for the query request parameter year_lower, the max was set to 2262.00

Warning
~

for the query request parameter year_upper, the max was set to 2262.00

Warning
~

for the query request parameter year_lower, the min was set to 1679.00

Warning
~

for the query request parameter year_upper, the min was set to 1679.00

Warning
+

added the new optional query request parameter staff

Info
PATCH /v1/my/library/{series_id}
~

the priority request property's exclusiveMinimum was decreased from true to 0.00

Info
POST /v1/my/library/{series_id}
~

the priority request property's exclusiveMinimum was decreased from true to 0.00

Info
PUT /v1/my/library/{series_id}
~

the priority request property's exclusiveMinimum was decreased from true to 0.00

Info
GET /v1/series/{id}/links
~

for the path request parameter id, the exclusiveMinimum was decreased from true to 0.00

Info

2026-05-08

Change Level
GET /v1/series/match
+

endpoint added

Info

2026-05-05

Change Level
POST /mod/discord/register-metadata

api path removed without deprecation

Breaking

2026-05-04

Change Level
GET /v1/my/library
~

for the query request parameter page, the max was increased from 100.00 to 10000.00

Info