API Information
The /infos endpoint provides general information about the API. This endpoint does not require any options.
GET/v2/infos
Request Example
GET /v2/infosResponse
json
{
"endpoints": 17,
"last_version": "v2",
"documentation": "https://docs.sylvain.pro",
"github": "https://github.com/20syldev/api",
"creation": "November 25th 2024"
}cURL
bash
curl -X GET "https://api.sylvain.pro/v2/infos"