Translation projects API.

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

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

{
    "total": 580,
    "total_words": 1914,
    "last_change": "2024-06-18T10:13:57.182834Z",
    "recent_changes": 8,
    "translated": 577,
    "translated_words": 1907,
    "translated_percent": 99.4,
    "translated_words_percent": 99.6,
    "translated_chars": 13846,
    "translated_chars_percent": 99.5,
    "total_chars": 13914,
    "fuzzy": 3,
    "fuzzy_percent": 0.5,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Custom Cepi",
    "url": "http://weblate.ops404.it/projects/ooops-custom-cepi/"
}