api.hexa.watch
Open in
urlscan Pro
216.24.57.4
Public Scan
URL:
https://api.hexa.watch/
Submission: On November 20 via api from US — Scanned from CH
Submission: On November 20 via api from US — Scanned from CH
Form analysis
1 forms found in the DOM<form id="contactForm">
<div class="form-grid">
<div class="input-group">
<label for="name">Name</label>
<input type="text" id="name" required="" placeholder="Your name">
</div>
<div class="input-group">
<label for="email">Email</label>
<input type="email" id="email" required="" placeholder="your@email.com">
</div>
</div>
<div class="input-group">
<label for="category">Category</label>
<select id="category" required="">
<option value="" disabled="" selected="">Select a category</option>
<option value="suggestion">Feature Suggestion</option>
<option value="question">Question</option>
<option value="bug">Bug Report</option>
<option value="other">Other</option>
</select>
</div>
<div class="input-group">
<label for="message">Message</label>
<textarea id="message" rows="6" required="" placeholder="Your message here..."></textarea>
</div>
<button type="submit">
<i class="fas fa-paper-plane"></i> Send Message </button>
</form>
Text Content
HEXA API A powerful video streaming API that is easy to use! Error Movies Error TV Shows Live Demo Integration API Reference Contact Us TRY IT OUT TMDB ID Find IDs at themoviedb.org Content Type Movie TV Show Season Episode Load Video INTEGRATION GUIDE BASIC IMPLEMENTATION To embed a video player in your website, use the following iframe structure: HTML <iframe src="https://api.hexa.watch/movie/238" allowfullscreen></iframe> STYLING Recommended CSS for responsive embedding: CSS .player-wrapper { position: relative; padding-bottom: 56.25%; /* 16:9 aspect ratio */ } .player-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } IFRAME EMBEDDING You can embed movies and TV shows directly in your website using an iframe: Movie Example Copy TV Show Example Copy API REFERENCE GET /movie/:tmdbId Loads a movie player by TMDB ID PARAMETERS: * tmdbId - The Movie Database ID (required) GET /tv/:tmdbId/:season/:episode Loads a TV show episode player PARAMETERS: * tmdbId - The Movie Database ID (required) * season - Season number (required) * episode - Episode number (required) GET /list/{type} Get a list of all available movies or TV shows PARAMETERS: * type - Content type (required): "movie" or "tv" EXAMPLES: Movies List http://localhost:3000/list/movie TV Shows List http://localhost:3000/list/tv CONTACT US Have questions, suggestions, or found a bug? We'd love to hear from you! Name Email Category Select a category Feature Suggestion Question Bug Report Other Message Send Message © 2024 Hexa API. All rights reserved. THANK YOU! Your message has been sent successfully. We'll get back to you soon. Close JOIN OUR COMMUNITY! Get support, updates, and connect with others Join Discord