Translation projects API.

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

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

{
    "total": 528,
    "total_words": 1464,
    "last_change": "2020-10-14T15:59:53.786439Z",
    "recent_changes": 178,
    "translated": 448,
    "translated_words": 1228,
    "translated_percent": 84.8,
    "translated_words_percent": 83.8,
    "translated_chars": 7448,
    "translated_chars_percent": 83.8,
    "total_chars": 8880,
    "fuzzy": 16,
    "fuzzy_percent": 3.0,
    "failing": 15,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 22,
    "readonly_percent": 4.1,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-journalctl",
    "url": "https://l10n.opensuse.org/projects/yast-journalctl/"
}