APEX // ATLAS
The System Structure API
Standardized 64-bit celestial hierarchy for 3D visualization and tactical routing.
Astrometry Standards
The ATLAS API adheres to the UCC-2940 Consensus, a universal cartographic framework established by the Imperial Cartography Center in conjunction with the United Empire of Earth. This standardization ensures cross-platform compatibility for navigation systems, trade route optimization, and military tactical displays.
All coordinate systems utilize the Barycentric Standard Reference Frame (BSRF), with the primary star of each system designated as origin point [0, 0, 0]. Distance units are expressed in meters (SI standard) for maximum precision in orbital mechanics calculations.
What It Does
Celestial Hierarchy
The ATLAS API provides a structured, navigable tree of all known celestial objects within UEE-controlled space. Each entity is assigned a unique 64-bit identifier for database consistency.
Key Features
3D-Ready Telemetry
All celestial bodies include [x, y, z] vector data expressed in meters. Compatible with Unity, Unreal Engine, and WebGL renderers for real-time 3D visualization.
"position": [12500000, -3400000, 8100000]POI Integration
Dynamic filtering for landing zones, space stations, refueling depots, and trade hubs. Query parameters allow fine-grained control over returned data structures.
?filter=landable&include=stationsOptimized Latency
24-hour edge caching for static celestial bodies via CDN infrastructure. Orbital mechanics pre-calculated for instant retrieval. Average response time <50ms globally.
Cache-Control: max-age=86400Fair Use Policy
60 requests per minute rate-limiting ensures stable ecosystem access. Premium tiers available for high-frequency applications requiring real-time updates.
X-RateLimit-Remaining: 57Sample Response
GET /api/v4/systems/stanton{
"system": "Stanton",
"star": {
"name": "Stanton",
"position": [0, 0, 0],
"rotation": 0.0004
},
"planets": [
{
"name": "Hurston",
"orbit_radius": 5000000,
"landable": true,
"moons": [
{ "name": "Aberdeen", "orbit_radius": 150000 },
{ "name": "Arial", "orbit_radius": 180000 },
{ "name": "Magda", "orbit_radius": 220000 }
]
},
{
"name": "Crusader",
"orbit_radius": 12000000,
"landable": false,
"moons": [
{ "name": "Cellin", "orbit_radius": 250000 },
{ "name": "Daymar", "orbit_radius": 320000 },
{ "name": "Yela", "orbit_radius": 410000 }
]
}
],
"jump_points": [
{
"name": "Pyro-Stanton",
"position": [18000000, 3000000, -5000000]
}
]
}Integration Pending
Atlas API is currently in early access. Register below to request access credentials and join our developer community.
