Advertisement
nvo87

Untitled

Nov 25th, 2021
947
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.39 KB | None | 0 0
  1. {
  2.     "header": {
  3.         "name": "Химия ЕГЭ Основа 2.0",
  4.         "description": "",
  5.         "price": "10000.00",
  6.         "topics": [
  7.             {
  8.                 "id": 1,
  9.                 "slug": "chemistry",
  10.                 "name": "Химия"
  11.             }
  12.         ],
  13.         "examTypes": [
  14.             {
  15.                 "id": 3,
  16.                 "slug": "egje",
  17.                 "name": "ЕГЭ"
  18.             }
  19.         ],
  20.         "courseTypes": [
  21.             {
  22.                 "id": 1,
  23.                 "slug": "main",
  24.                 "name": "Основной курс"
  25.             }
  26.         ],
  27.         "teachers": [
  28.             {
  29.                 "id": 1,
  30.                 "firstName": "Профессор",
  31.                 "lastName": "Хайзенберг",
  32.                 "topicIds": [
  33.                     1
  34.                 ],
  35.                 "about": "Научу варить мет",
  36.                 "experience": 5,
  37.                 "excellentPupilsAmount": 12,
  38.                 "averagePoints": 88.0,
  39.                 "vk": "",
  40.                 "facebook": "",
  41.                 "instagram": "",
  42.                 "telegram": "",
  43.                 "tikTok": "",
  44.                 "youtube": ""
  45.             }
  46.         ]
  47.     },
  48.     "aboutCourseType": {
  49.         "title": "Что в этом курсе",
  50.         "description": "Здесь много инфы"
  51.     }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement