Translation projects API.

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

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

[
    {
        "total": 718,
        "total_words": 5235,
        "total_chars": 33430,
        "last_change": "2023-07-18T10:44:23.592327Z",
        "recent_changes": 1,
        "translated": 715,
        "translated_words": 5235,
        "translated_percent": 99.5,
        "translated_words_percent": 100.0,
        "translated_chars": 33430,
        "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": 3,
        "failing_percent": 0.4,
        "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://hosted.weblate.org/projects/infinispan/-/en/",
        "translate_url": "https://hosted.weblate.org/translate/infinispan/-/en/"
    },
    {
        "total": 718,
        "total_words": 5235,
        "total_chars": 33430,
        "last_change": "2023-07-22T21:08:44.903380Z",
        "recent_changes": 0,
        "translated": 150,
        "translated_words": 570,
        "translated_percent": 20.8,
        "translated_words_percent": 10.8,
        "translated_chars": 3601,
        "translated_chars_percent": 10.7,
        "fuzzy": 6,
        "fuzzy_percent": 0.8,
        "fuzzy_words": 15,
        "fuzzy_words_percent": 0.2,
        "fuzzy_chars": 288,
        "fuzzy_chars_percent": 0.8,
        "failing": 2,
        "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": 3,
        "readonly_percent": 0.4,
        "readonly_words": 0,
        "readonly_words_percent": 0.0,
        "readonly_chars": 0,
        "readonly_chars_percent": 0.0,
        "suggestions": 0,
        "comments": 0,
        "code": "it",
        "name": "Italian",
        "url": "https://hosted.weblate.org/projects/infinispan/-/it/",
        "translate_url": "https://hosted.weblate.org/translate/infinispan/-/it/"
    },
    {
        "total": 718,
        "total_words": 5235,
        "total_chars": 33430,
        "last_change": "2023-08-11T19:47:53.741962Z",
        "recent_changes": 0,
        "translated": 109,
        "translated_words": 470,
        "translated_percent": 15.1,
        "translated_words_percent": 8.9,
        "translated_chars": 3104,
        "translated_chars_percent": 9.2,
        "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": 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": 3,
        "readonly_percent": 0.4,
        "readonly_words": 0,
        "readonly_words_percent": 0.0,
        "readonly_chars": 0,
        "readonly_chars_percent": 0.0,
        "suggestions": 0,
        "comments": 0,
        "code": "pt",
        "name": "Portuguese",
        "url": "https://hosted.weblate.org/projects/infinispan/-/pt/",
        "translate_url": "https://hosted.weblate.org/translate/infinispan/-/pt/"
    }
]