Translation components API.

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

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

{
    "total": 16,
    "total_words": 81,
    "total_chars": 1235,
    "last_change": "2023-08-02T09:22:16.470513Z",
    "recent_changes": 1,
    "translated": 11,
    "translated_words": 40,
    "translated_percent": 68.7,
    "translated_words_percent": 49.3,
    "translated_chars": 795,
    "translated_chars_percent": 64.3,
    "fuzzy": 1,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 6.1,
    "fuzzy_chars": 108,
    "fuzzy_chars_percent": 8.7,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 9,
    "approved_percent": 56.2,
    "approved_words": 32,
    "approved_words_percent": 39.5,
    "approved_chars": 644,
    "approved_chars_percent": 52.1,
    "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.boum.org/projects/tails/wikisrcupgradelinuxpo/id/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcupgradelinuxpo/id/"
}