Translation projects API.

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

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

{
    "total": 18874,
    "total_words": 81651,
    "total_chars": 505151,
    "last_change": "2024-04-18T14:03:53.813238Z",
    "recent_changes": 31,
    "translated": 14202,
    "translated_words": 59687,
    "translated_percent": 75.2,
    "translated_words_percent": 73.1,
    "translated_chars": 369240,
    "translated_chars_percent": 73.0,
    "fuzzy": 537,
    "fuzzy_percent": 2.8,
    "fuzzy_words": 2397,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 14345,
    "fuzzy_chars_percent": 2.8,
    "failing": 70,
    "failing_percent": 0.3,
    "approved": 660,
    "approved_percent": 3.4,
    "approved_words": 2828,
    "approved_words_percent": 3.4,
    "approved_chars": 17514,
    "approved_chars_percent": 3.4,
    "readonly": 800,
    "readonly_percent": 4.2,
    "readonly_words": 2977,
    "readonly_words_percent": 3.6,
    "readonly_chars": 18395,
    "readonly_chars_percent": 3.6,
    "suggestions": 30,
    "comments": 7,
    "name": "CopyQ",
    "url": "https://hosted.weblate.org/projects/copyq/"
}