Translation components API.

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

GET /api/translations/tails/networkmanager/id/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 21,
    "total_words": 207,
    "total_chars": 1636,
    "last_change": "2020-12-25T17:16:46.256607Z",
    "recent_changes": 2,
    "translated": 2,
    "translated_words": 3,
    "translated_percent": 9.5,
    "translated_words_percent": 1.4,
    "translated_chars": 28,
    "translated_chars_percent": 1.7,
    "fuzzy": 5,
    "fuzzy_percent": 23.8,
    "fuzzy_words": 16,
    "fuzzy_words_percent": 7.7,
    "fuzzy_chars": 134,
    "fuzzy_chars_percent": 8.1,
    "failing": 4,
    "failing_percent": 19.0,
    "approved": 1,
    "approved_percent": 4.7,
    "approved_words": 2,
    "approved_words_percent": 0.9,
    "approved_chars": 18,
    "approved_chars_percent": 1.1,
    "readonly": 1,
    "readonly_percent": 4.7,
    "readonly_words": 1,
    "readonly_words_percent": 0.4,
    "readonly_chars": 10,
    "readonly_chars_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.tails.boum.org/projects/tails/networkmanager/id/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/networkmanager/id/"
}