Translation projects API.

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

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

{
    "total": 1178,
    "total_words": 4834,
    "last_change": "2023-09-18T08:43:28.761949Z",
    "recent_changes": 4,
    "translated": 1136,
    "translated_words": 4223,
    "translated_percent": 96.4,
    "translated_words_percent": 87.3,
    "translated_chars": 27368,
    "translated_chars_percent": 86.5,
    "total_chars": 31620,
    "fuzzy": 4,
    "fuzzy_percent": 0.3,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops MRP",
    "url": "http://weblate.ops404.it/projects/ooops-mrp/"
}