Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 3507,
            "total_words": 14348,
            "last_change": "2021-01-09T14:32:22.782681Z",
            "recent_changes": 5,
            "translated": 3501,
            "translated_words": 14293,
            "translated_percent": 99.8,
            "translated_words_percent": 99.6,
            "translated_chars": 186878,
            "translated_chars_percent": 99.7,
            "total_chars": 187305,
            "fuzzy": 5,
            "fuzzy_percent": 0.1,
            "failing": 3281,
            "failing_percent": 93.5,
            "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_contributors/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_contributors/es/"
        },
        {
            "total": 3507,
            "total_words": 14348,
            "last_change": "2021-01-09T14:32:46.866063Z",
            "recent_changes": 5,
            "translated": 3501,
            "translated_words": 14293,
            "translated_percent": 99.8,
            "translated_words_percent": 99.6,
            "translated_chars": 186878,
            "translated_chars_percent": 99.7,
            "total_chars": 187305,
            "fuzzy": 5,
            "fuzzy_percent": 0.1,
            "failing": 3227,
            "failing_percent": 92.0,
            "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_contributors/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_contributors/pt_BR/"
        },
        {
            "total": 3507,
            "total_words": 14348,
            "last_change": null,
            "recent_changes": 0,
            "translated": 3507,
            "translated_words": 14348,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 187305,
            "translated_chars_percent": 100.0,
            "total_chars": 187305,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3284,
            "failing_percent": 93.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 3507,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_contributors/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_contributors/en/"
        },
        {
            "total": 3507,
            "total_words": 14348,
            "last_change": "2020-06-21T22:52:16.183799Z",
            "recent_changes": 1,
            "translated": 7,
            "translated_words": 126,
            "translated_percent": 0.1,
            "translated_words_percent": 0.8,
            "translated_chars": 917,
            "translated_chars_percent": 0.4,
            "total_chars": 187305,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "it_IT",
            "name": "Italian",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_contributors/it_IT/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_contributors/it_IT/"
        }
    ]
}