Translation projects API.

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

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

{
    "total": 51,
    "total_words": 234,
    "last_change": "2022-05-08T20:55:45.179712Z",
    "recent_changes": 3,
    "translated": 51,
    "translated_words": 234,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 1467,
    "translated_chars_percent": 100.0,
    "total_chars": 1467,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 17,
    "readonly_percent": 33.3,
    "suggestions": 0,
    "comments": 0,
    "name": "INGInious-problems-network",
    "url": "https://weblate.info.ucl.ac.be/projects/inginious-problems-network/"
}