Translation projects API.

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

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

{
    "total": 984,
    "total_words": 2463,
    "last_change": "2023-02-20T18:09:28.756943Z",
    "recent_changes": 51,
    "translated": 661,
    "translated_words": 1713,
    "translated_percent": 67.1,
    "translated_words_percent": 69.5,
    "translated_chars": 11420,
    "translated_chars_percent": 69.9,
    "total_chars": 16323,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Base",
    "url": "http://weblate.ops404.it/projects/ooops-base/"
}