Translation projects API.

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

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

[
    {
        "total": 466,
        "total_words": 5033,
        "total_chars": 33234,
        "last_change": "2024-03-11T15:20:01.529521Z",
        "recent_changes": 2,
        "translated": 466,
        "translated_words": 5033,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 33234,
        "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": 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": "en",
        "name": "English",
        "url": "https://weblate.framasoft.org/projects/framaspace/-/en/",
        "translate_url": "https://weblate.framasoft.org/translate/framaspace/-/en/"
    },
    {
        "total": 466,
        "total_words": 5033,
        "total_chars": 33234,
        "last_change": "2024-03-11T15:20:02.170815Z",
        "recent_changes": 4,
        "translated": 466,
        "translated_words": 5033,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 33234,
        "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": 15,
        "failing_percent": 3.2,
        "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://weblate.framasoft.org/projects/framaspace/-/fr/",
        "translate_url": "https://weblate.framasoft.org/translate/framaspace/-/fr/"
    },
    {
        "total": 15,
        "total_words": 49,
        "total_chars": 275,
        "last_change": "2022-11-29T19:18:02.410057Z",
        "recent_changes": 15,
        "translated": 14,
        "translated_words": 41,
        "translated_percent": 93.3,
        "translated_words_percent": 83.6,
        "translated_chars": 235,
        "translated_chars_percent": 85.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": 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": "pt_BR",
        "name": "Portuguese (Brazil)",
        "url": "https://weblate.framasoft.org/projects/framaspace/-/pt_BR/",
        "translate_url": "https://weblate.framasoft.org/translate/framaspace/-/pt_BR/"
    }
]