Translation projects API.

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

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

{
    "total": 7561,
    "total_words": 19309,
    "total_chars": 127493,
    "last_change": "2024-03-17T15:01:57.003209Z",
    "recent_changes": 635,
    "translated": 4649,
    "translated_words": 11993,
    "translated_percent": 61.4,
    "translated_words_percent": 62.1,
    "translated_chars": 78838,
    "translated_chars_percent": 61.8,
    "fuzzy": 354,
    "fuzzy_percent": 4.6,
    "fuzzy_words": 757,
    "fuzzy_words_percent": 3.9,
    "fuzzy_chars": 4971,
    "fuzzy_chars_percent": 3.8,
    "failing": 37,
    "failing_percent": 0.4,
    "approved": 493,
    "approved_percent": 6.5,
    "approved_words": 1354,
    "approved_words_percent": 7.0,
    "approved_chars": 8798,
    "approved_chars_percent": 6.9,
    "readonly": 687,
    "readonly_percent": 9.0,
    "readonly_words": 1755,
    "readonly_words_percent": 9.0,
    "readonly_chars": 11587,
    "readonly_chars_percent": 9.0,
    "suggestions": 3,
    "comments": 1,
    "name": "Lolibrary",
    "url": "https://hosted.weblate.org/projects/lolibrary/"
}