Translation components API.

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

GET /api/components/trm/comment-comparer-deux-zones-economiques/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 27,
            "total_words": 857,
            "last_change": null,
            "recent_changes": 0,
            "translated": 27,
            "translated_words": 857,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5251,
            "translated_chars_percent": 100.0,
            "total_chars": 5251,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 5,
            "failing_percent": 18.5,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 27,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://weblate.duniter.org/projects/trm/comment-comparer-deux-zones-economiques/fr/",
            "translate_url": "https://weblate.duniter.org/translate/trm/comment-comparer-deux-zones-economiques/fr/"
        },
        {
            "total": 27,
            "total_words": 857,
            "last_change": "2023-03-24T17:21:07.555583Z",
            "recent_changes": 6,
            "translated": 27,
            "translated_words": 857,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5251,
            "translated_chars_percent": 100.0,
            "total_chars": 5251,
            "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://weblate.duniter.org/projects/trm/comment-comparer-deux-zones-economiques/en_US/",
            "translate_url": "https://weblate.duniter.org/translate/trm/comment-comparer-deux-zones-economiques/en_US/"
        },
        {
            "total": 27,
            "total_words": 857,
            "last_change": "2024-05-07T14:44:35.146086Z",
            "recent_changes": 1,
            "translated": 27,
            "translated_words": 857,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5251,
            "translated_chars_percent": 100.0,
            "total_chars": 5251,
            "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": "es",
            "name": "Spanish",
            "url": "https://weblate.duniter.org/projects/trm/comment-comparer-deux-zones-economiques/es/",
            "translate_url": "https://weblate.duniter.org/translate/trm/comment-comparer-deux-zones-economiques/es/"
        }
    ]
}