Translation projects API.

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

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

[
    {
        "total_words": 444,
        "code": "bg",
        "translated_words": 254,
        "language": "Bulgarian",
        "translated": 92,
        "translated_percent": 56.0,
        "total": 164,
        "words_percent": 57.2
    },
    {
        "total_words": 1068,
        "code": "en",
        "translated_words": 974,
        "language": "English",
        "translated": 443,
        "translated_percent": 93.0,
        "total": 476,
        "words_percent": 91.1
    },
    {
        "total_words": 1068,
        "code": "hu",
        "translated_words": 1068,
        "language": "Hungarian",
        "translated": 476,
        "translated_percent": 100.0,
        "total": 476,
        "words_percent": 100.0
    },
    {
        "total_words": 646,
        "code": "lt",
        "translated_words": 646,
        "language": "Lithuanian",
        "translated": 271,
        "translated_percent": 100.0,
        "total": 271,
        "words_percent": 100.0
    },
    {
        "total_words": 1068,
        "code": "ru",
        "translated_words": 1068,
        "language": "Russian",
        "translated": 476,
        "translated_percent": 100.0,
        "total": 476,
        "words_percent": 100.0
    }
]