# Public Contract Snapshots
data.everef.net/public-contracts/ (opens new window) contain full snapshots of all the publicly available contracts. Additionally, any dynamic (mutated Abyssal) items have their dogma attributes and effects fetched and included as well. This scrape runs twice per hour at 0 and 30 minutes past the hour.
The archives contain several CSV files and each should be relatively easy to insert directly into a database.
Produced by the scrape-public-contracts command.
# Format
Each archive contains the following files:
# meta.json
A JSON file with the following fields:
datasource: The EVE instance, always "tranquility".scrape_start: The time the scrape started.scrape_end: The time the scrape ended.
# contracts.csv
All the contract entries from /contracts/public/{region_id}/ (opens new window):
collateralcontract_iddate_expireddate_issueddays_to_completeend_location_idissuer_corporation_idissuer_idpricerewardstart_location_idtitletypevolumefor_corporationbuyout
EVE Ref adds the following columns:
http_last_modifiedregion_idstation_idsystem_idconstellation_id
# contract_non_dynamic_items.csv
Not used.
# contract_items.csv
All the item entries from /contracts/public/items/{contract_id}/ (opens new window):
is_blueprint_copyis_includeditem_idmaterial_efficiencyquantityrecord_idrunstime_efficiencytype_id
EVE Ref adds the following columns:
http_last_modifiedcontract_id
# contract_dynamic_items.csv
All the dynamic item entries from /dogma/dynamic/items/{type_id}/{item_id}/ (opens new window):
created_bymutator_type_idsource_type_id
EVE Ref adds the following columns:
item_idcontract_idhttp_last_modified
# contract_dynamic_items_dogma_attributes.csv
All the dynamic item attribute entries from dogma_attributes on /dogma/dynamic/items/{type_id}/{item_id}/ (opens new window):
attribute_idvalue
EVE Ref adds the following columns:
contract_iditem_idhttp_last_modified
# contract_dynamic_items_dogma_effects.csv
All the dynamic item effects entries from dogma_effects on /dogma/dynamic/items/{type_id}/{item_id}/ (opens new window):
effect_idis_default
EVE Ref adds the following columns:
contract_iditem_idhttp_last_modified
# contract_bids.csv
All the bid entries from /contracts/public/bids/{contract_id}/ (opens new window):
amountbid_iddate_bid
EVE Ref adds the following columns:
http_last_modifiedcontract_id