STARLINK-3789 - AOE轨道数据

17小时前 2025-07-26T22:01:48+0000 2025-07-26T22:01:48+0000
STARLINK-3789
1 52283U 22041Y   25207.91792228  .00000778  00000-0  66950-4 0  9997
2 52283  53.2188  42.6492 0001562  93.4022 266.7149 15.08840755180287
1天前 2025-07-25T17:24:53+0000 2025-07-25T17:24:53+0000
STARLINK-3789
1 52283U 22041Y   25206.72560767 -.00000813  00000-0 -32963-4 0  9995
2 52283  53.2182  48.0023 0001664  90.1509 269.9674 15.08832953180108
2天前 2025-07-24T19:09:28+0000 2025-07-24T19:09:28+0000
STARLINK-3789
1 52283U 22041Y   25205.79824421 -.00001734  00000-0 -90870-4 0  9995
2 52283  53.2177  52.1641 0001625  90.6186 269.4993 15.08839622179968

              
import requests

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

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

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

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