Translation projects API.

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

GET /api/projects/fedora-docs-l10n-teleirc-sig/languages/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "total": 91,
        "total_words": 1210,
        "total_chars": 8652,
        "last_change": null,
        "recent_changes": 0,
        "translated": 91,
        "translated_words": 1210,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 8652,
        "translated_chars_percent": 100.0,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 1,
        "failing_percent": 1.0,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 91,
        "readonly_percent": 100.0,
        "readonly_words": 1210,
        "readonly_words_percent": 100.0,
        "readonly_chars": 8652,
        "readonly_chars_percent": 100.0,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-teleirc-sig/-/en/",
        "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-teleirc-sig/-/en/"
    },
    {
        "total": 91,
        "total_words": 1210,
        "total_chars": 8652,
        "last_change": "2022-01-13T06:51:24.961976Z",
        "recent_changes": 11,
        "translated": 10,
        "translated_words": 24,
        "translated_percent": 10.9,
        "translated_words_percent": 1.9,
        "translated_chars": 274,
        "translated_chars_percent": 3.1,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 0,
        "failing_percent": 0.0,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 0,
        "readonly_percent": 0.0,
        "readonly_words": 0,
        "readonly_words_percent": 0.0,
        "readonly_chars": 0,
        "readonly_chars_percent": 0.0,
        "suggestions": 0,
        "comments": 0,
        "code": "fr",
        "name": "French",
        "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-teleirc-sig/-/fr/",
        "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-teleirc-sig/-/fr/"
    },
    {
        "total": 91,
        "total_words": 1210,
        "total_chars": 8652,
        "last_change": "2023-01-27T14:28:59.531168Z",
        "recent_changes": 10,
        "translated": 13,
        "translated_words": 83,
        "translated_percent": 14.2,
        "translated_words_percent": 6.8,
        "translated_chars": 594,
        "translated_chars_percent": 6.8,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 0,
        "failing_percent": 0.0,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 0,
        "readonly_percent": 0.0,
        "readonly_words": 0,
        "readonly_words_percent": 0.0,
        "readonly_chars": 0,
        "readonly_chars_percent": 0.0,
        "suggestions": 0,
        "comments": 0,
        "code": "pt_PT",
        "name": "Portuguese (Portugal)",
        "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-teleirc-sig/-/pt_PT/",
        "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-teleirc-sig/-/pt_PT/"
    },
    {
        "total": 91,
        "total_words": 1210,
        "total_chars": 8652,
        "last_change": "2024-03-24T17:02:12.520642Z",
        "recent_changes": 4,
        "translated": 3,
        "translated_words": 53,
        "translated_percent": 3.2,
        "translated_words_percent": 4.3,
        "translated_chars": 344,
        "translated_chars_percent": 3.9,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 0,
        "failing_percent": 0.0,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 0,
        "readonly_percent": 0.0,
        "readonly_words": 0,
        "readonly_words_percent": 0.0,
        "readonly_chars": 0,
        "readonly_chars_percent": 0.0,
        "suggestions": 2,
        "comments": 0,
        "code": "es",
        "name": "Spanish",
        "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-teleirc-sig/-/es/",
        "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-teleirc-sig/-/es/"
    }
]