Translation components API.

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

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

{
    "total": 21,
    "total_words": 403,
    "total_chars": 2787,
    "last_change": "2024-11-02T18:45:02.660030Z",
    "recent_changes": 1,
    "translated": 18,
    "translated_words": 337,
    "translated_percent": 85.7,
    "translated_words_percent": 83.6,
    "translated_chars": 2353,
    "translated_chars_percent": 84.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1,
    "failing_percent": 4.7,
    "approved": 17,
    "approved_percent": 80.9,
    "approved_words": 330,
    "approved_words_percent": 81.8,
    "approved_chars": 2304,
    "approved_chars_percent": 82.6,
    "readonly": 1,
    "readonly_percent": 4.7,
    "readonly_words": 7,
    "readonly_words_percent": 1.7,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.7,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/wikisrcnewsdonations_2020po/de/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsdonations_2020po/de/"
}