Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 60,
            "total_words": 735,
            "total_chars": 4650,
            "last_change": null,
            "recent_changes": 0,
            "translated": 60,
            "translated_words": 735,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4650,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 60,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en_devel",
            "name": "English (Developer)",
            "url": "https://translate.funkwhale.audio/projects/documentation/administrator-installation-docker/en_devel/",
            "translate_url": "https://translate.funkwhale.audio/translate/documentation/administrator-installation-docker/en_devel/"
        },
        {
            "total": 60,
            "total_words": 735,
            "total_chars": 4650,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "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": "en_GB",
            "name": "English (United Kingdom)",
            "url": "https://translate.funkwhale.audio/projects/documentation/administrator-installation-docker/en_GB/",
            "translate_url": "https://translate.funkwhale.audio/translate/documentation/administrator-installation-docker/en_GB/"
        },
        {
            "total": 60,
            "total_words": 735,
            "total_chars": 4650,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "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": "en_US",
            "name": "English (United States)",
            "url": "https://translate.funkwhale.audio/projects/documentation/administrator-installation-docker/en_US/",
            "translate_url": "https://translate.funkwhale.audio/translate/documentation/administrator-installation-docker/en_US/"
        },
        {
            "total": 60,
            "total_words": 735,
            "total_chars": 4650,
            "last_change": "2023-12-18T13:33:48.741556Z",
            "recent_changes": 1,
            "translated": 8,
            "translated_words": 116,
            "translated_percent": 13.3,
            "translated_words_percent": 15.7,
            "translated_chars": 696,
            "translated_chars_percent": 14.9,
            "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": 2,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://translate.funkwhale.audio/projects/documentation/administrator-installation-docker/fr/",
            "translate_url": "https://translate.funkwhale.audio/translate/documentation/administrator-installation-docker/fr/"
        }
    ]
}