Translation projects API.

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

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

{
    "total": 7143,
    "total_words": 21409,
    "total_chars": 151120,
    "last_change": "2024-03-22T07:28:03.109868Z",
    "recent_changes": 817,
    "translated": 6440,
    "translated_words": 19175,
    "translated_percent": 90.1,
    "translated_words_percent": 89.5,
    "translated_chars": 136754,
    "translated_chars_percent": 90.4,
    "fuzzy": 32,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 116,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 766,
    "fuzzy_chars_percent": 0.5,
    "failing": 126,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 580,
    "readonly_percent": 8.1,
    "readonly_words": 894,
    "readonly_words_percent": 4.1,
    "readonly_chars": 22526,
    "readonly_chars_percent": 14.9,
    "suggestions": 33,
    "comments": 7,
    "name": "World-Weather",
    "url": "https://hosted.weblate.org/projects/world-weather/"
}