Translation projects API.

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

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

{
    "total": 1180,
    "total_words": 3952,
    "total_chars": 26100,
    "last_change": "2022-10-12T05:42:05.829771Z",
    "recent_changes": 147,
    "translated": 788,
    "translated_words": 2511,
    "translated_percent": 66.7,
    "translated_words_percent": 63.5,
    "translated_chars": 16606,
    "translated_chars_percent": 63.6,
    "fuzzy": 4,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 16,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 107,
    "fuzzy_chars_percent": 0.4,
    "failing": 5,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 122,
    "readonly_percent": 10.3,
    "readonly_words": 400,
    "readonly_words_percent": 10.1,
    "readonly_chars": 2642,
    "readonly_chars_percent": 10.1,
    "suggestions": 44,
    "comments": 0,
    "name": "balistica",
    "url": "https://translate.fedoraproject.org/projects/balistica/"
}