Translation projects API.

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

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

[
    {
        "total": 317,
        "total_words": 5143,
        "total_chars": 35953,
        "last_change": "2023-09-15T18:35:52.892680Z",
        "recent_changes": 0,
        "translated": 3,
        "translated_words": 43,
        "translated_percent": 0.9,
        "translated_words_percent": 0.8,
        "translated_chars": 355,
        "translated_chars_percent": 0.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": 20,
        "comments": 0,
        "code": "cs",
        "name": "Czech",
        "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-mindshare-committee/-/cs/",
        "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-mindshare-committee/-/cs/"
    },
    {
        "total": 317,
        "total_words": 5143,
        "total_chars": 35953,
        "last_change": null,
        "recent_changes": 0,
        "translated": 317,
        "translated_words": 5143,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 35953,
        "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": 0.6,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 317,
        "readonly_percent": 100.0,
        "readonly_words": 5143,
        "readonly_words_percent": 100.0,
        "readonly_chars": 35953,
        "readonly_chars_percent": 100.0,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-mindshare-committee/-/en/",
        "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-mindshare-committee/-/en/"
    },
    {
        "total": 315,
        "total_words": 5141,
        "total_chars": 35907,
        "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": 27,
        "comments": 0,
        "code": "fr",
        "name": "French",
        "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-mindshare-committee/-/fr/",
        "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-mindshare-committee/-/fr/"
    },
    {
        "total": 315,
        "total_words": 5141,
        "total_chars": 35907,
        "last_change": "2024-03-05T16:36:07.168267Z",
        "recent_changes": 57,
        "translated": 254,
        "translated_words": 4071,
        "translated_percent": 80.6,
        "translated_words_percent": 79.1,
        "translated_chars": 28902,
        "translated_chars_percent": 80.4,
        "fuzzy": 3,
        "fuzzy_percent": 0.9,
        "fuzzy_words": 11,
        "fuzzy_words_percent": 0.2,
        "fuzzy_chars": 107,
        "fuzzy_chars_percent": 0.2,
        "failing": 2,
        "failing_percent": 0.6,
        "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-mindshare-committee/-/es/",
        "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-mindshare-committee/-/es/"
    }
]