Translation projects API.

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

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

{
    "total": 1159,
    "total_words": 3985,
    "last_change": "2021-10-06T09:07:37.651015Z",
    "recent_changes": 55,
    "translated": 1002,
    "translated_words": 3138,
    "translated_percent": 86.4,
    "translated_words_percent": 78.7,
    "translated_chars": 24343,
    "translated_chars_percent": 72.8,
    "total_chars": 33400,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Tools",
    "url": "http://weblate.ops404.it/projects/ooops-tools/"
}