STARLINK-3859 - AOE轨道数据

11小时前 2025-07-25T16:54:23+0000 2025-07-25T16:54:23+0000
STARLINK-3859
1 52470U 22049V   25206.70443729  .00000269  00000-0  34963-4 0  9992
2 52470  53.2189 358.0983 0001257  89.5757 270.5379 15.08839463178141
1天前 2025-07-24T17:03:36+0000 2025-07-24T17:03:36+0000
STARLINK-3859
1 52470U 22049V   25205.71083854 -.00000528  00000-0 -15081-4 0  9991
2 52470  53.2188   2.5584 0001166  87.6959 272.4166 15.08840017177837
2天前 2025-07-23T17:12:49+0000 2025-07-23T17:12:49+0000
STARLINK-3859
1 52470U 22049V   25204.71723761 -.00000074  00000-0  13428-4 0  9996
2 52470  53.2191   7.0198 0001298  80.5299 279.5840 15.08841314177688

              
import requests

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

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

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

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