Translation projects API.

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

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

{
    "total": 52392,
    "total_words": 612486,
    "total_chars": 4081272,
    "last_change": "2024-05-04T15:33:56.003683Z",
    "recent_changes": 61,
    "translated": 24153,
    "translated_words": 270012,
    "translated_percent": 46.1,
    "translated_words_percent": 44.0,
    "translated_chars": 1793131,
    "translated_chars_percent": 43.9,
    "fuzzy": 59,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 343,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 2318,
    "fuzzy_chars_percent": 0.1,
    "failing": 987,
    "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": 1187,
    "readonly_percent": 2.2,
    "readonly_words": 13916,
    "readonly_words_percent": 2.2,
    "readonly_chars": 92728,
    "readonly_chars_percent": 2.2,
    "suggestions": 6381,
    "comments": 205,
    "name": "fedora-websites-3.0",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites-3-0/"
}