Translation projects API.

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

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

{
    "total": 1771,
    "total_words": 14322,
    "last_change": "2023-02-11T16:19:15.800876Z",
    "recent_changes": 113,
    "translated": 1037,
    "translated_words": 7516,
    "translated_percent": 58.5,
    "translated_words_percent": 52.4,
    "translated_chars": 53045,
    "translated_chars_percent": 52.5,
    "total_chars": 100947,
    "fuzzy": 135,
    "fuzzy_percent": 7.6,
    "failing": 81,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 23,
    "readonly_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-ldap-client",
    "url": "https://l10n.opensuse.org/projects/yast-ldap-client/"
}