Translation projects API.

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

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

{
    "total": 1258,
    "total_words": 31332,
    "total_chars": 247344,
    "last_change": "2022-02-07T17:01:22.636234Z",
    "recent_changes": 27,
    "translated": 1066,
    "translated_words": 26081,
    "translated_percent": 84.7,
    "translated_words_percent": 83.2,
    "translated_chars": 203534,
    "translated_chars_percent": 82.2,
    "fuzzy": 35,
    "fuzzy_percent": 2.7,
    "failing": 51,
    "failing_percent": 4.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 629,
    "readonly_percent": 50.0,
    "suggestions": 4,
    "comments": 0,
    "name": "Teckids",
    "url": "https://translate.edugit.org/projects/teckids/"
}