Translation components API.

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

GET /api/translations/feedreader/translations/ro/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:03.549729Z",
    "recent_changes": 0,
    "translated": 101,
    "translated_words": 302,
    "translated_percent": 31.8,
    "translated_words_percent": 21.9,
    "translated_chars": 1796,
    "translated_chars_percent": 21.1,
    "fuzzy": 14,
    "fuzzy_percent": 4.4,
    "fuzzy_words": 36,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 254,
    "fuzzy_chars_percent": 2.9,
    "failing": 12,
    "failing_percent": 3.7,
    "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": "ro",
    "name": "Romanian",
    "url": "https://hosted.weblate.org/projects/feedreader/translations/ro/",
    "translate_url": "https://hosted.weblate.org/translate/feedreader/translations/ro/"
}