STARLINK-30963 - AOE轨道数据

13小时前 2025-07-26T00:58:46+0000 2025-07-26T00:58:46+0000
STARLINK-30963
1 58444U 23183H   25207.04081102  .00000183  00000-0  28606-4 0  9992
2 58444  43.0027 194.5858 0001262 286.7236  73.3468 15.02535089 92648
1天前 2025-07-25T05:50:02+0000 2025-07-25T05:50:02+0000
STARLINK-30963
1 58444U 23183H   25206.24307634  .00000293  00000-0  36753-4 0  9998
2 58444  43.0024 198.9209 0001269 287.7195  72.3508 15.02535434 92508
1天前 2025-07-24T17:04:12+0000 2025-07-24T17:04:12+0000
STARLINK-30963
1 58444U 23183H   25205.71125426  .00000112  00000-0  23371-4 0  9998
2 58444  43.0024 201.8109 0001272 289.1668  70.9037 15.02534846 92446

              
import requests

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

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

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

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