Where can i get access to all the current blueprints?

Working on a personal program to track, process and display information using zkillboards websocket.

I get alot of information from that service but i need a source for up to date blueprints so i can give the user more information on the raw resources for ships, modules, etc.

I want to cache it all locally in jsons and occasionally update as needed.

Any easy options for this?

The blueprints are in the SDE: https://developers.eveonline.com/resource/resources
However, that require CCP to update it, which sometimes is delayed a bit.

You can get it from hoboleaks: https://sde.hoboleaks.space/
That is directly from the game files, so it is always up-to-date.

You can also get it from Eve Ref: Datasets | EVE Ref Docs
Which combine both the of the above

1 Like

https://www.fuzzwork.co.uk/dump/

Check out the Fuzzworks SDE Repo.

The folder sde-20240920-TRANQUILITY/ is the latest as of this post.