Translation projects API.

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

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

[
    {
        "total": 2174,
        "total_words": 12434,
        "total_chars": 75593,
        "last_change": "2021-10-14T01:23:32.449186Z",
        "recent_changes": 588,
        "translated": 2174,
        "translated_words": 12434,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 75593,
        "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": 1385,
        "failing_percent": 63.7,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 1,
        "readonly_percent": 0.1,
        "readonly_words": 1,
        "readonly_words_percent": 0.1,
        "readonly_chars": 7,
        "readonly_chars_percent": 0.1,
        "suggestions": 0,
        "comments": 3,
        "code": "en",
        "name": "English",
        "url": "https://hosted.weblate.org/projects/officelife/-/en/",
        "translate_url": "https://hosted.weblate.org/translate/officelife/-/en/"
    },
    {
        "total": 2174,
        "total_words": 12435,
        "total_chars": 75596,
        "last_change": "2023-07-08T02:52:01.256252Z",
        "recent_changes": 230,
        "translated": 1912,
        "translated_words": 10830,
        "translated_percent": 87.9,
        "translated_words_percent": 87.0,
        "translated_chars": 65138,
        "translated_chars_percent": 86.1,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 68,
        "failing_percent": 3.1,
        "approved": 1858,
        "approved_percent": 85.4,
        "approved_words": 10544,
        "approved_words_percent": 84.7,
        "approved_chars": 63625,
        "approved_chars_percent": 84.1,
        "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://hosted.weblate.org/projects/officelife/-/fr/",
        "translate_url": "https://hosted.weblate.org/translate/officelife/-/fr/"
    },
    {
        "total": 2171,
        "total_words": 12431,
        "total_chars": 75566,
        "last_change": "2023-09-21T15:01:11.454106Z",
        "recent_changes": 104,
        "translated": 169,
        "translated_words": 812,
        "translated_percent": 7.7,
        "translated_words_percent": 6.5,
        "translated_chars": 4913,
        "translated_chars_percent": 6.5,
        "fuzzy": 1656,
        "fuzzy_percent": 76.2,
        "fuzzy_words": 9490,
        "fuzzy_words_percent": 76.3,
        "fuzzy_chars": 56915,
        "fuzzy_chars_percent": 75.3,
        "failing": 1514,
        "failing_percent": 69.7,
        "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": "nb_NO",
        "name": "Norwegian Bokmål",
        "url": "https://hosted.weblate.org/projects/officelife/-/nb_NO/",
        "translate_url": "https://hosted.weblate.org/translate/officelife/-/nb_NO/"
    },
    {
        "total": 2171,
        "total_words": 12431,
        "total_chars": 75566,
        "last_change": "2023-07-11T02:55:17.976881Z",
        "recent_changes": 11,
        "translated": 96,
        "translated_words": 540,
        "translated_percent": 4.4,
        "translated_words_percent": 4.3,
        "translated_chars": 3228,
        "translated_chars_percent": 4.2,
        "fuzzy": 1647,
        "fuzzy_percent": 75.8,
        "fuzzy_words": 9425,
        "fuzzy_words_percent": 75.8,
        "fuzzy_chars": 56522,
        "fuzzy_chars_percent": 74.7,
        "failing": 1443,
        "failing_percent": 66.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": 0,
        "comments": 0,
        "code": "ru",
        "name": "Russian",
        "url": "https://hosted.weblate.org/projects/officelife/-/ru/",
        "translate_url": "https://hosted.weblate.org/translate/officelife/-/ru/"
    }
]