Translation components API.

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

GET /api/components/interpipe-16-0/interpipe_request_glpi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 81,
            "total_words": 204,
            "last_change": null,
            "recent_changes": 0,
            "translated": 81,
            "translated_words": 204,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1259,
            "translated_chars_percent": 100.0,
            "total_chars": 1259,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/interpipe-16-0/interpipe_request_glpi/en/",
            "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/interpipe_request_glpi/en/"
        },
        {
            "total": 81,
            "total_words": 204,
            "last_change": "2024-12-04T21:39:12.811163Z",
            "recent_changes": 2,
            "translated": 79,
            "translated_words": 199,
            "translated_percent": 97.5,
            "translated_words_percent": 97.5,
            "translated_chars": 1226,
            "translated_chars_percent": 97.3,
            "total_chars": 1259,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/interpipe-16-0/interpipe_request_glpi/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/interpipe_request_glpi/uk/"
        }
    ]
}