Translation components API.

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

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

{
    "total": 317,
    "total_words": 1375,
    "total_chars": 8489,
    "last_change": "2021-09-24T09:41:11.582992Z",
    "recent_changes": 0,
    "translated": 25,
    "translated_words": 82,
    "translated_percent": 7.8,
    "translated_words_percent": 5.9,
    "translated_chars": 492,
    "translated_chars_percent": 5.7,
    "fuzzy": 56,
    "fuzzy_percent": 17.6,
    "fuzzy_words": 151,
    "fuzzy_words_percent": 10.9,
    "fuzzy_chars": 949,
    "fuzzy_chars_percent": 11.1,
    "failing": 13,
    "failing_percent": 4.1,
    "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": "sq",
    "name": "Albanian",
    "url": "https://hosted.weblate.org/projects/feedreader/translations/sq/",
    "translate_url": "https://hosted.weblate.org/translate/feedreader/translations/sq/"
}