Translation projects API.

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

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

{
    "total": 5621,
    "total_words": 46816,
    "last_change": "2023-03-23T02:38:58.999829Z",
    "recent_changes": 135,
    "translated": 2613,
    "translated_words": 19286,
    "translated_percent": 46.4,
    "translated_words_percent": 41.1,
    "translated_chars": 162175,
    "translated_chars_percent": 40.9,
    "total_chars": 396165,
    "fuzzy": 1288,
    "fuzzy_percent": 22.9,
    "failing": 497,
    "failing_percent": 8.8,
    "approved": 3,
    "approved_percent": 0.1,
    "readonly": 73,
    "readonly_percent": 1.2,
    "suggestions": 4,
    "comments": 0,
    "name": "yast-multipath",
    "url": "https://l10n.opensuse.org/projects/yast-multipath/"
}