The TextQuery search API function is missing data
I'm using the TextQuery function (http://docs.trakt.apiary.io/#reference/search/text-query/get-text-query-results) to search for an episode. I get a response with data about the episode and associated show, but it's missing two important items that are listed on that API page: "number" (the episode number) and "ids" (structure with trakt and other ids). Perhaps the Apiary documentation is out of date? Or maybe it's simply a bug in the function call.

That API looks to return the correct info when I just tested it. If you are still having issues, please post the full request and response in the Google+ API community.
-
sfranklin1717 commented
My bad, issue is with the Python module interpreting the request/response. Reported the issue in the wrong spot. Will send it to the right developer.