Laravel.io
[
{
    "id": 7,
    "title": "Описание анкет",
    "description": "Текст про анкету",
    "user_id": 1,
    "status": true,
    "created_at": "2017-04-27 18:16:49",
    "updated_at": "2017-04-27 18:16:49",
    "questions": [
      {
        "id": 13,
        "survey_id": 7,
        "question": "Текст вопроса",
        "type": "string",
        "order": 50,
        "status": true,
        "answers": "{\"colors\": [\"black\", \"white\", \"gold\"], \"size\": {\"weight\": 1, \"height\": 1}}"
      },
      {
        "id": 14,
        "survey_id": 7,
        "question": "Текст вопроса 2",
        "type": "radio",
        "order": 50,
        "status": true,
        "answers": "{\"colors\": [\"black\", \"white\", \"gold\"], \"size\": {\"weight\": 1, \"height\": 1}}"
      }
    ]
  }
]

Please note that all pasted data is publicly available.