Translation projects API.

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

GET /api/projects/freshrss-android/languages/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "total": 127,
        "total_words": 641,
        "total_chars": 3888,
        "last_change": null,
        "recent_changes": 0,
        "translated": 89,
        "translated_words": 275,
        "translated_percent": 70.0,
        "translated_words_percent": 42.9,
        "translated_chars": 1693,
        "translated_chars_percent": 43.5,
        "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": 16,
        "readonly_percent": 12.5,
        "readonly_words": 22,
        "readonly_words_percent": 3.4,
        "readonly_chars": 285,
        "readonly_chars_percent": 7.3,
        "suggestions": 0,
        "comments": 0,
        "code": "ar",
        "name": "Arabic",
        "url": "https://weblate.framasoft.org/projects/freshrss-android/-/ar/",
        "translate_url": "https://weblate.framasoft.org/translate/freshrss-android/-/ar/"
    },
    {
        "total": 143,
        "total_words": 1396,
        "total_chars": 8562,
        "last_change": null,
        "recent_changes": 0,
        "translated": 143,
        "translated_words": 1396,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 8562,
        "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": 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": 16,
        "readonly_percent": 11.1,
        "readonly_words": 22,
        "readonly_words_percent": 1.5,
        "readonly_chars": 285,
        "readonly_chars_percent": 3.3,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://weblate.framasoft.org/projects/freshrss-android/-/en/",
        "translate_url": "https://weblate.framasoft.org/translate/freshrss-android/-/en/"
    },
    {
        "total": 127,
        "total_words": 641,
        "total_chars": 3888,
        "last_change": "2023-10-17T19:54:00.736920Z",
        "recent_changes": 0,
        "translated": 125,
        "translated_words": 634,
        "translated_percent": 98.4,
        "translated_words_percent": 98.9,
        "translated_chars": 3832,
        "translated_chars_percent": 98.5,
        "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": 16,
        "readonly_percent": 12.5,
        "readonly_words": 22,
        "readonly_words_percent": 3.4,
        "readonly_chars": 285,
        "readonly_chars_percent": 7.3,
        "suggestions": 0,
        "comments": 0,
        "code": "fr",
        "name": "French",
        "url": "https://weblate.framasoft.org/projects/freshrss-android/-/fr/",
        "translate_url": "https://weblate.framasoft.org/translate/freshrss-android/-/fr/"
    },
    {
        "total": 143,
        "total_words": 1396,
        "total_chars": 8562,
        "last_change": "2023-10-17T19:54:00.938341Z",
        "recent_changes": 0,
        "translated": 20,
        "translated_words": 27,
        "translated_percent": 13.9,
        "translated_words_percent": 1.9,
        "translated_chars": 298,
        "translated_chars_percent": 3.4,
        "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": 16,
        "readonly_percent": 11.1,
        "readonly_words": 22,
        "readonly_words_percent": 1.5,
        "readonly_chars": 285,
        "readonly_chars_percent": 3.3,
        "suggestions": 0,
        "comments": 0,
        "code": "fr_FR",
        "name": "French (France)",
        "url": "https://weblate.framasoft.org/projects/freshrss-android/-/fr_FR/",
        "translate_url": "https://weblate.framasoft.org/translate/freshrss-android/-/fr_FR/"
    }
]