Translation projects API.

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

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

{
    "total": 3376,
    "total_words": 22284,
    "total_chars": 145272,
    "last_change": "2024-01-13T21:00:23.538269Z",
    "recent_changes": 294,
    "translated": 3165,
    "translated_words": 20925,
    "translated_percent": 93.7,
    "translated_words_percent": 93.9,
    "translated_chars": 136367,
    "translated_chars_percent": 93.8,
    "fuzzy": 6,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 98,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 631,
    "fuzzy_chars_percent": 0.4,
    "failing": 102,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 167,
    "readonly_percent": 4.9,
    "readonly_words": 547,
    "readonly_words_percent": 2.4,
    "readonly_chars": 3588,
    "readonly_chars_percent": 2.4,
    "suggestions": 15,
    "comments": 13,
    "name": "Tox",
    "url": "https://hosted.weblate.org/projects/tox/"
}