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": 835,
        "code": "bg",
        "translated_words": 287,
        "language": "Bulgarian",
        "translated": 109,
        "translated_percent": 32.6,
        "total": 334,
        "words_percent": 34.3
    },
    {
        "total_words": 835,
        "code": "cs",
        "translated_words": 630,
        "language": "Czech",
        "translated": 242,
        "translated_percent": 72.4,
        "total": 334,
        "words_percent": 75.4
    },
    {
        "total_words": 3092,
        "code": "en",
        "translated_words": 2979,
        "language": "English",
        "translated": 1106,
        "translated_percent": 96.9,
        "total": 1141,
        "words_percent": 96.3
    },
    {
        "total_words": 3092,
        "code": "hu",
        "translated_words": 3092,
        "language": "Hungarian",
        "translated": 1141,
        "translated_percent": 100.0,
        "total": 1141,
        "words_percent": 100.0
    },
    {
        "total_words": 1047,
        "code": "lt",
        "translated_words": 1009,
        "language": "Lithuanian",
        "translated": 436,
        "translated_percent": 97.3,
        "total": 448,
        "words_percent": 96.3
    },
    {
        "total_words": 3092,
        "code": "ru",
        "translated_words": 3092,
        "language": "Russian",
        "translated": 1141,
        "translated_percent": 100.0,
        "total": 1141,
        "words_percent": 100.0
    }
]