{"id":12,"date":"2023-07-24T19:40:04","date_gmt":"2023-07-24T19:40:04","guid":{"rendered":"http:\/\/bookmein.thetattooatelier.co.uk\/?page_id=12"},"modified":"2024-06-01T21:58:54","modified_gmt":"2024-06-01T21:58:54","slug":"bookmein","status":"publish","type":"page","link":"https:\/\/bookmein.thetattooatelier.co.uk\/","title":{"rendered":""},"content":{"rendered":"<section class=\"wpb-content-wrapper\"><p>[vc_row][vc_column offset=&#8221;vc_hidden-lg vc_hidden-md&#8221;][vc_single_image image=&#8221;132&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_single_image image=&#8221;131&#8243; img_size=&#8221;medium&#8221; alignment=&#8221;center&#8221;][vc_custom_heading text=&#8221;BOOK ME IN&#8221; font_container=&#8221;tag:h1|text_align:center&#8221; google_fonts=&#8221;font_family:Megrim%3Aregular|font_style:400%20regular%3A400%3Anormal&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column parallax=&#8221;content-moving&#8221; offset=&#8221;vc_hidden-sm vc_hidden-xs&#8221;][vc_custom_heading text=&#8221;BOOK ME IN&#8221; font_container=&#8221;tag:h1|text_align:center&#8221; google_fonts=&#8221;font_family:Megrim%3Aregular|font_style:400%20regular%3A400%3Anormal&#8221;][vc_single_image image=&#8221;131&#8243; img_size=&#8221;medium&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221;][vc_column width=&#8221;1\/4&#8243; offset=&#8221;vc_hidden-sm vc_hidden-xs&#8221;][vc_single_image image=&#8221;129&#8243; img_size=&#8221;large&#8221; alignment=&#8221;center&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_message message_box_style=&#8221;solid-icon&#8221; style=&#8221;square&#8221; message_box_color=&#8221;black&#8221; icon_fontawesome=&#8221;far fa-laugh-beam&#8221; css_animation=&#8221;none&#8221;]<\/p>\n<h5 style=\"text-align: center;\">Welcome to TheTattooAtelier.co.uk customers booking system<\/h5>\n<h5><\/h5>\n<p>[\/vc_message][vc_message message_box_style=&#8221;solid-icon&#8221; style=&#8221;square&#8221; message_box_color=&#8221;black&#8221; icon_type=&#8221;typicons&#8221; css_animation=&#8221;none&#8221; icon_typicons=&#8221;typcn typcn-message-typing&#8221;]<\/p>\n<p style=\"text-align: left;\">Hi!<\/p>\n<p style=\"text-align: left;\">It&#8217;s so nice to meet you!<\/p>\n<p>[\/vc_message][vc_message message_box_style=&#8221;solid-icon&#8221; style=&#8221;square&#8221; message_box_color=&#8221;black&#8221; icon_fontawesome=&#8221;fas fa-info&#8221;]Use our booking system to find available spaces and dates at The Tattoo Atelier.<\/p>\n<p>You are about to make a booking with us and also secure a deposit at the end of this process.<\/p>\n<p>When your booking is confirmed with the artist, you will receive a confirmation e-mail with all the details.[\/vc_message][vc_message message_box_style=&#8221;solid-icon&#8221; style=&#8221;square&#8221; message_box_color=&#8221;black&#8221; icon_type=&#8221;typicons&#8221; css_animation=&#8221;none&#8221; icon_typicons=&#8221;typcn typcn-message-typing&#8221;]You can always contact us before making a booking, discuss custom details at <strong>hello@thetatooatelier.co.uk<\/strong><\/p>\n<p>Make sure your read our Terms and Conditions page before your booking.<\/p>\n<p>We can&#8217;t wait to see you![\/vc_message][vc_empty_space height=&#8221;67&#8243;][vc_separator color=&#8221;black&#8221; style=&#8221;dotted&#8221; border_width=&#8221;7&#8243;][vc_column_text]<!--\nPlugin Name: Bookly - Responsive WordPress Appointment Booking and Scheduling Plugin\nPlugin URI: https:\/\/www.booking-wp-plugin.com\/?utm_source=bookly_admin&utm_medium=plugins_page&utm_campaign=plugins_page\nVersion: 26.0-->\n<style type=\"text\/css\">\n    :root {\n        --bookly-main-color: #000000 !important;\n        --bookly-color: #000000 !important;\n    }\n\n    <\/style><div class=\"bookly-css-root\">\n    <div id=\"bookly-form-6a1dab91882c0\" class=\"bookly-form\" data-form_id=\"6a1dab91882c0\" aria-live=\"polite\">\n        <div style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/bookmein.thetattooatelier.co.uk\/wp-includes\/js\/tinymce\/skins\/lightgray\/img\/loader.gif\" alt=\"Loading...\"\/><\/div>\n    <\/div>\n<\/div>\n<script type=\"text\/javascript\">\n    (function (win, fn) {\n        var done = false, top = true,\n            doc = win.document,\n            root = doc.documentElement,\n            modern = doc.addEventListener,\n            add = modern ? 'addEventListener' : 'attachEvent',\n            rem = modern ? 'removeEventListener' : 'detachEvent',\n            pre = modern ? '' : 'on',\n            init = function (e) {\n                if (e.type == 'readystatechange') if (doc.readyState != 'complete') return;\n                (e.type == 'load' ? win : doc)[rem](pre + e.type, init, false);\n                if (!done) {\n                    done = true;\n                    fn.call(win, e.type || e);\n                }\n            },\n            poll = function () {\n                try {\n                    root.doScroll('left');\n                } catch (e) {\n                    setTimeout(poll, 50);\n                    return;\n                }\n                init('poll');\n            };\n        if (doc.readyState == 'complete') fn.call(win, 'lazy');\n        else {\n            if (!modern) if (root.doScroll) {\n                try {\n                    top = !win.frameElement;\n                } catch (e) {\n                }\n                if (top) poll();\n            }\n            doc[add](pre + 'DOMContentLoaded', init, false);\n            doc[add](pre + 'readystatechange', init, false);\n            win[add](pre + 'load', init, false);\n        }\n    })(window, function () {\n        window.bookly( {\"form_id\":\"6a1dab91882c0\",\"status\":{\"booking\":\"new\"},\"skip_steps\":{\"service_part1\":0,\"service_part2\":0,\"extras\":1,\"time\":0,\"repeat\":1,\"cart\":1},\"errors\":{\"session_error\":\"Session error.\",\"form_id_error\":\"Form ID error.\",\"cart_item_not_available\":\"The selected time is not available anymore. Please, choose another time slot.\",\"pay_locally_not_available\":\"Pay locally is not available.\",\"invalid_gateway\":\"Invalid gateway.\",\"payment_error\":\"Error.\",\"incorrect_username_password\":\"Incorrect username or password.\"},\"form_attributes\":{\"hide_categories\":false,\"hide_services\":false,\"hide_staff_members\":false,\"show_number_of_persons\":false,\"hide_service_duration\":true,\"hide_locations\":true,\"hide_quantity\":true,\"hide_date\":false,\"hide_week_days\":false,\"hide_time_range\":false},\"use_client_time_zone\":0,\"defaults\":{\"service_id\":0,\"staff_id\":0,\"location_id\":0,\"category_id\":-1},\"datepicker_mode\":\"text-accent\",\"facebook\":{\"enabled\":0,\"appId\":\"\"}} );\n    });\n<\/script>[\/vc_column_text][vc_separator color=&#8221;black&#8221; style=&#8221;dotted&#8221; border_width=&#8221;7&#8243;][\/vc_column][vc_column width=&#8221;1\/4&#8243; offset=&#8221;vc_hidden-sm vc_hidden-xs&#8221;][vc_single_image image=&#8221;130&#8243; img_size=&#8221;large&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221;][vc_column][vc_text_separator title=&#8221;Q&#038;A&#8221; i_icon_fontawesome=&#8221;fas fa-question&#8221; i_color=&#8221;black&#8221; i_background_style=&#8221;boxed-outline&#8221; i_background_color=&#8221;black&#8221; i_size=&#8221;sm&#8221; color=&#8221;black&#8221; style=&#8221;dotted&#8221; border_width=&#8221;7&#8243; el_width=&#8221;70&#8243; add_icon=&#8221;true&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1690394381854{background-color: #ffffff !important;}&#8221;][vc_column width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1690394392900{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][\/vc_column][vc_column width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1690394538596{background-color: #efefef !important;background-position: 0 0 !important;background-repeat: no-repeat !important;border-radius: 10px !important;}&#8221;][vc_toggle title=&#8221;Does a tattoo hurt?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699112317722{margin-left: 20px !important;}&#8221;]All tattoos hurt a little bit. Some areas will hurt more than others and sometimes you will barely feel it, but all tattoos are bearable, otherwise there wouldn\u2019t be as many people with tattoos. The best thing to do to minimise the pain and anxiety of getting a tattoo is to stay calm and do not tense up, breathe slowly and accept that it will hurt a little. Avoid using Goggle or asking others about how much it may or may not hurt, everyone is different. Make sure you are wearing comfortable (not new or light colours) clothing that allows for easy access to the area of your tattoo. Make sure you have eaten and had a good night\u2019s sleep beforehand and remain hydrated for a few days before hand. Many people chose to take a pain killer such as ibuprofen an hour before the tattoo and find that this helps to take the edge off.[\/vc_toggle][vc_toggle title=&#8221;Where is the least painful place to get a tattoo?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699112343817{margin-left: 20px !important;}&#8221;]Everyone\u2019s pain threshold is a little different so this will vary from person to person. When thinking about the placement, you should have the tattoo where you want it, not where you think it will hurt less, the pain will be short lived, but the tattoo will be permanent.[\/vc_toggle][vc_toggle title=&#8221;Can I use numbing cream?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699112368137{margin-left: 20px !important;}&#8221;]We do not recommend numbing cream. Over the last few years numbing cream has become readily available, however the use of it is not beneficial to yourself or the artist in the long run. They generally do not work for the duration and can affect the process of the tattoo and the healing, also been known to cause severe reactions of the skin. You will be required to sign a disclaimer that will state that you have not applied any numbing agents to the area that you would like to be tattooed.[\/vc_toggle][vc_toggle title=&#8221;Can you get a tattoo while pregnant?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699112438585{margin-left: 20px !important;}&#8221;]It is not advisable to get tattooed while pregnant and no reputable tattooist will do this. You will be asked to sign a consent form before your appointment, one of the things it will ask you to declare is that you aren\u2019t pregnant or breast feeding.[\/vc_toggle][vc_toggle title=&#8221;How long does it take for a tattoo to heal?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699112421536{margin-left: 20px !important;}&#8221;]The general healing time for a tattoo is 7-14 days. This does not mean that it will hurt for 14 days but you may find that is it a little itchy and scabby. Each artist will provide you with suitable aftercare instructions for the tattoo you are having. In general, the best advice is to keep it clean by washing with hot water and a natural, perfume free baby soap for the first few days and then to make sure you use a recommended tattoo aftercare cream to moisturise the healing tattoo. Never pick the scabs off a healing tattoo as this will result in colour loss and patchy healing. You need to keep a new tattoo out of prolonged contact with water for 14 days, so no swimming or long soaks in the bath. Showers are fine though. It is advisable to keep any tattoo out of the sun and to always use factor 50 sunscreen.[\/vc_toggle][vc_toggle title=&#8221;How old do you have to be to get a tattoo?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699112453643{margin-left: 20px !important;}&#8221;]By law you must be over 18 to get a tattoo in the UK. You must be able to produce a valid form of photo ID. Unfortunately parents permission has not been allowed since the 70\u2019s.[\/vc_toggle][vc_toggle title=&#8221;Can I have a consultation with the artist before my tattoo?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699112560565{margin-left: 20px !important;}&#8221;]You can have a consultation with either the chosen artist before your appointment to ensure that your design is exactly what you want. This a free service and usually takes around 15 minutes, you can book this in, via the online booking link.<br \/>\nCan I get a memorial tattoo using ashes?<br \/>\nFor contamination reasons we do not tattoo using ashes.[\/vc_toggle][vc_toggle title=&#8221;How do I book a tattoo appointment?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699112543302{margin-left: 20px !important;}&#8221;]To book your tattoo message your chosen artist\u2019s Instagram account, or on our website and one of our team or the artist themselves will reply to start the booking process with you. You will have a consultation and you will need to leave a non-refundable deposit (which will come off the price) to secure an appointment. We will let you know an estimated price before you schedule your appointment.[\/vc_toggle][vc_toggle title=&#8221;Can I see the design before my tattoo appointment?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699112491085{margin-left: 20px !important;}&#8221;]Your design will be ready to view in the studio on the day of your appointment. If there are any small changes that you want to make there will be plenty of time for you to chat with the artist and they will be more than happy to amend the design.[\/vc_toggle][vc_toggle title=&#8221;Can I bring a friend with me to my tattoo appointment?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699112472897{margin-left: 20px !important;}&#8221;]Unfortunately, you cannot bring a friend into your tattoo appointment, there are loads of great coffee shops and restaurants nearby where someone can wait for you though. If there are circumstances where you require someone to be present, please let the studio know beforehand so that we can make arrangements to accommodate you both in the studio.[\/vc_toggle][vc_toggle title=&#8221;Where can I park?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699112610632{margin-left: 20px !important;}&#8221;]There are a variety of car parks that are near the studio however the easiest way is to download either the Pay by Phone app or Mi Permit this allows for you to extend your parking without leaving your appointment. Also please do not arrange anything to close to your appointment to allow for you to not leave prematurely.[\/vc_toggle][vc_toggle title=&#8221;How long does a tattoo take?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699112509203{margin-left: 20px !important;}&#8221;]The time your tattoo takes will vary depending on size, placement and detail. Your artist should be able to give you an idea of how long the piece will take at the time of booking. Please note that we can only give an estimate on the time a tattoo will take as each design is custom.[\/vc_toggle][vc_toggle title=&#8221;How do I get to the studio?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699112632466{margin-left: 20px !important;}&#8221;]Both floors (1st and 2nd) are accessed via Celly\u2019s at 254 high on the ground floor and entrance is via a door towards the back of the salon (signposted). Unfortunately we do not have access for anyone who are unable to comfortably get up the stairs. Link to our map is on our website.[\/vc_toggle][vc_toggle title=&#8221;How do I choose a tattoo artist?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699112587240{margin-left: 20px !important;}&#8221;]When choosing a tattoo artist, it\u2019s essential to thoroughly do your research, look at artist\u2019s portfolios, read reviews from previous clients, and schedule a consultation to discuss your design and ensure a comfortable and confident partnership.[\/vc_toggle][vc_toggle title=&#8221;How much does a tattoo cost?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699112387285{margin-left: 20px !important;}&#8221;]The cost of your tattoo will vary depending on the size, placement, design and artist. The best way to get an accurate price estimate for a tattoo is to have a consultation with the studio or artist and we will then be able to advise you on the price.[\/vc_toggle][vc_toggle title=&#8221;How do I pay a deposit?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1690394586996{margin-left: 20px !important;}&#8221;]Once you have filled in the above online booking form, you are welcome to use any of the accepted payment types showed in the last step of the process.[\/vc_toggle][vc_toggle title=&#8221;Can I change my tattoo idea or design?&#8221; style=&#8221;arrow&#8221; color=&#8221;black&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1717277742633{margin-left: 20px !important;}&#8221;]If you give us enough notice, at least 5 days prior then yes we can change design and placement, we will need to run it by the artist first in case it changes timings, pricing etc. Any big design or composition changes cannot be made on the day of the appointment, as a full redraw will usually be needed. So please let us know at least 5\u00a0days before your appointment if you are looking to change your idea completely.[\/vc_toggle][vc_toggle title=&#8221;Facing issues with the booking portal?&#8221; style=&#8221;arrow&#8221; color=&#8221;sky&#8221; size=&#8221;sm&#8221; css=&#8221;.vc_custom_1699295190593{margin-left: 20px !important;}&#8221;]We are sorry to hear that you are facing issues with our booking system, please report any problems to hello@thatatooatelier.co.uk and we will have a look ASAP.[\/vc_toggle][\/vc_column][vc_column width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1690394404397{background-color: #ffffff !important;}&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221;][vc_column][vc_separator color=&#8221;black&#8221; style=&#8221;dotted&#8221; border_width=&#8221;7&#8243; el_width=&#8221;70&#8243;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243;][vc_btn title=&#8221;MAIN WEBSITE&#8221; style=&#8221;outline&#8221; shape=&#8221;square&#8221; color=&#8221;black&#8221; size=&#8221;sm&#8221; align=&#8221;center&#8221; i_align=&#8221;right&#8221; i_icon_fontawesome=&#8221;far fa-heart&#8221; add_icon=&#8221;true&#8221; link=&#8221;url:http%3A%2F%2Fthetattooatelier.co.uk|target:_blank&#8221;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_btn title=&#8221;PRIVACY POLICY&#8221; style=&#8221;outline&#8221; shape=&#8221;square&#8221; color=&#8221;black&#8221; size=&#8221;sm&#8221; align=&#8221;center&#8221; i_align=&#8221;right&#8221; i_icon_fontawesome=&#8221;fas fa-glasses&#8221; add_icon=&#8221;true&#8221; link=&#8221;url:%20https%3A%2F%2Fbookmein.thetattooatelier.co.uk%2Findex.php%2Fprivacy-policy-2%2F&#8221;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_btn title=&#8221;TERMS &#038; CONDITIONS&#8221; style=&#8221;outline&#8221; shape=&#8221;square&#8221; color=&#8221;black&#8221; size=&#8221;sm&#8221; align=&#8221;center&#8221; i_align=&#8221;right&#8221; i_icon_fontawesome=&#8221;fas fa-book&#8221; add_icon=&#8221;true&#8221; link=&#8221;url:http%3A%2F%2Fbookmein.thetattooatelier.co.uk%2Findex.php%2F93-2%2F|title:(no%20title)&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<p style=\"text-align: center;\">All rights reserved TheTattooAtelier.co.uk &#8211; Powered by <a href=\"http:\/\/www.3fan.co.uk\">3fan<\/a><\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column offset=&#8221;vc_hidden-lg vc_hidden-md&#8221;][vc_single_image image=&#8221;132&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_single_image image=&#8221;131&#8243; img_size=&#8221;medium&#8221; alignment=&#8221;center&#8221;][vc_custom_heading text=&#8221;BOOK ME IN&#8221; font_container=&#8221;tag:h1|text_align:center&#8221; google_fonts=&#8221;font_family:Megrim%3Aregular|font_style:400%20regular%3A400%3Anormal&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column parallax=&#8221;content-moving&#8221; offset=&#8221;vc_hidden-sm vc_hidden-xs&#8221;][vc_custom_heading text=&#8221;BOOK ME IN&#8221; font_container=&#8221;tag:h1|text_align:center&#8221; google_fonts=&#8221;font_family:Megrim%3Aregular|font_style:400%20regular%3A400%3Anormal&#8221;][vc_single_image image=&#8221;131&#8243; img_size=&#8221;medium&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221;][vc_column width=&#8221;1\/4&#8243; offset=&#8221;vc_hidden-sm vc_hidden-xs&#8221;][vc_single_image image=&#8221;129&#8243; img_size=&#8221;large&#8221; alignment=&#8221;center&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_message message_box_style=&#8221;solid-icon&#8221; style=&#8221;square&#8221; message_box_color=&#8221;black&#8221; icon_fontawesome=&#8221;far fa-laugh-beam&#8221; css_animation=&#8221;none&#8221;] Welcome to TheTattooAtelier.co.uk customers booking system [\/vc_message][vc_message message_box_style=&#8221;solid-icon&#8221; style=&#8221;square&#8221; message_box_color=&#8221;black&#8221; icon_type=&#8221;typicons&#8221; css_animation=&#8221;none&#8221; icon_typicons=&#8221;typcn typcn-message-typing&#8221;] Hi! [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank","meta":{"footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bookmein.thetattooatelier.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bookmein.thetattooatelier.co.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bookmein.thetattooatelier.co.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bookmein.thetattooatelier.co.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bookmein.thetattooatelier.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=12"}],"version-history":[{"count":69,"href":"https:\/\/bookmein.thetattooatelier.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":139,"href":"https:\/\/bookmein.thetattooatelier.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/12\/revisions\/139"}],"wp:attachment":[{"href":"https:\/\/bookmein.thetattooatelier.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}