πŸ† 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>{
  &quot;success&quot;: true,
  &quot;achievements&quot;: [
    {
      &quot;id&quot;: 1,
      &quot;name&quot;: &quot;First Steps&quot;,
      &quot;description&quot;: &quot;Complete your first drive&quot;,
      &quot;icon&quot;: &quot;first_steps.png&quot;,
      &quot;type&quot;: &quot;driving&quot;,
      &quot;tier&quot;: 1,
      &quot;points&quot;: 10,
      &quot;auto_assign&quot;: true,
      &quot;created_at&quot;: &quot;2023-01-01T00:00:00Z&quot;
    }
  ]
}
</code>

Achievement Properties

  • id - Unique achievement identifier
  • name - Achievement display name
  • description - Achievement description
  • icon - Achievement icon filename
  • type - Achievement category (driving, community, etc.)
  • tier - Achievement difficulty tier
  • points - Points awarded for achievement
  • auto_assign - Whether achievement is automatically assigned
  • created_at - When the achievement was created

← Back to API Documentation

● 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.