Translation projects API.

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

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

{
    "total": 11550,
    "total_words": 91380,
    "total_chars": 602819,
    "last_change": "2024-03-22T11:02:00.182687Z",
    "recent_changes": 855,
    "translated": 6480,
    "translated_words": 37221,
    "translated_percent": 56.1,
    "translated_words_percent": 40.7,
    "translated_chars": 241187,
    "translated_chars_percent": 40.0,
    "fuzzy": 271,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 5033,
    "fuzzy_words_percent": 5.5,
    "fuzzy_chars": 35112,
    "fuzzy_chars_percent": 5.8,
    "failing": 191,
    "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": 113,
    "readonly_percent": 0.9,
    "readonly_words": 113,
    "readonly_words_percent": 0.1,
    "readonly_chars": 579,
    "readonly_chars_percent": 0.1,
    "suggestions": 18,
    "comments": 7,
    "name": "jExifToolGUI",
    "url": "https://hosted.weblate.org/projects/jexiftoolgui/"
}