API 2.0
Resources
/crew
Search for users listed in the Crew Directory
Method | GET |
---|---|
URLs |
// example 1 https://api.uexcorp.space/2.0/crew?specialization={string},{string}... // example 2 https://api.uexcorp.space/2.0/crew?specialization={string}&day_availability={string} // example 3 https://api.uexcorp.space/2.0/crew?specialization={string}&timezone={string} |
Autorização | — |
Cache TTL | — |
Input |
specialization string // required, e.g. trade day_availability string // e.g. weekend time_availability string // e.g. evening languages string // e.g. en,pt archetypes string // e.g. explorer timezone string // ISO format, e.g. America/Sao_Paulo username string |
Output |
name string // full name username string // in-game nick twitch_username string|null // twitch username, if account is connected to twitch day_availability string|null // reference below time_availability string|null // reference below specializations string|null // reference below languages string|null // reference below archetypes string|null // reference below timezone string|null // ISO format, e.g. America/Sao_Paulo avatar string|null // UEX CDN bio string|null // user profile bio date_added int // UEX sign up date |
Reference: `specializations` |
datarunner // Datarunner escort // Escort exploration // Explorer engineer // Engineer gunner // Gunner hauling // Hauler medical // Medic mercenary // Mercenary mining // Miner other // Other pilot // Private Pilot piracy // Pirate racer // Racer refining // Refiner refueling // Refueler repairing // Repair roleplay // Roleplay salvaging // Salvager scanning // Scanner scientist // Scientist towing // Towing trading // Trader transit // Transit |
Reference: `day_availability` |
weekdays weekends |
Reference: `time_availability` |
morning afternoon evening |
Reference: `languages` |
ar // Arabic ca // Catalan zh // Chinese nl // Dutch en // English fr // French de // German it // Italian jp // Japanese pt // Portuguese ru // Russian es // Spanish xx // Other |
Reference: `archetypes` |
artist // Artist engineer // Engineer explorer // Explorer lover // Lover novice // Novice outlaw // Outlaw player_one // Player One protector // Protector strategist // Strategist support // Support trickster // Trickster warlord // Warlord |
Response Status |
• ok |
Update Frequency | Patch Cycle |
Documentation Updated | 17 days ago |
Required Optional