📝 Update api docs.

This commit is contained in:
pheralb 2023-12-16 20:49:36 +00:00
parent 3b4d96403b
commit ca0167c5f4

View File

@ -4,7 +4,6 @@ description: The API reference is a detailed documentation of all the endpoints
--- ---
<script> <script>
import { PUBLIC_SVGL_API_LIMIT } from '$env/static/public'
import Endpoint from '../components/endpoints.svelte'; import Endpoint from '../components/endpoints.svelte';
</script> </script>
@ -14,7 +13,7 @@ SVGL API is a RESTFul API that allows you to get all the information of the SVGs
## Limitations ## Limitations
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. 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.
## Base URL ## Base URL