Translation projects API.

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

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

{
    "total": 43794,
    "total_words": 180596,
    "total_chars": 1227785,
    "last_change": "2024-04-02T20:01:51.350006Z",
    "recent_changes": 118,
    "translated": 15286,
    "translated_words": 63531,
    "translated_percent": 34.9,
    "translated_words_percent": 35.1,
    "translated_chars": 434625,
    "translated_chars_percent": 35.3,
    "fuzzy": 339,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 3269,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 20778,
    "fuzzy_chars_percent": 1.6,
    "failing": 767,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2563,
    "readonly_percent": 5.8,
    "readonly_words": 7622,
    "readonly_words_percent": 4.2,
    "readonly_chars": 52036,
    "readonly_chars_percent": 4.2,
    "suggestions": 56,
    "comments": 14,
    "name": "Metrodroid",
    "url": "https://hosted.weblate.org/projects/metrodroid/"
}