I'm using http://api.netflix.com/catalog/titles to do a title search. I added "?expand=formats" to the query, but it does not appear as if that portion of hte query is being respected. Is this a known bug?
Huh, it appears to work for me using
http://api.netflix.com/catalog/titles?expand=formats&term=Batman&... I'm using the OAuthTest page off of resources to do the encoding and test. On the result I'm seeing:
...
<link href="http://api.netflix.com/catalog/titles/movies/70079583/format_availability" rel="http://schemas.netflix.com/catalog/titles/format_availability" title="formats">
<delivery_formats>
<availability available_from="1228780800">
<category scheme="http://api.netflix.com/categories/title_formats" label="Blu-ray" term="Blu-ray"/>
</availability>
<availability available_from="1228780800">
<category scheme="http://api.netflix.com/categories/title_formats" label="DVD" term="DVD"/>
</availability>
</delivery_formats>
</link>
...
Which is what should be returned.
I'm guessing you're not getting the same results, but does this help you?
I'm using http://api.netflix.com/catalog/titles to do a title search. I added "?expand=formats" to the query, but it does not appear as if that portion of hte query is being respected. Is this a known bug?
Thanks!
Message edited by Cyrus Najmabadi 3 years ago
JR Conlin – 3 years ago
Huh, it appears to work for me using
http://api.netflix.com/catalog/titles?expand=formats&term=Batman&... I'm using the OAuthTest page off of resources to do the encoding and test. On the result I'm seeing:
...
<link href="http://api.netflix.com/catalog/titles/movies/70079583/format_availability" rel="http://schemas.netflix.com/catalog/titles/format_availability" title="formats">
<delivery_formats>
<availability available_from="1228780800">
<category scheme="http://api.netflix.com/categories/title_formats" label="Blu-ray" term="Blu-ray"/>
</availability>
<availability available_from="1228780800">
<category scheme="http://api.netflix.com/categories/title_formats" label="DVD" term="DVD"/>
</availability>
</delivery_formats>
</link>
...
Which is what should be returned.
I'm guessing you're not getting the same results, but does this help you?