Translation components API.

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

GET /api/translations/world-weather/weather-conditions/da/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 73,
    "total_words": 160,
    "total_chars": 1010,
    "last_change": "2018-08-16T06:10:27Z",
    "recent_changes": 9,
    "translated": 60,
    "translated_words": 117,
    "translated_percent": 82.1,
    "translated_words_percent": 73.1,
    "translated_chars": 719,
    "translated_chars_percent": 71.1,
    "fuzzy": 10,
    "fuzzy_percent": 13.6,
    "fuzzy_words": 34,
    "fuzzy_words_percent": 21.2,
    "fuzzy_chars": 234,
    "fuzzy_chars_percent": 23.1,
    "failing": 10,
    "failing_percent": 13.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": "da",
    "name": "Danish",
    "url": "https://hosted.weblate.org/projects/world-weather/weather-conditions/da/",
    "translate_url": "https://hosted.weblate.org/translate/world-weather/weather-conditions/da/"
}