Back to Services
Basic Trustrest
Open Notify — ISS Current Location
Get the real-time position (latitude/longitude) of the International Space Station and the number of astronauts currently in space.
Total Calls
1
Success Rate
—
Avg Latency
50ms
Capabilities
spaceisslocationrealtimescienceastronomy
Quick Integration
Call this service through the Agent Clear proxy
// Call Open Notify — ISS Current Location through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/490f3f4c-f8f4-4926-91dc-31b4bbd7a619',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"properties": {}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026