Translation components API.

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

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

{
    "count": 11,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": null,
            "code": "en",
            "failing_percent": 0.1,
            "total_words": 1456,
            "translated_words": 1456,
            "url_translate": "http://weblate.ucs.ru/projects/delivery/delivery/en/",
            "fuzzy": 0,
            "total": 565,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/delivery/en/",
            "translated_percent": 100.0,
            "failing": 1,
            "fuzzy_percent": 0.0,
            "translated": 565,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "ru",
            "failing_percent": 0.3,
            "total_words": 1456,
            "translated_words": 1456,
            "url_translate": "http://weblate.ucs.ru/projects/delivery/delivery/ru/",
            "fuzzy": 0,
            "total": 565,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/delivery/ru/",
            "translated_percent": 100.0,
            "failing": 2,
            "fuzzy_percent": 0.0,
            "translated": 565,
            "last_change": null
        },
        {
            "last_author": "Vitalie Bologan",
            "code": "ro",
            "failing_percent": 0.1,
            "total_words": 3164,
            "translated_words": 173,
            "url_translate": "http://weblate.ucs.ru/projects/delivery/delivery/ro/",
            "fuzzy": 8,
            "total": 1141,
            "name": "Romanian",
            "url": "http://weblate.ucs.ru/engage/delivery/ro/",
            "translated_percent": 4.5,
            "failing": 1,
            "fuzzy_percent": 0.7,
            "translated": 52,
            "last_change": "2024-03-28T08:37:27"
        },
        {
            "last_author": null,
            "code": "mk",
            "failing_percent": 0.0,
            "total_words": 3164,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/delivery/delivery/mk/",
            "fuzzy": 0,
            "total": 1141,
            "name": "Macedonian",
            "url": "http://weblate.ucs.ru/engage/delivery/mk/",
            "translated_percent": 0.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        },
        {
            "last_author": "Andrea Petrova",
            "code": "cs",
            "failing_percent": 0.6,
            "total_words": 3164,
            "translated_words": 1164,
            "url_translate": "http://weblate.ucs.ru/projects/delivery/delivery/cs/",
            "fuzzy": 6,
            "total": 1141,
            "name": "Czech",
            "url": "http://weblate.ucs.ru/engage/delivery/cs/",
            "translated_percent": 47.1,
            "failing": 7,
            "fuzzy_percent": 0.5,
            "translated": 538,
            "last_change": "2020-09-24T08:38:40"
        },
        {
            "last_author": null,
            "code": "ka",
            "failing_percent": 0.0,
            "total_words": 1456,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/delivery/delivery/ka/",
            "fuzzy": 0,
            "total": 565,
            "name": "Georgian",
            "url": "http://weblate.ucs.ru/engage/delivery/ka/",
            "translated_percent": 0.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        },
        {
            "last_author": "Ficsór Imre",
            "code": "hu",
            "failing_percent": 0.0,
            "total_words": 1456,
            "translated_words": 1456,
            "url_translate": "http://weblate.ucs.ru/projects/delivery/delivery/hu/",
            "fuzzy": 0,
            "total": 565,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/delivery/hu/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 565,
            "last_change": "2023-01-23T15:30:16"
        },
        {
            "last_author": null,
            "code": "de",
            "failing_percent": 0.0,
            "total_words": 1456,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/delivery/delivery/de/",
            "fuzzy": 0,
            "total": 565,
            "name": "German",
            "url": "http://weblate.ucs.ru/engage/delivery/de/",
            "translated_percent": 0.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        },
        {
            "last_author": "Nemanja Savić",
            "code": "sr",
            "failing_percent": 0.0,
            "total_words": 1456,
            "translated_words": 1456,
            "url_translate": "http://weblate.ucs.ru/projects/delivery/delivery/sr/",
            "fuzzy": 0,
            "total": 565,
            "name": "Serbian",
            "url": "http://weblate.ucs.ru/engage/delivery/sr/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 565,
            "last_change": "2020-07-19T19:23:51"
        },
        {
            "last_author": "Alexander Shugaev",
            "code": "de_AT",
            "failing_percent": 0.0,
            "total_words": 1456,
            "translated_words": 38,
            "url_translate": "http://weblate.ucs.ru/projects/delivery/delivery/de_AT/",
            "fuzzy": 0,
            "total": 565,
            "name": "Austrian German",
            "url": "http://weblate.ucs.ru/engage/delivery/de_AT/",
            "translated_percent": 2.3,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 13,
            "last_change": "2020-10-07T10:47:31"
        },
        {
            "last_author": "Виктор Грудев",
            "code": "bg",
            "failing_percent": 1.2,
            "total_words": 1456,
            "translated_words": 1456,
            "url_translate": "http://weblate.ucs.ru/projects/delivery/delivery/bg/",
            "fuzzy": 0,
            "total": 565,
            "name": "Bulgarian",
            "url": "http://weblate.ucs.ru/engage/delivery/bg/",
            "translated_percent": 100.0,
            "failing": 7,
            "fuzzy_percent": 0.0,
            "translated": 565,
            "last_change": "2023-05-30T09:38:52"
        }
    ]
}