Translation projects API.

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

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

{
    "total": 1704,
    "total_words": 10740,
    "total_chars": 63432,
    "last_change": "2024-03-10T16:38:10.500521Z",
    "recent_changes": 46,
    "translated": 1654,
    "translated_words": 10279,
    "translated_percent": 97.0,
    "translated_words_percent": 95.7,
    "translated_chars": 60698,
    "translated_chars_percent": 95.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 39,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 142,
    "readonly_percent": 8.3,
    "readonly_words": 895,
    "readonly_words_percent": 8.3,
    "readonly_chars": 5286,
    "readonly_chars_percent": 8.3,
    "suggestions": 13,
    "comments": 0,
    "name": "Lutim",
    "url": "https://weblate.framasoft.org/projects/lutim/"
}