Translation projects API.

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

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

{
    "total": 16247,
    "total_words": 17556,
    "last_change": "2023-03-24T00:21:29.626089Z",
    "recent_changes": 117,
    "translated": 10070,
    "translated_words": 10864,
    "translated_percent": 61.9,
    "translated_words_percent": 61.8,
    "translated_chars": 69619,
    "translated_chars_percent": 61.5,
    "total_chars": 113036,
    "fuzzy": 638,
    "fuzzy_percent": 3.9,
    "failing": 525,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 211,
    "readonly_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-rpm-groups",
    "url": "https://l10n.opensuse.org/projects/yast-rpm-groups/"
}