Translation projects API.

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

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

{
    "total": 72252,
    "total_words": 729770,
    "total_chars": 4818208,
    "last_change": "2024-03-27T15:59:16.187849Z",
    "recent_changes": 1620,
    "translated": 44877,
    "translated_words": 407876,
    "translated_percent": 62.1,
    "translated_words_percent": 55.8,
    "translated_chars": 2687364,
    "translated_chars_percent": 55.7,
    "fuzzy": 2640,
    "fuzzy_percent": 3.6,
    "fuzzy_words": 29736,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 209608,
    "fuzzy_chars_percent": 4.3,
    "failing": 3689,
    "failing_percent": 5.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2264,
    "readonly_percent": 3.1,
    "readonly_words": 17298,
    "readonly_words_percent": 2.3,
    "readonly_chars": 114655,
    "readonly_chars_percent": 2.3,
    "suggestions": 4172,
    "comments": 8,
    "name": "fedora-websites",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/"
}