- Alliance
- Contacts
- Character
- Character affiliation
- Get character's public information
- Get agents research
- Get blueprints
- Get corporation history
- Calculate a CSPA charge cost
- Get jump fatigue
- Get medals
- Get character notifications
- Get new contact notifications
- Get character portraits
- Get character corporation roles
- Get standings
- Yearly aggregate stats
- Get character corporation titles
- Assets
- Skills
- Bookmarks
- Calendar
- Clones
- Contracts
- Fittings
- Fleets
- Faction Warfare
- Overview of a character involved in faction warfare
- Overview of a corporation involved in faction warfare
- List of the top factions in faction warfare
- List of the top pilots in faction warfare
- List of the top corporations in faction warfare
- An overview of statistics about factions involved in faction warfare
- Ownership of faction warfare systems
- Data about which NPC factions are at war
- Industry
- Killmails
- Location
- Loyalty
- Mail
- Opportunities
- Market
- List open orders from a character
- List historical orders by a character
- List open orders from a corporation
- List historical orders from a corporation
- Get item groups
- Get item group information
- List market prices
- List orders in a structure
- List historical market statistics in a region
- List orders in a region
- List type IDs relevant to a market
- Planetary Interaction
- Search
- Wallet
- Corporation
- Get npc corporationsGET
- Get corporation informationGET
- Get alliance historyGET
- Get corporation blueprintsGET
- Get all corporation ALSC logsGET
- Get corporation divisionsGET
- Get corporation facilitiesGET
- Get corporation iconGET
- Get corporation medalsGET
- Get corporation issued medalsGET
- Get corporation membersGET
- Get corporation member limitGET
- Get corporation's members' titlesGET
- Track corporation membersGET
- Get corporation member rolesGET
- Get corporation member roles historyGET
- Get corporation shareholdersGET
- Get corporation standingsGET
- Get corporation starbases (POSes)GET
- Get starbase (POS) detailGET
- Get corporation structuresGET
- Get corporation titlesGET
- Dogma
- Incursions
- Insurance
- Routes
- Sovereignty
- Status
- User Interface
- Universe
- Get ancestries
- Get asteroid belt information
- Get bloodlines
- Get item categories
- Get item category information
- Get constellations
- Get constellation information
- Get factions
- Get graphics
- Get graphic information
- Get item groups
- Get item group information
- Bulk names to IDs
- Get moon information
- Get names and categories for a set of ID's
- Get planet information
- Get character races
- Get regions
- Get region information
- Get stargate information
- Get star information
- Get station information
- List all public structures
- Get structure information
- Get system jumps
- Get system kills
- Get solar systems
- Get solar system information
- Get types
- Get type information
- Wars
Get corporation blueprints
GET
/corporations/{corporation_id}/blueprints/
Corporation
/dev/corporations/{corporation_id}/blueprints/
/v2/corporations/{corporation_id}/blueprints/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/corporations//blueprints/'
Response Response Example
200 - response
[
{
"item_id": 1000000010495,
"location_flag": "CorpSAG1",
"location_id": 60014719,
"material_efficiency": 0,
"quantity": 1,
"runs": -1,
"time_efficiency": 0,
"type_id": 691
}
]
Request
Path Params
corporation_id
integerÂ
required
Query Params
datasource
stringÂ
optional
page
integerÂ
optional
token
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
🟢200List of corporation blueprints
application/json
Body
200 ok array
array of:
item_id
integer <int64>
get_corporations_corporation_id_blueprints_item_id
location_flag
enum<string>Â
get_corporations_corporation_id_blueprints_location_flag
Allowed values:
AssetSafetyAutoFitBonusBoosterBoosterBayCapsuleCargoCorpDeliveriesCorpSAG1CorpSAG2CorpSAG3CorpSAG4CorpSAG5CorpSAG6CorpSAG7CrateLootDeliveriesDroneBayDustBattleDustDatabankFighterBayFighterTube0FighterTube1FighterTube2FighterTube3FighterTube4FleetHangarHangarHangarAllHiSlot0HiSlot1HiSlot2HiSlot3HiSlot4HiSlot5HiSlot6HiSlot7HiddenModifiersImplantImpoundedJunkyardReprocessedJunkyardTrashedLoSlot0LoSlot1LoSlot2LoSlot3LoSlot4LoSlot5LoSlot6LoSlot7LockedMedSlot0MedSlot1MedSlot2MedSlot3MedSlot4MedSlot5MedSlot6MedSlot7OfficeFolderPilotPlanetSurfaceQuafeBayRewardRigSlot0RigSlot1RigSlot2RigSlot3RigSlot4RigSlot5RigSlot6RigSlot7SecondaryStorageServiceSlot0ServiceSlot1ServiceSlot2ServiceSlot3ServiceSlot4ServiceSlot5ServiceSlot6ServiceSlot7ShipHangarShipOfflineSkillSkillInTrainingSpecializedAmmoHoldSpecializedCommandCenterHoldSpecializedFuelBaySpecializedGasHoldSpecializedIndustrialShipHoldSpecializedLargeShipHoldSpecializedMaterialBaySpecializedMediumShipHoldSpecializedMineralHoldSpecializedOreHoldSpecializedPlanetaryCommoditiesHoldSpecializedSalvageHoldSpecializedShipHoldSpecializedSmallShipHoldStructureActiveStructureFuelStructureInactiveStructureOfflineSubSystemBaySubSystemSlot0SubSystemSlot1SubSystemSlot2SubSystemSlot3SubSystemSlot4SubSystemSlot5SubSystemSlot6SubSystemSlot7UnlockedWalletWardrobe
location_id
integer <int64>
get_corporations_corporation_id_blueprints_location_id
material_efficiency
integer <int32>
get_corporations_corporation_id_blueprints_material_efficiency
>= 0<= 25
quantity
integer <int32>
get_corporations_corporation_id_blueprints_quantity
>= -2
runs
integer <int32>
get_corporations_corporation_id_blueprints_runs
>= -1
time_efficiency
integer <int32>
get_corporations_corporation_id_blueprints_time_efficiency
>= 0<= 20
type_id
integer <int32>
get_corporations_corporation_id_blueprints_type_id
🔵304Not modified
🟠400Bad request
🟠401Unauthorized
🟠403Forbidden
🟠420Error limited
🔴500Internal server error
🔴503Service unavailable
🔴504Gateway timeout
Modified at 2023-08-15 09:13:25