Translation projects API.

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

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

{
    "total": 27024,
    "total_words": 102598,
    "total_chars": 629986,
    "last_change": "2023-08-10T22:47:33.990950Z",
    "recent_changes": 1,
    "translated": 21870,
    "translated_words": 79950,
    "translated_percent": 80.9,
    "translated_words_percent": 77.9,
    "translated_chars": 492191,
    "translated_chars_percent": 78.1,
    "fuzzy": 12,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 53,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 317,
    "fuzzy_chars_percent": 0.1,
    "failing": 1390,
    "failing_percent": 5.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 0.1,
    "readonly_words": 66,
    "readonly_words_percent": 0.1,
    "readonly_chars": 396,
    "readonly_chars_percent": 0.1,
    "suggestions": 138,
    "comments": 0,
    "name": "Infinity for Lemmy",
    "url": "https://hosted.weblate.org/projects/lemminfinity/"
}