Translation projects API.

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

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

[
    {
        "language": "English",
        "code": "en",
        "total": 586,
        "translated": 586,
        "translated_percent": 100.0,
        "total_words": 2144,
        "translated_words": 2144,
        "translated_words_percent": 100.0,
        "total_chars": 14104,
        "translated_chars": 14104,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Hebrew",
        "code": "he",
        "total": 309,
        "translated": 309,
        "translated_percent": 100.0,
        "total_words": 1080,
        "translated_words": 1080,
        "translated_words_percent": 100.0,
        "total_chars": 7014,
        "translated_chars": 7014,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Ukrainian",
        "code": "uk",
        "total": 309,
        "translated": 308,
        "translated_percent": 99.6,
        "total_words": 1080,
        "translated_words": 1078,
        "translated_words_percent": 99.8,
        "total_chars": 7014,
        "translated_chars": 6996,
        "translated_chars_percent": 99.7
    },
    {
        "language": "de (generated)",
        "code": "de",
        "total": 259,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 950,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 6222,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "fr (generated)",
        "code": "fr",
        "total": 259,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 950,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 6222,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "lt (generated)",
        "code": "lt",
        "total": 259,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 950,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 6222,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "ru (generated)",
        "code": "ru",
        "total": 259,
        "translated": 8,
        "translated_percent": 3.0,
        "total_words": 950,
        "translated_words": 26,
        "translated_words_percent": 2.7,
        "total_chars": 6222,
        "translated_chars": 137,
        "translated_chars_percent": 2.2
    }
]