Translation projects API.

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

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

{
    "total": 7443,
    "total_words": 31368,
    "total_chars": 187128,
    "last_change": "2022-04-04T07:38:58.310307Z",
    "recent_changes": 1103,
    "translated": 4636,
    "translated_words": 18010,
    "translated_percent": 62.2,
    "translated_words_percent": 57.4,
    "translated_chars": 107891,
    "translated_chars_percent": 57.6,
    "fuzzy": 357,
    "fuzzy_percent": 4.7,
    "fuzzy_words": 1160,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 7188,
    "fuzzy_chars_percent": 3.8,
    "failing": 66,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 272,
    "readonly_percent": 3.6,
    "readonly_words": 1097,
    "readonly_words_percent": 3.4,
    "readonly_chars": 6563,
    "readonly_chars_percent": 3.5,
    "suggestions": 28,
    "comments": 5,
    "name": "Kaidan",
    "url": "https://hosted.weblate.org/projects/kaidan/"
}