Translation projects API.

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

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

[
    {
        "total": 32,
        "total_words": 174,
        "total_chars": 1030,
        "last_change": "2022-09-17T09:20:40.418016Z",
        "recent_changes": 0,
        "translated": 31,
        "translated_words": 174,
        "translated_percent": 96.8,
        "translated_words_percent": 100.0,
        "translated_chars": 1030,
        "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": 2,
        "failing_percent": 6.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": "en",
        "name": "English",
        "url": "https://weblate.foundryvtt-hub.com/projects/final-blow/-/en/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/final-blow/-/en/"
    },
    {
        "total": 32,
        "total_words": 174,
        "total_chars": 1030,
        "last_change": "2022-09-25T13:51:46.454072Z",
        "recent_changes": 33,
        "translated": 32,
        "translated_words": 174,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 1030,
        "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": 1,
        "failing_percent": 3.1,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 1,
        "readonly_percent": 3.1,
        "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.foundryvtt-hub.com/projects/final-blow/-/fr/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/final-blow/-/fr/"
    },
    {
        "total": 32,
        "total_words": 174,
        "total_chars": 1030,
        "last_change": "2023-11-03T22:39:04.006725Z",
        "recent_changes": 0,
        "translated": 1,
        "translated_words": 0,
        "translated_percent": 3.1,
        "translated_words_percent": 0.0,
        "translated_chars": 0,
        "translated_chars_percent": 0.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": 1,
        "readonly_percent": 3.1,
        "readonly_words": 0,
        "readonly_words_percent": 0.0,
        "readonly_chars": 0,
        "readonly_chars_percent": 0.0,
        "suggestions": 0,
        "comments": 0,
        "code": "de",
        "name": "German",
        "url": "https://weblate.foundryvtt-hub.com/projects/final-blow/-/de/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/final-blow/-/de/"
    },
    {
        "total": 32,
        "total_words": 174,
        "total_chars": 1030,
        "last_change": "2024-02-20T17:17:51.928092Z",
        "recent_changes": 0,
        "translated": 28,
        "translated_words": 151,
        "translated_percent": 87.5,
        "translated_words_percent": 86.7,
        "translated_chars": 897,
        "translated_chars_percent": 87.0,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 2,
        "failing_percent": 6.2,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 1,
        "readonly_percent": 3.1,
        "readonly_words": 0,
        "readonly_words_percent": 0.0,
        "readonly_chars": 0,
        "readonly_chars_percent": 0.0,
        "suggestions": 0,
        "comments": 0,
        "code": "es",
        "name": "Spanish",
        "url": "https://weblate.foundryvtt-hub.com/projects/final-blow/-/es/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/final-blow/-/es/"
    }
]