Translation projects API.

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

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

{
    "total": 1018,
    "total_words": 3738,
    "total_chars": 25108,
    "last_change": "2024-01-31T13:15:34.096042Z",
    "recent_changes": 296,
    "translated": 774,
    "translated_words": 2807,
    "translated_percent": 76.0,
    "translated_words_percent": 75.0,
    "translated_chars": 18808,
    "translated_chars_percent": 74.9,
    "fuzzy": 18,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 63,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 467,
    "fuzzy_chars_percent": 1.8,
    "failing": 6,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 73,
    "readonly_percent": 7.1,
    "readonly_words": 268,
    "readonly_words_percent": 7.1,
    "readonly_chars": 1800,
    "readonly_chars_percent": 7.1,
    "suggestions": 18,
    "comments": 1,
    "name": "debbuild",
    "url": "https://translate.fedoraproject.org/projects/debbuild/"
}