Translation projects API.

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

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

{
    "total": 37761,
    "total_words": 200977,
    "total_chars": 1233453,
    "last_change": "2024-04-06T15:36:05.427524Z",
    "recent_changes": 613,
    "translated": 19713,
    "translated_words": 101655,
    "translated_percent": 52.2,
    "translated_words_percent": 50.5,
    "translated_chars": 624858,
    "translated_chars_percent": 50.6,
    "fuzzy": 543,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 2888,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 17071,
    "fuzzy_chars_percent": 1.3,
    "failing": 889,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 926,
    "readonly_percent": 2.4,
    "readonly_words": 4896,
    "readonly_words_percent": 2.4,
    "readonly_chars": 30061,
    "readonly_chars_percent": 2.4,
    "suggestions": 963,
    "comments": 0,
    "name": "rpm",
    "url": "https://translate.fedoraproject.org/projects/rpm/"
}