---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_10432\2098474948.py in <module>
6 res = requests.get(url)
7 objects_data = res.json()
----> 8 objects_data.get('data').get('list')[0]
9 objects_list = objects_data.get('data').get('list')
10 objids = [x.get('objId') for x in objects_list]
TypeError: 'NoneType' object is not subscriptable
objects_data.get('data').get('list')[0]