Translation components API.

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

GET /api/translations/feedreader/translations/lv/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": "2022-08-25T23:19:37.344733Z",
    "recent_changes": 90,
    "translated": 85,
    "translated_words": 435,
    "translated_percent": 26.8,
    "translated_words_percent": 31.6,
    "translated_chars": 2801,
    "translated_chars_percent": 32.9,
    "fuzzy": 4,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 30,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 166,
    "fuzzy_chars_percent": 1.9,
    "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": 0,
    "comments": 0,
    "code": "lv",
    "name": "Latvian",
    "url": "https://hosted.weblate.org/projects/feedreader/translations/lv/",
    "translate_url": "https://hosted.weblate.org/translate/feedreader/translations/lv/"
}