Translation projects API.

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

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

{
    "total": 3542,
    "total_words": 10590,
    "last_change": "2025-02-12T12:49:32.369149Z",
    "recent_changes": 136,
    "translated": 3529,
    "translated_words": 10555,
    "translated_percent": 99.6,
    "translated_words_percent": 99.6,
    "translated_chars": 79150,
    "translated_chars_percent": 99.6,
    "total_chars": 79456,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 8,
    "failing_percent": 0.2,
    "name": "Interpipe (16.0)",
    "url": "http://weblate.crnd.pro/projects/interpipe-16-0/"
}