STARLINK-4442 - AOE轨道数据

10小时前 2025-07-26T21:22:56+0000 2025-07-26T21:22:56+0000
STARLINK-4442
1 53480U 22099R   25207.89092378  .00000968  00000-0  79970-4 0  9993
2 53480  97.6580 328.9381 0001189 105.2336 254.9020 15.01260894162108
2天前 2025-07-25T06:59:25+0000 2025-07-25T06:59:25+0000
STARLINK-4442
1 53480U 22099R   25206.29126501  .00000614  00000-0  52406-4 0  9995
2 53480  97.6575 327.3622 0001316  94.8962 265.2412 15.01265360161868
2天前 2025-07-24T21:23:33+0000 2025-07-24T21:23:33+0000
STARLINK-4442
1 53480U 22099R   25205.89135435  .00000227  00000-0  22274-4 0  9996
2 53480  97.6585 326.9666 0001259 100.7824 259.3542 15.01261030161804

              
import requests

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

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

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

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