Translation projects API.

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

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

{
    "total": 1670614,
    "total_words": 10152183,
    "total_chars": 65189205,
    "last_change": "2024-05-02T00:10:41.912683Z",
    "recent_changes": 5046,
    "translated": 972164,
    "translated_words": 5504616,
    "translated_percent": 58.1,
    "translated_words_percent": 54.2,
    "translated_chars": 35402718,
    "translated_chars_percent": 54.3,
    "fuzzy": 45790,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 259312,
    "fuzzy_words_percent": 2.5,
    "fuzzy_chars": 1673407,
    "fuzzy_chars_percent": 2.5,
    "failing": 39796,
    "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": 23283,
    "readonly_percent": 1.3,
    "readonly_words": 137751,
    "readonly_words_percent": 1.3,
    "readonly_chars": 884437,
    "readonly_chars_percent": 1.3,
    "suggestions": 114237,
    "comments": 27,
    "name": "anaconda",
    "url": "https://translate.fedoraproject.org/projects/anaconda/"
}