Translation projects API.

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

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

{
    "total": 77199,
    "total_words": 629214,
    "total_chars": 3924997,
    "last_change": "2024-04-14T02:49:25.770486Z",
    "recent_changes": 1210,
    "translated": 37773,
    "translated_words": 285630,
    "translated_percent": 48.9,
    "translated_words_percent": 45.3,
    "translated_chars": 1786910,
    "translated_chars_percent": 45.5,
    "fuzzy": 574,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 5095,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 36077,
    "fuzzy_chars_percent": 0.9,
    "failing": 1439,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1193,
    "readonly_percent": 1.5,
    "readonly_words": 9359,
    "readonly_words_percent": 1.4,
    "readonly_chars": 58387,
    "readonly_chars_percent": 1.4,
    "suggestions": 2474,
    "comments": 7,
    "name": "ABRT",
    "url": "https://translate.fedoraproject.org/projects/abrt/"
}