Get all Historical event information:

all history = spacexpython.history.history()
print(all history)

Get a specific historical event information:

event1 = spacexpython.history.one('1')
print(event1)