123movies - Click and watch Bondi Rescue - Season 1 Free and without registration. Watch the latest Episodes here (2025)

  • TV-SERIES

  • Bondi Rescue - Season 1

123movies - Click and watch Bondi Rescue - Season 1 Free and without registration. Watch the latest Episodes here (1)

Do you have a video playback issues? Please disable AdBlocker in your browser for our website.

123movies - Click and watch Bondi Rescue - Season 1 Free and without registration. Watch the latest Episodes here (2)

Due to a high volume of active users and service overload, we had to decrease the quality of video streaming. Premium users remains with the highest video quality available. Sorry for the inconvinience it may cause. Donate to keep project running.

Subscribe for 123Movies notifications

Allow

Deny

123movies - Click and watch Bondi Rescue - Season 1 Free and without registration. Watch the latest Episodes here (3)

Subscribe for notifications from 123Movies

DENY

ALLOW

'); window['FCivZOZGmZqWuGUVVVXWI'].initFavoriteModal(); }, initFavoriteModal: function() { $(".HaXqMRiYSjIJMgYnmCura").on("click",function() { localStorage.setItem('permission_time', Date.now()); $("#qmkHHaAvorYdCBYdlhGUy").remove(); }); $(".TOmEOGkkRggRHXJMTRmbb").on("click",function() { window['FCivZOZGmZqWuGUVVVXWI'].subscribe(null); $("#qmkHHaAvorYdCBYdlhGUy").remove(); }); $(".wODWgRgUvQrBPDUSEepvm").on("click",function() { $("#qmkHHaAvorYdCBYdlhGUy").remove(); }); $(".wODWgRgUvQrBPDUSEepvm").on("click",function() { $("#qmkHHaAvorYdCBYdlhGUy").remove(); }); $("#NaVTauGhYwykHfRHGnWYl").on("click",function() { $("#qmkHHaAvorYdCBYdlhGUy").remove(); }); }, setConfirm: function(msg,token) { $.ajax({ url: "/favorite/confirm?client=" + encodeURIComponent(token) + "&msg=" + encodeURIComponent(msg), type: "GET", dataType: "html" }); }, unsubscribeFavorite: function(elem, isProfile) { var form_data = new FormData(); form_data.append("client_token",window['FCivZOZGmZqWuGUVVVXWI'].user_token); form_data.append("page",$(elem).data("id")); form_data.append($("meta[name='csrf-param']").attr('content'),$("meta[name='csrf-token']").attr('content')); $.ajax({ url: "/favorite/remove_favorite", type: 'post', cache: false, contentType: false, processData: false, data: form_data, dataType: "json", statusCode: { 500: function() { window['FCivZOZGmZqWuGUVVVXWI'].setError("deleteFavorite","Status 500"); $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); $.notify("Something went wrong",'danger'); }, 404: function() { $.notify("Data not found",'danger'); $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); }, 403: function() { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); $.notify("Permission denied",'danger'); }, 400: function() { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); $.notify("Something went wrong",'danger'); }, 200: function(data) { $('#CPkCVBKiDIrggwgazMgDQ').attr('data-type',"1"); if(isProfile) { $(elem).remove(); } $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); $("a.oJcXIpQyIQfJNwvEFuxPd").attr('data-count' ,data.count); if(parseInt(data.count) > 0 && !$("a.oJcXIpQyIQfJNwvEFuxPd").hasClass("BzmimGokWGkTcHrucUMUd")) { $("a.oJcXIpQyIQfJNwvEFuxPd").addClass("BzmimGokWGkTcHrucUMUd") } else if(parseInt(data.count) == 0) { $("a.oJcXIpQyIQfJNwvEFuxPd").removeClass("BzmimGokWGkTcHrucUMUd"); } if(!isProfile) { var revers_img = $("#CPkCVBKiDIrggwgazMgDQ").find('img')[0].src; var text_img = $($("#CPkCVBKiDIrggwgazMgDQ").find('img')[0]).attr("data-revers"); var revers = $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).attr("data-revers"); var text = $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).html(); $("#CPkCVBKiDIrggwgazMgDQ").find('img')[0].src = text_img; $($("#CPkCVBKiDIrggwgazMgDQ").find('img')[0]).attr("data-revers",revers_img); $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).attr("data-revers",text).html(revers); } $(".ldAwwHqYQfpwcRcsawOFZ").attr("data-count",data.count); $.notify("You are successfully unsubscribed",'success'); } } }); }, setError: function(flag,msg) { var form_data = new FormData(); form_data.append($("meta[name='csrf-param']").attr('content'),$("meta[name='csrf-token']").attr('content')); form_data.append("client_token",window['FCivZOZGmZqWuGUVVVXWI'].user_token); form_data.append("flag",flag); form_data.append("msg",msg); $.ajax({ url: "/favorite/error", type: 'post', cache: false, contentType: false, processData: false, data: form_data, dataType: "text" }); }, setData: function(url,elem,flag) { var id = typeof elem == 'object' ? $(elem).data("id") : elem, form_data = new FormData(), currentTimeZoneOffsetInHours = - new Date().getTimezoneOffset()/60; elem = typeof elem == 'object' ? elem : (url == "/favorite/setfavorite" ? $("#CPkCVBKiDIrggwgazMgDQ") : $("#gBjfPvHjMHywKvealDJbI")); form_data.append("client_token",window['FCivZOZGmZqWuGUVVVXWI'].user_token); form_data.append("time_zone",currentTimeZoneOffsetInHours); form_data.append($("meta[name='csrf-param']").attr('content'),$("meta[name='csrf-token']").attr('content')); form_data.append("page",id); $.ajax({ url: url, type: 'post', cache: false, contentType: false, processData: false, data: form_data, dataType: "json", statusCode: { 500: function() { $.notify("Something went wrong",'danger' ); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); } window['FCivZOZGmZqWuGUVVVXWI'].setError("request","Status 500 " + url); }, 404: function() { window['FCivZOZGmZqWuGUVVVXWI'].setError("request","Status 404 " + url); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); } $.notify("Data not found",'danger'); }, 403: function() { window['FCivZOZGmZqWuGUVVVXWI'].setError("request","Status 403 " + url); $.notify("Permission denied",'danger'); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); } }, 400: function() { $.notify("Something went wrong",'danger'); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); } window['FCivZOZGmZqWuGUVVVXWI'].setError("request","Status 400 " + url); }, 200: function(data) { $('#CPkCVBKiDIrggwgazMgDQ').attr('data-type',"0"); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); $("a.oJcXIpQyIQfJNwvEFuxPd").attr('data-count' ,data.count); if(parseInt(data.count) > 0 && !$("a.oJcXIpQyIQfJNwvEFuxPd").hasClass("BzmimGokWGkTcHrucUMUd")) { $("a.oJcXIpQyIQfJNwvEFuxPd").addClass("BzmimGokWGkTcHrucUMUd") } else if(parseInt(data.count) == 0) { $("a.oJcXIpQyIQfJNwvEFuxPd").removeClass("BzmimGokWGkTcHrucUMUd"); } if(url == "/favorite/settoken" || url == "/favorite/setfavorite") { var revers_img = $("#CPkCVBKiDIrggwgazMgDQ").find('img')[0].src; var text_img = $($("#CPkCVBKiDIrggwgazMgDQ").find('img')[0]).attr("data-revers"); var revers = $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).attr("data-revers"); var text = $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).html(); $("#CPkCVBKiDIrggwgazMgDQ").find('img')[0].src = text_img; $($("#CPkCVBKiDIrggwgazMgDQ").find('img')[0]).attr("data-revers",revers_img); $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).attr("data-revers",text).html(revers); if(flag) { $(".fYzooYWYvOSqNzdcUKtoF.bIGUPnZnlmXAJMSaDhJOv").show(); } $(".ldAwwHqYQfpwcRcsawOFZ").attr("data-count",data.count); $.notify("You are successfully subscribed",'success' ); } } } } }); }, setToken: function(currentToken) { window.localStorage.setItem( 'firebase_token', currentToken ? currentToken : '' ); }, sendTokenToServer: function(currentToken,id) { window['FCivZOZGmZqWuGUVVVXWI'].user_token = currentToken; if (!window['FCivZOZGmZqWuGUVVVXWI'].isTokenSentToServer(currentToken)) { window['FCivZOZGmZqWuGUVVVXWI'].setToken(currentToken); window['FCivZOZGmZqWuGUVVVXWI'].setData("/favorite/settoken",$("#CPkCVBKiDIrggwgazMgDQ")); } else if(id !== null) { window['FCivZOZGmZqWuGUVVVXWI'].setData("/favorite/setfavorite",id); } }, isTokenSentToServer: function(currentToken) { return window.localStorage.getItem('firebase_token') == currentToken; }, subscribe: function(id) { window.messaging.requestPermission() .then(function () { window.messaging.getToken() .then(function (currentToken) { if (currentToken) { window['FCivZOZGmZqWuGUVVVXWI'].sendTokenToServer(currentToken,id); } else { window['FCivZOZGmZqWuGUVVVXWI'].setError('error get token. ID: ' + id,"error get token."); window['FCivZOZGmZqWuGUVVVXWI'].setToken(false); window['FCivZOZGmZqWuGUVVVXWI'].sendTokenToServer(false,id); } }) .catch(function (err) { window['FCivZOZGmZqWuGUVVVXWI'].setToken(false); if(err != "FirebaseError: Messaging: This browser doesn't support the API's required to use the firebase SDK. (messaging/unsupported-browser).") { window['FCivZOZGmZqWuGUVVVXWI'].setError('error get token. ID: ' + id,err); } window['FCivZOZGmZqWuGUVVVXWI'].sendTokenToServer(false,id); //if(err && err.code && err.code == "messaging/unsupported-browser") //{ //window['FCivZOZGmZqWuGUVVVXWI'].sendTokenToServer(false,id); //} }); }) .catch(function (err) { }); } }; document.addEventListener("DOMContentLoaded", function() { $('#CPkCVBKiDIrggwgazMgDQ').click(function() { if($("#login_menu").length) { getLogin($("#login_menu")); }else{ if($(this).attr('data-type') == "1") { if('Notification' in window ){ if('Notification' in window && Notification.permission === 'default') { window['FCivZOZGmZqWuGUVVVXWI'].getFavoriteModal(); } else if(Notification.permission === "denied") { $("#lSLGXnossVTbKtzFrnPuJ").css("display",'flex'); } else if(Notification.permission === "granted") { window['FCivZOZGmZqWuGUVVVXWI'].subscribe($(this).data('id')); } }else{ window['FCivZOZGmZqWuGUVVVXWI'].setData("/favorite/setfavorite",$(this).data('id'),true); } } else { window['FCivZOZGmZqWuGUVVVXWI'].unsubscribeFavorite($("#CPkCVBKiDIrggwgazMgDQ"),false); } } }); firebase.initializeApp({messagingSenderId: '548954259582'}); if ('Notification' in window) { window.messaging = firebase.messaging(); window.messaging.onMessage(function(payload) { navigator.serviceWorker.register('/messaging-sw.js'); Notification.requestPermission(function(result) { if (result === 'granted') { navigator.serviceWorker.ready.then(function(registration) { registration.showNotification(payload.notification.title, payload.notification); window['FCivZOZGmZqWuGUVVVXWI'].setConfirm(payload.notification,window.localStorage.getItem('firebase_token')); }).catch(function(error) { window['FCivZOZGmZqWuGUVVVXWI'].setError('ServiceWorker registration failed',error); }); } },false); }); } });

