STARLINK-5980 - AOE轨道数据

15小时前 2025-07-26T10:00:00+0000 2025-07-26T10:00:00+0000
STARLINK-5980
1 56326U 23058K   25207.41666667  .00000000  00000-0  19513-3 0 00000
2 56326 097.6554 208.4121 0001772 153.1579 017.4297 15.01248448000000
4天前 2025-07-22T18:00:00+0000 2025-07-22T18:00:00+0000
STARLINK-5980
1 56326U 23058K   25203.75000000  .00000000  00000-0  25899-3 0 00000
2 56326 097.6545 204.7972 0001404 168.2330 358.1250 15.01247427000000
19天前 2025-07-08T00:00:00+0000 2025-07-08T00:00:00+0000
STARLINK-5980
1 56326U 23058K   25189.00000000  .00000000  00000-0  11202-3 0 00000
2 56326 097.6542 190.2597 0000732 105.1030 314.1280 15.01286294000000

              
import requests

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

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

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

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