Translation projects API.

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

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

{
    "total": 4325,
    "total_words": 26253,
    "total_chars": 159530,
    "last_change": "2023-06-29T22:08:10.468906Z",
    "recent_changes": 69,
    "translated": 2307,
    "translated_words": 13579,
    "translated_percent": 53.3,
    "translated_words_percent": 51.7,
    "translated_chars": 82614,
    "translated_chars_percent": 51.7,
    "fuzzy": 1973,
    "fuzzy_percent": 45.6,
    "fuzzy_words": 12163,
    "fuzzy_words_percent": 46.3,
    "fuzzy_chars": 73892,
    "fuzzy_chars_percent": 46.3,
    "failing": 1782,
    "failing_percent": 41.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2136,
    "readonly_percent": 49.3,
    "readonly_words": 13096,
    "readonly_words_percent": 49.8,
    "readonly_chars": 79561,
    "readonly_chars_percent": 49.8,
    "suggestions": 0,
    "comments": 0,
    "name": "NINA",
    "url": "https://itzulpenak.gamerauntsia.eus/projects/nina/"
}