Translation projects API.

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

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

{
    "total": 62560,
    "total_words": 377006,
    "total_chars": 2172237,
    "last_change": "2024-03-12T12:01:53.052591Z",
    "recent_changes": 1623,
    "translated": 42239,
    "translated_words": 226967,
    "translated_percent": 67.5,
    "translated_words_percent": 60.2,
    "translated_chars": 1313109,
    "translated_chars_percent": 60.4,
    "fuzzy": 1538,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 9175,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 52667,
    "fuzzy_chars_percent": 2.4,
    "failing": 1001,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1677,
    "readonly_percent": 2.6,
    "readonly_words": 8610,
    "readonly_words_percent": 2.2,
    "readonly_chars": 49800,
    "readonly_chars_percent": 2.2,
    "suggestions": 349,
    "comments": 39,
    "name": "Unknown Horizons",
    "url": "https://hosted.weblate.org/projects/uh/"
}