Translation components API.

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

GET /api/components/pgrouting-workshop/general-intro-osgeolive/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 55,
            "total_words": 372,
            "total_chars": 2846,
            "last_change": "2024-11-05T14:38:42.602237Z",
            "recent_changes": 0,
            "translated": 55,
            "translated_words": 372,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2846,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 1,
            "failing_percent": 1.8,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 55,
            "readonly_percent": 100.0,
            "readonly_words": 372,
            "readonly_words_percent": 100.0,
            "readonly_chars": 2846,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://weblate.osgeo.org/projects/pgrouting-workshop/general-intro-osgeolive/en/",
            "translate_url": "https://weblate.osgeo.org/translate/pgrouting-workshop/general-intro-osgeolive/en/"
        },
        {
            "total": 55,
            "total_words": 372,
            "total_chars": 2846,
            "last_change": "2024-12-16T17:51:16.393338Z",
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 1.8,
            "translated_words_percent": 0.5,
            "translated_chars": 16,
            "translated_chars_percent": 0.5,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "es",
            "name": "Spanish",
            "url": "https://weblate.osgeo.org/projects/pgrouting-workshop/general-intro-osgeolive/es/",
            "translate_url": "https://weblate.osgeo.org/translate/pgrouting-workshop/general-intro-osgeolive/es/"
        },
        {
            "total": 55,
            "total_words": 372,
            "total_chars": 2846,
            "last_change": "2024-12-16T17:51:16.483393Z",
            "recent_changes": 0,
            "translated": 5,
            "translated_words": 25,
            "translated_percent": 9.0,
            "translated_words_percent": 6.7,
            "translated_chars": 322,
            "translated_chars_percent": 11.3,
            "fuzzy": 3,
            "fuzzy_percent": 5.4,
            "fuzzy_words": 8,
            "fuzzy_words_percent": 2.1,
            "fuzzy_chars": 68,
            "fuzzy_chars_percent": 2.3,
            "failing": 4,
            "failing_percent": 7.2,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "ja",
            "name": "Japanese",
            "url": "https://weblate.osgeo.org/projects/pgrouting-workshop/general-intro-osgeolive/ja/",
            "translate_url": "https://weblate.osgeo.org/translate/pgrouting-workshop/general-intro-osgeolive/ja/"
        },
        {
            "total": 55,
            "total_words": 372,
            "total_chars": 2846,
            "last_change": "2025-07-01T20:15:48.602894Z",
            "recent_changes": 55,
            "translated": 55,
            "translated_words": 372,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2846,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 3,
            "failing_percent": 5.4,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "sv",
            "name": "Swedish",
            "url": "https://weblate.osgeo.org/projects/pgrouting-workshop/general-intro-osgeolive/sv/",
            "translate_url": "https://weblate.osgeo.org/translate/pgrouting-workshop/general-intro-osgeolive/sv/"
        }
    ]
}