Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 490,
            "total_words": 9722,
            "last_change": "2020-12-13T00:18:14.979441Z",
            "recent_changes": 66,
            "translated": 359,
            "translated_words": 6875,
            "translated_percent": 73.2,
            "translated_words_percent": 70.7,
            "translated_chars": 47999,
            "translated_chars_percent": 71.9,
            "total_chars": 66742,
            "fuzzy": 42,
            "fuzzy_percent": 8.5,
            "failing": 75,
            "failing_percent": 15.3,
            "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/boooks_dev-model/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_dev-model/pt_BR/"
        },
        {
            "total": 490,
            "total_words": 9722,
            "last_change": null,
            "recent_changes": 0,
            "translated": 490,
            "translated_words": 9722,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 66742,
            "translated_chars_percent": 100.0,
            "total_chars": 66742,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 0.4,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 490,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/boooks_dev-model/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_dev-model/en/"
        }
    ]
}