Translation projects API.

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

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

{
    "total": 6056,
    "total_words": 29816,
    "total_chars": 185388,
    "last_change": "2024-02-25T03:36:13.077888Z",
    "recent_changes": 197,
    "translated": 5276,
    "translated_words": 25832,
    "translated_percent": 87.1,
    "translated_words_percent": 86.6,
    "translated_chars": 160330,
    "translated_chars_percent": 86.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 132,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 159,
    "readonly_percent": 2.6,
    "readonly_words": 753,
    "readonly_words_percent": 2.5,
    "readonly_chars": 4686,
    "readonly_chars_percent": 2.5,
    "suggestions": 44,
    "comments": 0,
    "name": "volume_key",
    "url": "https://translate.fedoraproject.org/projects/volume_key/"
}