Skip to content

API Information

The /infos endpoint provides general information about the API. This endpoint does not require any options.

Request Example

GET /v1/infos

Response

json
{
    "endpoints": 11,
    "last_version": "v1",
    "documentation": "https://docs.sylvain.sh",
    "github": "https://github.com/20syldev/api",
    "creation": "November 25th 2024"
}

cURL

bash
curl -X GET "https://api.sylvain.sh/v1/infos"