Translation projects API.

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

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

{
    "total": 20970,
    "total_words": 60614,
    "total_chars": 369492,
    "last_change": "2024-05-02T08:13:41.835182Z",
    "recent_changes": 1282,
    "translated": 12406,
    "translated_words": 34836,
    "translated_percent": 59.1,
    "translated_words_percent": 57.4,
    "translated_chars": 212207,
    "translated_chars_percent": 57.4,
    "fuzzy": 41,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 197,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 1276,
    "fuzzy_chars_percent": 0.3,
    "failing": 67,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 95,
    "comments": 13,
    "name": "LunaSea",
    "url": "https://hosted.weblate.org/projects/lunasea/"
}