Get Tle
get_tleFetch the Two-Line Element (TLE) set for a specific satellite by its NORAD catalog ID. Returns the satellite name, epoch date, and both TLE lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| norad_id | Yes | NORAD catalog number for the satellite (e.g. 25544 for the ISS, 20580 for Hubble Space Telescope). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the satellite | |
| epoch | Yes | Epoch date of the TLE set | |
| line1 | Yes | First line of the Two-Line Element set | |
| line2 | Yes | Second line of the Two-Line Element set | |
| norad_id | Yes | NORAD catalog ID of the satellite |