Translation projects API.

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

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

{
    "total": 5881,
    "total_words": 25715,
    "total_chars": 154986,
    "last_change": "2024-03-17T18:01:58.541056Z",
    "recent_changes": 206,
    "translated": 3670,
    "translated_words": 14784,
    "translated_percent": 62.4,
    "translated_words_percent": 57.4,
    "translated_chars": 88166,
    "translated_chars_percent": 56.8,
    "fuzzy": 137,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 1161,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 7194,
    "fuzzy_chars_percent": 4.6,
    "failing": 83,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 123,
    "readonly_percent": 2.0,
    "readonly_words": 545,
    "readonly_words_percent": 2.1,
    "readonly_chars": 3292,
    "readonly_chars_percent": 2.1,
    "suggestions": 36,
    "comments": 4,
    "name": "Jirafeau",
    "url": "https://hosted.weblate.org/projects/jirafeau/"
}