Translation projects API.

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

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

{
    "total": 20432,
    "total_words": 212818,
    "total_chars": 1392426,
    "last_change": "2022-11-12T19:03:05.699948Z",
    "recent_changes": 2,
    "translated": 12109,
    "translated_words": 119855,
    "translated_percent": 59.2,
    "translated_words_percent": 56.3,
    "translated_chars": 781605,
    "translated_chars_percent": 56.1,
    "fuzzy": 15,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 204,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 1345,
    "fuzzy_chars_percent": 0.1,
    "failing": 154,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 10216,
    "readonly_percent": 50.0,
    "readonly_words": 106409,
    "readonly_words_percent": 50.0,
    "readonly_chars": 696213,
    "readonly_chars_percent": 50.0,
    "suggestions": 144,
    "comments": 0,
    "name": "Cities Skylines",
    "url": "https://itzulpenak.gamerauntsia.eus/projects/cities-skylines/"
}