Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 18,
            "total_words": 44,
            "last_change": null,
            "recent_changes": 0,
            "translated": 18,
            "translated_words": 44,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 262,
            "translated_chars_percent": 100.0,
            "total_chars": 262,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.ops404.it/projects/ooops-partner/ooops_partner_payment_term_restrict/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-partner/ooops_partner_payment_term_restrict/en/"
        },
        {
            "total": 18,
            "total_words": 44,
            "last_change": "2021-09-08T13:50:57.901271Z",
            "recent_changes": 21,
            "translated": 18,
            "translated_words": 44,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 262,
            "translated_chars_percent": 100.0,
            "total_chars": 262,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "it",
            "name": "Italian",
            "url": "http://weblate.ops404.it/projects/ooops-partner/ooops_partner_payment_term_restrict/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-partner/ooops_partner_payment_term_restrict/it/"
        }
    ]
}