Translation projects API.

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

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

[
    {
        "total": 13755,
        "total_words": 97307,
        "total_chars": 545233,
        "last_change": "2024-03-17T19:28:34.075894Z",
        "recent_changes": 29,
        "translated": 8885,
        "translated_words": 68356,
        "translated_percent": 64.5,
        "translated_words_percent": 70.2,
        "translated_chars": 383944,
        "translated_chars_percent": 70.4,
        "fuzzy": 295,
        "fuzzy_percent": 2.1,
        "fuzzy_words": 1723,
        "fuzzy_words_percent": 1.7,
        "fuzzy_chars": 9857,
        "fuzzy_chars_percent": 1.8,
        "failing": 36,
        "failing_percent": 0.2,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 13,
        "readonly_percent": 0.1,
        "readonly_words": 0,
        "readonly_words_percent": 0.0,
        "readonly_chars": 0,
        "readonly_chars_percent": 0.0,
        "suggestions": 0,
        "comments": 0,
        "code": "eu",
        "name": "Basque",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/the-long-dark/-/eu/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/the-long-dark/-/eu/"
    },
    {
        "total": 13755,
        "total_words": 97307,
        "total_chars": 545233,
        "last_change": null,
        "recent_changes": 0,
        "translated": 13742,
        "translated_words": 97307,
        "translated_percent": 99.9,
        "translated_words_percent": 100.0,
        "translated_chars": 545233,
        "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": 11,
        "failing_percent": 0.1,
        "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://itzulpenak.gamerauntsia.eus/projects/the-long-dark/-/en/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/the-long-dark/-/en/"
    }
]