Basic
Get API Info
Get information about the API including version and features
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get information about the API including version and features
curl https://api.series.hr/basic/info
{
"success": true,
"data": {
"version": "1.0.0",
"name": "Series API",
"documentation": "https://docs.series.hr",
"baseUrl": "https://api.series.hr",
"features": [
"Activity Tracking",
"Sessions Management",
"Attendance Tracking",
"Game Moderation",
"Applications",
"Members Management"
],
"rateLimit": {
"requestsPerSecond": 25,
"burstSize": 50
}
}
}
