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": 963,
        "code": "bg",
        "translated_words": 954,
        "language": "Bulgarian",
        "translated": 371,
        "translated_percent": 99.1,
        "total": 374,
        "words_percent": 99.0
    },
    {
        "total_words": 963,
        "code": "cs",
        "translated_words": 630,
        "language": "Czech",
        "translated": 242,
        "translated_percent": 64.7,
        "total": 374,
        "words_percent": 65.4
    },
    {
        "total_words": 3537,
        "code": "en",
        "translated_words": 3505,
        "language": "English",
        "translated": 1277,
        "translated_percent": 99.5,
        "total": 1283,
        "words_percent": 99.0
    },
    {
        "total_words": 1234,
        "code": "de",
        "translated_words": 37,
        "language": "German",
        "translated": 22,
        "translated_percent": 4.2,
        "total": 519,
        "words_percent": 2.9
    },
    {
        "total_words": 3537,
        "code": "hu",
        "translated_words": 3537,
        "language": "Hungarian",
        "translated": 1283,
        "translated_percent": 100.0,
        "total": 1283,
        "words_percent": 100.0
    },
    {
        "total_words": 1234,
        "code": "lt",
        "translated_words": 1220,
        "language": "Lithuanian",
        "translated": 515,
        "translated_percent": 99.2,
        "total": 519,
        "words_percent": 98.8
    },
    {
        "total_words": 3537,
        "code": "ru",
        "translated_words": 3537,
        "language": "Russian",
        "translated": 1283,
        "translated_percent": 100.0,
        "total": 1283,
        "words_percent": 100.0
    }
]