Translation components API.

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

GET /api/components/ooops-mrp/ooops_plm/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 288,
            "total_words": 1163,
            "last_change": null,
            "recent_changes": 0,
            "translated": 288,
            "translated_words": 1163,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 7737,
            "translated_chars_percent": 100.0,
            "total_chars": 7737,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.ops404.it/projects/ooops-mrp/ooops_plm/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mrp/ooops_plm/en/"
        },
        {
            "total": 286,
            "total_words": 1111,
            "last_change": "2023-09-18T08:43:28.734826Z",
            "recent_changes": 1,
            "translated": 266,
            "translated_words": 807,
            "translated_percent": 93.0,
            "translated_words_percent": 72.6,
            "translated_chars": 5108,
            "translated_chars_percent": 70.6,
            "total_chars": 7226,
            "fuzzy": 2,
            "fuzzy_percent": 0.6,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "it",
            "name": "Italian",
            "url": "http://weblate.ops404.it/projects/ooops-mrp/ooops_plm/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mrp/ooops_plm/it/"
        }
    ]
}