Translation projects API.

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

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

{
    "total": 1937,
    "total_words": 39314,
    "total_chars": 227345,
    "last_change": "2021-07-29T07:40:07.136632Z",
    "recent_changes": 6,
    "translated": 1242,
    "translated_words": 24687,
    "translated_percent": 64.1,
    "translated_words_percent": 62.7,
    "translated_chars": 142751,
    "translated_chars_percent": 62.7,
    "fuzzy": 70,
    "fuzzy_percent": 3.6,
    "fuzzy_words": 1896,
    "fuzzy_words_percent": 4.8,
    "fuzzy_chars": 10821,
    "fuzzy_chars_percent": 4.7,
    "failing": 130,
    "failing_percent": 6.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 216,
    "readonly_percent": 11.1,
    "readonly_words": 4369,
    "readonly_words_percent": 11.1,
    "readonly_chars": 25266,
    "readonly_chars_percent": 11.1,
    "suggestions": 10,
    "comments": 3,
    "name": "EFN",
    "url": "https://hosted.weblate.org/projects/efn/"
}