Translation components API.

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

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

{
    "total": 16,
    "total_words": 368,
    "total_chars": 2509,
    "last_change": "2024-01-10T23:53:46.346389Z",
    "recent_changes": 1,
    "translated": 3,
    "translated_words": 11,
    "translated_percent": 18.7,
    "translated_words_percent": 2.9,
    "translated_chars": 106,
    "translated_chars_percent": 4.2,
    "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": 6.2,
    "approved": 2,
    "approved_percent": 12.5,
    "approved_words": 4,
    "approved_words_percent": 1.0,
    "approved_chars": 57,
    "approved_chars_percent": 2.2,
    "readonly": 1,
    "readonly_percent": 6.2,
    "readonly_words": 7,
    "readonly_words_percent": 1.9,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.9,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.tails.boum.org/projects/tails/duckduckgo_challenge/fa/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/duckduckgo_challenge/fa/"
}