Translation projects API.

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

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

{
    "total": 4897,
    "total_words": 22444,
    "total_chars": 133773,
    "last_change": "2024-02-21T10:01:57.223704Z",
    "recent_changes": 463,
    "translated": 4124,
    "translated_words": 18783,
    "translated_percent": 84.2,
    "translated_words_percent": 83.6,
    "translated_chars": 111763,
    "translated_chars_percent": 83.5,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 29,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 187,
    "fuzzy_chars_percent": 0.1,
    "failing": 56,
    "failing_percent": 1.1,
    "approved": 116,
    "approved_percent": 2.3,
    "approved_words": 533,
    "approved_words_percent": 2.3,
    "approved_chars": 3180,
    "approved_chars_percent": 2.3,
    "readonly": 128,
    "readonly_percent": 2.6,
    "readonly_words": 548,
    "readonly_words_percent": 2.4,
    "readonly_chars": 3281,
    "readonly_chars_percent": 2.4,
    "suggestions": 71,
    "comments": 15,
    "name": "Safe Eyes",
    "url": "https://hosted.weblate.org/projects/safe-eyes/"
}