Translation projects API.

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

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

[
    {
        "total_words": 651,
        "code": "en",
        "translated_words": 651,
        "language": "English",
        "translated": 272,
        "translated_percent": 100.0,
        "total": 272,
        "words_percent": 100.0
    },
    {
        "total_words": 651,
        "code": "hu",
        "translated_words": 249,
        "language": "Hungarian",
        "translated": 101,
        "translated_percent": 37.1,
        "total": 272,
        "words_percent": 38.2
    },
    {
        "total_words": 651,
        "code": "lt",
        "translated_words": 2,
        "language": "Lithuanian",
        "translated": 1,
        "translated_percent": 0.3,
        "total": 272,
        "words_percent": 0.3
    }
]