Translation components API.

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

GET /api/components/foe-helper/website/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/website/statistics/?format=api",
    "results": [
        {
            "total": 464,
            "total_words": 2365,
            "last_change": "2024-12-30T11:23:17.861529Z",
            "recent_changes": 1,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 0.4,
            "translated_words_percent": 0.1,
            "translated_chars": 12,
            "translated_chars_percent": 0.1,
            "total_chars": 14724,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "pt_PT",
            "name": "Portuguese (Portugal)",
            "url": "http://i18n.foe-helper.com/projects/foe-helper/website/pt_PT/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/pt_PT/"
        },
        {
            "total": 464,
            "total_words": 2365,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 0.2,
            "translated_words_percent": 0.1,
            "translated_chars": 7,
            "translated_chars_percent": 0.1,
            "total_chars": 14724,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "ru_UA",
            "name": "Russian (Ukraine)",
            "url": "http://i18n.foe-helper.com/projects/foe-helper/website/ru_UA/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/ru_UA/"
        },
        {
            "total": 464,
            "total_words": 2365,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 0.2,
            "translated_words_percent": 0.1,
            "translated_chars": 7,
            "translated_chars_percent": 0.1,
            "total_chars": 14724,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://i18n.foe-helper.com/projects/foe-helper/website/uk/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/uk/"
        },
        {
            "total": 464,
            "total_words": 2365,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 0.2,
            "translated_words_percent": 0.1,
            "translated_chars": 7,
            "translated_chars_percent": 0.1,
            "total_chars": 14724,
            "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/website/ca/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/ca/"
        },
        {
            "total": 464,
            "total_words": 2365,
            "last_change": "2025-04-20T22:16:37.618551Z",
            "recent_changes": 470,
            "translated": 464,
            "translated_words": 2365,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 14724,
            "translated_chars_percent": 100.0,
            "total_chars": 14724,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "pt",
            "name": "Portuguese",
            "url": "http://i18n.foe-helper.com/projects/foe-helper/website/pt/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/pt/"
        }
    ]
}