Translation projects API.

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

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

{
    "total": 123383,
    "total_words": 1047449,
    "total_chars": 7540013,
    "last_change": "2025-03-20T12:17:32.554566Z",
    "recent_changes": 43,
    "translated": 102229,
    "translated_words": 865344,
    "translated_percent": 82.8,
    "translated_words_percent": 82.6,
    "translated_chars": 6250370,
    "translated_chars_percent": 82.8,
    "fuzzy": 8061,
    "fuzzy_percent": 6.5,
    "fuzzy_words": 72636,
    "fuzzy_words_percent": 6.9,
    "fuzzy_chars": 529835,
    "fuzzy_chars_percent": 7.0,
    "failing": 16834,
    "failing_percent": 13.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 48,
    "readonly_percent": 0.1,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "name": "Titanfall Online (TFORevive)",
    "url": "https://translate.harmony.tf/projects/tfo/"
}