from horizon.interface import Interface i = Interface() i.get_version() earth = i.get(399) print(earth['Name']) i.query(399)