Translation projects API.

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

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

{
    "total": 80687,
    "total_words": 709943,
    "total_chars": 4598312,
    "last_change": "2024-12-25T04:40:57.940273Z",
    "recent_changes": 686,
    "translated": 34127,
    "translated_words": 255748,
    "translated_percent": 42.2,
    "translated_words_percent": 36.0,
    "translated_chars": 1642667,
    "translated_chars_percent": 35.7,
    "fuzzy": 1497,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 20960,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 135669,
    "fuzzy_chars_percent": 2.9,
    "failing": 1059,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2467,
    "readonly_percent": 3.0,
    "readonly_words": 9630,
    "readonly_words_percent": 1.3,
    "readonly_chars": 60447,
    "readonly_chars_percent": 1.3,
    "suggestions": 195,
    "comments": 16,
    "name": "YunoHost",
    "url": "https://translate.yunohost.org/projects/yunohost/"
}