Translation projects API.

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

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

[
    {
        "total_words": 100493,
        "code": "bg",
        "translated_words": 53981,
        "language": "Bulgarian",
        "translated": 13155,
        "translated_percent": 45.6,
        "total": 28796,
        "words_percent": 53.7
    },
    {
        "total_words": 100493,
        "code": "en",
        "translated_words": 100388,
        "language": "English",
        "translated": 28795,
        "translated_percent": 99.9,
        "total": 28796,
        "words_percent": 99.8
    },
    {
        "total_words": 58049,
        "code": "hu",
        "translated_words": 753,
        "language": "Hungarian",
        "translated": 138,
        "translated_percent": 1.2,
        "total": 11006,
        "words_percent": 1.2
    },
    {
        "total_words": 33500,
        "code": "mk",
        "translated_words": 2084,
        "language": "Macedonian",
        "translated": 1919,
        "translated_percent": 14.9,
        "total": 12855,
        "words_percent": 6.2
    },
    {
        "total_words": 57296,
        "code": "ru",
        "translated_words": 0,
        "language": "Russian",
        "translated": 0,
        "translated_percent": 0.0,
        "total": 10868,
        "words_percent": 0.0
    }
]