Translation projects API.

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

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

{
    "total": 60,
    "total_words": 98,
    "last_change": "2021-11-24T11:03:36.400745Z",
    "recent_changes": 30,
    "translated": 60,
    "translated_words": 98,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 614,
    "translated_chars_percent": 100.0,
    "total_chars": 614,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Apulia",
    "url": "http://weblate.ops404.it/projects/ooops-apulia/"
}