Translation projects API.

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

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

{
    "total": 53866,
    "total_words": 328279,
    "total_chars": 2080723,
    "last_change": "2024-03-24T19:01:47.471200Z",
    "recent_changes": 2387,
    "translated": 21424,
    "translated_words": 116257,
    "translated_percent": 39.7,
    "translated_words_percent": 35.4,
    "translated_chars": 730796,
    "translated_chars_percent": 35.1,
    "fuzzy": 3320,
    "fuzzy_percent": 6.1,
    "fuzzy_words": 12534,
    "fuzzy_words_percent": 3.8,
    "fuzzy_chars": 79245,
    "fuzzy_chars_percent": 3.8,
    "failing": 1767,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4631,
    "readonly_percent": 8.5,
    "readonly_words": 28080,
    "readonly_words_percent": 8.5,
    "readonly_chars": 177915,
    "readonly_chars_percent": 8.5,
    "suggestions": 29,
    "comments": 0,
    "name": "Noosfero",
    "url": "https://hosted.weblate.org/projects/noosfero/"
}