Translation projects API.

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

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

{
    "total": 3696,
    "total_words": 18557,
    "last_change": "2021-12-09T21:06:16.817922Z",
    "recent_changes": 289,
    "translated": 1545,
    "translated_words": 7266,
    "translated_percent": 41.8,
    "translated_words_percent": 39.1,
    "translated_chars": 46097,
    "translated_chars_percent": 39.2,
    "total_chars": 117502,
    "fuzzy": 637,
    "fuzzy_percent": 17.2,
    "failing": 236,
    "failing_percent": 6.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 48,
    "readonly_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-firewall-services",
    "url": "https://l10n.opensuse.org/projects/yast-firewall-services/"
}