From 30d1c72f46cf15908b4ff0718b5cf1176c2b4c01 Mon Sep 17 00:00:00 2001 From: pheralb Date: Sat, 16 Dec 2023 18:10:30 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20api=20docs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/docs/api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/docs/api.md b/src/docs/api.md index b975779..7399eb3 100644 --- a/src/docs/api.md +++ b/src/docs/api.md @@ -4,6 +4,7 @@ description: The API reference is a detailed documentation of all the endpoints --- @@ -13,7 +14,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 **50** requests per day per IP address. 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, there is a limit of **{PUBLIC_SVGL_API_LIMIT}** requests per day. If you exceed this limit, you will receive a _429_ error. ## Base URL