STARLINK-5220 - AOE轨道数据

1天前 2025-07-25T12:50:00+0000 2025-07-25T12:50:00+0000
STARLINK-5220
1 54760U 22175C   25206.53472238 -.00001765  00000-0 -92850-4 0  9997
2 54760  53.2202 344.0503 0001187  96.7642 263.3485 15.08845861143463
2天前 2025-07-24T16:10:00+0000 2025-07-24T16:10:00+0000
STARLINK-5220
1 54760U 22175C   25205.67360674 -.00001384  00000-0 -68896-4 0  9991
2 54760  53.2196 347.9155 0001346  94.8875 265.2271 15.08834581143331
3天前 2025-07-23T16:19:12+0000 2025-07-23T16:19:12+0000
STARLINK-5220
1 54760U 22175C   25204.67999440  .00000926  00000-0  76228-4 0  9996
2 54760  53.2189 352.3749 0001268  87.8381 272.2756 15.08845921143188

              
import requests

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

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

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

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