Translation projects API.

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

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

{
    "total": 4697,
    "total_words": 38962,
    "last_change": "2023-01-02T22:24:30.921050Z",
    "recent_changes": 446,
    "translated": 2385,
    "translated_words": 18566,
    "translated_percent": 50.7,
    "translated_words_percent": 47.6,
    "translated_chars": 115006,
    "translated_chars_percent": 47.7,
    "total_chars": 240856,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "failing": 68,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 61,
    "readonly_percent": 1.2,
    "suggestions": 7,
    "comments": 0,
    "name": "yast-ldap",
    "url": "https://l10n.opensuse.org/projects/yast-ldap/"
}