STARLINK-6200 - AOE轨道数据

20小时前 2025-07-26T00:00:00+0000 2025-07-26T00:00:00+0000
STARLINK-6200
1 56897U 23083X   25207.00000000  .00000000  00000-0  11123-4 0 00000
2 56897 043.0033 233.2826 0001202 258.0226 095.6125 15.02538999000000
1天前 2025-07-24T21:00:00+0000 2025-07-24T21:00:00+0000
STARLINK-6200
1 56897U 23083X   25205.87500000  .00000000  00000-0  39805-4 0 00000
2 56897 043.0015 239.3999 0000060 152.1991 229.1780 15.02545551000000
22天前 2025-07-03T23:00:00+0000 2025-07-03T23:00:00+0000
STARLINK-6200
1 56897U 23083X   25184.95833333  .00000000  00000-0  51413-5 0 00000
2 56897 043.0053 353.0557 0000071 172.5145 338.0256 15.02549602000000

              
import requests

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

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

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

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