Translation components API.

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

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

{
    "count": 25,
    "next": null,
    "previous": "http://i18n.foe-helper.com/api/components/foe-helper/extension/statistics/?format=api",
    "results": [
        {
            "total": 1579,
            "total_words": 6501,
            "last_change": "2024-10-04T16:56:04.078035Z",
            "recent_changes": 1,
            "translated": 1229,
            "translated_words": 4687,
            "translated_percent": 77.8,
            "translated_words_percent": 72.0,
            "translated_chars": 29941,
            "translated_chars_percent": 72.6,
            "total_chars": 41228,
            "fuzzy": 28,
            "fuzzy_percent": 1.7,
            "failing": 3,
            "failing_percent": 0.1,
            "code": "bs",
            "name": "Bosnian",
            "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/bs/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/bs/"
        },
        {
            "total": 1579,
            "total_words": 6501,
            "last_change": "2021-04-25T02:48:16.739562Z",
            "recent_changes": 1,
            "translated": 6,
            "translated_words": 12,
            "translated_percent": 0.3,
            "translated_words_percent": 0.1,
            "translated_chars": 77,
            "translated_chars_percent": 0.1,
            "total_chars": 41228,
            "fuzzy": 1,
            "fuzzy_percent": 0.1,
            "failing": 1,
            "failing_percent": 0.1,
            "code": "fi",
            "name": "Finnish",
            "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/fi/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/fi/"
        },
        {
            "total": 1579,
            "total_words": 6501,
            "last_change": "2024-09-08T14:47:04.080874Z",
            "recent_changes": 302,
            "translated": 285,
            "translated_words": 1263,
            "translated_percent": 18.0,
            "translated_words_percent": 19.4,
            "translated_chars": 8123,
            "translated_chars_percent": 19.7,
            "total_chars": 41228,
            "fuzzy": 13,
            "fuzzy_percent": 0.8,
            "failing": 8,
            "failing_percent": 0.5,
            "code": "ca",
            "name": "Catalan",
            "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/ca/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/ca/"
        },
        {
            "total": 1579,
            "total_words": 6501,
            "last_change": "2025-02-21T14:10:20.894856Z",
            "recent_changes": 1,
            "translated": 170,
            "translated_words": 864,
            "translated_percent": 10.7,
            "translated_words_percent": 13.2,
            "translated_chars": 5657,
            "translated_chars_percent": 13.7,
            "total_chars": 41228,
            "fuzzy": 16,
            "fuzzy_percent": 1.0,
            "failing": 15,
            "failing_percent": 0.9,
            "code": "ja",
            "name": "Japanese",
            "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/ja/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/ja/"
        },
        {
            "total": 1579,
            "total_words": 6501,
            "last_change": "2024-10-04T23:32:47.624525Z",
            "recent_changes": 570,
            "translated": 642,
            "translated_words": 2997,
            "translated_percent": 40.6,
            "translated_words_percent": 46.1,
            "translated_chars": 18691,
            "translated_chars_percent": 45.3,
            "total_chars": 41228,
            "fuzzy": 836,
            "fuzzy_percent": 52.9,
            "failing": 823,
            "failing_percent": 52.1,
            "code": "sr_Latn",
            "name": "Serbian (latin)",
            "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/sr_Latn/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/sr_Latn/"
        }
    ]
}