Translation projects API.

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

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

{
    "total": 990,
    "total_words": 23998,
    "total_chars": 189716,
    "last_change": "2022-09-26T12:18:40.437347Z",
    "recent_changes": 3,
    "translated": 497,
    "translated_words": 12042,
    "translated_percent": 50.2,
    "translated_words_percent": 50.1,
    "translated_chars": 95193,
    "translated_chars_percent": 50.1,
    "fuzzy": 156,
    "fuzzy_percent": 15.7,
    "failing": 44,
    "failing_percent": 4.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 495,
    "readonly_percent": 50.0,
    "suggestions": 0,
    "comments": 0,
    "name": "schul-frei",
    "url": "https://translate.edugit.org/projects/schul-frei/"
}