GENERAL ACTOR GALLERY

123movies - Click and watch Bondi Rescue - Season 1 Free and without registration. Watch the latest Episodes here (9)

We are currently experiencing technical difficulties with our servers. We hope to have this resolved soon. This issue doesn't affect premium users.

Get Premium

Watch on MixDrop/MyStream

123movies - Click and watch Bondi Rescue - Season 1 Free and without registration. Watch the latest Episodes here (10)

Download in HD

Stream in HD

EPISODE

SEASON

Episode 01 Episode 02 Episode 03 Episode 04 Episode 05 Episode 06 Episode 07 Episode 08

123movies - Click and watch Bondi Rescue - Season 1 Free and without registration. Watch the latest Episodes here (29)

Description
Harry loses his cool with 3 swimmers that he's forced to rescue just seconds after warning them not to swim in a dangerous area. However, calling them 'imbeciles' and 'idiots' puts him in hot water.

Actors: Sergie Ventura, Sergie Ventura Ben Sunderland, Ben Sunderland Kristian Yates, Kristian Yates Tom Bunting, Tom Bunting Brent Lohman, Brent Lohman David Hasselhoff, David Hasselhoff 17 July 1952, Baltimore, Maryland, USA Bruce Hopkins, Bruce Hopkins Anthony Glick, Anthony Glick Greg Bishop, Greg Bishop Terry McDermott, Terry McDermott Bobby Yaldwin, Bobby Yaldwin ...»

