Translation projects API.

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

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

[
    {
        "total": 30,
        "total_words": 407,
        "total_chars": 3982,
        "last_change": null,
        "recent_changes": 0,
        "translated": 30,
        "translated_words": 407,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 3982,
        "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": 2,
        "failing_percent": 6.6,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 30,
        "readonly_percent": 100.0,
        "readonly_words": 407,
        "readonly_words_percent": 100.0,
        "readonly_chars": 3982,
        "readonly_chars_percent": 100.0,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-qa-docs/-/en/",
        "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-qa-docs/-/en/"
    },
    {
        "total": 29,
        "total_words": 406,
        "total_chars": 3980,
        "last_change": "2024-01-28T12:04:54.142270Z",
        "recent_changes": 4,
        "translated": 28,
        "translated_words": 395,
        "translated_percent": 96.5,
        "translated_words_percent": 97.2,
        "translated_chars": 3723,
        "translated_chars_percent": 93.5,
        "fuzzy": 1,
        "fuzzy_percent": 3.4,
        "fuzzy_words": 11,
        "fuzzy_words_percent": 2.7,
        "fuzzy_chars": 257,
        "fuzzy_chars_percent": 6.4,
        "failing": 1,
        "failing_percent": 3.4,
        "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": 1,
        "comments": 0,
        "code": "fr",
        "name": "French",
        "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-qa-docs/-/fr/",
        "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-qa-docs/-/fr/"
    },
    {
        "total": 29,
        "total_words": 406,
        "total_chars": 3980,
        "last_change": null,
        "recent_changes": 0,
        "translated": 0,
        "translated_words": 0,
        "translated_percent": 0.0,
        "translated_words_percent": 0.0,
        "translated_chars": 0,
        "translated_chars_percent": 0.0,
        "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": 1,
        "comments": 0,
        "code": "pt_PT",
        "name": "Portuguese (Portugal)",
        "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-qa-docs/-/pt_PT/",
        "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-qa-docs/-/pt_PT/"
    },
    {
        "total": 30,
        "total_words": 407,
        "total_chars": 3982,
        "last_change": "2024-01-16T15:21:27.235909Z",
        "recent_changes": 11,
        "translated": 21,
        "translated_words": 71,
        "translated_percent": 70.0,
        "translated_words_percent": 17.4,
        "translated_chars": 1025,
        "translated_chars_percent": 25.7,
        "fuzzy": 8,
        "fuzzy_percent": 26.6,
        "fuzzy_words": 325,
        "fuzzy_words_percent": 79.8,
        "fuzzy_chars": 2700,
        "fuzzy_chars_percent": 67.8,
        "failing": 1,
        "failing_percent": 3.3,
        "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": "tr",
        "name": "Turkish",
        "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-qa-docs/-/tr/",
        "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-qa-docs/-/tr/"
    }
]