Translation projects API.

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

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

[
    {
        "language": "English",
        "code": "en",
        "total": 563,
        "translated": 563,
        "translated_percent": 100.0,
        "total_words": 7481,
        "translated_words": 7481,
        "translated_words_percent": 100.0,
        "total_chars": 75501,
        "translated_chars": 75501,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Hebrew",
        "code": "he",
        "total": 550,
        "translated": 331,
        "translated_percent": 60.1,
        "total_words": 6950,
        "translated_words": 4595,
        "translated_words_percent": 66.1,
        "total_chars": 68833,
        "translated_chars": 48713,
        "translated_chars_percent": 70.7
    },
    {
        "language": "Portuguese",
        "code": "pt",
        "total": 526,
        "translated": 84,
        "translated_percent": 15.9,
        "total_words": 6608,
        "translated_words": 809,
        "translated_words_percent": 12.2,
        "total_chars": 65824,
        "translated_chars": 6420,
        "translated_chars_percent": 9.7
    },
    {
        "language": "Spanish",
        "code": "es",
        "total": 526,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 6608,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 65824,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    }
]