API
API for Starlink 5
Get Telemetry in JSON
GET
https://spacextelemetry.cf/starlink/starlink-5/api/telemetry.json
This endpoint allows you to get altitude and speed at a certain time in a JSON format, this shows all the telemetry captured from the webcast
Path Parameters
mission-name
string
name of the mission
Get Telemetry in CSV
GET
https://spacextelemetry.cf/starlink/starlink-5/api/telemetry.csv
This endpoint allows you to get altitude and speed at a certain time in a CSV format, this shows all the captured telemetry from the webcast
Path Parameters
mission-name
string
name of the mission
Get phases in JSON
GET
https://spacextelemetry.cf/starlink/starlink-5/api/phase.json
This endpoint allows you to get the phases in a certain time in a JSON format, this shows all the captured phases from the webcast
Path Parameters
mission-name
string
name of the mission
Get phases in CSV
GET
https://spacextelemetry.cf/starlink/starlink-5/api/phase.csv
This endpoint allows you to get the phases of the launch in a certain time in a CSV format, this shows all the captured phases in the webcast
Path Parameters
mission-name
string
name of the mission
Get Pressure in json
GET
https://spacextelemetry.cf/starlink/starlink-5/api/pressure.json
This endpoint allows you to retrieve the pressure calculated using the altitude it's returned in pascal
Path Parameters
mission-name
string
Get Pressure in CSV
GET
https://spacextelemetry.cf/starlink/starlink-5/api/pressure.csv
This enpoint allows you to get the pressure calculated at a certain altitude, it's returned in pascal in a CSV format
Path Parameters
mission-name
string
Get temperature in JSON
GET
https://spacextelemetry.cf/starlink/starlink-5/api/temperature.json
This endpoint returns to you the temperatures estimated in kelvin in a JSON format
Path Parameters
mission-name
string
name of the mission
Get temperature in CSV
GET
https://spacextelemetry.cf/starlink/starlink-5/api/temperature.csv
This endpoint returns a list of estimated temperatures in kelvin of the launch
Path Parameters
mission-name
string
name of the mission
Get graph altitude vs time
GET
https://spacextelemetry.cf/starlink/starlink-5/api/graphs/graptime-vs-altitude.png
This endpoint allows you to retrieve a graph showing a comparision of altitude and time
Path Parameters
mission-name
string
name of the mission
Get graph speed vs time
GET
https://spacextelemetry.cf/starlink/starlink-5/api/graphs/grap-speed-time1.png
This endpoint allows you to retrieve a graph showing a comparision of speed and time
Path Parameters
mission-name
string
the name of the mission
Get temperature vs altitude graph
GET
https://spacextelemetry.cf/starlink/starlink-5/api/graphs/grap-temperature-vs-altitude.png
This endpoint returns a graph showing temperature and altitude
Path Parameters
mission-name
string
name of the mission
Get pressure vs altitude graph
GET
https://spacextelemetry.cf/starlink/starlink-5/api/graphs/grap-pressure-vs-altitude.png
This endpoint returns you a graph made using pressure and altitude
Path Parameters
mission-name
string
name of the mission
Get density vs altitude graph
GET
https://spacextelemetry.cf/starlink/starlink-5/api/graphs/grap-density-vs-altitude.png
This endpoint returns a graph between density and altitude
Path Parameters
mission-name
string
name of the mission
Get Speed of sound vs Altitude graph
GET
https://spacextelemetry.cf/starlink/starlink-5/api/graphs/graph-temperature-vs-altitude.png
This endpoint returns a graph comparing Speed of sound and Altitude in a .png format
Path Parameters
mission-name
string
name of the mission
Get Speed of sound vs Time
GET
https://spacextelemetry.cf/starlink/starlink-5/api/graphs/raph-speed-of-sound-vs-total-time.png
This endpoint returns a graph comparing speed of sound and Time in seconds
Path Parameters
mission-name
string
name of the mission
Last updated
Was this helpful?