Translation projects API.

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

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

{
    "total": 11449,
    "total_words": 25144,
    "total_chars": 180446,
    "last_change": "2024-02-26T12:36:14.197912Z",
    "recent_changes": 343,
    "translated": 4907,
    "translated_words": 9999,
    "translated_percent": 42.8,
    "translated_words_percent": 39.7,
    "translated_chars": 69851,
    "translated_chars_percent": 38.7,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 6,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 46,
    "fuzzy_chars_percent": 0.1,
    "failing": 278,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1065,
    "readonly_percent": 9.3,
    "readonly_words": 2342,
    "readonly_words_percent": 9.3,
    "readonly_chars": 16758,
    "readonly_chars_percent": 9.2,
    "suggestions": 916,
    "comments": 0,
    "name": "input-pad",
    "url": "https://translate.fedoraproject.org/projects/input-pad/"
}