Translation projects API.

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

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

{
    "total": 15106,
    "total_words": 49956,
    "total_chars": 291317,
    "last_change": "2021-09-03T21:17:33.099147Z",
    "recent_changes": 213,
    "translated": 14376,
    "translated_words": 46034,
    "translated_percent": 95.1,
    "translated_words_percent": 92.1,
    "translated_chars": 269301,
    "translated_chars_percent": 92.4,
    "fuzzy": 213,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 1011,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 5648,
    "fuzzy_chars_percent": 1.9,
    "failing": 380,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 338,
    "readonly_percent": 2.2,
    "readonly_words": 1524,
    "readonly_words_percent": 3.0,
    "readonly_chars": 9280,
    "readonly_chars_percent": 3.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Minecraft",
    "url": "https://itzulpenak.gamerauntsia.eus/projects/minecraft/"
}