Translation projects API.

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

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

{
    "total": 11914,
    "total_words": 40904,
    "last_change": "2023-09-29T14:11:07.498983Z",
    "recent_changes": 295,
    "translated": 9990,
    "translated_words": 32830,
    "translated_percent": 83.8,
    "translated_words_percent": 80.2,
    "translated_chars": 226602,
    "translated_chars_percent": 76.2,
    "total_chars": 297036,
    "fuzzy": 104,
    "fuzzy_percent": 0.8,
    "failing": 3,
    "failing_percent": 0.1,
    "name": "Ooops",
    "url": "http://weblate.ops404.it/projects/ooops/"
}