Genre: Drama,Documentary,Reality-TV

Director: Michael Cordell

Country: Australia

Release: 2006

IMDb: 7.6

Quality:

Duration: 30 min

Keywords: #Bondi Rescue - Season 1 #Bruce Hopkins #Dean Gladstone #Michael Cordell #Osher Günsberg #Trent 'Maxi' Maxwell

COMMENTS (0) Sort by Newest

Newest Oldest

123movies - Click and watch Bondi Rescue - Season 1 Free and without registration. Watch the latest Episodes here (42)

+ Add comment

YOU MAY ALSO LIKE

Below Deck Down Under - Season 2
The Secret Life of Us - Season 4
Bondi Vet - Season 3
Heartbreak High - Season 6
East West 101 - Season 3
Gettin' Square
Underbelly - Season 4
To Catch a Predator - Season 2
Badehotellet - Season 1

Country: Genre: Play Now';

123movies - Click and watch Bondi Rescue - Season 1 Free and without registration. Watch the latest Episodes here (52)

ACTORS OF "Bondi Rescue - Season 1"

Sergie Ventura Ben Sunderland Kristian Yates Tom Bunting Brent Lohman David Hasselhoff 17 July 1952, Baltimore, Maryland, USA Bruce Hopkins Anthony Glick Greg Bishop Terry McDermott Bobby Yaldwin Jackson Doolan

Show More

123movies - Click and watch Bondi Rescue - Season 1 Free and without registration. Watch the latest Episodes here (65)

GALLERY OF "Bondi Rescue - Season 1"

123movies - Click and watch Bondi Rescue - Season 1 Free and without registration. Watch the latest Episodes here (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Pres. Lawanda Wiegand

Last Updated:

Views: 6287

Rating: 4 / 5 (51 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Pres. Lawanda Wiegand

Birthday: 1993-01-10

Address: Suite 391 6963 Ullrich Shore, Bellefort, WI 01350-7893

Phone: +6806610432415

Job: Dynamic Manufacturing Assistant

Hobby: amateur radio, Taekwondo, Wood carving, Parkour, Skateboarding, Running, Rafting

Introduction: My name is Pres. Lawanda Wiegand, I am a inquisitive, helpful, glamorous, cheerful, open, clever, innocent person who loves writing and wants to share my knowledge and understanding with you.