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": 23,
    "next": null,
    "previous": "http://i18n.foe-helper.com/api/components/foe-helper/extension/statistics/?format=api",
    "results": [
        {
            "total": 1390,
            "total_words": 5715,
            "last_change": "2023-05-12T13:07:47.361398Z",
            "recent_changes": 375,
            "translated": 1084,
            "translated_words": 3818,
            "translated_percent": 77.9,
            "translated_words_percent": 66.8,
            "translated_chars": 24794,
            "translated_chars_percent": 67.1,
            "total_chars": 36950,
            "fuzzy": 38,
            "fuzzy_percent": 2.7,
            "failing": 13,
            "failing_percent": 0.9,
            "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": 1390,
            "total_words": 5715,
            "last_change": "2021-04-25T02:48:16.739562Z",
            "recent_changes": 1,
            "translated": 6,
            "translated_words": 12,
            "translated_percent": 0.4,
            "translated_words_percent": 0.2,
            "translated_chars": 77,
            "translated_chars_percent": 0.2,
            "total_chars": 36950,
            "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": 1390,
            "total_words": 5715,
            "last_change": "2024-04-30T12:27:51.683079Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 0.1,
            "translated_words_percent": 0.1,
            "translated_chars": 7,
            "translated_chars_percent": 0.1,
            "total_chars": 36950,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "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/"
        }
    ]
}