Translation projects API.

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

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

{
    "total": 15678,
    "total_words": 173133,
    "last_change": "2024-03-05T16:03:46.525108Z",
    "recent_changes": 330,
    "translated": 10181,
    "translated_words": 109844,
    "translated_percent": 64.9,
    "translated_words_percent": 63.4,
    "translated_chars": 621722,
    "translated_chars_percent": 63.3,
    "total_chars": 981809,
    "fuzzy": 256,
    "fuzzy_percent": 1.6,
    "failing": 83,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 749,
    "readonly_percent": 4.7,
    "suggestions": 157,
    "comments": 4,
    "name": "PDFCreator Online",
    "url": "https://translate.pdfforge.org/projects/pdfcreator-online/"
}