Languages API.

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

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

{
    "total": 5047,
    "total_words": 71199,
    "last_change": "2023-01-19T17:44:37.547561Z",
    "recent_changes": 882,
    "translated": 4936,
    "translated_words": 70250,
    "translated_percent": 97.8,
    "translated_words_percent": 98.6,
    "translated_chars": 406210,
    "translated_chars_percent": 98.6,
    "total_chars": 411719,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 3051,
    "failing_percent": 60.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 23,
    "name": "Dutch",
    "url": "http://translate.diyseeds.org/languages/nl/"
}