STARLINK-3872 - AOE轨道数据

5小时前 2025-07-26T03:55:29+0000 2025-07-26T03:55:29+0000
STARLINK-3872
1 52453U 22049C   25207.16352535  .00000423  00000-0  44653-4 0  9997
2 52453  53.2194   6.0357 0001237  84.4201 275.6933 15.08839238178073
1天前 2025-07-25T04:04:42+0000 2025-07-25T04:04:42+0000
STARLINK-3872
1 52453U 22049C   25206.16992791  .00001360  00000-0  10354-3 0  9991
2 52453  53.2208  10.4961 0001413  89.1630 270.9524 15.08829382177761
1天前 2025-07-24T21:43:09+0000 2025-07-24T21:43:09+0000
STARLINK-3872
1 52453U 22049C   25205.90496640  .00000076  00000-0  22861-4 0  9994
2 52453  53.2205  11.6855 0001356  91.9827 268.1321 15.08833546177725

              
import requests

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

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

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

print(response.text)
          
3D轨道图
2D轨道图
查看目标详情