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": 954,
        "code": "bg",
        "translated_words": 954,
        "language": "Bulgarian",
        "translated": 371,
        "translated_percent": 100.0,
        "total": 371,
        "words_percent": 100.0
    },
    {
        "total_words": 954,
        "code": "cs",
        "translated_words": 630,
        "language": "Czech",
        "translated": 242,
        "translated_percent": 65.2,
        "total": 371,
        "words_percent": 66.0
    },
    {
        "total_words": 3433,
        "code": "en",
        "translated_words": 3320,
        "language": "English",
        "translated": 1211,
        "translated_percent": 97.1,
        "total": 1246,
        "words_percent": 96.7
    },
    {
        "total_words": 1225,
        "code": "de",
        "translated_words": 37,
        "language": "German",
        "translated": 22,
        "translated_percent": 4.2,
        "total": 516,
        "words_percent": 3.0
    },
    {
        "total_words": 3433,
        "code": "hu",
        "translated_words": 3433,
        "language": "Hungarian",
        "translated": 1246,
        "translated_percent": 100.0,
        "total": 1246,
        "words_percent": 100.0
    },
    {
        "total_words": 1225,
        "code": "lt",
        "translated_words": 1009,
        "language": "Lithuanian",
        "translated": 436,
        "translated_percent": 84.4,
        "total": 516,
        "words_percent": 82.3
    },
    {
        "total_words": 3433,
        "code": "ru",
        "translated_words": 3433,
        "language": "Russian",
        "translated": 1246,
        "translated_percent": 100.0,
        "total": 1246,
        "words_percent": 100.0
    }
]