π Achievements APIs_
The Achievements APIs provide access to the achievement system, allowing you to browse all available achievements and their details.
Overview
The Achievements APIs provide access to the achievement system, allowing you to browse all available achievements and their details.
Endpoints
Get All Achievements
Endpoint: GET /achievements
Retrieves a list of all available achievements in the system.
Parameters: None
Response:
<code>{
"success": true,
"achievements": [
{
"id": 1,
"name": "First Steps",
"description": "Complete your first drive",
"icon": "first_steps.png",
"type": "driving",
"tier": 1,
"points": 10,
"auto_assign": true,
"created_at": "2023-01-01T00:00:00Z"
}
]
}
</code>Achievement Properties
id- Unique achievement identifiername- Achievement display namedescription- Achievement descriptionicon- Achievement icon filenametype- Achievement category (driving, community, etc.)tier- Achievement difficulty tierpoints- Points awarded for achievementauto_assign- Whether achievement is automatically assignedcreated_at- When the achievement was created
β API Status: Operational |
β Version: v2.1.0 |
β Last updated: Sep 2, 2025
dbus-api:~ $
API Documentation: All API documentation is provided in English for consistency and technical accuracy. This approach saves valuable work for translators.