| Contact | Donate | Imprint |
| Satellite | SatelliteModule | Starlink |
| Property | Type | Entity | Reference | Module |
| (1) CommunicationCapacityGbit | DOUBLE | Satellite | ||
| (2) DeorbitDate | DATE | Satellite | ||
| (3) Generation | STRING | Satellite | ||
| (4) HasLaserLink | BOOL | Satellite | ||
| (5) HeightKm | DOUBLE | Satellite | ||
| (6) InclinationDeg | DOUBLE | Satellite | ||
| (7) LaunchDate | DATE | Satellite | ||
| (8) MassKg | DOUBLE | Satellite | ||
| (9) MaterialNotes | STRING | Satellite | ||
| (10) Name | STRING | Satellite | ||
| (11) OrbitShell | INT | Satellite | OrbitShell | SatelliteModule |
| (12) PropulsionType | STRING | Satellite | ||
| (13) SatelliteBatch | INT | Satellite | SatelliteBatch | SatelliteBatchModule |
| (14) Status | STRING | Satellite | ||
| (15) Version | STRING | Satellite |
Example:
final Satellite satellite = (Satellite) invokeModule(SATELLITE_MODULE + "/satellite/" + id, Satellite.class);| Contact | Donate | Imprint |