Translation projects API.

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

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

{
    "total": 5295,
    "total_words": 42145,
    "total_chars": 262727,
    "last_change": "2024-04-29T04:58:21.327696Z",
    "recent_changes": 1028,
    "translated": 3727,
    "translated_words": 28580,
    "translated_percent": 70.3,
    "translated_words_percent": 67.8,
    "translated_chars": 177071,
    "translated_chars_percent": 67.3,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 61,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 431,
    "fuzzy_chars_percent": 0.1,
    "failing": 68,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 79,
    "readonly_percent": 1.4,
    "readonly_words": 629,
    "readonly_words_percent": 1.4,
    "readonly_chars": 3921,
    "readonly_chars_percent": 1.4,
    "suggestions": 38,
    "comments": 4,
    "name": "Hunspell",
    "url": "https://hosted.weblate.org/projects/hunspell/"
}