Translation projects API.

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

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

{
    "total": 15434,
    "total_words": 32292,
    "last_change": "2023-05-11T20:06:45.928047Z",
    "recent_changes": 222,
    "translated": 15191,
    "translated_words": 30902,
    "translated_percent": 98.4,
    "translated_words_percent": 95.6,
    "translated_chars": 217558,
    "translated_chars_percent": 95.8,
    "total_chars": 227072,
    "fuzzy": 88,
    "fuzzy_percent": 0.5,
    "failing": 73,
    "failing_percent": 0.4,
    "approved": 2,
    "approved_percent": 0.1,
    "readonly": 7042,
    "readonly_percent": 45.6,
    "suggestions": 0,
    "comments": 0,
    "name": "libgnomesu",
    "url": "https://l10n.opensuse.org/projects/libgnomesu/"
}