Translation components API.

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

GET /api/components/infinity-engine/unique-artifacts/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 20,
            "total_words": 456,
            "last_change": null,
            "recent_changes": 0,
            "translated": 13,
            "translated_words": 386,
            "translated_percent": 65.0,
            "translated_words_percent": 84.6,
            "translated_chars": 2263,
            "translated_chars_percent": 84.6,
            "total_chars": 2672,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3,
            "failing_percent": 15.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "ru",
            "name": "Russian",
            "url": "https://hive.bgforge.net/projects/infinity-engine/unique-artifacts/ru/",
            "translate_url": "https://hive.bgforge.net/translate/infinity-engine/unique-artifacts/ru/"
        },
        {
            "total": 20,
            "total_words": 456,
            "last_change": "2022-01-02T15:31:47.109879Z",
            "recent_changes": 7,
            "translated": 20,
            "translated_words": 456,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2672,
            "translated_chars_percent": 100.0,
            "total_chars": 2672,
            "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": "pt_BR",
            "name": "Portuguese (Brazil)",
            "url": "https://hive.bgforge.net/projects/infinity-engine/unique-artifacts/pt_BR/",
            "translate_url": "https://hive.bgforge.net/translate/infinity-engine/unique-artifacts/pt_BR/"
        },
        {
            "total": 20,
            "total_words": 456,
            "last_change": null,
            "recent_changes": 0,
            "translated": 20,
            "translated_words": 456,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2672,
            "translated_chars_percent": 100.0,
            "total_chars": 2672,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 20,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://hive.bgforge.net/projects/infinity-engine/unique-artifacts/en/",
            "translate_url": "https://hive.bgforge.net/translate/infinity-engine/unique-artifacts/en/"
        },
        {
            "total": 20,
            "total_words": 456,
            "last_change": "2022-09-15T14:48:03.616632Z",
            "recent_changes": 1,
            "translated": 9,
            "translated_words": 211,
            "translated_percent": 45.0,
            "translated_words_percent": 46.2,
            "translated_chars": 1257,
            "translated_chars_percent": 47.0,
            "total_chars": 2672,
            "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": "sv",
            "name": "Swedish",
            "url": "https://hive.bgforge.net/projects/infinity-engine/unique-artifacts/sv/",
            "translate_url": "https://hive.bgforge.net/translate/infinity-engine/unique-artifacts/sv/"
        }
    ]
}