Translation projects API.

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

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

{
    "total": 19104,
    "total_words": 86290,
    "total_chars": 553637,
    "last_change": "2024-03-07T10:28:32.078967Z",
    "recent_changes": 627,
    "translated": 9572,
    "translated_words": 41727,
    "translated_percent": 50.1,
    "translated_words_percent": 48.3,
    "translated_chars": 266319,
    "translated_chars_percent": 48.1,
    "fuzzy": 324,
    "fuzzy_percent": 1.6,
    "failing": 733,
    "failing_percent": 3.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1902,
    "readonly_percent": 9.9,
    "suggestions": 0,
    "comments": 9,
    "name": "AlekSIS",
    "url": "https://translate.edugit.org/projects/aleksis/"
}