Translation projects API.

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

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

{
    "total": 766035,
    "total_words": 10317886,
    "total_chars": 67699423,
    "last_change": "2024-05-06T00:20:18.338462Z",
    "recent_changes": 7056,
    "translated": 243100,
    "translated_words": 2692955,
    "translated_percent": 31.7,
    "translated_words_percent": 26.0,
    "translated_chars": 17601614,
    "translated_chars_percent": 25.9,
    "fuzzy": 17617,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 162257,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 1056811,
    "fuzzy_chars_percent": 1.5,
    "failing": 16675,
    "failing_percent": 2.1,
    "approved": 41649,
    "approved_percent": 5.4,
    "approved_words": 532405,
    "approved_words_percent": 5.1,
    "approved_chars": 3516081,
    "approved_chars_percent": 5.1,
    "readonly": 16456,
    "readonly_percent": 2.1,
    "readonly_words": 130833,
    "readonly_words_percent": 1.2,
    "readonly_chars": 873327,
    "readonly_chars_percent": 1.2,
    "suggestions": 2648,
    "comments": 63,
    "name": "Tor Project",
    "url": "https://hosted.weblate.org/projects/tor/"
}