artursn

Untitled

Jan 5th, 2021 (edited)
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.24 KB | None | 0 0
  1. {
  2.     "result": {
  3.         "post_id": 2,
  4.         "user_id": 1,
  5.         "description": "test text",
  6.         "title": "",
  7.         "username": {
  8.             "id": 1,
  9.             "username": "admin"
  10.         },
  11.         "tags": [],
  12.         "create_at": "2021-01-05 15:07:34",
  13.         "update_at": "2021-01-05 15:07:34",
  14.         "total_likes": 0,
  15.         "total_comments": 0,
  16.         "plants": [
  17.             {
  18.                 "id": 1,
  19.                 "plant": {
  20.                     "id": 1,
  21.                     "name": "тест1",
  22.                     "base": {
  23.                         "id": 1,
  24.                         "name": "фыыв",
  25.                         "custom_name": "фыв"
  26.                     }
  27.                 },
  28.                 "x": 33.0,
  29.                 "y": 22.0
  30.             },
  31.             {
  32.                 "id": 2,
  33.                 "plant": {
  34.                     "id": 2,
  35.                     "name": "тест2",
  36.                     "base": {
  37.                         "id": 1,
  38.                         "name": "фыыв",
  39.                         "custom_name": "фыв"
  40.                     }
  41.                 },
  42.                 "x": 32.0,
  43.                 "y": 22.0
  44.             }
  45.         ]
  46.     },
  47.     "status": 200
  48. }
Add Comment
Please, Sign In to add comment