Back to catalog
🎮

SpaceTradersAPI

OAuth

A playable inter-galactic space trading MMOAPI

🎮Games & ComicsHTTPSCORS enabled

SpaceTraders Agent

Space trading game agent and ship status

Agent SymbolCOSMIC_TRADER
Ship SymbolCOSMIC_TRADER-1
Current WaypointX1-DF55-20250Z
Credits142,500
Cargo Capacity60

Sample Response

response.json
1{
2 "agent_symbol": "COSMIC_TRADER",
3 "ship_symbol": "COSMIC_TRADER-1",
4 "current_waypoint": "X1-DF55-20250Z",
5 "credits": 142500,
6 "cargo_capacity": 60
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://spacetraders.io?rel=pub-apis" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs