godriveplayer.com Open in urlscan Pro
172.67.156.23  Public Scan

Submitted URL: http://godriveplayer.com/
Effective URL: https://godriveplayer.com/
Submission: On November 23 via manual from IN — Scanned from DE

Form analysis 3 forms found in the DOM

<form class="d-flex movie justify-content-center demo">
  <input type="hidden" name="type" value="movie">
  <div class="form-group">
    <input type="text" class="form-control text-center form-control-lg" placeholder="IMDb" name="id" data-default="385687">
  </div>
</form>

<form class="d-flex series justify-content-center demo">
  <input type="hidden" name="type" value="tv">
  <div class="form-group d-flex">
    <input type="text" class="form-control text-center form-control-lg" placeholder="TMDB" name="id" data-default="tt0944947">
    <input type="number" min="0" class="form-control text-center form-control-lg" placeholder="SS number" name="season">
    <input type="number" min="0" class="form-control text-center form-control-lg" placeholder="EP number" name="episode">
  </div>
</form>

POST contact-submit

<form class="ajax" method="post" action="contact-submit">
  <div class="form-group mt-2">
    <input type="email" class="form-control form-control-lg" placeholder="Your Email" name="email">
  </div>
  <div class="form-group mb-3">
    <input type="text" class="form-control form-control-lg" placeholder="Subject" name="subject">
  </div>
  <div class="form-group">
    <textarea rows="5" type="text" class="form-control form-control-lg" placeholder="Leave us a message" name="message"></textarea>
  </div>
  <div class="form-group">
    <span class="captcha"></span>
  </div>
  <button type="submit" class="submit btn btn-lg btn-primary"> Send <i class="bi bi-send-fill"></i>
  </button>
</form>

Text Content

 * Features
 * FAQs
 * API
 * Contact

Start Now


NEXT GENERATION
VIDEO STREAMING API

We offer free streaming links for movies and episodes that can be
effortlessly integrated into your website through our embed links, API

 * Movie Player
 * Series Player




DELIVER AN OPTIMIZED USER EXPERIENCE

There are plenty of essential features optimized to provide the best user
experience.

AUTO UPDATE

Links are automatically updated with new or better quality as soon as they are
available online.

RESPONSIVE

The player is responsive and can work on every Desktop, Mobile, Tablet without
problem.

HIGH QUALITY

The quality of the links is the latest available, mostly are 1080p.

FAST STREAMING SERVERS

The player includes a list of fastest streaming servers, users can easily
optional.


FREQUENTLY ASKED QUESTIONS

Contact us if you have any more questions.

ARE YOUR LINKS PROTECTED FROM DMCA?

Our links are secure and protected, ensuring that they are not subject to
removal due to DMCA notices.

ARE SUBTITLES AVAILABLE FOR ALL MOVIES AND TV SHOWS?

We source subtitles from various websites, ensuring we have a wide selection
available for almost every title.

HOW DO I UTILIZE YOUR API?

Using our API requires basic programming knowledge. However, if you require any
assistance, feel free to contact our support team.

WHAT SHOULD I DO IF I COME ACROSS INCORRECT MOVIES OR TV SHOWS?

If you notice any inaccuracies with a movie or TV show, please utilize the
report button on the player. Our team will promptly address and rectify the
issue.

IS IT POSSIBLE TO CHANGE THE VIDEO QUALITY?

Yes! The player has a range of quality options.

DO YOU OFFER MOVIES AND TV SHOWS IN LANGUAGES OTHER THAN ENGLISH?

While our server primarily caters to English-speaking audiences, we do host a
vast collection of global movies in their original language. However, most of
our videos have subtitles included.

CAN I USE THIS API FOR ANIME?

Currently we do not support anime, we may do that in the future.


API DOCUMENTATION

Detailed representation of the API endpoints for Vidsrc includes comprehensive
information regarding the available methods, request formats, required
parameters and optional parameters.

MOVIE EMBED URL

ENDPOINT



VALID PARAMETERS:

- {id} required - from imdb.com , imdb id must have tt prefix.

EXAMPLES

https://godriveplayer.com/player.php?imdb=tt17048514

TV SHOWS EMBED URL

ENDPOINT



VALID PARAMETERS:

- {id} required themoviedb.com prefix.

EXAMPLES

https://godriveplayer.com/player.php?type=series&tmdb=230424&season=1&episode=1

LIST LATEST MOVIES

ENDPOINT



VALID PARAMETERS:

- {type} required - "new" for new release or "add" for recently added.

- {page} optional

EXAMPLES

https://vidsrc.to/vapi/movie/new

https://vidsrc.to/vapi/movie/new/15

https://vidsrc.to/vapi/movie/add

https://vidsrc.to/vapi/movie/add/15

LIST LATEST TV SHOWS

ENDPOINT



VALID PARAMETERS:

- {type} required - "new" for new release or "add" for recently added.

- {page} optional

EXAMPLES

https://vidsrc.to/vapi/tv/new

https://vidsrc.to/vapi/tv/new/15

https://vidsrc.to/vapi/tv/add

https://vidsrc.to/vapi/tv/add/15

LIST LATEST EPISODES

ENDPOINT



VALID PARAMETERS:

- {page} optional

EXAMPLES

https://vidsrc.to/vapi/episode/latest

https://vidsrc.to/vapi/episode/latest/15

USE CUSTOM SUBTITLES

You can load your own subtitles by two methods:

SINGLE FILE:

https://vidsrc.to/embed/movie/{id}?sub.file={sub_file}&sub.label={sub_label}

- {sub_file} required - Url to .vtt sub

- {sub_label} optional

MULTIPLE FILE:

https://vidsrc.to/embed/movie/{id}?sub.info={sub_json}

- {sub_json} required - A json file with this format:

[
    {
        file: "https://domain.com/file1.vtt",
        label: "English",
        kind: "captions"
    },
    {
        file: "https://domain.com/file2.vtt",
        label: "Japanese",
        kind: "captions"
    }
]
                                

* {sub_file} or {sub_json} must have Access-Control-Allow-Origin: * header

© 2023 VidSrc. All rights reserved. Contact

CONTACT US

Tell us a bit about yourself, and we’ll tell you a lot more about us.


Send