Translation projects API.

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

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

{
    "total": 8439,
    "total_words": 43416,
    "total_chars": 286883,
    "last_change": "2024-05-02T21:36:01.712528Z",
    "recent_changes": 6,
    "translated": 4912,
    "translated_words": 24030,
    "translated_percent": 58.2,
    "translated_words_percent": 55.3,
    "translated_chars": 157383,
    "translated_chars_percent": 54.8,
    "fuzzy": 578,
    "fuzzy_percent": 6.8,
    "fuzzy_words": 3898,
    "fuzzy_words_percent": 8.9,
    "fuzzy_chars": 26209,
    "fuzzy_chars_percent": 9.1,
    "failing": 372,
    "failing_percent": 4.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 127,
    "readonly_percent": 1.5,
    "readonly_words": 548,
    "readonly_words_percent": 1.2,
    "readonly_chars": 3663,
    "readonly_chars_percent": 1.2,
    "suggestions": 152,
    "comments": 0,
    "name": "linux-pam",
    "url": "https://translate.fedoraproject.org/projects/linux-pam/"
}