Translation components API.

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

GET /api/components/app-ops/app/statistics/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 24,
    "next": null,
    "previous": "https://weblate.rikka.app/api/components/app-ops/app/statistics/?format=api",
    "results": [
        {
            "total": 338,
            "total_words": 2654,
            "last_change": "2021-08-22T23:01:34.782423Z",
            "recent_changes": 28,
            "translated": 23,
            "translated_words": 323,
            "translated_percent": 6.8,
            "translated_words_percent": 12.1,
            "translated_chars": 1974,
            "translated_chars_percent": 11.9,
            "total_chars": 16476,
            "fuzzy": 2,
            "fuzzy_percent": 0.5,
            "failing": 33,
            "failing_percent": 9.7,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 1,
            "readonly_percent": 0.2,
            "suggestions": 1,
            "comments": 0,
            "code": "ro",
            "name": "Romanian",
            "url": "https://weblate.rikka.app/projects/app-ops/app/ro/",
            "translate_url": "https://weblate.rikka.app/translate/app-ops/app/ro/"
        },
        {
            "total": 338,
            "total_words": 2654,
            "last_change": "2021-10-18T03:38:42.200128Z",
            "recent_changes": 83,
            "translated": 338,
            "translated_words": 2654,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 16476,
            "translated_chars_percent": 100.0,
            "total_chars": 16476,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 0.2,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 1,
            "readonly_percent": 0.2,
            "suggestions": 1,
            "comments": 0,
            "code": "vi",
            "name": "Vietnamese",
            "url": "https://weblate.rikka.app/projects/app-ops/app/vi/",
            "translate_url": "https://weblate.rikka.app/translate/app-ops/app/vi/"
        },
        {
            "total": 338,
            "total_words": 2654,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 0.2,
            "translated_words_percent": 0.1,
            "translated_chars": 34,
            "translated_chars_percent": 0.2,
            "total_chars": 16476,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 1,
            "readonly_percent": 0.2,
            "suggestions": 1,
            "comments": 0,
            "code": "my",
            "name": "Burmese",
            "url": "https://weblate.rikka.app/projects/app-ops/app/my/",
            "translate_url": "https://weblate.rikka.app/translate/app-ops/app/my/"
        },
        {
            "total": 338,
            "total_words": 2654,
            "last_change": "2022-04-04T22:41:16.942945Z",
            "recent_changes": 26,
            "translated": 25,
            "translated_words": 391,
            "translated_percent": 7.3,
            "translated_words_percent": 14.7,
            "translated_chars": 2429,
            "translated_chars_percent": 14.7,
            "total_chars": 16476,
            "fuzzy": 1,
            "fuzzy_percent": 0.2,
            "failing": 19,
            "failing_percent": 5.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 1,
            "readonly_percent": 0.2,
            "suggestions": 0,
            "comments": 0,
            "code": "id",
            "name": "Indonesian",
            "url": "https://weblate.rikka.app/projects/app-ops/app/id/",
            "translate_url": "https://weblate.rikka.app/translate/app-ops/app/id/"
        }
    ]
}