<div id="booking-form-content" class="booking-form-content">

    <form id="booking-google-form" class="form-header gogole-auto two-date-form" 
          action="https://taxi-munchen.de/booking-page/"
          method="POST"> 
        <div class="booking-status"></div>
        <input type="hidden" name="vtc-action" value="classic-b-1-is-submited">
        <div id="booking_control" class="booking_control">
            <input type="hidden" id="cal-distance" name="cal-distance" value="">
            <input type="hidden" id="cal-time" name="cal-time" value="">
            <div class="row vtc-form-fields" style="position:relative; margin-bottom: 15px;">
                <div> 	
                    <div class="form-group col-md-7">                                     
                        <input type="hidden"  id="car-id" value="">     
                        <div class="label-select typeCarsDropDownCar">  
                            <div class="input-group">
                                <span class="input-group-addon"> 
                                    <i class="pe-7s-car"></i> 
                                </span>                    
                                <select name="f-selected-car" class="form-control bordr-left" id="f-showme-all"  required="">
                                    <option value="70">ECO</option><option value="263">VAN</option>   
                                </select>                    
                            </div>
                        </div>
                    </div> 
                    <div class="form-group col-md-5">
                        <div class="label-select typeCarsDropDown">  
                            <div class="input-group">
                                <span class="input-group-addon"> 
                                    <i class="pe-7s-refresh-2"></i> 
                                </span>                    
                                <select name="f-oneway" id="f-oneway" class="form-control  typeCarsDropDown-rout  bordr-left" required="" > 
                                    <option value="1" selected >Oneway </option>
                                    <option value="2">Return </option>
                                </select>                     
                            </div>
                        </div>                                
                    </div> 
                </div>  

                <div class="form-group col-md-12">
                    <div class="input-group">
                        <span class="input-group-addon">        
                            <a class="btn-geolocation btn-geolocation1" onclick="getLocation()" href="#">
                                <i class="pe-7s-map-marker"></i>
                            </a>
                        </span>
                        <input type="text" name="f-pick-up" id="f-pick-up" class="form-control bordr-left" placeholder="Pick Up Location" required="">                                          
                    </div>
                </div>
                <div class="form-group col-md-12">
                    <div class="input-group">
                        <span class="input-group-addon"> 
                            <a class="btn-geolocation btn-geolocation2" onclick="getLocationDestination()" href="#">
                                <i class="pe-7s-map-marker"></i>
                            </a> 
                        </span>                    
                        <input type="text" name="f-end-up" id="f-end-up" class="form-control  bordr-left"  placeholder="Drop off location " required="">                                          
                    </div>
                </div>                                 
                <!-- ./location -->
                <div class="form-group col-md-12" style="margin-bottom: 0px;">
                    <div class="row">
                        <div class="col-xs-12 col-sm-7">
                            <div class="input-group">
                                <span class="input-group-addon"> 
                                    <i class="pe-7s-date"></i>
                                </span> 
                                <div id="d-pick_update" class="form-group" data-date="12-02-2012" data-date-format="dd-mm-yyyy">
                                    <input class="form-control bordr-left" name="f-pick-up-date" id="f-pick-up-date" type="text" data-date-start-date="+1d" placeholder="Pick up date" required >
                                </div>
                            </div>
                        </div>
                        <div class="col-xs-12 col-sm-5">
                            <div class="input-group">
                                <span class="input-group-addon"> 
                                    <i class="pe-7s-stopwatch"></i>
                                </span> 
                                <div class="label-select">
                                    <select name="f-pick-up-time" id="f-pick-up-time"class="form-control bordr-left" ><option value="00:00">00:00</option><option value="00:30">00:30</option><option value="01:00">01:00</option><option value="01:30">01:30</option><option value="02:00">02:00</option><option value="02:30">02:30</option><option value="03:00">03:00</option><option value="03:30">03:30</option><option value="04:00">04:00</option><option value="04:30">04:30</option><option value="05:00">05:00</option><option value="05:30">05:30</option><option value="06:00">06:00</option><option value="06:30">06:30</option><option value="07:00">07:00</option><option value="07:30">07:30</option><option value="08:00">08:00</option><option value="08:30">08:30</option><option value="09:00">09:00</option><option value="09:30">09:30</option><option selected="selected" value="10:00">10:00</option><option value="10:30">10:30</option><option value="11:00">11:00</option><option value="11:30">11:30</option><option value="12:00">12:00</option><option value="12:30">12:30</option><option value="13:00">13:00</option><option value="13:30">13:30</option><option value="14:00">14:00</option><option value="14:30">14:30</option><option value="15:00">15:00</option><option value="15:30">15:30</option><option value="16:00">16:00</option><option value="16:30">16:30</option><option value="17:00">17:00</option><option value="17:30">17:30</option><option value="18:00">18:00</option><option value="18:30">18:30</option><option value="19:00">19:00</option><option value="19:30">19:30</option><option value="20:00">20:00</option><option value="20:30">20:30</option><option value="21:00">21:00</option><option value="21:30">21:30</option><option value="22:00">22:00</option><option value="22:30">22:30</option><option value="23:00">23:00</option><option value="23:30">23:30</option></select>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>

                <div class="form-group col-md-12 rt-date hide" style="margin-bottom: 4px;margin-top: 18px;">
                    <div class="row">
                        <div class="col-xs-12 col-sm-7">
                            <div class="input-group">
                                <span class="input-group-addon"> 
                                    <i class="pe-7s-date"></i>
                                </span> 
                                <div id="d-retourn_update" class="form-group">
                                    <input class="form-control bordr-left" name="f-end-up-date" id="f-end-up-date" type="text" placeholder="Drop off date" >
                                </div>
                            </div>
                        </div>
                        <div class="col-xs-12 col-sm-5">
                            <div class="input-group">
                                <span class="input-group-addon"> 
                                    <i class="pe-7s-stopwatch"></i>
                                </span> 
                                <div class="label-select">  
                                    <select name="f-end-up-time" id="f-end-up-time"class="form-control bordr-left" ><option value="00:00">00:00</option><option value="00:30">00:30</option><option value="01:00">01:00</option><option value="01:30">01:30</option><option value="02:00">02:00</option><option value="02:30">02:30</option><option value="03:00">03:00</option><option value="03:30">03:30</option><option value="04:00">04:00</option><option value="04:30">04:30</option><option value="05:00">05:00</option><option value="05:30">05:30</option><option value="06:00">06:00</option><option value="06:30">06:30</option><option value="07:00">07:00</option><option value="07:30">07:30</option><option value="08:00">08:00</option><option value="08:30">08:30</option><option value="09:00">09:00</option><option value="09:30">09:30</option><option selected="selected" value="10:00">10:00</option><option value="10:30">10:30</option><option value="11:00">11:00</option><option value="11:30">11:30</option><option value="12:00">12:00</option><option value="12:30">12:30</option><option value="13:00">13:00</option><option value="13:30">13:30</option><option value="14:00">14:00</option><option value="14:30">14:30</option><option value="15:00">15:00</option><option value="15:30">15:30</option><option value="16:00">16:00</option><option value="16:30">16:30</option><option value="17:00">17:00</option><option value="17:30">17:30</option><option value="18:00">18:00</option><option value="18:30">18:30</option><option value="19:00">19:00</option><option value="19:30">19:30</option><option value="20:00">20:00</option><option value="20:30">20:30</option><option value="21:00">21:00</option><option value="21:30">21:30</option><option value="22:00">22:00</option><option value="22:30">22:30</option><option value="23:00">23:00</option><option value="23:30">23:30</option></select>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>  

                <div class="privew-car"></div>
            </div>

            <div id="result_content" class="result_content hide"> 
                <div class="row">
                    <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" id="resultRightMain" style="display: inline-block;padding-top: 20px; float: left; width:50%">
                        <div id="resultText" style="">
                            <div class="row">

                                <div class="col-md-8 col-md-offset-2" id="estimatedFareDivId" style="display: inline-block;;">
                                    <span>
                                        <strong>Price  : </strong>
                                        <span id="estimatedFareSpanValue"></span>
                                    </span>
                                </div>

                                <div class="myrow" style="display: inline-block;">
                                    <span>
                                        <strong>Distance  : </strong>
                                        <span id="distanceSpanValue"></span>
                                    </span>
                                </div> 

                                <div class="myrow" style="display: inline-block;">
                                    <span>
                                        <strong>Travel time   : </strong>
                                        <span id="durationSpanValue"></span>
                                    </span>
                                </div> 													

                            </div>		
                        </div>
                    </div>
                    <div id="divCheckoutButton" class="col-xs-12 form-group checkout-btn" 
                         style="text-align: center; padding-top: 20px; margin-bottom: 15px; width: 50%; float: right ! important;">

                        <button type="button" class="btn btn-primary " id="vtc-show-map">
                            Show the map			
                        </button>

                        <button type="button" class="btn btn-primary" id="vtc-next-step">
                            Next		
                        </button>

                    </div>
                </div> 
            </div>
            <!-- /.modal -->
            <div class="modal fade"  id="module_map" tabindex="-1" role="dialog" >
                <div class="modal-dialog" role="document">
                    <div class="modal-content">
                        <div class="modal-header">
                            <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                            <h4 class="modal-title" id="myModalLabel">Your direction </h4>
                        </div>
                        <div class="modal-body">
                            <div id="map_canvas"></div> 
                        </div>
                        <div class="modal-footer">
                            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> 
                        </div>
                    </div>
                </div>
            </div>
            <!-- /.modal --> 
            <div class="form-group last vtc-submit-area center">
                <button type="submit" id="find_direction" class=" btn btn-warning btn-block btn-lg" >
                    <i class="load_icon pe-7s-check"> </i>
                    GET A QUOTE                    
                </button>
            </div>
        </div>                                   
    </form>
