Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 48,
            "total_words": 1544,
            "last_change": "2021-01-09T14:31:49.165272Z",
            "recent_changes": 1,
            "translated": 46,
            "translated_words": 1502,
            "translated_percent": 95.8,
            "translated_words_percent": 97.2,
            "translated_chars": 13901,
            "translated_chars_percent": 97.4,
            "total_chars": 14268,
            "fuzzy": 1,
            "fuzzy_percent": 2.0,
            "failing": 10,
            "failing_percent": 20.8,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "es",
            "name": "Spanish",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_cups/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_cups/es/"
        },
        {
            "total": 48,
            "total_words": 1544,
            "last_change": "2021-01-09T14:31:49.438310Z",
            "recent_changes": 1,
            "translated": 46,
            "translated_words": 1502,
            "translated_percent": 95.8,
            "translated_words_percent": 97.2,
            "translated_chars": 13901,
            "translated_chars_percent": 97.4,
            "total_chars": 14268,
            "fuzzy": 1,
            "fuzzy_percent": 2.0,
            "failing": 8,
            "failing_percent": 16.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "pt_BR",
            "name": "Portuguese (Brazil)",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_cups/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_cups/pt_BR/"
        },
        {
            "total": 48,
            "total_words": 1544,
            "last_change": null,
            "recent_changes": 0,
            "translated": 48,
            "translated_words": 1544,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 14268,
            "translated_chars_percent": 100.0,
            "total_chars": 14268,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 15,
            "failing_percent": 31.2,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 48,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_cups/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_cups/en/"
        },
        {
            "total": 48,
            "total_words": 1544,
            "last_change": "2020-11-25T14:32:26.739463Z",
            "recent_changes": 27,
            "translated": 18,
            "translated_words": 202,
            "translated_percent": 37.5,
            "translated_words_percent": 13.0,
            "translated_chars": 1833,
            "translated_chars_percent": 12.8,
            "total_chars": 14268,
            "fuzzy": 6,
            "fuzzy_percent": 12.5,
            "failing": 7,
            "failing_percent": 14.5,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "nl_NL",
            "name": "Dutch",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_cups/nl_NL/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_cups/nl_NL/"
        }
    ]
}