STARLINK-3554 - AOE轨道数据

1天前 2025-07-26T13:03:57+0000 2025-07-26T13:03:57+0000
STARLINK-3554
1 51872U 22022W   25207.54440412  .00001121  00000-0  88501-4 0  9992
2 51872  53.2186 304.3304 0001143  87.0008 273.1115 15.08837230188979
2天前 2025-07-25T11:37:46+0000 2025-07-25T11:37:46+0000
STARLINK-3554
1 51872U 22022W   25206.48456281  .00000458  00000-0  46835-4 0  9991
2 51872  53.2182 309.0885 0001114  84.7773 275.3347 15.08840972188813
3天前 2025-07-24T16:33:09+0000 2025-07-24T16:33:09+0000
STARLINK-3554
1 51872U 22022W   25205.68968785 -.00000737  00000-0 -28252-4 0  9994
2 51872  53.2184 312.6549 0001139  93.5793 266.5329 15.08834519188697

              
import requests

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

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

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

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