Translation projects API.

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

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

{
    "total": 42608,
    "total_words": 274495,
    "total_chars": 1650872,
    "last_change": "2024-05-08T13:44:16.423231Z",
    "recent_changes": 319,
    "translated": 26716,
    "translated_words": 126282,
    "translated_percent": 62.7,
    "translated_words_percent": 46.0,
    "translated_chars": 762774,
    "translated_chars_percent": 46.2,
    "fuzzy": 812,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 6039,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 37129,
    "fuzzy_chars_percent": 2.2,
    "failing": 666,
    "failing_percent": 1.5,
    "approved": 15952,
    "approved_percent": 37.4,
    "approved_words": 72671,
    "approved_words_percent": 26.4,
    "approved_chars": 438965,
    "approved_chars_percent": 26.5,
    "readonly": 698,
    "readonly_percent": 1.6,
    "readonly_words": 4346,
    "readonly_words_percent": 1.5,
    "readonly_chars": 26165,
    "readonly_chars_percent": 1.5,
    "suggestions": 299,
    "comments": 53,
    "name": "Tusky",
    "url": "https://weblate.tusky.app/projects/tusky/"
}