Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 58,
            "total_words": 2977,
            "last_change": "2022-06-15T14:33:02.069753Z",
            "recent_changes": 5,
            "translated": 6,
            "translated_words": 119,
            "translated_percent": 10.3,
            "translated_words_percent": 3.9,
            "translated_chars": 745,
            "translated_chars_percent": 3.9,
            "total_chars": 18785,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 1.7,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolsrouting/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolsrouting/fr/"
        },
        {
            "total": 58,
            "total_words": 2977,
            "last_change": null,
            "recent_changes": 0,
            "translated": 58,
            "translated_words": 2977,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 18785,
            "translated_chars_percent": 100.0,
            "total_chars": 18785,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 1.7,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 58,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolsrouting/en/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolsrouting/en/"
        }
    ]
}