Translation components API.

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

GET /api/components/trm/zooms-sur-l-histoire-de-la-monnaie/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 132,
            "total_words": 6093,
            "last_change": null,
            "recent_changes": 0,
            "translated": 132,
            "translated_words": 6093,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 37444,
            "translated_chars_percent": 100.0,
            "total_chars": 37444,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 15,
            "failing_percent": 11.3,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 132,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://weblate.duniter.org/projects/trm/zooms-sur-l-histoire-de-la-monnaie/fr/",
            "translate_url": "https://weblate.duniter.org/translate/trm/zooms-sur-l-histoire-de-la-monnaie/fr/"
        },
        {
            "total": 132,
            "total_words": 6093,
            "last_change": "2023-03-24T15:37:45.857922Z",
            "recent_changes": 18,
            "translated": 132,
            "translated_words": 6093,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 37444,
            "translated_chars_percent": 100.0,
            "total_chars": 37444,
            "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/zooms-sur-l-histoire-de-la-monnaie/en_US/",
            "translate_url": "https://weblate.duniter.org/translate/trm/zooms-sur-l-histoire-de-la-monnaie/en_US/"
        },
        {
            "total": 132,
            "total_words": 6093,
            "last_change": "2024-05-06T23:46:24.076481Z",
            "recent_changes": 140,
            "translated": 132,
            "translated_words": 6093,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 37444,
            "translated_chars_percent": 100.0,
            "total_chars": 37444,
            "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/zooms-sur-l-histoire-de-la-monnaie/es/",
            "translate_url": "https://weblate.duniter.org/translate/trm/zooms-sur-l-histoire-de-la-monnaie/es/"
        }
    ]
}