Translation projects API.

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

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

{
    "total": 2564,
    "total_words": 18374,
    "total_chars": 138733,
    "last_change": "2024-04-18T14:03:46.361911Z",
    "recent_changes": 327,
    "translated": 2153,
    "translated_words": 13907,
    "translated_percent": 83.9,
    "translated_words_percent": 75.6,
    "translated_chars": 106006,
    "translated_chars_percent": 76.4,
    "fuzzy": 29,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 526,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 3619,
    "fuzzy_chars_percent": 2.6,
    "failing": 75,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 16,
    "readonly_chars_percent": 0.1,
    "suggestions": 11,
    "comments": 4,
    "name": "Boilr",
    "url": "https://hosted.weblate.org/projects/boilr/"
}