Translation components API.

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

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

{
    "total": 11,
    "total_words": 43,
    "total_chars": 761,
    "last_change": "2023-03-11T19:04:38.939247Z",
    "recent_changes": 1,
    "translated": 7,
    "translated_words": 26,
    "translated_percent": 63.6,
    "translated_words_percent": 60.4,
    "translated_chars": 467,
    "translated_chars_percent": 61.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 3,
    "approved_percent": 27.2,
    "approved_words": 10,
    "approved_words_percent": 23.2,
    "approved_chars": 183,
    "approved_chars_percent": 24.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.tails.net/projects/tails/wikisrcinstallclonepcpo/id/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcinstallclonepcpo/id/"
}