STARLINK-30552 - AOE轨道数据

13小时前 2025-07-27T01:13:05+0000 2025-07-27T01:13:05+0000
STARLINK-30552
1 57999U 23153J   25208.05074843  .00000911  00000-0  82538-4 0  9992
2 57999  43.0025 214.8781 0000935 257.1541 102.9197 15.02519067100947
1天前 2025-07-26T07:40:04+0000 2025-07-26T07:40:04+0000
STARLINK-30552
1 57999U 23153J   25207.31948650 -.00000411  00000-0 -15405-4 0  9992
2 57999  43.0028 218.8517 0000802 250.9523 109.1233 15.02520681100826
2天前 2025-07-25T09:19:52+0000 2025-07-25T09:19:52+0000
STARLINK-30552
1 57999U 23153J   25206.38879291 -.00001083  00000-0 -65176-4 0  9998
2 57999  43.0020 223.9077 0000896 264.8511  95.2229 15.02520138100692

              
import requests

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

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

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

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