Translation components API.

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

GET /api/translations/phpmyadmin/4-9/km/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3309,
    "total_words": 22025,
    "total_chars": 137414,
    "last_change": "2020-10-10T16:41:31.599821Z",
    "recent_changes": 0,
    "translated": 188,
    "translated_words": 585,
    "translated_percent": 5.6,
    "translated_words_percent": 2.6,
    "translated_chars": 3613,
    "translated_chars_percent": 2.6,
    "fuzzy": 205,
    "fuzzy_percent": 6.1,
    "fuzzy_words": 698,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 4506,
    "fuzzy_chars_percent": 3.2,
    "failing": 82,
    "failing_percent": 2.4,
    "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": "km",
    "name": "Khmer (Central)",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/4-9/km/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/4-9/km/"
}