Translation projects API.

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

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

{
    "total": 22843,
    "total_words": 122452,
    "total_chars": 752253,
    "last_change": "2024-02-17T05:53:37.730987Z",
    "recent_changes": 575,
    "translated": 16207,
    "translated_words": 83551,
    "translated_percent": 70.9,
    "translated_words_percent": 68.2,
    "translated_chars": 514317,
    "translated_chars_percent": 68.3,
    "fuzzy": 20,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 230,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 1440,
    "fuzzy_chars_percent": 0.1,
    "failing": 375,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 424,
    "readonly_percent": 1.8,
    "readonly_words": 2237,
    "readonly_words_percent": 1.8,
    "readonly_chars": 13739,
    "readonly_chars_percent": 1.8,
    "suggestions": 1004,
    "comments": 1,
    "name": "firewalld",
    "url": "https://translate.fedoraproject.org/projects/firewalld/"
}