Translation projects API.

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

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

{
    "total": 10640,
    "total_words": 76797,
    "total_chars": 489584,
    "last_change": "2024-04-21T22:07:08.828860Z",
    "recent_changes": 411,
    "translated": 6700,
    "translated_words": 41178,
    "translated_percent": 62.9,
    "translated_words_percent": 53.6,
    "translated_chars": 262407,
    "translated_chars_percent": 53.5,
    "fuzzy": 851,
    "fuzzy_percent": 7.9,
    "fuzzy_words": 4193,
    "fuzzy_words_percent": 5.4,
    "fuzzy_chars": 26448,
    "fuzzy_chars_percent": 5.4,
    "failing": 355,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 300,
    "readonly_percent": 2.8,
    "readonly_words": 2092,
    "readonly_words_percent": 2.7,
    "readonly_chars": 13364,
    "readonly_chars_percent": 2.7,
    "suggestions": 46,
    "comments": 6,
    "name": "FSearch",
    "url": "https://hosted.weblate.org/projects/fsearch/"
}