Translation projects API.

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

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

{
    "total": 440,
    "total_words": 4136,
    "last_change": "2023-01-14T15:37:23.099569Z",
    "recent_changes": 179,
    "translated": 333,
    "translated_words": 3116,
    "translated_percent": 75.6,
    "translated_words_percent": 75.3,
    "translated_chars": 18934,
    "translated_chars_percent": 75.9,
    "total_chars": 24926,
    "fuzzy": 39,
    "fuzzy_percent": 8.8,
    "failing": 9,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 20,
    "readonly_percent": 4.5,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-caasp",
    "url": "https://l10n.opensuse.org/projects/yast-caasp/"
}