Translation projects API.

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

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

{
    "total": 13108,
    "total_words": 85024,
    "last_change": "2024-04-14T18:42:38.990800Z",
    "recent_changes": 312,
    "translated": 8285,
    "translated_words": 47755,
    "translated_percent": 63.2,
    "translated_words_percent": 56.1,
    "translated_chars": 312344,
    "translated_chars_percent": 56.4,
    "total_chars": 553656,
    "fuzzy": 894,
    "fuzzy_percent": 6.8,
    "failing": 476,
    "failing_percent": 3.6,
    "approved": 20,
    "approved_percent": 0.1,
    "readonly": 170,
    "readonly_percent": 1.2,
    "suggestions": 16,
    "comments": 0,
    "name": "yast-country",
    "url": "https://l10n.opensuse.org/projects/yast-country/"
}