Translation components API.

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

GET /api/components/ooops-account-14-0/ooops_partner_statement_report/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 8,
            "total_words": 14,
            "last_change": null,
            "recent_changes": 0,
            "translated": 8,
            "translated_words": 14,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 94,
            "translated_chars_percent": 100.0,
            "total_chars": 94,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.ops404.it/projects/ooops-account-14-0/ooops_partner_statement_report/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-account-14-0/ooops_partner_statement_report/en/"
        },
        {
            "total": 8,
            "total_words": 14,
            "last_change": "2024-01-26T11:59:23.387375Z",
            "recent_changes": 5,
            "translated": 8,
            "translated_words": 14,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 94,
            "translated_chars_percent": 100.0,
            "total_chars": 94,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "it",
            "name": "Italian",
            "url": "http://weblate.ops404.it/projects/ooops-account-14-0/ooops_partner_statement_report/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-account-14-0/ooops_partner_statement_report/it/"
        }
    ]
}