Translation projects API.

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

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

[
    {
        "total": 495,
        "total_words": 11999,
        "total_chars": 94858,
        "last_change": "2022-09-26T12:18:40.437347Z",
        "recent_changes": 3,
        "translated": 2,
        "translated_words": 43,
        "translated_percent": 0.4,
        "translated_words_percent": 0.3,
        "translated_chars": 335,
        "translated_chars_percent": 0.3,
        "fuzzy": 156,
        "fuzzy_percent": 31.5,
        "failing": 43,
        "failing_percent": 8.6,
        "approved": 0,
        "approved_percent": 0.0,
        "readonly": 0,
        "readonly_percent": 0.0,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://translate.edugit.org/projects/schul-frei/-/en/",
        "translate_url": "https://translate.edugit.org/translate/schul-frei/-/en/"
    },
    {
        "total": 495,
        "total_words": 11999,
        "total_chars": 94858,
        "last_change": null,
        "recent_changes": 0,
        "translated": 495,
        "translated_words": 11999,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 94858,
        "translated_chars_percent": 100.0,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "failing": 1,
        "failing_percent": 0.2,
        "approved": 0,
        "approved_percent": 0.0,
        "readonly": 495,
        "readonly_percent": 100.0,
        "suggestions": 0,
        "comments": 0,
        "code": "de",
        "name": "German",
        "url": "https://translate.edugit.org/projects/schul-frei/-/de/",
        "translate_url": "https://translate.edugit.org/translate/schul-frei/-/de/"
    }
]