Translation projects API.

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

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

[
    {
        "total": 2454,
        "total_words": 13185,
        "total_chars": 83556,
        "last_change": "2024-04-29T08:28:25.363335Z",
        "recent_changes": 0,
        "translated": 2454,
        "translated_words": 13185,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 83556,
        "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": 74,
        "failing_percent": 3.0,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 2454,
        "readonly_percent": 100.0,
        "readonly_words": 13185,
        "readonly_words_percent": 100.0,
        "readonly_chars": 83556,
        "readonly_chars_percent": 100.0,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://hosted.weblate.org/projects/nelson/-/en/",
        "translate_url": "https://hosted.weblate.org/translate/nelson/-/en/"
    },
    {
        "total": 2452,
        "total_words": 13170,
        "total_chars": 83440,
        "last_change": "2024-04-29T08:28:25.696446Z",
        "recent_changes": 0,
        "translated": 2452,
        "translated_words": 13170,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 83440,
        "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": 36,
        "failing_percent": 1.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": "fr",
        "name": "French",
        "url": "https://hosted.weblate.org/projects/nelson/-/fr/",
        "translate_url": "https://hosted.weblate.org/translate/nelson/-/fr/"
    }
]