Translation projects API.

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

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

[
    {
        "total": 1141,
        "total_words": 5593,
        "total_chars": 35459,
        "last_change": "2024-05-01T16:07:22.037178Z",
        "recent_changes": 0,
        "translated": 871,
        "translated_words": 3971,
        "translated_percent": 76.3,
        "translated_words_percent": 70.9,
        "translated_chars": 25443,
        "translated_chars_percent": 71.7,
        "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": 3.1,
        "approved": 4,
        "approved_percent": 0.3,
        "approved_words": 36,
        "approved_words_percent": 0.6,
        "approved_chars": 265,
        "approved_chars_percent": 0.7,
        "readonly": 53,
        "readonly_percent": 4.6,
        "readonly_words": 55,
        "readonly_words_percent": 0.9,
        "readonly_chars": 368,
        "readonly_chars_percent": 1.0,
        "suggestions": 0,
        "comments": 0,
        "code": "nl",
        "name": "Dutch",
        "url": "https://hosted.weblate.org/projects/keycloak/-/nl/",
        "translate_url": "https://hosted.weblate.org/translate/keycloak/-/nl/"
    },
    {
        "total": 4263,
        "total_words": 31044,
        "total_chars": 195061,
        "last_change": "2024-04-30T15:36:46.088518Z",
        "recent_changes": 1,
        "translated": 4263,
        "translated_words": 31044,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 195061,
        "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": 34,
        "failing_percent": 0.7,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 4263,
        "readonly_percent": 100.0,
        "readonly_words": 31044,
        "readonly_words_percent": 100.0,
        "readonly_chars": 195061,
        "readonly_chars_percent": 100.0,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://hosted.weblate.org/projects/keycloak/-/en/",
        "translate_url": "https://hosted.weblate.org/translate/keycloak/-/en/"
    },
    {
        "total": 4263,
        "total_words": 31044,
        "total_chars": 195061,
        "last_change": "2024-05-02T16:44:01.723280Z",
        "recent_changes": 38,
        "translated": 1910,
        "translated_words": 11744,
        "translated_percent": 44.8,
        "translated_words_percent": 37.8,
        "translated_chars": 73965,
        "translated_chars_percent": 37.9,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 77,
        "failing_percent": 1.8,
        "approved": 143,
        "approved_percent": 3.3,
        "approved_words": 578,
        "approved_words_percent": 1.8,
        "approved_chars": 3610,
        "approved_chars_percent": 1.8,
        "readonly": 57,
        "readonly_percent": 1.3,
        "readonly_words": 59,
        "readonly_words_percent": 0.1,
        "readonly_chars": 396,
        "readonly_chars_percent": 0.2,
        "suggestions": 0,
        "comments": 0,
        "code": "de",
        "name": "German",
        "url": "https://hosted.weblate.org/projects/keycloak/-/de/",
        "translate_url": "https://hosted.weblate.org/translate/keycloak/-/de/"
    }
]