Translation projects API.

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

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

{
    "total": 38,
    "total_words": 90,
    "last_change": "2023-04-05T08:19:10.082757Z",
    "recent_changes": 13,
    "translated": 37,
    "translated_words": 82,
    "translated_percent": 97.3,
    "translated_words_percent": 91.1,
    "translated_chars": 666,
    "translated_chars_percent": 91.7,
    "total_chars": 726,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops SDSColor",
    "url": "http://weblate.ops404.it/projects/ooops-sdscolor/"
}