Translation components API.

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

GET /api/translations/tails/wikisrcupgradelinuxpo/fa/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:19:40.248555Z",
    "recent_changes": 1,
    "translated": 10,
    "translated_words": 38,
    "translated_percent": 62.5,
    "translated_words_percent": 46.9,
    "translated_chars": 752,
    "translated_chars_percent": 60.8,
    "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": 8,
    "approved_percent": 50.0,
    "approved_words": 30,
    "approved_words_percent": 37.0,
    "approved_chars": 601,
    "approved_chars_percent": 48.6,
    "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": "fa",
    "name": "Persian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcupgradelinuxpo/fa/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcupgradelinuxpo/fa/"
}