Request
Parameters
string
required
Application centre ID
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get specific application centre details
curl -X GET https://api.series.hr/applications/centre/centre_123 \
-H "apikey: YOUR_API_KEY"
{
"success": true,
"data": {
"centreId": "centre_123",
"name": "Developer Programme",
"description": "Apply to become a developer",
"questions": [
{
"id": "q_1",
"question": "What is your Roblox experience?",
"type": "text"
},
{
"id": "q_2",
"question": "How many games have you created?",
"type": "number"
}
]
}
}
