Translation projects API.

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

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

{
    "total": 22020,
    "total_words": 186234,
    "total_chars": 1163142,
    "last_change": "2024-04-15T12:01:49.480883Z",
    "recent_changes": 141,
    "translated": 14466,
    "translated_words": 72826,
    "translated_percent": 65.6,
    "translated_words_percent": 39.1,
    "translated_chars": 458157,
    "translated_chars_percent": 39.3,
    "fuzzy": 339,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 3069,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 19656,
    "fuzzy_chars_percent": 1.6,
    "failing": 263,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1439,
    "readonly_percent": 6.5,
    "readonly_words": 2685,
    "readonly_words_percent": 1.4,
    "readonly_chars": 17754,
    "readonly_chars_percent": 1.5,
    "suggestions": 61,
    "comments": 63,
    "name": "KISS",
    "url": "https://hosted.weblate.org/projects/kiss/"
}