Translation projects API.

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

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

[
    {
        "total": 2783,
        "total_words": 9732,
        "total_chars": 57991,
        "last_change": "2020-09-25T19:50:53.503370Z",
        "recent_changes": 124,
        "translated": 618,
        "translated_words": 1985,
        "translated_percent": 22.2,
        "translated_words_percent": 20.3,
        "translated_chars": 11976,
        "translated_chars_percent": 20.6,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 98,
        "failing_percent": 3.5,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 44,
        "readonly_percent": 1.5,
        "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/stepmania/-/eu/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/stepmania/-/eu/"
    },
    {
        "total": 2783,
        "total_words": 9732,
        "total_chars": 57991,
        "last_change": null,
        "recent_changes": 0,
        "translated": 2739,
        "translated_words": 9732,
        "translated_percent": 98.4,
        "translated_words_percent": 100.0,
        "translated_chars": 57991,
        "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": 221,
        "failing_percent": 7.9,
        "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/stepmania/-/en/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/stepmania/-/en/"
    },
    {
        "total": 307,
        "total_words": 1308,
        "total_chars": 7784,
        "last_change": null,
        "recent_changes": 0,
        "translated": 184,
        "translated_words": 847,
        "translated_percent": 59.9,
        "translated_words_percent": 64.7,
        "translated_chars": 5139,
        "translated_chars_percent": 66.0,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 27,
        "failing_percent": 8.7,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 4,
        "readonly_percent": 1.3,
        "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://itzulpenak.gamerauntsia.eus/projects/stepmania/-/fr/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/stepmania/-/fr/"
    },
    {
        "total": 2476,
        "total_words": 8424,
        "total_chars": 50207,
        "last_change": null,
        "recent_changes": 0,
        "translated": 2389,
        "translated_words": 8025,
        "translated_percent": 96.4,
        "translated_words_percent": 95.2,
        "translated_chars": 48028,
        "translated_chars_percent": 95.6,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 179,
        "failing_percent": 7.2,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 40,
        "readonly_percent": 1.6,
        "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/stepmania/-/es/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/stepmania/-/es/"
    }
]