Translation projects API.

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

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

{
    "total": 1978,
    "total_words": 44282,
    "total_chars": 322632,
    "last_change": "2024-02-06T14:50:50.769017Z",
    "recent_changes": 307,
    "translated": 545,
    "translated_words": 10958,
    "translated_percent": 27.5,
    "translated_words_percent": 24.7,
    "translated_chars": 80396,
    "translated_chars_percent": 24.9,
    "fuzzy": 6,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 15,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 125,
    "fuzzy_chars_percent": 0.1,
    "failing": 24,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 77,
    "readonly_percent": 3.8,
    "readonly_words": 1705,
    "readonly_words_percent": 3.8,
    "readonly_chars": 12420,
    "readonly_chars_percent": 3.8,
    "suggestions": 121,
    "comments": 2,
    "name": "Languages in floss",
    "url": "https://translate.fedoraproject.org/projects/languages-in-floss/"
}