mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
1.1 KiB
1.1 KiB
title, description
| title | description |
|---|---|
| API Reference | The API reference is a detailed documentation of all the endpoints available in the SVGL API. |
Introduction
SVGL API is a RESTFul API that allows you to get all the information of the SVGs that are in the repository.
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.
Base URL
The base URL for the API is:
https://svgl.vercel.app/api/svgs
Endpoints
https://svgl.vercel.app/api/svgs
https://svgl.vercel.app/api/svgs?limit=10