STARLINK-1815 - AOE轨道数据

15小时前 2025-05-13T18:55:31+0800 2025-05-13T10:55:31+0000
STARLINK-1815
1 46713U 20073AV  25133.45521964  .00001228  00000-0  10129-3 0  9992
2 46713  53.0540 149.4147 0001335  88.6418 271.4724 15.06403271251876
1天前 2025-05-12T15:51:22+0800 2025-05-12T07:51:22+0000
STARLINK-1815
1 46713U 20073AV  25132.32733334  .00003723  00000-0  26879-3 0  9994
2 46713  53.0543 154.4783 0001321  93.2711 266.8430 15.06383461252189
2天前 2025-05-11T19:09:20+0800 2025-05-11T11:09:20+0000
STARLINK-1815
1 46713U 20073AV  25131.46481845 -.00000289  00000-0 -49591-6 0  9990
2 46713  53.0541 158.3512 0001338  92.2356 267.8786 15.06399075252051

              
import requests

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

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

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

print(response.text)
          
3D轨道图
2D轨道图