List Game Missions
Returns paginated missions for the requested or default game version. Results are grouped by mission variant key by default. Grouping is automatically disabled when filters are active unless filter[grouped]=true is set explicitly. Includes mission, game version, faction, and blueprint relationships.
Query parameters
Page number for pagination (starts at 1). Prefer using page[number] instead.
Page number for pagination (starts at 1).
Number of results per page. Maximum 200.
Game version code to scope results to. Omit to use the current default version. Use GET /api/game-versions to list available versions and GET /api/game-versions/default to discover the default.
Sort field. Prefix with "-" for descending. Supported: title, mission_giver, rank_index, reward_min, reward_max, time_to_complete_minutes, max_players_per_instance, reputation_amount.
Exact match on the mission giver NPC name. Example: Citizens for Prosperity
Filter by faction name. Accepts comma-separated values. Example: Headhunters
Filter by star system name. Example: Stanton
Filter for missions marked as illegal. Example: true
Filter for shareable missions. Example: true
Filter for one-time-only missions. Example: true
Filter for missions available while in prison. Example: true
Filter for missions involving combat encounters. Example: true
Filter for missions with a defend objective. Example: true
Filter by mission difficulty rank. Example: 1
Filter for missions that have prerequisite requirements. Example: true
Minimum enemy count threshold. Example: 3
Maximum enemy count threshold. Example: 10
Minimum reward in aUEC. Example: 5000
Maximum reward in aUEC. Example: 50000
Partial match on mission title. Example: Delivery
Partial match on mission description. Example: combat
Search across title, description, and debug name. Example: delivery
Mission category scope. Example: Bounty Hunter
Filter for missions that reward blueprints. Example: true
Reputation reward scope from ReputationGained data. Example: FactionReputation
Filter by crafted item name from mission blueprint rewards. Example: Arclight Pistol
Filter by starmap location UUID. Example: 2bf56608-62ea-4d1a-9e9b-38377004dc1b
Control mission variant grouping. Defaults to true (grouped) when no filters are active, false (ungrouped) when filters are active. Set explicitly to true to keep grouping with filters, or false to always ungroup.
Response
List of missions
Example response
{
"meta": {
"current_page": 1,
"from": 1,
"last_page": 5,
"per_page": 30,
"to": 30,
"total": 150,
"path": "https://api.star-citizen.wiki/api/vehicles"
}
}