STARLINK-2412 - AOE轨道数据

21小时前 2025-07-27T04:30:11+0000 2025-07-27T04:30:11+0000
STARLINK-2412
1 48094U 21027C   25208.18762236  .00004843  00000-0  34338-3 0  9992
2 48094  53.0550 103.9365 0001462  84.6452 275.4704 15.06445922238037
1天前 2025-07-26T22:08:04+0000 2025-07-26T22:08:04+0000
STARLINK-2412
1 48094U 21027C   25207.92227125  .00000411  00000-0  46483-4 0  9998
2 48094  53.0545 105.1289 0001512  85.8614 274.2548 15.06407788238399
2天前 2025-07-25T11:06:13+0000 2025-07-25T11:06:13+0000
STARLINK-2412
1 48094U 21027C   25206.46264933 -.00000538  00000-0 -17205-4 0  9996
2 48094  53.0577 111.6828 0001876  80.5603 279.5598 15.06395406237775

              
import requests

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

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

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

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