Watch-Wrestling.eu API
The Embed API enables you to directly embed video sources from watch-wrestling.eu on your own website or app. At a high level, the range of customizable API calls covers virtually all types of shows available on watch-wrestling.eu.
Why choose us?
- We provide videos without any watermarks or promotions (Note: Older videos may have watermarks).
Completely ad-free (for now). - 99% Stream uptime.
- Upto 1080p 60 FPS videos available.
- We offer automatic video replacement within 2 weeks if a video is removed by the host.
- We use DRM protected source links, to hide the original source URL from automated bots.
Terms & conditions
- By using our API embed services, you must agree to abide by our conditions.
Allowed Request Method:
GET
Public API Endpoint:
https://dailywrestling.cc/embed/
Request example:
https://dailywrestling.cc/embed/{category_name}/{show_date}/select-post-{post_index_number}/{source_index}/{button_index}
Variables explanation:
- {category_name} : (string)
You must provide the post’s category tag name in reversed string format, converted to lowercase, and with spaces removed. If a post has multiple categories, you can choose any one of the category names and encode it in the specified format.
- {show_date} : (string)
You can find the show/event date, at the main post title. You must parse the date in the following format: mm-dd-yyyy . In order to use in {show_date} field.
Note: Generally in our post title we use / (forward slash as date separator) and make sure to replace it with – character then use in {show_date} field.
- {post_index_number} : (int)
The post_index_number refers to the number of the post to select from the list of post items. Lets say you have already got the {category_name} = wpjn , {show_date} = 10-20-2024 .
Now the sample API url look like: https://dailywrestling.cc/embed/wpjn/10-20-2024 .
This function searches our shows database within the given category_name, show_date and then returns a list of matched posts []. The results are sorted by post published time in ascending (ASC) order. If you want to select the first post from the list, set the {post_index_number} to 1. To iterate over the posts list, simply increment the {post_index_number} by 1.
- {source_index} : (int)
The source_index refers to the number of the media provider source and ranges from 1 to the total number of different source headings.
- {button_index} : (int)
The button_index refers to the number of the specific button you want to embed and ranges from 1 to the total number of different buttons available in the selected source_index.
The final embed url will look like:
https://dailywrestling.cc/embed/wpjn/10-20-2024/select-post-1/1/1
If you still have doubts about how {source_index} or {button_index} works, please refer to the attached image below.