Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 73,
            "total_words": 959,
            "total_chars": 6101,
            "last_change": null,
            "recent_changes": 0,
            "translated": 73,
            "translated_words": 959,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 6101,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 73,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en_devel",
            "name": "English (Developer)",
            "url": "https://translate.funkwhale.audio/projects/documentation/administrator-import/en_devel/",
            "translate_url": "https://translate.funkwhale.audio/translate/documentation/administrator-import/en_devel/"
        },
        {
            "total": 73,
            "total_words": 959,
            "total_chars": 6101,
            "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-import/en_GB/",
            "translate_url": "https://translate.funkwhale.audio/translate/documentation/administrator-import/en_GB/"
        },
        {
            "total": 73,
            "total_words": 959,
            "total_chars": 6101,
            "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-import/en_US/",
            "translate_url": "https://translate.funkwhale.audio/translate/documentation/administrator-import/en_US/"
        },
        {
            "total": 73,
            "total_words": 959,
            "total_chars": 6101,
            "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": "fr",
            "name": "French",
            "url": "https://translate.funkwhale.audio/projects/documentation/administrator-import/fr/",
            "translate_url": "https://translate.funkwhale.audio/translate/documentation/administrator-import/fr/"
        }
    ]
}