From 4f3a9d133ee59a0941b1dc38a84aeb4e24b50ca1 Mon Sep 17 00:00:00 2001 From: pheralb Date: Sun, 17 Dec 2023 02:34:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20/api=20docs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/api.md b/src/docs/api.md index da3fdc7..b63a5d3 100644 --- a/src/docs/api.md +++ b/src/docs/api.md @@ -13,7 +13,7 @@ SVGL API is a RESTFul API that allows you to get all the information of the SVGs ## Limitations -The API is currently open to everyone and does not require any authentication. However, there is a limit of **30** requests per day. If you exceed this limit, you will receive a _429_ error. +The API is currently open to everyone and does not require any authentication. However, to prevent abusive use of the API, there is a limit to the number of requests: **5 requests** with **60s** cooldown. ## Base URL