Translation projects API.

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

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

{
    "total": 27636,
    "total_words": 116951,
    "total_chars": 744268,
    "last_change": "2024-03-25T13:58:21.544862Z",
    "recent_changes": 9,
    "translated": 18070,
    "translated_words": 75458,
    "translated_percent": 65.3,
    "translated_words_percent": 64.5,
    "translated_chars": 478552,
    "translated_chars_percent": 64.2,
    "fuzzy": 130,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 659,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 4222,
    "fuzzy_chars_percent": 0.5,
    "failing": 451,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 870,
    "readonly_percent": 3.1,
    "readonly_words": 3800,
    "readonly_words_percent": 3.2,
    "readonly_chars": 24039,
    "readonly_chars_percent": 3.2,
    "suggestions": 666,
    "comments": 1,
    "name": "ibus",
    "url": "https://translate.fedoraproject.org/projects/ibus/"
}