{% load i18n %}

{% trans 'Responses' %}

response = {
    'status': 200, // Коды HTTP, имеющие смысл.
    'message': 'Строка сообщения для пользователя (с поддержкой локализации)',
    'data': <Вложенный объект JSON>,
}
{% trans 'The type and structure of nested object depend on the method to call (see documentation below).' %}