Top "Rotten-tomatoes" questions

Rotten Tomatoes is a film review website which includes an API for retrieving information about films and reviews it received.

How to request movie data from Rotten Tomatoes using their JSON API?

In my Android application I have one EditText, one Button, and one Listview. When I type a movie name into …

android json httprequest httpclient rotten-tomatoes
Android - How to get specific data from URL/JSON?

So I have this code, which is a page with a ListView search field and a button to confirm the …

java android json rotten-tomatoes
ColdFusion CFHTTP working with data returned from API

I am just starting to work with the Rotten Tomatoes API to retrieve movie information, and I need some help …

json coldfusion rotten-tomatoes
Error when trying to use urllib3 & json to get Rotten Tomatoes data (Python)

As an introduction to APIs, I'm trying to figure out how to access data in python using the Rotten Tomatoes …

python json urllib3 rotten-tomatoes
How to handle the wrong JSON content type from web-services using the JAX-RS standard client API?

I want to use the Rotten Tomatoes API to search for movies. I have an equivalent fully working application that …

java json web-services jax-rs rotten-tomatoes