Translation projects API.

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

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

{
    "total": 1534,
    "total_words": 3304,
    "total_chars": 28468,
    "last_change": "2024-04-02T12:02:01.430754Z",
    "recent_changes": 138,
    "translated": 1517,
    "translated_words": 3279,
    "translated_percent": 98.8,
    "translated_words_percent": 99.2,
    "translated_chars": 28349,
    "translated_chars_percent": 99.5,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 6,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 35,
    "fuzzy_chars_percent": 0.1,
    "failing": 49,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 51,
    "readonly_percent": 3.3,
    "readonly_words": 110,
    "readonly_words_percent": 3.3,
    "readonly_chars": 947,
    "readonly_chars_percent": 3.3,
    "suggestions": 10,
    "comments": 7,
    "name": "nm-tray",
    "url": "https://hosted.weblate.org/projects/nm-tray/"
}