satellite_position
ActiveTool of ai.dynamicfeed/dynamic-feed
Real-time position of ANY satellite by its NORAD id OR a common name — computed with SGP4 from the latest live TLE: exact latitude/longitude, altitude, velocity, ground-footprint radius, the speed-of-light latency floor, and how old the TLE is. Use for "where is the ISS / Hubble right now" or to get a precise sub-satellite point. This is the TRUE propagated position, not an approximation. Args: norad_id: NORAD catalog number (e.g. 25544 = ISS, 20580 = Hubble, 44714 = a Starlink). name: a common name instead of the id — "ISS", "Hubble", "Tiangong". Pass one of norad_id or name. track_minutes: also return a predicted ground-track this many minutes ahead (0 = just the current position; max 360). step_seconds: ground-track sampling step in seconds (default 60). Every value is returned in an Ed25519-signed, provenance-stamped envelope (source and observation time) you can verify offline against /.well-known/keys, no account required.
Parameters schema
{
"type": "object",
"title": "satellite_positionArguments",
"properties": {
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Name",
"default": null
},
"norad_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Norad Id",
"default": null
},
"step_seconds": {
"type": "integer",
"title": "Step Seconds",
"default": 60
},
"track_minutes": {
"type": "integer",
"title": "Track Minutes",
"default": 0
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ai.dynamicfeed/dynamic-feed
1/7 registries