Translation components API.

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

GET /api/components/opensourcepos/receivings/statistics/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 42,
    "next": null,
    "previous": "https://translate.opensourcepos.org/api/components/opensourcepos/receivings/statistics/?format=api&page=2",
    "results": [
        {
            "total": 55,
            "total_words": 155,
            "last_change": null,
            "recent_changes": 0,
            "translated": 55,
            "translated_words": 155,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 966,
            "translated_chars_percent": 100.0,
            "total_chars": 966,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 3,
            "readonly_percent": 5.4,
            "suggestions": 0,
            "comments": 0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "https://translate.opensourcepos.org/projects/opensourcepos/receivings/uk/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/receivings/uk/"
        },
        {
            "total": 55,
            "total_words": 155,
            "last_change": null,
            "recent_changes": 0,
            "translated": 3,
            "translated_words": 0,
            "translated_percent": 5.4,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 966,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 3,
            "readonly_percent": 5.4,
            "suggestions": 0,
            "comments": 0,
            "code": "ur",
            "name": "Urdu",
            "url": "https://translate.opensourcepos.org/projects/opensourcepos/receivings/ur/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/receivings/ur/"
        }
    ]
}