STARLINK-30947 - AOE轨道数据

12小时前 2025-07-26T12:06:06+0000 2025-07-26T12:06:06+0000
STARLINK-30947
1 58473U 23186A   25207.50423328 -.00000047  00000-0  11586-4 0  9997
2 58473  43.0032 216.8003 0001533 285.5927  74.4747 15.02535875 91779
1天前 2025-07-25T02:35:48+0000 2025-07-25T02:35:48+0000
STARLINK-30947
1 58473U 23186A   25206.10820020 -.00000477  00000-0 -20214-4 0  9998
2 58473  43.0034 224.3863 0001632 284.5899  75.4762 15.02538148 91567
2天前 2025-07-24T18:37:10+0000 2025-07-24T18:37:10+0000
STARLINK-30947
1 58473U 23186A   25205.77580998 -.00000108  00000-0  70777-5 0  9997
2 58473  43.0034 226.1924 0001667 285.3716  74.6942 15.02539852 91564

              
import requests

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

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

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

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