Translation projects API.

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

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

[
    {
        "language": "English",
        "code": "en",
        "total": 2966,
        "translated": 2870,
        "translated_percent": 96.7,
        "total_words": 38288,
        "translated_words": 38116,
        "translated_words_percent": 99.5,
        "total_chars": 245560,
        "translated_chars": 244494,
        "translated_chars_percent": 99.5
    },
    {
        "language": "Hebrew",
        "code": "he",
        "total": 1652,
        "translated": 876,
        "translated_percent": 53.0,
        "total_words": 19679,
        "translated_words": 9207,
        "translated_words_percent": 46.7,
        "total_chars": 125928,
        "translated_chars": 58787,
        "translated_chars_percent": 46.6
    },
    {
        "language": "Portuguese",
        "code": "pt",
        "total": 2966,
        "translated": 97,
        "translated_percent": 3.2,
        "total_words": 38288,
        "translated_words": 188,
        "translated_words_percent": 0.4,
        "total_chars": 245560,
        "translated_chars": 1179,
        "translated_chars_percent": 0.4
    },
    {
        "language": "Spanish",
        "code": "es",
        "total": 2966,
        "translated": 96,
        "translated_percent": 3.2,
        "total_words": 38288,
        "translated_words": 172,
        "translated_words_percent": 0.4,
        "total_chars": 245560,
        "translated_chars": 1066,
        "translated_chars_percent": 0.4
    }
]