Translation projects API.

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

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

[
    {
        "language": "English",
        "code": "en",
        "total": 82,
        "translated": 82,
        "translated_percent": 100.0,
        "total_words": 478,
        "translated_words": 478,
        "words_percent": 100.0
    },
    {
        "language": "Lithuanian",
        "code": "lt",
        "total": 82,
        "translated": 82,
        "translated_percent": 100.0,
        "total_words": 478,
        "translated_words": 478,
        "words_percent": 100.0
    },
    {
        "language": "Spanish",
        "code": "es",
        "total": 82,
        "translated": 82,
        "translated_percent": 100.0,
        "total_words": 478,
        "translated_words": 478,
        "words_percent": 100.0
    }
]