API 2.0
Endpoints
/crew
Search for users listed in the Crew Directory
Method | GET |
---|---|
URLs |
// example 1 https://uexcorp.space/api/2.0/crew?specialization={string},{string}... // example 2 https://uexcorp.space/api/2.0/crew?specialization={string}&day_availability={string} // example 3 https://uexcorp.space/api/2.0/crew?specialization={string}&timezone={string} |
Authorization | — |
Cache TTL | — |
Input |
specialization string(255) // required, e.g. trade day_availability string(255) // e.g. weekend time_availability string(255) // e.g. evening languages string(255) // e.g. en,pt archetypes string(255) // e.g. explorer timezone string(255) // ISO format, e.g. America/Sao_Paulo username string(255) |
Output |
name // full name username // in-game nick twitch_username // twitch username, if account is connected to twitch day_availability // reference below time_availability // reference below specializations // reference below languages // reference below archetypes // reference below timezone // ISO format, e.g. America/Sao_Paulo avatar // UEX CDN bio // user profile bio date_added // 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 date | Patch cycle (usually) |
Documentation update: | 6 months ago |
Required Optional