</div>{"id":2197,"date":"2023-06-06T11:39:10","date_gmt":"2023-06-06T11:39:10","guid":{"rendered":"https:\/\/taxi-munchen.de\/?page_id=2197"},"modified":"2023-06-06T11:58:10","modified_gmt":"2023-06-06T11:58:10","slug":"prix-taxi-munich-aeroport-centre-ville","status":"publish","type":"page","link":"https:\/\/taxi-munchen.de\/en\/prix-taxi-munich-aeroport-centre-ville\/","title":{"rendered":"Prix Taxi Munich A\u00e9roport Centre-Ville"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row parallax=&#8221;content-moving&#8221; parallax_image=&#8221;211&#8243; el_class=&#8221;homepage-slider bg-attached&#8221; css=&#8221;.vc_custom_1513272333790{padding-top: 100px !important;padding-bottom: 80px !important;background-position: center;background-repeat: no-repeat;background-size:cover;}&#8221;][vc_column][vc_empty_space height=&#8221;45px&#8221;][vc_btn title=&#8221;+498921129009&#8243; align=&#8221;center&#8221; link=&#8221;url:tel%3A%2B498921129009|title:%2B498921129009&#8243; el_class=&#8221;slide-call-btn&#8221;][vc_row_inner][vc_column_inner][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><em><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Are you planning a trip to Munich, Germany? If so, you might be wondering how to get from the airport to the city center. While there are many transportation options available, taking a taxi is often the most convenient and stress-free way to travel. In this guide, we&#8217;ll give you everything you need to know about the prix taxi Munich a\u00e9roport centre-ville, so you can plan your trip with ease.<br \/>\n<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/em><\/strong><\/span><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"vc_row wpb_row vc_inner vc_row-fluid\" style=\"text-align: center;\"><\/div>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1685313072578{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}&#8221;][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Prix Taxi Munich A\u00e9roport Centre-Ville<br \/>\n&#8221; google_fonts=&#8221;font_family:ABeeZee%3Aregular%2Citalic|font_style:400%20regular%3A400%3Anormal&#8221;][vc_column_text]<span style=\"color: #000000;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The prix taxi Munich a\u00e9roport centre-ville is the fixed price for a taxi ride from Munich Airport (MUC) to the city center. This fixed price was established by the city of Munich in order to protect travelers from overcharging by taxi drivers. The prix taxi Munich a\u00e9roport centre-ville is currently set at \u20ac69 for a one-way trip.<br \/>\n<\/span><\/span><br \/>\n<\/span><\/span><\/span><\/span><\/span>[\/vc_column_text][vc_btn title=&#8221;Book Now&#8221; css=&#8221;.vc_custom_1685312257097{border-top-width: 30px !important;}&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;213&#8243; img_size=&#8221;full&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00a0Benefits of Using Prix Taxi Munich A\u00e9roport Centre-Ville<br \/>\n<\/span><\/span><br \/>\n<\/span><\/span><\/span><\/span><\/strong><\/span><\/h2>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Prix Taxi Munich A\u00e9roport Centre-Ville<br \/>\nis a convenient and comfortable way to travel around the city. <\/span><span style=\"vertical-align: inherit;\">Here are some of the benefits of using taxi services:<\/span><\/span><\/span><\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243;][vc_column_text]<\/p>\n<h3><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">security<\/span><\/span><\/h3>\n<p><span style=\"color: #000000;\" data-preserver-spaces=\"true\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"color: #000000;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Taxis are a safe mode of transportation, especially if you&#8217;re traveling alone or at night. <\/span><span style=\"vertical-align: inherit;\">Taxi drivers are licensed and trained professionals, who know the city well and can get you to your destination safely.<\/span><\/span><\/span><br \/>\n<\/span><\/span><\/span>[\/vc_column_text][vc_column_text]<\/p>\n<h3><strong><span data-preserver-spaces=\"true\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00a0Affordability<\/span><\/span><\/span><\/span><\/span><\/strong><\/h3>\n<p><span style=\"color: #000000;\" data-preserver-spaces=\"true\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Taxis are affordable, and their rates are regulated by the city. <\/span><span style=\"vertical-align: inherit;\">You don&#8217;t have to worry about surge pricing, as is the case with ride-hailing services<\/span><\/span><\/span><\/span><\/span>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text]<\/p>\n<h3><strong><span data-preserver-spaces=\"true\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Comfort<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/strong><\/h3>\n<p><span style=\"color: #000000;\" data-preserver-spaces=\"true\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">After a long flight, you deserve a comfortable ride to your hotel or destination. Prix Taxi Munich A\u00e9roport Centre-Ville <\/span><\/span><\/span><\/span><\/span><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00a0provides clean, well-maintained cars with comfortable seats and air conditioning.<\/span><\/span><\/span><\/span><\/span><\/span><\/span>[\/vc_column_text][vc_column_text]<\/p>\n<h3><strong><span data-preserver-spaces=\"true\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">24\/7 service<\/span><\/span><\/span><\/span><\/span><\/strong><\/h3>\n<p><span style=\"color: #000000;\" data-preserver-spaces=\"true\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Prix Taxi Munich A\u00e9roport Centre-Ville operates 24\/7, so you don&#8217;t have to worry about arriving at odd hours. <\/span><\/span><\/span><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">You can book a taxi anytime, and a driver will be waiting for you at the airport.<\/span><\/span><\/span><\/span><\/span>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text]<\/p>\n<h3><strong><span data-preserver-spaces=\"true\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Driving with a cab<\/span><\/span><br \/>\n<\/span><\/span><\/span><\/strong><\/h3>\n<p><span data-preserver-spaces=\"true\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"color: #000000;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00a0A page that provides all the information on getting cabs in Munich, such as the vendors, prices, phone number, stand locations and special instructions.<\/span><\/span><\/span><br \/>\n<\/span><\/span><\/span>[\/vc_column_text][vc_column_text]<\/p>\n<h3><span style=\"color: #000000;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Easy booking\u00a0<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n<p><span style=\"color: #000000;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Simply enter your pickup and drop-off locations, choose your preferred vehicle type, and select the desired date and time. Prix Taxi Munich A\u00e9roport Centre-Ville <\/span><\/span><\/span><\/span><\/span><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">offers a seamless booking experience, saving you time and effort.<\/span><\/span><\/span><\/span><\/span><\/span><\/span>[\/vc_column_text][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1483814315556{padding-top: 25px !important;}&#8221;][vc_column][vc_column_text]<\/p>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">How to Book a Taxi from Munich Airport to the City Center?<br \/>\n<\/span><\/span><\/span><\/span><br \/>\n<\/span><\/span><\/span><\/span><\/span><\/span><\/strong><\/span><\/h2>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"color: #000000;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Booking a taxi from Munich Airport to the city center is easy. There are several taxi companies operating at the airport, and you can book a taxi at their stands located in the arrivals area of the airport. You can also book a taxi in advance online or via phone. Some of the popular taxi companies operating at Munich Airport are:<br \/>\nTaxi M\u00fcnchen eG<br \/>\nIsarFunk Taxizentrale GmbH &amp; Co. KG<br \/>\nTaxi-Zentrale Ismaning eG<br \/>\nIt is recommended to book a taxi in advance, especially during peak travel seasons, to avoid long waits.<br \/>\n<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>[\/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text]<\/p>\n<h2 class=\"section-title\" style=\"text-align: center;\">OUR CARS<\/h2>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_row_inner css=&#8221;.vc_custom_1487421391816{padding-top: 15px !important;padding-bottom: 25px !important;}&#8221; el_class=&#8221;container&#8221;][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;278&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text]<\/p>\n<h3 style=\"text-align: center;\">Business Class<\/h3>\n<p style=\"text-align: center;\">4 passengers<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;277&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text]<\/p>\n<h3 style=\"text-align: center;\">Business Minivan<\/h3>\n<p style=\"text-align: center;\">7 passengers<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;276&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text]<\/p>\n<h3 style=\"text-align: center;\">First Class<\/h3>\n<p style=\"text-align: center;\">3 passengers<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1483814315556{padding-top: 25px !important;}&#8221;][vc_column][vc_column_text]<\/p>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00a0How to Calculate the Cost of a Taxi Ride in Munich?<\/p>\n<p><\/span><\/span><br \/>\n<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/strong><\/span><\/h2>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00a0If you&#8217;re traveling to a destination other than the city center, or if you&#8217;re taking a taxi from a different location in Munich, you&#8217;ll need to calculate the cost of your ride. The cost of a taxi ride in Munich is calculated based on several factors, including:<br \/>\nThe distance traveled<br \/>\nThe time of day<br \/>\nThe number of passengers<br \/>\nAny tolls or fees<br \/>\nYou can use online taxi fare calculators or mobile apps to estimate the cost of your ride.<br \/>\n<\/span><\/span><\/span><\/p>\n<p>[\/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text]<\/p>\n<h2 class=\"section-title\" style=\"text-align: center;\">How it work ?<\/h2>\n<p style=\"text-align: center;\">the most easy way to privide any surprise at the airprot<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_row_inner css=&#8221;.vc_custom_1483814902744{padding-top: 15px !important;padding-bottom: 25px !important;}&#8221; el_class=&#8221;how-it-work-section container&#8221;][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;215&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text]<\/p>\n<h3>Online boking<\/h3>\n<p>Book and pay online &#8211; Meet your driver at the Airport[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;212&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text]<\/p>\n<h3>Confirmation in a minute<\/h3>\n<p>Get all information about your transfer in a minute by email[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;214&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text]<\/p>\n<h3>Professional drivers<\/h3>\n<p>Our driver will wait for you at the airport holding your name on board at the airport[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1483926916801{background-color: #f7f7f7 !important;}&#8221;][vc_column][vc_column_text]<\/p>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">How to Get the Best Taxi Fare in Munich?<br \/>\n<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><br \/>\n<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/strong><\/span><\/h2>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00a0While the prix taxi Munich a\u00e9roport centre-ville is a fixed price, you can still get the best fare for your ride by following these tips:<br \/>\n<strong>Book in Advance<\/strong><br \/>\nBooking a taxi in advance can save you money, especially if you book through an online service that offers discounted applies. Many taxi companies offer discounts for pre-booked rides, so it&#8217;s worth taking the time to plan ahead.<br \/>\n<strong>Compare Prices<\/strong><br \/>\nNot all taxi companies charge the same rates, so it&#8217;s worth comparing prices before you book your ride. You can use online comparison websites or mobile apps to compare prices and find the best deal.<br \/>\n<strong>Avoid Peak Hours<\/strong><br \/>\nIf possible, avoid traveling during peak hours, as taxi rates are often higher during these times. Peak hours in Munich are typically from 7:00-9:00 am and 4:00-7:00 pm on weekdays.<br \/>\n<strong>Share a Ride<\/strong><br \/>\nIf you&#8217;re traveling with a group, consider sharing a ride to split the cost. Many taxi companies offer larger vehicles that can accommodate several passengers, which can be more cost-effective than taking separate taxis.<br \/>\n<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00a0<\/span><\/span><\/span><\/p>\n<p>[\/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text el_class=&#8221;center&#8221;]<\/p>\n<div class=\"row\">\n<div class=\"col-md-6 col-md-offset-3 text-center fh5co-heading animate-box fadeInUp animated\">\n<h2><span style=\"vertical-align: inherit; color: #000000;\"><span style=\"vertical-align: inherit;\">Airport transfer<\/span><\/span><\/h2>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><em><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The fixe price to\/from the main airport in french to all cities<\/span><\/span><\/em><\/strong><\/span><\/p>\n<p><span style=\"color: #000000;\">Taxi Munich offers efficient and comfortable airport transfer services for travelers arriving at Munich Airport.\u00a0Upon arrival, a professional driver will be waiting for you at the designated meeting point, ready to assist you with your luggage and transport you to your destination as quickly as possible.\u00a0Likewise, if you have a flight to catch, Taxi Munich will make sure you arrive at the airport in plenty of time.<\/span><\/div>\n<\/div>\n<p>[\/vc_column_text][vc_column_text el_class=&#8221;center&#8221;]<\/p>\n<div class=\"row\">\n<div class=\"col-md-6 col-md-offset-3 text-center fh5co-heading animate-box fadeInUp animated\">\n<h2 style=\"text-align: center;\"><span style=\"vertical-align: inherit; color: #000000;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">What Are the Payment Options for Taxis in Munich?<br \/>\n<\/span><\/span><br \/>\n<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/h2>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Taxis in Munich accept both cash and credit cards. It&#8217;s always a good idea to confirm with your driver before you start your journey what payment methods they accept. If you&#8217;re paying with a credit card, make sure to inform the driver before the end of the journey, as some drivers may not have credit card terminals in their vehicles.<\/span><\/span><\/span><\/p>\n<\/div>\n<\/div>\n<p>[\/vc_column_text] <div id = \"fh5co-work-section\" class = \"fh5co-light-grey-section\">\n                     <div class = \"container\">\n                     <div class = \"row\"> <div class=\"col-md-4 animate-box fadeInUp animated\">    <span href=\"#\" class=\"item-grid text-center\">        <div class=\"image\" style=\"background-image: url(https:\/\/taxi-munchen.de\/wp-content\/uploads\/2016\/03\/panorama-sommer-03.jpg)\"><\/div>        <div class=\"v-align\">            <div class=\"v-align-middle\">                <h3 class=\"title\">Munich Airport                     <i class=\"fa fa-exchange\" aria-hidden=\"true\"><\/i> Salzburg (Austria)                <\/h3>                <h5 class=\"price_tbl\">                    <span class=\"price_\">289<\/span>                    <span class=\"currency_\"> \u20ac<\/span>                    <span class=\"pax_\">\/ 4 Pax<\/span>                  <\/h5>                <a onclick=\"use_this_offer(144)\" class=\"btn btn-primary\">Book Now<\/a>            <\/div>        <\/div>    <\/span> <\/div> <div class=\"col-md-4 animate-box fadeInUp animated\">    <span href=\"#\" class=\"item-grid text-center\">        <div class=\"image\" style=\"background-image: url(https:\/\/taxi-munchen.de\/wp-content\/uploads\/2016\/03\/burg_stadt.jpg)\"><\/div>        <div class=\"v-align\">            <div class=\"v-align-middle\">                <h3 class=\"title\">Munich Airport                    <i class=\"fa fa-exchange\" aria-hidden=\"true\"><\/i> N\u00fcrnberg                 <\/h3>                <h5 class=\"price_tbl\">                    <span class=\"price_\">289<\/span>                    <span class=\"currency_\"> \u20ac<\/span>                    <span class=\"pax_\">\/ 4 Pax<\/span>                  <\/h5>                <a onclick=\"use_this_offer(143)\" class=\"btn btn-primary\">Book Now<\/a>            <\/div>        <\/div>    <\/span> <\/div> <div class=\"col-md-4 animate-box fadeInUp animated\">    <span href=\"#\" class=\"item-grid text-center\">        <div class=\"image\" style=\"background-image: url(https:\/\/taxi-munchen.de\/wp-content\/uploads\/2016\/03\/Muenchen-Flughafen-1-1100x733-1.jpeg)\"><\/div>        <div class=\"v-align\">            <div class=\"v-align-middle\">                <h3 class=\"title\">Munich City                    <i class=\"fa fa-exchange\" aria-hidden=\"true\"><\/i> Munich Airport                 <\/h3>                <h5 class=\"price_tbl\">                    <span class=\"price_\">89<\/span>                    <span class=\"currency_\"> \u20ac<\/span>                    <span class=\"pax_\">\/ 4 Pax<\/span>                  <\/h5>                <a onclick=\"use_this_offer(142)\" class=\"btn btn-primary\">Book Now<\/a>            <\/div>        <\/div>    <\/span> <\/div>  <\/div>\n                    <\/div>\n                    <\/div> [\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00a0How to Find a Taxi Stand in Munich?<br \/>\n<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/strong><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\" data-preserver-spaces=\"true\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00a0Taxi stands are located throughout Munich, and you can usually find them at popular tourist destinations, transportation hubs, and major public squares. If you&#8217;re unsure where to find a taxi stand, you can ask your hotel or a local for assistance.<br \/>\n<\/span><\/span><\/span><\/span><br \/>\n<\/span><\/span><\/span><\/span><\/span><\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1483825979296{margin-top: -35px !important;padding-top: 25px !important;padding-bottom: 25px !important;}&#8221;][vc_column][vc_row_inner el_class=&#8221;container&#8221;][vc_column_inner width=&#8221;1\/4&#8243; css=&#8221;.vc_custom_1483824187511{padding-top: 15px !important;}&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][\/vc_row_inner][vc_row_inner disable_element=&#8221;yes&#8221;][vc_column_inner width=&#8221;1\/3&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;]\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f25-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"25\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/2197#wpcf7-f25-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"25\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f25-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div id=\"meris_home_contact-2\" class=\"widget home_widget_contact\">\n\t<div class=\"contact\">\n\t\t<div class=\"contact-form\">\n\t\t\t<fieldset>\n\t\t\t\t<section>\n\t\t\t\t\t<p><label for=\"contact-name\" class=\"sr-only\">Name<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your name\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/section>\n\t\t\t\t<section>\n\t\t\t\t\t<p><label for=\"contact-email\" class=\"sr-only\">Email<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your email\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/section>\n\t\t\t\t<section>\n\t\t\t\t\t<p><label for=\"contact-phone\" class=\"sr-only\">Phone<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Your phone\" value=\"\" type=\"text\" name=\"your-phone\" \/><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/section>\n\t\t\t\t<section>\n\t\t\t\t\t<p><label for=\"contact-msg\" class=\"sr-only\">Message<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Your message\" name=\"your-message\"><\/textarea><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/section>\n\t\t\t<\/fieldset>\n\t\t\t<section>\n\t\t\t\t<p><span><\/span>\n\t\t\t\t<\/p>\n\t\t\t\t<div id=\"loading\">\n\t\t\t\t<\/div>\n\t\t\t\t<p><input type=\"submit\" value=\"SEND MESSAGE\" \/>\n\t\t\t\t<\/p>\n\t\t\t<\/section>\n\t\t<\/div>\n\t<\/div>\n\t<p><span class=\"seperator extralight-border\"><\/span>\n\t<\/p>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n[\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column][vc_custom_heading text=&#8221;FAQs&#8221; font_container=&#8221;tag:h2|text_align:center&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/2&#8243;][vc_toggle title=&#8221;How long does it take to get from Munich Airport to the city center by taxi?&#8221;]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The journey from Munich Airport to the city center usually takes around 30-45 minutes, depending on traffic.<br \/>\n<\/span><\/span>[\/vc_toggle][vc_toggle title=&#8221;Is it safe to take a taxi in Munich?&#8221;]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Yes, taxis in Munich are safe and reliable. All taxis are required to meet certain safety standards, and drivers must be licensed.<br \/>\n<\/span><\/span>[\/vc_toggle][vc_toggle title=&#8221;Can I book a taxi in advance?&#8221;]Yes, you can book a taxi in advance either online or via phone. It&#8217;s recommended to book in advance during peak travel seasons.[\/vc_toggle][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_toggle title=&#8221;Are taxis in Munich expensive?&#8221;]Taxis in Munich can be expensive compared to public transportation, but the convenience and comfort they offer may be worth the cost.[\/vc_toggle][vc_toggle title=&#8221;What is the best way to get around Munich?&#8221;]The best way to get around Munich depends on your needs and preferences. Public transportation, including the U-Bahn and S-Bahn, is affordable and convenient. Taxis are more expensive but offer a comfortable and convenient option for travelers.[\/vc_toggle][vc_toggle title=&#8221;What are some popular tourist attractions in Munich?&#8221;]Some popular tourist attractions in Munich include the Marienplatz, Neuschwanstein Castle, the English Garden, and the Hofbr\u00e4uhaus.[\/vc_toggle][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><em><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00a0If you&#8217;re traveling to Munich, taking a taxi from the airport to the city center is a convenient and stress-free way to start your journey. With the prix taxi Munich a\u00e9roport centre-ville, you can travel with peace of mind knowing that you won&#8217;t be overcharged for your ride. By following our tips and recommendations, you can get the best fare for your ride and enjoy a hassle-free travel experience in Munich.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/em><\/strong><\/span><\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row parallax=&#8221;content-moving&#8221; parallax_image=&#8221;211&#8243; el_class=&#8221;homepage-slider bg-attached&#8221; css=&#8221;.vc_custom_1513272333790{padding-top: 100px !important;padding-bottom: 80px !important;background-position: center;background-repeat: no-repeat;background-size:cover;}&#8221;][vc_column][vc_empty_space height=&#8221;45px&#8221;][vc_btn title=&#8221;+498921129009&#8243; align=&#8221;center&#8221; link=&#8221;url:tel%3A%2B498921129009|title:%2B498921129009&#8243; el_class=&#8221;slide-call-btn&#8221;][vc_row_inner][vc_column_inner][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] Are you planning a trip to Munich, Germany? If so, you might be wondering how to get from the airport to the city center. While there are many transportation options available, taking a taxi is often the most [&hellip;]<\/p>\n","protected":false},"author":22,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"home-page.php","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-2197","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/taxi-munchen.de\/en\/wp-json\/wp\/v2\/pages\/2197","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taxi-munchen.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/taxi-munchen.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/taxi-munchen.de\/en\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/taxi-munchen.de\/en\/wp-json\/wp\/v2\/comments?post=2197"}],"version-history":[{"count":3,"href":"https:\/\/taxi-munchen.de\/en\/wp-json\/wp\/v2\/pages\/2197\/revisions"}],"predecessor-version":[{"id":2200,"href":"https:\/\/taxi-munchen.de\/en\/wp-json\/wp\/v2\/pages\/2197\/revisions\/2200"}],"wp:attachment":[{"href":"https:\/\/taxi-munchen.de\/en\/wp-json\/wp\/v2\/media?parent=2197"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}