STARLINK-4011 - AOE轨道数据

3天前 2025-07-23T23:00:00+0000 2025-07-23T23:00:00+0000
STARLINK-4011
1 52615U 22052T   25204.95833333  .00000000  00000-0  17925-3 0 00000
2 52615 053.2167 230.9373 0001267 076.5929 336.2777 15.08833119000000
7天前 2025-07-19T21:00:00+0000 2025-07-19T21:00:00+0000
STARLINK-4011
1 52615U 22052T   25200.87500000  .00000000  00000-0 -50843-4 0 00000
2 52615 053.2142 249.2698 0001310 066.1296 114.6558 15.08841148000000
39天前 2025-06-18T10:00:00+0000 2025-06-18T10:00:00+0000
STARLINK-4011
1 52615U 22052T   25169.41666667  .00000000  00000-0 -45453-4 0 00000
2 52615 053.2166 030.4860 0001272 088.7748 123.1206 15.08843536000000

              
import requests

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

params = {
    'catId': 52615,
    'channel': 'KY',
    'format': 'TLE'
}

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

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