Translation components API.

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

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

{
    "count": 22,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-colorpicker/statistics/?format=api",
    "results": [
        {
            "total": 2,
            "total_words": 3,
            "last_change": "2024-04-17T17:36:37.398996Z",
            "recent_changes": 2,
            "translated": 2,
            "translated_words": 3,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 15,
            "translated_chars_percent": 100.0,
            "total_chars": 15,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "bg",
            "name": "Bulgarian",
            "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-colorpicker/bg/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-colorpicker/bg/"
        },
        {
            "total": 2,
            "total_words": 3,
            "last_change": "2024-04-24T12:41:29.698824Z",
            "recent_changes": 2,
            "translated": 2,
            "translated_words": 3,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 15,
            "translated_chars_percent": 100.0,
            "total_chars": 15,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "sk",
            "name": "Slovak",
            "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-colorpicker/sk/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-colorpicker/sk/"
        }
    ]
}