Welcome to TQD Knowledge Base
Get Started
vtc Api
• Vtc info api https://drivershub.tqdvtc.org/api/vtc
- {
"id": 0,
"name": "string",
"owner_id": 0,
"owner_username": "string",
"slogan": "string",
"tag": "string",
"logo": "string",
"cover": "string",
"information": "string",
"rules": "string",
"requirements": "string",
"website": "string",
- "socials":
{
"twitter": "string",
"facebook": "string",
"twitch": "string",
"discord": "string",
"youtube": "string"
- "games": {
"ats": true,
"ets": true
"members_count": 0,
"recruitment": "string",
"language": "string",
"verified": true,
"validated": true,
"created": "string"
• Drivers info api https://drivershub.tqdvtc.org/api/vtc/Drivers
- {
- "members": {
- [
- {
- "id": 0,
- "user_id": 0,
- "username": "string",
- "steam_id": 0,
- "role_id": 0,
- "role": "string",
- "is_owner": true,
- "joinDate": "string"
{
"news": {
[
{
- "id": 0,
- "title": "string",
- "content_summary": "string",
- "author_id": 0,
- "author": "string",
- "pinned": true,
- "updated_at": "string",
- "published_at": "string"
}
]
}