Translation components API.

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

GET /api/components/conference/pkp-lib-editor-overrides/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 6,
            "total_words": 42,
            "total_chars": 358,
            "last_change": null,
            "recent_changes": 0,
            "translated": 6,
            "translated_words": 42,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 358,
            "translated_chars_percent": 100.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",
            "name": "English",
            "url": "http://translate.pkp.sfu.ca/projects/conference/pkp-lib-editor-overrides/en/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/conference/pkp-lib-editor-overrides/en/"
        },
        {
            "total": 6,
            "total_words": 42,
            "total_chars": 358,
            "last_change": "2025-01-08T06:39:43.945837Z",
            "recent_changes": 6,
            "translated": 6,
            "translated_words": 42,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 358,
            "translated_chars_percent": 100.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": "bg",
            "name": "Bulgarian",
            "url": "http://translate.pkp.sfu.ca/projects/conference/pkp-lib-editor-overrides/bg/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/conference/pkp-lib-editor-overrides/bg/"
        },
        {
            "total": 6,
            "total_words": 42,
            "total_chars": 358,
            "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": "ckb",
            "name": "Kurdish (Central)",
            "url": "http://translate.pkp.sfu.ca/projects/conference/pkp-lib-editor-overrides/ckb/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/conference/pkp-lib-editor-overrides/ckb/"
        },
        {
            "total": 6,
            "total_words": 42,
            "total_chars": 358,
            "last_change": "2025-03-06T21:53:44.062597Z",
            "recent_changes": 6,
            "translated": 6,
            "translated_words": 42,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 358,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 16.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "de",
            "name": "German",
            "url": "http://translate.pkp.sfu.ca/projects/conference/pkp-lib-editor-overrides/de/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/conference/pkp-lib-editor-overrides/de/"
        }
    ]
}