Translation projects API.

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

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

{
    "total": 14238,
    "total_words": 86120,
    "total_chars": 540308,
    "last_change": "2024-04-26T08:25:19.373545Z",
    "recent_changes": 944,
    "translated": 7316,
    "translated_words": 43079,
    "translated_percent": 51.3,
    "translated_words_percent": 50.0,
    "translated_chars": 269413,
    "translated_chars_percent": 49.8,
    "fuzzy": 316,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 2280,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 14062,
    "fuzzy_chars_percent": 2.6,
    "failing": 378,
    "failing_percent": 2.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 497,
    "readonly_percent": 3.4,
    "readonly_words": 2964,
    "readonly_words_percent": 3.4,
    "readonly_chars": 18574,
    "readonly_chars_percent": 3.4,
    "suggestions": 760,
    "comments": 0,
    "name": "certmonger",
    "url": "https://translate.fedoraproject.org/projects/certmonger/"
}