Translation components API.

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

GET /api/translations/feedreader/translations/sw/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:15.008594Z",
    "recent_changes": 0,
    "translated": 16,
    "translated_words": 26,
    "translated_percent": 5.0,
    "translated_words_percent": 1.8,
    "translated_chars": 172,
    "translated_chars_percent": 2.0,
    "fuzzy": 5,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 8,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 64,
    "fuzzy_chars_percent": 0.7,
    "failing": 2,
    "failing_percent": 0.6,
    "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": "sw",
    "name": "Swahili",
    "url": "https://hosted.weblate.org/projects/feedreader/translations/sw/",
    "translate_url": "https://hosted.weblate.org/translate/feedreader/translations/sw/"
}