API Information
The /infos endpoint provides general information about the API. This endpoint does not require any options.
GET/v4/infos
Parameters
This endpoint does not require any parameters. It returns the API metadata: endpoint count, current version, documentation link and creation date.
Response Fields
| Field | Type | Description |
|---|---|---|
endpoints | number | Total number of available endpoints |
last_version | string | Current API version |
documentation | string | Documentation URL |
github | string | GitHub repository URL |
creation | string | API creation date |
Code Examples
curl -X GET \
"https://api.sylvain.sh/v4/infos"