Skip to content

Instantly share code, notes, and snippets.

View travisbell's full-sized avatar
🚀
ZOOM ZOOM

Travis Bell travisbell

🚀
ZOOM ZOOM
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
curl -v "https://api.themoviedb.org/3/movie/550/credits?api_key=###"
* Trying 18.213.189.212...
* TCP_NODELAY set
* Connected to api.themoviedb.org (18.213.189.212) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
$ curl -v "http://api.themoviedb.org/3/tv/1399?api_key=###&append_to_response=season/1"
* Trying 54.225.214.147...
* TCP_NODELAY set
* Connected to api.themoviedb.org (54.225.214.147) port 80 (#0)
> GET /3/tv/1399?api_key=###&append_to_response=season/1 HTTP/1.1
> Host: api.themoviedb.org
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 200 OK
domains:
- 0123movies.io
- agencesartistiques.com
- animaka.ch
- bit.do
- bit.ly
- cinemamalaysia.com.my
- colorsip.com
- comedy.co.uk
- csfd.cz
{
"page": 1,
"total_results": 41,
"total_pages": 3,
"results": [
{
"vote_count": 13763,
"id": 24428,
"video": false,
"vote_average": 7.5,
{
"page": 1,
"total_results": 4,
"total_pages": 1,
"results": [
{
"vote_count": 0,
"id": 299536,
"video": false,
"vote_average": 0,
travisbell$ curl -v "http://api.themoviedb.org/3/movie/550/release_dates?api_key=###"
* Trying 54.243.147.233...
* TCP_NODELAY set
* Connected to api.themoviedb.org (54.243.147.233) port 80 (#0)
> GET /3/movie/550/release_dates?api_key=### HTTP/1.1
> Host: api.themoviedb.org
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 200 OK
{
"id": 9521,
"name": "Look Who's Talking Collection",
"overview": "",
"poster_path": "/ez7hA34uLtOuGIwZvwhlpr53tXh.jpg",
"backdrop_path": "/2jEwMXBICqARNmhFFFDu1IvmJCK.jpg",
"parts": [
{
"adult": false,
"backdrop_path": "/AtQGCV8719WlfGYGRapkupivzk.jpg",
travisbell$ curl -v "http://api.themoviedb.org/3/search/movie?query=Drunken+Master+II&api_key=###"
* Trying 54.243.67.237...
* TCP_NODELAY set
* Connected to api.themoviedb.org (54.243.67.237) port 80 (#0)
> GET /3/search/movie?query=Drunken+Master+II&api_key=### HTTP/1.1
> Host: api.themoviedb.org
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 200 OK