Translation projects API.

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

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

{
    "total": 72556,
    "total_words": 731408,
    "total_chars": 4828837,
    "last_change": "2024-07-26T11:45:09.622809Z",
    "recent_changes": 433,
    "translated": 45286,
    "translated_words": 410741,
    "translated_percent": 62.4,
    "translated_words_percent": 56.1,
    "translated_chars": 2706466,
    "translated_chars_percent": 56.0,
    "fuzzy": 2626,
    "fuzzy_percent": 3.6,
    "fuzzy_words": 29653,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 209016,
    "fuzzy_chars_percent": 4.3,
    "failing": 3688,
    "failing_percent": 5.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2267,
    "readonly_percent": 3.1,
    "readonly_words": 17304,
    "readonly_words_percent": 2.3,
    "readonly_chars": 114693,
    "readonly_chars_percent": 2.3,
    "suggestions": 4686,
    "comments": 8,
    "name": "fedora-websites",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/"
}