STARLINK-3207 - AOE轨道数据

22小时前 2025-07-27T03:21:05+0000 2025-07-27T03:21:05+0000
STARLINK-3207
1 49756U 21115AJ  25208.13964039  .00000740  00000-0  64580-4 0  9991
2 49756  53.2177  71.6569 0001357  89.1168 270.9980 15.08844034202737
1天前 2025-07-26T22:34:56+0000 2025-07-26T22:34:56+0000
STARLINK-3207
1 49756U 21115AJ  25207.94092249  .00000546  00000-0  52358-4 0  9998
2 49756  53.2177  72.5498 0001356  91.0954 269.0193 15.08841969201594
2天前 2025-07-25T08:25:41+0000 2025-07-25T08:25:41+0000
STARLINK-3207
1 49756U 21115AJ  25206.35116350  .00000042  00000-0  20761-4 0  9996
2 49756  53.2180  79.6862 0001413  96.6498 263.4655 15.08836900201353

              
import requests

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

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

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

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