Translation projects API.

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

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

[
    {
        "language": "Chinese (Simplified)",
        "code": "zh_Hans",
        "total": 239,
        "translated": 30,
        "translated_percent": 12.5,
        "total_words": 1969,
        "translated_words": 241,
        "translated_words_percent": 12.2,
        "total_chars": 12571,
        "translated_chars": 1539,
        "translated_chars_percent": 12.2
    },
    {
        "language": "English",
        "code": "en",
        "total": 239,
        "translated": 239,
        "translated_percent": 100.0,
        "total_words": 1969,
        "translated_words": 1969,
        "translated_words_percent": 100.0,
        "total_chars": 12571,
        "translated_chars": 12571,
        "translated_chars_percent": 100.0
    },
    {
        "language": "German",
        "code": "de",
        "total": 237,
        "translated": 159,
        "translated_percent": 67.0,
        "total_words": 1966,
        "translated_words": 1060,
        "translated_words_percent": 53.9,
        "total_chars": 12553,
        "translated_chars": 6692,
        "translated_chars_percent": 53.3
    },
    {
        "language": "Portuguese (Brazil)",
        "code": "pt_BR",
        "total": 237,
        "translated": 237,
        "translated_percent": 100.0,
        "total_words": 1966,
        "translated_words": 1966,
        "translated_words_percent": 100.0,
        "total_chars": 12553,
        "translated_chars": 12553,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Sinhala",
        "code": "si",
        "total": 237,
        "translated": 11,
        "translated_percent": 4.6,
        "total_words": 1966,
        "translated_words": 12,
        "translated_words_percent": 0.6,
        "total_chars": 12553,
        "translated_chars": 76,
        "translated_chars_percent": 0.6
    }
]