Translation projects API.

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

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

{
    "total": 1278,
    "total_words": 5385,
    "total_chars": 31848,
    "last_change": "2023-11-13T17:05:02.018111Z",
    "recent_changes": 4,
    "translated": 1158,
    "translated_words": 4812,
    "translated_percent": 90.6,
    "translated_words_percent": 89.3,
    "translated_chars": 28445,
    "translated_chars_percent": 89.3,
    "fuzzy": 4,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 57,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 304,
    "fuzzy_chars_percent": 0.9,
    "failing": 33,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.3,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Venueless",
    "url": "https://translate.pretix.eu/projects/venueless/"
}