Skip to content

Instantly share code, notes, and snippets.

@reitraced
Created July 1, 2019 02:55
Show Gist options
  • Save reitraced/c7202576cc33fe4df12fb16888d3508d to your computer and use it in GitHub Desktop.
Save reitraced/c7202576cc33fe4df12fb16888d3508d to your computer and use it in GitHub Desktop.
How to find an Asset ID on Spore

First find your creation on the Sporepedia and make note of its URL. As an example I will use one of my own creatures.

The URL should look something like this: http://www.spore.com/sporepedia#qry=sast-501071910821

It may have more than this but it will always have at least this

The part after "sast-" is your ID. There are a lot of things you can do with the ID, most, if not all, of which involve the API

Now you can do whatever it is you wanted to do with that ID.

Thanks for reading, and if this was something you needed then I hope it helped!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment