Translation projects API.

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

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

{
    "total": 1872,
    "total_words": 9648,
    "total_chars": 59976,
    "last_change": "2023-08-05T20:51:09.795547Z",
    "recent_changes": 15,
    "translated": 1788,
    "translated_words": 9175,
    "translated_percent": 95.5,
    "translated_words_percent": 95.0,
    "translated_chars": 57040,
    "translated_chars_percent": 95.1,
    "fuzzy": 55,
    "fuzzy_percent": 2.9,
    "fuzzy_words": 317,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 1994,
    "fuzzy_chars_percent": 3.3,
    "failing": 35,
    "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": 52,
    "readonly_percent": 2.7,
    "readonly_words": 268,
    "readonly_words_percent": 2.7,
    "readonly_chars": 1666,
    "readonly_chars_percent": 2.7,
    "suggestions": 3,
    "comments": 1,
    "name": "Indent",
    "url": "https://hosted.weblate.org/projects/indent/"
}