Translation components API.

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

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

{
    "count": 25,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/components/andrew-bibb/cmst/statistics/?format=api",
    "results": [
        {
            "total": 1183,
            "total_words": 11585,
            "last_change": "2021-11-08T19:26:25.019381Z",
            "recent_changes": 2,
            "translated": 361,
            "translated_words": 1077,
            "translated_percent": 30.5,
            "translated_words_percent": 9.2,
            "translated_chars": 8132,
            "translated_chars_percent": 8.8,
            "total_chars": 92126,
            "fuzzy": 36,
            "fuzzy_percent": 3.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "cs",
            "name": "Czech",
            "url": "https://translate.lxqt-project.org/projects/andrew-bibb/cmst/cs/",
            "translate_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/cs/"
        },
        {
            "total": 890,
            "total_words": 8292,
            "last_change": "2023-12-30T14:03:49.620421Z",
            "recent_changes": 107,
            "translated": 363,
            "translated_words": 2319,
            "translated_percent": 40.7,
            "translated_words_percent": 27.9,
            "translated_chars": 18246,
            "translated_chars_percent": 28.0,
            "total_chars": 64969,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "ko",
            "name": "Korean",
            "url": "https://translate.lxqt-project.org/projects/andrew-bibb/cmst/ko/",
            "translate_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/ko/"
        },
        {
            "total": 1183,
            "total_words": 11585,
            "last_change": "2023-01-05T07:11:57.882692Z",
            "recent_changes": 14,
            "translated": 76,
            "translated_words": 468,
            "translated_percent": 6.4,
            "translated_words_percent": 4.0,
            "translated_chars": 3778,
            "translated_chars_percent": 4.1,
            "total_chars": 92126,
            "fuzzy": 4,
            "fuzzy_percent": 0.3,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "ca",
            "name": "Catalan",
            "url": "https://translate.lxqt-project.org/projects/andrew-bibb/cmst/ca/",
            "translate_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/ca/"
        },
        {
            "total": 1183,
            "total_words": 11585,
            "last_change": "2023-11-08T14:42:10.210956Z",
            "recent_changes": 9,
            "translated": 166,
            "translated_words": 945,
            "translated_percent": 14.0,
            "translated_words_percent": 8.1,
            "translated_chars": 7405,
            "translated_chars_percent": 8.0,
            "total_chars": 92126,
            "fuzzy": 3,
            "fuzzy_percent": 0.2,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "fi",
            "name": "Finnish",
            "url": "https://translate.lxqt-project.org/projects/andrew-bibb/cmst/fi/",
            "translate_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/fi/"
        },
        {
            "total": 1183,
            "total_words": 11585,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 92126,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "gl",
            "name": "Galician",
            "url": "https://translate.lxqt-project.org/projects/andrew-bibb/cmst/gl/",
            "translate_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/gl/"
        }
    ]
}