Translation projects API.

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

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

[
    {
        "total": 384,
        "total_words": 2898,
        "total_chars": 18692,
        "last_change": "2021-10-03T12:34:59.712159Z",
        "recent_changes": 18,
        "translated": 365,
        "translated_words": 2542,
        "translated_percent": 95.0,
        "translated_words_percent": 87.7,
        "translated_chars": 15682,
        "translated_chars_percent": 83.8,
        "fuzzy": 1,
        "fuzzy_percent": 0.2,
        "fuzzy_words": 2,
        "fuzzy_words_percent": 0.1,
        "fuzzy_chars": 43,
        "fuzzy_chars_percent": 0.2,
        "failing": 11,
        "failing_percent": 2.8,
        "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": "eu",
        "name": "Basque",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/obs-ninja/-/eu/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/obs-ninja/-/eu/"
    },
    {
        "total": 384,
        "total_words": 2898,
        "total_chars": 18692,
        "last_change": null,
        "recent_changes": 0,
        "translated": 384,
        "translated_words": 2898,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 18692,
        "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": 2.8,
        "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/obs-ninja/-/en/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/obs-ninja/-/en/"
    },
    {
        "total": 384,
        "total_words": 2898,
        "total_chars": 18692,
        "last_change": "2021-07-19T18:23:40.641738Z",
        "recent_changes": 8,
        "translated": 375,
        "translated_words": 2624,
        "translated_percent": 97.6,
        "translated_words_percent": 90.5,
        "translated_chars": 16295,
        "translated_chars_percent": 87.1,
        "fuzzy": 8,
        "fuzzy_percent": 2.0,
        "fuzzy_words": 60,
        "fuzzy_words_percent": 2.0,
        "fuzzy_chars": 320,
        "fuzzy_chars_percent": 1.7,
        "failing": 187,
        "failing_percent": 48.6,
        "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": "es",
        "name": "Spanish",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/obs-ninja/-/es/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/obs-ninja/-/es/"
    }
]