Translation projects API.

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

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

{
    "total": 2910,
    "total_words": 18342,
    "total_chars": 108278,
    "last_change": "2023-03-08T10:10:18.847314Z",
    "recent_changes": 125,
    "translated": 2501,
    "translated_words": 14892,
    "translated_percent": 85.9,
    "translated_words_percent": 81.1,
    "translated_chars": 87984,
    "translated_chars_percent": 81.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 72,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 86,
    "readonly_percent": 2.9,
    "readonly_words": 506,
    "readonly_words_percent": 2.7,
    "readonly_chars": 2988,
    "readonly_chars_percent": 2.7,
    "suggestions": 0,
    "comments": 0,
    "name": "Dolomon",
    "url": "https://weblate.framasoft.org/projects/dolomon/"
}