Skip to content

API Information

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

Parameters

This endpoint does not require any parameters. It returns the API metadata: endpoint count, current version, documentation link and creation date.

Response Fields

FieldTypeDescription
endpointsnumberTotal number of available endpoints
last_versionstringCurrent API version
documentationstringDocumentation URL
githubstringGitHub repository URL
creationstringAPI creation date

Code Examples

curl -X GET \
  "https://api.sylvain.sh/v4/infos"

Try It