STARLINK-32610 - AOE轨道数据

17小时前 2025-07-25T12:18:38+0000 2025-07-25T12:18:38+0000
STARLINK-32610
1 61971U 24210N   25206.51293556  .00023181  00000-0  84925-3 0  9990
2 61971  43.0000  23.0193 0000773 225.5433 134.5355 15.27580034 40175
1天前 2025-07-24T12:46:16+0000 2025-07-24T12:46:16+0000
STARLINK-32610
1 61971U 24210N   25205.53213126  .00017749  00000-0  65296-3 0  9999
2 61971  43.0000  28.5571 0001441 241.4654 118.6053 15.27579557 40020
2天前 2025-07-23T22:38:51+0000 2025-07-23T22:38:51+0000
STARLINK-32610
1 61971U 24210N   25204.94364607  .00033802  00000-0  12312-2 0  9992
2 61971  42.9990  31.8799 0001679 274.4997  85.5662 15.27606955 39933

              
import requests

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

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

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

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