Translation components API.

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

GET /api/translations/andrew-bibb/cmst/nl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1183,
    "total_words": 11585,
    "last_change": "2021-10-01T10:39:50.457509Z",
    "recent_changes": 1,
    "translated": 673,
    "translated_words": 4631,
    "translated_percent": 56.8,
    "translated_words_percent": 39.9,
    "translated_chars": 35764,
    "translated_chars_percent": 38.8,
    "total_chars": 92126,
    "fuzzy": 47,
    "fuzzy_percent": 3.9,
    "failing": 35,
    "failing_percent": 2.9,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.lxqt-project.org/projects/andrew-bibb/cmst/nl/",
    "translate_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/nl/"
}