STARLINK-33695 - AOE轨道数据

11小时前 2025-07-26T09:55:39+0000 2025-07-26T09:55:39+0000
STARLINK-33695
1 63478U 25070U   25207.41365103  .00040898  00000-0  14877-2 0  9999
2 63478  43.0038  93.9277 0001788 269.1465  90.9181 15.27575195 18400
1天前 2025-07-25T18:14:04+0000 2025-07-25T18:14:04+0000
STARLINK-33695
1 63478U 25070U   25206.75977383  .00013118  00000-0  48565-3 0  9991
2 63478  43.0033  97.6202 0001783 255.2353 104.8301 15.27561209 18300
2天前 2025-07-24T17:07:33+0000 2025-07-24T17:07:33+0000
STARLINK-33695
1 63478U 25070U   25205.71357488  .00024037  00000-0  88039-3 0  9996
2 63478  43.0001 103.5297 0000784 283.5006  76.5759 15.27572227 18141

              
import requests

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

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

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

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