Translation projects API.

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

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

{
    "total": 4941,
    "total_words": 9792,
    "total_chars": 66555,
    "last_change": "2024-04-22T06:07:23.409944Z",
    "recent_changes": 131,
    "translated": 4551,
    "translated_words": 8918,
    "translated_percent": 92.1,
    "translated_words_percent": 91.0,
    "translated_chars": 61212,
    "translated_chars_percent": 91.9,
    "fuzzy": 175,
    "fuzzy_percent": 3.5,
    "fuzzy_words": 386,
    "fuzzy_words_percent": 3.9,
    "fuzzy_chars": 2354,
    "fuzzy_chars_percent": 3.5,
    "failing": 303,
    "failing_percent": 6.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1117,
    "readonly_percent": 22.6,
    "readonly_words": 1442,
    "readonly_words_percent": 14.7,
    "readonly_chars": 15168,
    "readonly_chars_percent": 22.7,
    "suggestions": 7,
    "comments": 4,
    "name": "Good Weather",
    "url": "https://hosted.weblate.org/projects/good-weather/"
}