Translation projects API.

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

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

{
    "total": 22945,
    "total_words": 100635,
    "total_chars": 622177,
    "last_change": "2024-04-06T08:01:51.055191Z",
    "recent_changes": 583,
    "translated": 7200,
    "translated_words": 26769,
    "translated_percent": 31.3,
    "translated_words_percent": 26.6,
    "translated_chars": 163889,
    "translated_chars_percent": 26.3,
    "fuzzy": 383,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 1550,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 10193,
    "fuzzy_chars_percent": 1.6,
    "failing": 417,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 329,
    "readonly_percent": 1.4,
    "readonly_words": 1471,
    "readonly_words_percent": 1.4,
    "readonly_chars": 9100,
    "readonly_chars_percent": 1.4,
    "suggestions": 99,
    "comments": 5,
    "name": "FeedReader",
    "url": "https://hosted.weblate.org/projects/feedreader/"
}