Translation projects API.

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

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

{
    "total": 8328,
    "total_words": 348089,
    "last_change": "2022-06-15T14:33:02.069753Z",
    "recent_changes": 72,
    "translated": 4066,
    "translated_words": 170631,
    "translated_percent": 48.8,
    "translated_words_percent": 49.0,
    "translated_chars": 1069672,
    "translated_chars_percent": 49.0,
    "total_chars": 2182394,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 124,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3655,
    "readonly_percent": 43.8,
    "suggestions": 0,
    "comments": 0,
    "name": "cnp3-ebook",
    "url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/"
}