This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| travisbell$ curl -v "http://api.themoviedb.org/3/search/movie?query=The+Witch&api_key=###" | |
| * Trying 54.243.147.233... | |
| * TCP_NODELAY set | |
| * Connected to api.themoviedb.org (54.243.147.233) port 80 (#0) | |
| > GET /3/search/movie?query=The+Witch&api_key=### HTTP/1.1 | |
| > Host: api.themoviedb.org | |
| > User-Agent: curl/7.54.0 | |
| > Accept: */* | |
| > | |
| < HTTP/1.1 200 OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| travisbell$ curl -v "http://api.themoviedb.org/3/movie/138832?api_key=###&language=pt" | |
| * Trying 23.21.43.191... | |
| * TCP_NODELAY set | |
| * Connected to api.themoviedb.org (23.21.43.191) port 80 (#0) | |
| > GET /3/movie/138832?api_key=###&language=pt HTTP/1.1 | |
| > Host: api.themoviedb.org | |
| > User-Agent: curl/7.54.0 | |
| > Accept: */* | |
| > | |
| < HTTP/1.1 200 OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| travisbell$ curl -v "http://api.themoviedb.org/3/movie/296099?api_key=###&language=de" | |
| * Trying 50.16.249.143... | |
| * TCP_NODELAY set | |
| * Connected to api.themoviedb.org (50.16.249.143) port 80 (#0) | |
| > GET /3/movie/296099?api_key=###&language=de HTTP/1.1 | |
| > Host: api.themoviedb.org | |
| > User-Agent: curl/7.54.0 | |
| > Accept: */* | |
| > | |
| < HTTP/1.1 200 OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| travisbell$ curl -v "http://api.themoviedb.org/3/movie/211672?api_key=###&language=fr" | |
| * Trying 54.243.147.233... | |
| * TCP_NODELAY set | |
| * Connected to api.themoviedb.org (54.243.147.233) port 80 (#0) | |
| > GET /3/movie/211672?api_key=###&language=fr HTTP/1.1 | |
| > Host: api.themoviedb.org | |
| > User-Agent: curl/7.54.0 | |
| > Accept: */* | |
| > | |
| < HTTP/1.1 200 OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| travisbell$ curl -v "http://api.themoviedb.org/3/tv/1399/season/1?api_key=###" | |
| * Trying 54.243.147.233... | |
| * TCP_NODELAY set | |
| * Connected to api.themoviedb.org (54.243.147.233) port 80 (#0) | |
| > GET /3/tv/1399/season/1?api_key=### HTTP/1.1 | |
| > Host: api.themoviedb.org | |
| > User-Agent: curl/7.54.0 | |
| > Accept: */* | |
| > | |
| < HTTP/1.1 200 OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| travisbell$ curl -v "http://api.themoviedb.org/3/tv/1399?api_key=###" | |
| * Trying 54.204.23.250... | |
| * TCP_NODELAY set | |
| * Connected to api.themoviedb.org (54.204.23.250) port 80 (#0) | |
| > GET /3/tv/1399?api_key=### HTTP/1.1 | |
| > Host: api.themoviedb.org | |
| > User-Agent: curl/7.54.0 | |
| > Accept: */* | |
| > | |
| < HTTP/1.1 200 OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tbell$ curl -v "https://api.themoviedb.org/3/movie/298250?api_key=###" | |
| * Trying 50.16.249.143... | |
| * Connected to api.themoviedb.org (50.16.249.143) port 443 (#0) | |
| * TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | |
| * Server certificate: *.themoviedb.org | |
| * Server certificate: RapidSSL SHA256 CA | |
| * Server certificate: GeoTrust Global CA | |
| > GET /3/movie/298250?api_key=### HTTP/1.1 | |
| > Host: api.themoviedb.org | |
| > User-Agent: curl/7.43.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "cast": [ | |
| { | |
| "character": "Shane Wolf", | |
| "credit_id": "52fe43099251416c7500111b", | |
| "release_date": "2005-03-04", | |
| "vote_count": 866, | |
| "video": false, | |
| "adult": false, | |
| "vote_average": 5.8, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "birthday": "1967-07-18", | |
| "deathday": null, | |
| "id": 12835, | |
| "name": "Vin Diesel", | |
| "movie_credits": { | |
| "cast": [ | |
| { | |
| "poster_path": "/8vY06et6B9TuMO8ORXqkZ23qTLc.jpg", | |
| "adult": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://api.themoviedb.org/3/tv/1399?api_key=###&append_to_response=season/1 |