Translation components API.

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

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

{
    "total": 321,
    "total_words": 1434,
    "total_chars": 8886,
    "last_change": "2022-05-22T22:28:19.864132Z",
    "recent_changes": 6,
    "translated": 223,
    "translated_words": 817,
    "translated_percent": 69.4,
    "translated_words_percent": 56.9,
    "translated_chars": 4956,
    "translated_chars_percent": 55.7,
    "fuzzy": 8,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 20,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 144,
    "fuzzy_chars_percent": 1.6,
    "failing": 6,
    "failing_percent": 1.8,
    "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": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://hosted.weblate.org/projects/feedreader/translations/fa/",
    "translate_url": "https://hosted.weblate.org/translate/feedreader/translations/fa/"
}