Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/infinity-engine/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 30016,
    "total_words": 450855,
    "last_change": "2024-01-30T15:43:32.906835Z",
    "recent_changes": 248,
    "translated": 26534,
    "translated_words": 365073,
    "translated_percent": 88.3,
    "translated_words_percent": 80.9,
    "translated_chars": 2106229,
    "translated_chars_percent": 80.9,
    "total_chars": 2600308,
    "fuzzy": 420,
    "fuzzy_percent": 1.3,
    "failing": 731,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 10518,
    "readonly_percent": 35.0,
    "suggestions": 55,
    "comments": 4,
    "name": "Infinity Engine",
    "url": "https://hive.bgforge.net/projects/infinity-engine/"
}