STARLINK-11120 - AOE轨道数据

12小时前 2025-05-08T04:20:57+0800 2025-05-07T20:20:57+0000
STARLINK-11120
1 60042U 24112E   25127.84788035  .00000600  00000-0  97962-5 0  9996
2 60042  53.1579 334.0632 0000429 125.5647 234.5411 15.69713880 52948
1天前 2025-05-07T05:25:42+0800 2025-05-06T21:25:42+0000
STARLINK-11120
1 60042U 24112E   25126.89284568 -.00001251  00000-0 -54751-5 0  9996
2 60042  53.1583 338.7718 0000660  70.1809 289.9280 15.69712399 53214
2天前 2025-05-06T04:58:45+0800 2025-05-05T20:58:45+0000
STARLINK-11120
1 60042U 24112E   25125.87413581  .00000470  00000-0  87322-5 0  9992
2 60042  53.1587 343.7952 0000475  69.2972 290.8096 15.69706257 53052

              
import requests

headers = {
    'Authorization': 'Bearer YOUR_API_TOKEN'
}

params = {
    'catId': 60042,
    'channel': 'INTERNATIONAL',
    'format': 'TLE'
}

response = requests.get('https://spacemapper.cn/cgi/orbital/aoe/list',
headers=headers, params=params)

print(response.text)
          
3D轨道图
2D轨道图