Translation projects API.

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

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

{
    "total": 448,
    "total_words": 2944,
    "total_chars": 21040,
    "last_change": "2024-05-03T11:07:28.151067Z",
    "recent_changes": 2,
    "translated": 217,
    "translated_words": 1489,
    "translated_percent": 48.4,
    "translated_words_percent": 50.5,
    "translated_chars": 11235,
    "translated_chars_percent": 53.3,
    "fuzzy": 231,
    "fuzzy_percent": 51.5,
    "fuzzy_words": 1455,
    "fuzzy_words_percent": 49.4,
    "fuzzy_chars": 9805,
    "fuzzy_chars_percent": 46.6,
    "failing": 221,
    "failing_percent": 49.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 16,
    "readonly_percent": 3.5,
    "readonly_words": 16,
    "readonly_words_percent": 0.5,
    "readonly_chars": 96,
    "readonly_chars_percent": 0.4,
    "suggestions": 1,
    "comments": 0,
    "name": "Brainf",
    "url": "https://hosted.weblate.org/projects/brainf/"
}