Translation components API.

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

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

{
    "count": 23,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/components/tsujan/arqiver/statistics/?format=api",
    "results": [
        {
            "total": 123,
            "total_words": 394,
            "last_change": "2023-08-03T15:44:44.714735Z",
            "recent_changes": 3,
            "translated": 123,
            "translated_words": 394,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2566,
            "translated_chars_percent": 100.0,
            "total_chars": 2566,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "he",
            "name": "Hebrew",
            "url": "https://translate.lxqt-project.org/projects/tsujan/arqiver/he/",
            "translate_url": "https://translate.lxqt-project.org/translate/tsujan/arqiver/he/"
        },
        {
            "total": 123,
            "total_words": 394,
            "last_change": "2024-05-04T18:16:33.696460Z",
            "recent_changes": 74,
            "translated": 123,
            "translated_words": 394,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2566,
            "translated_chars_percent": 100.0,
            "total_chars": 2566,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "es",
            "name": "Spanish",
            "url": "https://translate.lxqt-project.org/projects/tsujan/arqiver/es/",
            "translate_url": "https://translate.lxqt-project.org/translate/tsujan/arqiver/es/"
        },
        {
            "total": 123,
            "total_words": 394,
            "last_change": "2024-05-04T18:06:14.527988Z",
            "recent_changes": 124,
            "translated": 123,
            "translated_words": 394,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2566,
            "translated_chars_percent": 100.0,
            "total_chars": 2566,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "bg",
            "name": "Bulgarian",
            "url": "https://translate.lxqt-project.org/projects/tsujan/arqiver/bg/",
            "translate_url": "https://translate.lxqt-project.org/translate/tsujan/arqiver/bg/"
        }
    ]
}