Translation components API.

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

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

{
    "total": 417,
    "total_words": 3677,
    "total_chars": 23749,
    "last_change": "2022-03-13T20:01:46.346239Z",
    "recent_changes": 0,
    "translated": 30,
    "translated_words": 249,
    "translated_percent": 7.1,
    "translated_words_percent": 6.7,
    "translated_chars": 1485,
    "translated_chars_percent": 6.2,
    "fuzzy": 2,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 31,
    "fuzzy_chars_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 9,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.fedoraproject.org/projects/abrt/abrt/fa/",
    "translate_url": "https://translate.fedoraproject.org/translate/abrt/abrt/fa/"
}