Translation projects API.

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

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

[
    {
        "total": 40,
        "total_words": 105,
        "total_chars": 849,
        "last_change": "2020-07-28T13:15:32.157995Z",
        "recent_changes": 32,
        "translated": 40,
        "translated_words": 105,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 849,
        "translated_chars_percent": 100.0,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "failing": 0,
        "failing_percent": 0.0,
        "approved": 0,
        "approved_percent": 0.0,
        "readonly": 17,
        "readonly_percent": 42.5,
        "suggestions": 5,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://translate.edugit.org/projects/tinventory/-/en/",
        "translate_url": "https://translate.edugit.org/translate/tinventory/-/en/"
    },
    {
        "total": 40,
        "total_words": 121,
        "total_chars": 886,
        "last_change": "2020-07-28T12:59:41.654186Z",
        "recent_changes": 1,
        "translated": 40,
        "translated_words": 121,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 886,
        "translated_chars_percent": 100.0,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "failing": 0,
        "failing_percent": 0.0,
        "approved": 0,
        "approved_percent": 0.0,
        "readonly": 0,
        "readonly_percent": 0.0,
        "suggestions": 0,
        "comments": 0,
        "code": "de",
        "name": "German",
        "url": "https://translate.edugit.org/projects/tinventory/-/de/",
        "translate_url": "https://translate.edugit.org/translate/tinventory/-/de/"
    }
]