Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 8,
            "total_words": 79,
            "last_change": "2023-05-25T16:27:46.515946Z",
            "recent_changes": 2,
            "translated": 8,
            "translated_words": 79,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 537,
            "translated_chars_percent": 100.0,
            "total_chars": 537,
            "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": "pl",
            "name": "Polish",
            "url": "https://hive.bgforge.net/projects/infinity-engine/weidu-example/pl/",
            "translate_url": "https://hive.bgforge.net/translate/infinity-engine/weidu-example/pl/"
        },
        {
            "total": 7,
            "total_words": 56,
            "last_change": "2024-01-20T23:05:50.719832Z",
            "recent_changes": 2,
            "translated": 7,
            "translated_words": 56,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 378,
            "translated_chars_percent": 100.0,
            "total_chars": 378,
            "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/weidu-example/pt_BR/",
            "translate_url": "https://hive.bgforge.net/translate/infinity-engine/weidu-example/pt_BR/"
        },
        {
            "total": 8,
            "total_words": 79,
            "last_change": null,
            "recent_changes": 0,
            "translated": 8,
            "translated_words": 79,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 537,
            "translated_chars_percent": 100.0,
            "total_chars": 537,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 8,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://hive.bgforge.net/projects/infinity-engine/weidu-example/en/",
            "translate_url": "https://hive.bgforge.net/translate/infinity-engine/weidu-example/en/"
        },
        {
            "total": 8,
            "total_words": 79,
            "last_change": "2023-05-21T11:47:27.276983Z",
            "recent_changes": 1,
            "translated": 8,
            "translated_words": 79,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 537,
            "translated_chars_percent": 100.0,
            "total_chars": 537,
            "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": "ru",
            "name": "Russian",
            "url": "https://hive.bgforge.net/projects/infinity-engine/weidu-example/ru/",
            "translate_url": "https://hive.bgforge.net/translate/infinity-engine/weidu-example/ru/"
        },
        {
            "total": 7,
            "total_words": 56,
            "last_change": "2023-05-21T13:05:59.777346Z",
            "recent_changes": 2,
            "translated": 7,
            "translated_words": 56,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 378,
            "translated_chars_percent": 100.0,
            "total_chars": 378,
            "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/weidu-example/sv/",
            "translate_url": "https://hive.bgforge.net/translate/infinity-engine/weidu-example/sv/"
        }
    ]
}