STARLINK-3218 - AOE轨道数据

3天前 2025-07-23T22:00:00+0000 2025-07-23T22:00:00+0000
STARLINK-3218
1 49725U 21115B   25204.91666667  .00000000  00000-0  59454-4 0 00000
2 49725 053.2176 096.2314 0001304 084.5185 104.3784 15.08840452000000
22天前 2025-07-04T18:00:00+0000 2025-07-04T18:00:00+0000
STARLINK-3218
1 49725U 21115B   25185.75000000  .00000000  00000-0  33830-4 0 00000
2 49725 053.2155 182.2726 0001217 070.6803 351.6326 15.08856997000000

              
import requests

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

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

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

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