Translation projects API.

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

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

{
    "total": 4336,
    "total_words": 42806,
    "total_chars": 256595,
    "last_change": "2023-04-25T11:48:49.672678Z",
    "recent_changes": 40,
    "translated": 1912,
    "translated_words": 16447,
    "translated_percent": 44.0,
    "translated_words_percent": 38.4,
    "translated_chars": 99193,
    "translated_chars_percent": 38.6,
    "fuzzy": 88,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 832,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 5170,
    "fuzzy_chars_percent": 2.0,
    "failing": 207,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 217,
    "readonly_percent": 5.0,
    "readonly_words": 2119,
    "readonly_words_percent": 4.9,
    "readonly_chars": 12682,
    "readonly_chars_percent": 4.9,
    "suggestions": 13,
    "comments": 5,
    "name": "SDAPS",
    "url": "https://hosted.weblate.org/projects/sdaps/"
}