What is the Rate Limit in Mangadex API?
Mangadex API is a powerful tool that allows developers to access and use the Mangadex database.
The API is used to retrieve manga information, upload new manga, and delete existing manga. However, Mangadex API also has a rate limit that developers must adhere to in order to avoid being blocked from using the API.
The rate limit is a limit on the number of requests that can be made to the API within a certain period of time. This limit is in place to prevent abuse of the API and ensure that all users have a fair chance to access the data.
The rate limit for Mangadex API is as follows:
POST /manga: 10 requests per minute
PUT /manga/{id}: 10 requests per minute
DELETE /manga/{id}: 10 requests per 10 minutes
POST /manga/draft/{id}/commit: 10 requests per minute
In addition to these rate limits, there are also other limits that apply to certain endpoints. For example, the POST /manga endpoint has a limit of 50 requests per day.
It is important to adhere to the rate limit when using the Mangadex API. If the limit is exceeded, the API will return an error and the request will be blocked. If the limit is exceeded too often, the user’s access to the API may be revoked.
By understanding and adhering to the rate limit for Mangadex API, developers can ensure that their applications are able to access the data they need without running into any issues.