Translation projects API.

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

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

{
    "total": 175376,
    "total_words": 731073,
    "total_chars": 4495461,
    "last_change": "2024-04-25T15:12:13.735875Z",
    "recent_changes": 867,
    "translated": 123422,
    "translated_words": 484803,
    "translated_percent": 70.3,
    "translated_words_percent": 66.3,
    "translated_chars": 2950983,
    "translated_chars_percent": 65.6,
    "fuzzy": 44369,
    "fuzzy_percent": 25.2,
    "fuzzy_words": 210655,
    "fuzzy_words_percent": 28.8,
    "fuzzy_chars": 1325259,
    "fuzzy_chars_percent": 29.4,
    "failing": 50647,
    "failing_percent": 28.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6240,
    "readonly_percent": 3.5,
    "readonly_words": 26290,
    "readonly_words_percent": 3.5,
    "readonly_chars": 161716,
    "readonly_chars_percent": 3.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Neos",
    "url": "https://hosted.weblate.org/projects/neos/"
}