Translation components API.

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

GET /api/components/navdy/alelec_navdy_client-rawcontact_home_strings/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "code": "de",
            "name": "German",
            "total": 2,
            "total_words": 2,
            "last_change": null,
            "last_author": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "url": "https://weblate.alelec.net/engage/navdy/de/",
            "url_translate": "https://weblate.alelec.net/projects/navdy/alelec_navdy_client-rawcontact_home_strings/de/"
        },
        {
            "code": "es",
            "name": "Spanish",
            "total": 2,
            "total_words": 2,
            "last_change": null,
            "last_author": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "url": "https://weblate.alelec.net/engage/navdy/es/",
            "url_translate": "https://weblate.alelec.net/projects/navdy/alelec_navdy_client-rawcontact_home_strings/es/"
        },
        {
            "code": "fr",
            "name": "French",
            "total": 2,
            "total_words": 2,
            "last_change": null,
            "last_author": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "url": "https://weblate.alelec.net/engage/navdy/fr/",
            "url_translate": "https://weblate.alelec.net/projects/navdy/alelec_navdy_client-rawcontact_home_strings/fr/"
        },
        {
            "code": "it",
            "name": "Italian",
            "total": 2,
            "total_words": 2,
            "last_change": null,
            "last_author": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "url": "https://weblate.alelec.net/engage/navdy/it/",
            "url_translate": "https://weblate.alelec.net/projects/navdy/alelec_navdy_client-rawcontact_home_strings/it/"
        },
        {
            "code": "en",
            "name": "English",
            "total": 2,
            "total_words": 2,
            "last_change": null,
            "last_author": null,
            "recent_changes": 0,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "url": "https://weblate.alelec.net/engage/navdy/en/",
            "url_translate": "https://weblate.alelec.net/projects/navdy/alelec_navdy_client-rawcontact_home_strings/en/"
        },
        {
            "code": "ru",
            "name": "Russian",
            "total": 2,
            "total_words": 2,
            "last_change": "2019-08-31T22:06:56.867168Z",
            "last_author": "Ilya",
            "recent_changes": 2,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "url": "https://weblate.alelec.net/engage/navdy/ru/",
            "url_translate": "https://weblate.alelec.net/projects/navdy/alelec_navdy_client-rawcontact_home_strings/ru/"
        },
        {
            "code": "tr",
            "name": "Turkish",
            "total": 2,
            "total_words": 2,
            "last_change": null,
            "last_author": null,
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 50.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "url": "https://weblate.alelec.net/engage/navdy/tr/",
            "url_translate": "https://weblate.alelec.net/projects/navdy/alelec_navdy_client-rawcontact_home_strings/tr/"
        }
    ]
}