{"id":4722,"date":"2026-07-08T23:04:00","date_gmt":"2026-07-08T13:34:00","guid":{"rendered":"https:\/\/happydriving.com.au\/?p=4722"},"modified":"2026-07-10T10:45:52","modified_gmt":"2026-07-10T01:15:52","slug":"angle-park-in-south-australia","status":"publish","type":"post","link":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/","title":{"rendered":"Angle Park in South Australia"},"content":{"rendered":"\n<!--\nHappy Driving School - English Angle Park Page\n\nSuggested page title:\nAngle Park in South Australia\n\nSuggested slug:\nangle-park\n\nSuggested Yoast focus keyphrase:\nangle park South Australia\n\nSuggested SEO title:\nAngle Park South Australia | VORT Manoeuvre Guide\n\nSuggested meta description:\nLearn how the 90-degree angle park is assessed in South Australia, including mirror checks, signalling, blind spot checks, front-to-kerb position, reversing out safely, common mistakes and VORT preparation tips.\n\nHow to use:\nPaste everything below into a WordPress Custom HTML block.\n-->\n\n<style>\n  .hd-manoeuvre-page {\n    --hd-blue: #0768c8;\n    --hd-dark: #1d2939;\n    --hd-muted: #475467;\n    --hd-light: #eef6ff;\n    --hd-border: #b9dafc;\n    --hd-warn: #fff4e5;\n    --hd-warn-border: #ffb020;\n    --hd-red: #d92d20;\n    --hd-green: #057647;\n    --hd-green-bg: #ecfdf3;\n    font-size: 18px;\n    line-height: 1.7;\n    color: var(--hd-dark);\n  }\n  .hd-manoeuvre-page * { box-sizing: border-box; }\n  .hd-manoeuvre-page a {\n    color: var(--hd-blue);\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n  .hd-manoeuvre-page h1,\n  .hd-manoeuvre-page h2,\n  .hd-manoeuvre-page h3 {\n    color: var(--hd-dark);\n    line-height: 1.25;\n  }\n  .hd-manoeuvre-page h1 {\n    font-size: clamp(2rem, 4vw, 3.3rem);\n    margin: 0 0 18px;\n  }\n  .hd-manoeuvre-page h2 {\n    font-size: clamp(1.55rem, 3vw, 2.35rem);\n    margin: 52px 0 18px;\n  }\n  .hd-manoeuvre-page h3 {\n    font-size: clamp(1.2rem, 2vw, 1.5rem);\n    margin: 0 0 10px;\n  }\n  .hd-manoeuvre-page p { margin: 0 0 18px; }\n  .hd-manoeuvre-page ul,\n  .hd-manoeuvre-page ol { margin-top: 8px; margin-bottom: 18px; }\n  .hd-manoeuvre-page li { margin-bottom: 8px; }\n\n  .hd-hero {\n    padding: clamp(24px, 4vw, 46px);\n    background: linear-gradient(135deg, #f5fbff 0%, #ffffff 55%, #eaf4ff 100%);\n    border: 2px solid var(--hd-border);\n    border-radius: 22px;\n    margin-bottom: 34px;\n  }\n  .hd-eyebrow {\n    display: inline-block;\n    font-weight: 700;\n    color: var(--hd-blue);\n    background: #e9f4ff;\n    padding: 6px 12px;\n    border-radius: 999px;\n    margin-bottom: 18px;\n  }\n  .hd-lead {\n    font-size: clamp(1.05rem, 2vw, 1.28rem);\n    color: var(--hd-muted);\n    max-width: 980px;\n  }\n  .hd-button-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 24px;\n  }\n  .hd-btn {\n    display: inline-block;\n    background: var(--hd-blue);\n    color: #ffffff !important;\n    text-decoration: none !important;\n    padding: 13px 20px;\n    border-radius: 10px;\n    font-weight: 700;\n    border: 2px solid var(--hd-blue);\n  }\n  .hd-btn.secondary {\n    background: #ffffff;\n    color: var(--hd-blue) !important;\n  }\n\n  .hd-card-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n    margin: 24px 0 34px;\n  }\n  .hd-card {\n    background: #f7fbff;\n    border: 3px solid var(--hd-blue);\n    border-radius: 18px;\n    padding: 22px;\n  }\n  .hd-card.highlight {\n    background: var(--hd-green-bg);\n    border-color: var(--hd-green);\n  }\n  .hd-card p:last-child { margin-bottom: 0; }\n  .hd-badge {\n    display: inline-block;\n    background: #ffffff;\n    color: var(--hd-blue);\n    border: 1px solid var(--hd-border);\n    border-radius: 999px;\n    padding: 5px 10px;\n    font-size: 0.9rem;\n    font-weight: 800;\n    margin-bottom: 12px;\n  }\n\n  .hd-callout {\n    border-left: 6px solid var(--hd-blue);\n    background: var(--hd-light);\n    padding: 20px 22px;\n    border-radius: 14px;\n    margin: 26px 0;\n  }\n  .hd-warning {\n    border: 2px solid var(--hd-warn-border);\n    background: var(--hd-warn);\n    padding: 20px 22px;\n    border-radius: 14px;\n    margin: 26px 0;\n  }\n  .hd-warning strong { color: #9a3412; }\n  .hd-red-box {\n    border: 2px solid #fecdca;\n    background: #fff6f5;\n    padding: 20px 22px;\n    border-radius: 14px;\n    margin: 26px 0;\n  }\n  .hd-red-box h3 { color: var(--hd-red); }\n\n  .hd-two-col {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 22px;\n    margin: 22px 0;\n  }\n  .hd-step {\n    background: #ffffff;\n    border: 1px solid #d0d5dd;\n    border-radius: 14px;\n    padding: 18px;\n  }\n  .hd-step-number {\n    display: inline-flex;\n    min-width: 32px;\n    height: 32px;\n    padding: 0 10px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 999px;\n    background: var(--hd-blue);\n    color: #ffffff;\n    font-weight: 700;\n    margin-bottom: 10px;\n  }\n\n  .hd-timeline {\n    counter-reset: hdstep;\n    margin: 24px 0;\n  }\n  .hd-timeline-item {\n    counter-increment: hdstep;\n    position: relative;\n    background: #ffffff;\n    border: 1px solid #d0d5dd;\n    border-radius: 16px;\n    padding: 20px 20px 20px 76px;\n    margin-bottom: 14px;\n  }\n  .hd-timeline-item::before {\n    content: counter(hdstep);\n    position: absolute;\n    left: 22px;\n    top: 20px;\n    width: 36px;\n    height: 36px;\n    border-radius: 50%;\n    background: var(--hd-blue);\n    color: #ffffff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 800;\n  }\n\n  .hd-table-wrap {\n    overflow-x: auto;\n    margin: 24px 0;\n  }\n  .hd-table {\n    width: 100%;\n    border-collapse: collapse;\n    min-width: 680px;\n    background: #ffffff;\n  }\n  .hd-table th,\n  .hd-table td {\n    border: 1px solid #d0d5dd;\n    padding: 14px;\n    text-align: left;\n    vertical-align: top;\n  }\n  .hd-table th {\n    background: #eef6ff;\n    font-weight: 800;\n  }\n  .hd-small {\n    font-size: 0.95rem;\n    color: var(--hd-muted);\n  }\n  .hd-footer-cta {\n    text-align: center;\n    background: #f5fbff;\n    border: 2px solid var(--hd-border);\n    border-radius: 22px;\n    padding: clamp(24px, 4vw, 42px);\n    margin-top: 46px;\n  }\n  @media (max-width: 850px) {\n    .hd-card-grid,\n    .hd-two-col {\n      grid-template-columns: 1fr;\n    }\n    .hd-manoeuvre-page { font-size: 17px; }\n    .hd-btn {\n      width: 100%;\n      text-align: center;\n    }\n    .hd-timeline-item {\n      padding-left: 20px;\n      padding-top: 70px;\n    }\n  }\n<\/style>\n\n<div class=\"hd-manoeuvre-page\">\n\n  <section class=\"hd-hero\">\n    <span class=\"hd-eyebrow\">VORT Manoeuvre Guide<\/span>\n    <h1>Angle Park in South Australia<\/h1>\n    <p class=\"hd-lead\">\n      Angle park, also called a 90-degree angle park front to kerb, is one of the five slow speed manoeuvres used in South Australian VORT preparation.\n      It tests whether you can select a suitable parking bay, signal correctly, observe properly, control the vehicle and park wholly within the bay.\n    <\/p>\n    <p class=\"hd-lead\">\n      This guide explains the manoeuvre in plain English for learner drivers and overseas licence holders in Adelaide.\n      It is a training guide only and does not replace official South Australian road rules.\n    <\/p>\n    <div class=\"hd-button-row\">\n      <a class=\"hd-btn\" href=\"https:\/\/calendar.google.com\/calendar\/u\/0\/appointments\/AcZssZ0g9fZkOa9uMY5J9p9lbzNTIn3MiDaDHOUSoag=\" target=\"_blank\" rel=\"noopener\">Book a Driving Lesson<\/a>\n      <a class=\"hd-btn secondary\" href=\"https:\/\/happydriving.com.au\/index.php\/en\/vort-test-preparation-south-australia\/\">VORT Test Preparation<\/a>\n      <a class=\"hd-btn secondary\" href=\"https:\/\/happydriving.com.au\/index.php\/en\/category\/insights\/\">Insights<\/a>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>What Is an Angle Park?<\/h2>\n    <p>\n      An angle park requires the driver to enter a parking bay front first, normally at about 90 degrees to the kerb or end of the bay.\n      In the South Australian Driving Companion, the task is described as a 90-degree angle park, front to kerb.\n    <\/p>\n\n    <div class=\"hd-card-grid\">\n      <div class=\"hd-card\">\n        <span class=\"hd-badge\">Goal 1<\/span>\n        <h3>Enter in one attempt<\/h3>\n        <p>\n          The vehicle should enter the bay under control without reversing to adjust after entering.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card highlight\">\n        <span class=\"hd-badge\">Goal 2<\/span>\n        <h3>Stay within the bay<\/h3>\n        <p>\n          The car should finish wholly within the parking bay, reasonably straight and not too far from the kerb or end line.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <span class=\"hd-badge\">Goal 3<\/span>\n        <h3>Leave safely<\/h3>\n        <p>\n          Reversing out safely requires strong observation, slow control and awareness of the front of the vehicle.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"hd-callout\">\n      <strong>Simple version:<\/strong> choose the bay, mirror, signal, slow down, check the inside of the turn, enter smoothly in one attempt, then reverse out slowly with full observation.\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>Before You Enter the Bay<\/h2>\n    <p>\n      The angle park is not only about steering. The test standard also checks signal timing, mirror use, observation and vehicle clearance before the steering starts.\n    <\/p>\n\n    <div class=\"hd-two-col\">\n      <div class=\"hd-step\">\n        <span class=\"hd-step-number\">Good<\/span>\n        <h3>Suitable parking bay<\/h3>\n        <ul>\n          <li>Large enough and clearly marked<\/li>\n          <li>No pedestrians, cyclists or obstacles in or near the bay<\/li>\n          <li>No vehicle reversing or moving near the parking area<\/li>\n          <li>Enough approach distance to slow and turn smoothly<\/li>\n          <li>Enough clearance from vehicles beside the bay<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"hd-step\">\n        <span class=\"hd-step-number\">Avoid<\/span>\n        <h3>High-risk approach<\/h3>\n        <ul>\n          <li>Signalling too late or after slowing suddenly<\/li>\n          <li>Turning before checking inside clearance<\/li>\n          <li>Entering too fast<\/li>\n          <li>Cutting across a bay where another road user may be moving<\/li>\n          <li>Relying only on a reference point and ignoring surroundings<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <div class=\"hd-warning\">\n      <strong>Training tip:<\/strong> in a car park, pedestrians and vehicles can appear from unexpected directions. Look around before you steer, not only after the car starts turning.\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>Step-by-Step: Entering an Angle Park<\/h2>\n    <p>\n      There is no single magic reference point that works for every car and every bay. The following is a safe learning sequence.\n      Your instructor may adjust reference points depending on the vehicle, bay size and road layout.\n    <\/p>\n\n    <div class=\"hd-timeline\">\n      <div class=\"hd-timeline-item\">\n        <h3>Select a suitable parking bay<\/h3>\n        <p>\n          Choose a bay that is safe, legal and practical. Check for pedestrians, cyclists, shopping trolleys, parked cars and vehicles moving nearby.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Check mirrors, signal and slow down<\/h3>\n        <p>\n          Check the centre mirror and the side mirror on the side you will turn toward. Signal clearly, then slow to a safe and controllable speed.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Choose the correct gear and speed<\/h3>\n        <p>\n          In an automatic, keep the vehicle slow and controlled. In a manual, choose a gear that gives smooth control.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Check inside clearance before steering<\/h3>\n        <p>\n          Before turning the steering wheel into the bay, check the inside of the turn. This may be a mirror check or shoulder check, depending on the situation.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Turn into the bay smoothly<\/h3>\n        <p>\n          Steer into the bay at slow speed. Keep checking the front corners, side clearance and the lines of the bay.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Finish wholly within the bay<\/h3>\n        <p>\n          Stop with the vehicle front to kerb or end of bay, without touching the kerb. Where practical, the car should be central in the bay and the front wheels should point straight ahead.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Secure the vehicle<\/h3>\n        <p>\n          Stop safely and secure the vehicle as required. In a test situation, listen carefully for the examiner\u2019s next instruction.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>Position Standard<\/h2>\n    <p>\n      The final position matters. A vehicle that is inside the bay but very crooked, too far forward, or touching the kerb may not meet the required standard.\n    <\/p>\n\n    <div class=\"hd-table-wrap\">\n      <table class=\"hd-table\">\n        <thead>\n          <tr>\n            <th>Requirement<\/th>\n            <th>Plain English meaning<\/th>\n            <th>Training focus<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>Wholly within the bay<\/td>\n            <td>The vehicle should not be over the parking bay lines.<\/td>\n            <td>Approach slowly and line up early.<\/td>\n          <\/tr>\n          <tr>\n            <td>Not more than 300 mm out of parallel with the lines<\/td>\n            <td>The car should not be badly angled or crooked inside the bay.<\/td>\n            <td>Correct steering timing and finish with wheels straight where practical.<\/td>\n          <\/tr>\n          <tr>\n            <td>Not more than 300 mm from kerb or end of bay<\/td>\n            <td>The car should not stop too far away from the front of the bay.<\/td>\n            <td>Use slow speed and stop accurately before touching the kerb.<\/td>\n          <\/tr>\n          <tr>\n            <td>Do not touch the kerb<\/td>\n            <td>The front of the car or wheels should not hit the kerb.<\/td>\n            <td>Control speed and brake gently before the kerb.<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <div class=\"hd-callout\">\n      <strong>Key reminder:<\/strong> the aim is not to park quickly. The aim is to park accurately and safely under full control.\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>Step-by-Step: Leaving the Angle Park<\/h2>\n    <p>\n      Leaving the parking bay is often harder than entering because the car is reversing and the front of the vehicle may swing close to vehicles or obstacles beside the bay.\n    <\/p>\n\n    <div class=\"hd-timeline\">\n      <div class=\"hd-timeline-item\">\n        <h3>Select reverse gear<\/h3>\n        <p>\n          Prepare the car and select reverse. Keep the vehicle slow and controlled.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Check all around before moving<\/h3>\n        <p>\n          Check behind over your shoulders, both sides and to the front before moving. Do not rely only on mirrors or the reverse camera.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Reverse slowly<\/h3>\n        <p>\n          Reverse only as far as needed. Keep checking behind, both sides and the front corner clearance.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Clear the vehicle beside you<\/h3>\n        <p>\n          Watch the front of your car carefully as it swings out. Avoid nearby cars, kerbs, posts, trolleys or pedestrians.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Prepare to move forward safely<\/h3>\n        <p>\n          Counter-steer enough to prepare the vehicle to move off safely down the road or lane. Avoid unnecessary reversing.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Move off safely<\/h3>\n        <p>\n          Select Drive or first gear, check mirrors and relevant traffic, signal if appropriate, then move off safely without rolling.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"hd-warning\">\n      <strong>Observation reminder:<\/strong> when reversing out of a bay, keep your eyes moving. Check behind, sides and front repeatedly because people and cars can appear while you are already moving.\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>Common Mistakes in Angle Parking<\/h2>\n    <div class=\"hd-card-grid\">\n      <div class=\"hd-card\">\n        <h3>Signal after braking or steering<\/h3>\n        <p>\n          The signal should come before the driver slows or steers into the bay, so other road users can understand the intention.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>No inside clearance check<\/h3>\n        <p>\n          Before steering into the bay, check the side you are turning toward for pedestrians, cyclists, vehicles or obstacles.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Entering too fast<\/h3>\n        <p>\n          Too much speed makes it harder to steer, stop accurately and avoid touching the kerb.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Reversing to fix the entry<\/h3>\n        <p>\n          The angle park should be completed front to kerb on the first attempt.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Stopping too far from the kerb<\/h3>\n        <p>\n          The vehicle needs to finish close enough to the kerb or end of bay without touching it.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Weak observation when reversing out<\/h3>\n        <p>\n          Looking only at the camera or only behind is not enough. Both sides and the front must also be checked.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>What Can Cause a \u201cNot Yet Competent\u201d Result?<\/h2>\n    <p>\n      In a test or assessment situation, angle park may be marked as not yet competent if the driver does not complete the manoeuvre safely, accurately and in sequence.\n    <\/p>\n\n    <div class=\"hd-red-box\">\n      <h3>High-risk problems<\/h3>\n      <ul>\n        <li>Not checking mirrors or signalling before slowing and turning.<\/li>\n        <li>Failing to check the inside of the turn before steering.<\/li>\n        <li>Touching the kerb while entering.<\/li>\n        <li>Not positioning the vehicle wholly within the bay.<\/li>\n        <li>Stopping too far from the kerb or end of the bay.<\/li>\n        <li>Reversing after entering to adjust the parking position.<\/li>\n        <li>Not checking properly before or during reversing out.<\/li>\n        <li>Hitting or nearly hitting another car, kerb, pole, pedestrian or obstacle.<\/li>\n        <li>Performing the steps out of sequence.<\/li>\n      <\/ul>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>Instructor Tips<\/h2>\n    <div class=\"hd-two-col\">\n      <div class=\"hd-step\">\n        <span class=\"hd-step-number\">Tip<\/span>\n        <h3>Signal before the action<\/h3>\n        <p>\n          If the signal starts after the car has already slowed or turned, other road users do not get enough warning.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-step\">\n        <span class=\"hd-step-number\">Tip<\/span>\n        <h3>Do not trust only reference points<\/h3>\n        <p>\n          A reference point may help, but the driver must still check traffic, pedestrians, lines, kerb and vehicle clearance.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-step\">\n        <span class=\"hd-step-number\">Tip<\/span>\n        <h3>Use slow speed<\/h3>\n        <p>\n          Slow speed gives you time to steer accurately and stop before touching the kerb.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-step\">\n        <span class=\"hd-step-number\">Tip<\/span>\n        <h3>Watch the front when reversing out<\/h3>\n        <p>\n          Many students look behind but forget the front corner of the car swings close to the next bay or vehicle.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>How This Connects to VORT Preparation<\/h2>\n    <p>\n      Angle park is part of the five slow speed manoeuvres in the VORT.\n      It shows whether the driver can combine signal timing, observation, judgement, low-speed control and accurate vehicle positioning.\n    <\/p>\n\n    <div class=\"hd-card-grid\">\n      <div class=\"hd-card\">\n        <h3>Observation<\/h3>\n        <p>\n          Mirror checks, inside clearance checks and all-around checks when reversing.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Control<\/h3>\n        <p>\n          Smooth speed, steering and braking while entering and leaving the bay.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Accuracy<\/h3>\n        <p>\n          Wholly within the bay, close enough to the kerb or end, and reasonably parallel with the bay lines.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <p>\n      To prepare properly, practise with a driving instructor first. Car parks can be unpredictable, so do not practise in busy shopping areas until you can complete the manoeuvre safely.\n    <\/p>\n  <\/section>\n\n  <section>\n    <h2>Other VORT Manoeuvre Guides<\/h2>\n    <p>\n      Angle park is one of the five slow speed manoeuvres. You can also read the other manoeuvre guides when they are available.\n    <\/p>\n\n    <div class=\"hd-card-grid\">\n      <div class=\"hd-card\">\n        <h3>Moving off from kerb<\/h3>\n        <p><a href=\"https:\/\/happydriving.com.au\/index.php\/en\/category\/insights\/\">Guide coming soon<\/a><\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Reverse parallel park<\/h3>\n        <p><a href=\"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/\">Read guide<\/a><\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Three-point turn<\/h3>\n        <p><a href=\"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/three-point-turnn\/\">Read guide<\/a><\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>U-turn<\/h3>\n        <p><a href=\"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/u-turn-2\/\">Read guide<\/a><\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>All insights<\/h3>\n        <p><a href=\"https:\/\/happydriving.com.au\/index.php\/en\/category\/insights\/\">View Insights<\/a><\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>VORT overview<\/h3>\n        <p><a href=\"https:\/\/happydriving.com.au\/index.php\/en\/vort-test-preparation-south-australia\/\">Read VORT guide<\/a><\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>Official Reference<\/h2>\n    <p>\n      Use official sources for licensing and assessment information because requirements may change.\n    <\/p>\n    <ul>\n      <li><a href=\"https:\/\/mylicence.sa.gov.au\/the-driving-companion\/u2t12\" target=\"_blank\" rel=\"noopener\">MyLicence: Unit 2 Task 12 \u2013 90 degree angle park<\/a><\/li>\n      <li><a href=\"https:\/\/mylicence.sa.gov.au\/the-driving-companion\/vort\" target=\"_blank\" rel=\"noopener\">MyLicence: Vehicle On Road Test (VORT)<\/a><\/li>\n      <li><a href=\"https:\/\/mylicence.sa.gov.au\/roadrules\/the-drivers-handbook\" target=\"_blank\" rel=\"noopener\">The Driver\u2019s Handbook<\/a><\/li>\n    <\/ul>\n  <\/section>\n\n  <section class=\"hd-footer-cta\">\n    <h2>Need Help Practising Angle Park?<\/h2>\n    <p>\n      Book a driving lesson or send an enquiry with your licence status, driving experience and test goal.\n    <\/p>\n    <div class=\"hd-button-row\" style=\"justify-content:center;\">\n      <a class=\"hd-btn\" href=\"https:\/\/calendar.google.com\/calendar\/u\/0\/appointments\/AcZssZ0g9fZkOa9uMY5J9p9lbzNTIn3MiDaDHOUSoag=\" target=\"_blank\" rel=\"noopener\">Book a Driving Lesson<\/a>\n      <a class=\"hd-btn secondary\" href=\"https:\/\/happydriving.com.au\/index.php\/en\/contact-your-driving-instructor\/\">Contact Instructor<\/a>\n      <a class=\"hd-btn secondary\" href=\"https:\/\/happydriving.com.au\/index.php\/en\/driving-lesson-prices-adelaide\/\">View Prices<\/a>\n      <a class=\"hd-btn secondary\" href=\"https:\/\/happydriving.com.au\/index.php\/en\/home-english\/\">Back to Home<\/a>\n    <\/div>\n  <\/section>\n\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>VORT Manoeuvre Guide Angle Park in South Australia Angle park, also called a 90-degree angle park front to kerb, is [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":4727,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1015],"tags":[],"class_list":["post-4722","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-insights"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Angle Park in South Australia - Happy Driving School<\/title>\n<meta name=\"description\" content=\"Learn how the 90-degree angle park is assessed in South Australia, including mirror checks, signalling, blind spot checks, front-to-kerb position, reversing out safely, common mistakes and VORT preparation tips.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Angle Park in South Australia - Happy Driving School\" \/>\n<meta property=\"og:description\" content=\"Learn how the 90-degree angle park is assessed in South Australia, including mirror checks, signalling, blind spot checks, front-to-kerb position, reversing out safely, common mistakes and VORT preparation tips.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/\" \/>\n<meta property=\"og:site_name\" content=\"Happy Driving School\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-08T13:34:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-10T01:15:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/happydriving.com.au\/wp-content\/uploads\/2026\/07\/IMG_5314.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"200\" \/>\n\t<meta property=\"og:image:height\" content=\"155\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Lung Lam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lung Lam\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/angle-park-in-south-australia\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/angle-park-in-south-australia\\\/\"},\"author\":{\"name\":\"Lung Lam\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#\\\/schema\\\/person\\\/ac2d5080dea8de39913747d18ab7ba51\"},\"headline\":\"Angle Park in South Australia\",\"datePublished\":\"2026-07-08T13:34:00+00:00\",\"dateModified\":\"2026-07-10T01:15:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/angle-park-in-south-australia\\\/\"},\"wordCount\":1551,\"publisher\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/angle-park-in-south-australia\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/happydriving.com.au\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/IMG_5314.jpeg\",\"articleSection\":[\"Insights\"],\"inLanguage\":\"en-AU\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/angle-park-in-south-australia\\\/\",\"url\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/angle-park-in-south-australia\\\/\",\"name\":\"Angle Park in South Australia - Happy Driving School\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/angle-park-in-south-australia\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/angle-park-in-south-australia\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/happydriving.com.au\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/IMG_5314.jpeg\",\"datePublished\":\"2026-07-08T13:34:00+00:00\",\"dateModified\":\"2026-07-10T01:15:52+00:00\",\"description\":\"Learn how the 90-degree angle park is assessed in South Australia, including mirror checks, signalling, blind spot checks, front-to-kerb position, reversing out safely, common mistakes and VORT preparation tips.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/angle-park-in-south-australia\\\/#breadcrumb\"},\"inLanguage\":\"en-AU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/angle-park-in-south-australia\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/angle-park-in-south-australia\\\/#primaryimage\",\"url\":\"https:\\\/\\\/happydriving.com.au\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/IMG_5314.jpeg\",\"contentUrl\":\"https:\\\/\\\/happydriving.com.au\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/IMG_5314.jpeg\",\"width\":200,\"height\":155},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/angle-park-in-south-australia\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/happydriving.com.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Angle Park in South Australia\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#website\",\"url\":\"https:\\\/\\\/happydriving.com.au\\\/\",\"name\":\"\u6b22\u6b23\u9a7e\u9a76\",\"description\":\"Driving Instructor Adelaide\",\"publisher\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/happydriving.com.au\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-AU\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#organization\",\"name\":\"\u6b22\u6b23\u9a7e\u9a76\",\"url\":\"https:\\\/\\\/happydriving.com.au\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/happydriving.com.au\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/happydrivinglogo.jpg\",\"contentUrl\":\"https:\\\/\\\/happydriving.com.au\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/happydrivinglogo.jpg\",\"width\":453,\"height\":406,\"caption\":\"\u6b22\u6b23\u9a7e\u9a76\"},\"image\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#\\\/schema\\\/person\\\/ac2d5080dea8de39913747d18ab7ba51\",\"name\":\"Lung Lam\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8c844d73aa49a95b48dc79fc9d492d5c346548cc0f2c33cb98a233d9a1dd1735?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8c844d73aa49a95b48dc79fc9d492d5c346548cc0f2c33cb98a233d9a1dd1735?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8c844d73aa49a95b48dc79fc9d492d5c346548cc0f2c33cb98a233d9a1dd1735?s=96&d=mm&r=g\",\"caption\":\"Lung Lam\"},\"sameAs\":[\"http:\\\/\\\/Www.happydriving.com.au\"],\"url\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/author\\\/how321tin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Angle Park in South Australia - Happy Driving School","description":"Learn how the 90-degree angle park is assessed in South Australia, including mirror checks, signalling, blind spot checks, front-to-kerb position, reversing out safely, common mistakes and VORT preparation tips.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/","og_locale":"en_US","og_type":"article","og_title":"Angle Park in South Australia - Happy Driving School","og_description":"Learn how the 90-degree angle park is assessed in South Australia, including mirror checks, signalling, blind spot checks, front-to-kerb position, reversing out safely, common mistakes and VORT preparation tips.","og_url":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/","og_site_name":"Happy Driving School","article_published_time":"2026-07-08T13:34:00+00:00","article_modified_time":"2026-07-10T01:15:52+00:00","og_image":[{"width":200,"height":155,"url":"https:\/\/happydriving.com.au\/wp-content\/uploads\/2026\/07\/IMG_5314.jpeg","type":"image\/jpeg"}],"author":"Lung Lam","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Lung Lam","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/#article","isPartOf":{"@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/"},"author":{"name":"Lung Lam","@id":"https:\/\/happydriving.com.au\/#\/schema\/person\/ac2d5080dea8de39913747d18ab7ba51"},"headline":"Angle Park in South Australia","datePublished":"2026-07-08T13:34:00+00:00","dateModified":"2026-07-10T01:15:52+00:00","mainEntityOfPage":{"@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/"},"wordCount":1551,"publisher":{"@id":"https:\/\/happydriving.com.au\/#organization"},"image":{"@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/#primaryimage"},"thumbnailUrl":"https:\/\/happydriving.com.au\/wp-content\/uploads\/2026\/07\/IMG_5314.jpeg","articleSection":["Insights"],"inLanguage":"en-AU"},{"@type":"WebPage","@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/","url":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/","name":"Angle Park in South Australia - Happy Driving School","isPartOf":{"@id":"https:\/\/happydriving.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/#primaryimage"},"image":{"@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/#primaryimage"},"thumbnailUrl":"https:\/\/happydriving.com.au\/wp-content\/uploads\/2026\/07\/IMG_5314.jpeg","datePublished":"2026-07-08T13:34:00+00:00","dateModified":"2026-07-10T01:15:52+00:00","description":"Learn how the 90-degree angle park is assessed in South Australia, including mirror checks, signalling, blind spot checks, front-to-kerb position, reversing out safely, common mistakes and VORT preparation tips.","breadcrumb":{"@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/#breadcrumb"},"inLanguage":"en-AU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/"]}]},{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/#primaryimage","url":"https:\/\/happydriving.com.au\/wp-content\/uploads\/2026\/07\/IMG_5314.jpeg","contentUrl":"https:\/\/happydriving.com.au\/wp-content\/uploads\/2026\/07\/IMG_5314.jpeg","width":200,"height":155},{"@type":"BreadcrumbList","@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/angle-park-in-south-australia\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/happydriving.com.au\/"},{"@type":"ListItem","position":2,"name":"Angle Park in South Australia"}]},{"@type":"WebSite","@id":"https:\/\/happydriving.com.au\/#website","url":"https:\/\/happydriving.com.au\/","name":"\u6b22\u6b23\u9a7e\u9a76","description":"Driving Instructor Adelaide","publisher":{"@id":"https:\/\/happydriving.com.au\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/happydriving.com.au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-AU"},{"@type":"Organization","@id":"https:\/\/happydriving.com.au\/#organization","name":"\u6b22\u6b23\u9a7e\u9a76","url":"https:\/\/happydriving.com.au\/","logo":{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/happydriving.com.au\/#\/schema\/logo\/image\/","url":"https:\/\/happydriving.com.au\/wp-content\/uploads\/2016\/11\/happydrivinglogo.jpg","contentUrl":"https:\/\/happydriving.com.au\/wp-content\/uploads\/2016\/11\/happydrivinglogo.jpg","width":453,"height":406,"caption":"\u6b22\u6b23\u9a7e\u9a76"},"image":{"@id":"https:\/\/happydriving.com.au\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/happydriving.com.au\/#\/schema\/person\/ac2d5080dea8de39913747d18ab7ba51","name":"Lung Lam","image":{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/secure.gravatar.com\/avatar\/8c844d73aa49a95b48dc79fc9d492d5c346548cc0f2c33cb98a233d9a1dd1735?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8c844d73aa49a95b48dc79fc9d492d5c346548cc0f2c33cb98a233d9a1dd1735?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8c844d73aa49a95b48dc79fc9d492d5c346548cc0f2c33cb98a233d9a1dd1735?s=96&d=mm&r=g","caption":"Lung Lam"},"sameAs":["http:\/\/Www.happydriving.com.au"],"url":"https:\/\/happydriving.com.au\/index.php\/author\/how321tin\/"}]}},"_links":{"self":[{"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/posts\/4722","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=4722"}],"version-history":[{"count":3,"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/posts\/4722\/revisions"}],"predecessor-version":[{"id":4728,"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/posts\/4722\/revisions\/4728"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/media\/4727"}],"wp:attachment":[{"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=4722"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=4722"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=4722"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}