{
  "agency": {
    "country": "AU",
    "id": "transport-for-nsw-greater-sydney",
    "name": "Transport for NSW (Greater Sydney)",
    "operating_note": "The complete Greater Sydney schedule bundle: 10,179 routes and 199,757 trips across light rail, metro, rail, bus and ferry. It is one regional file covering many operators, counted here as one feed record rather than as separate agencies. At 279 MiB it needs the large-feed ingestion tier. The per-mode Transport for NSW API feeds still require an API key; this bundle does not, which is what changed since the 2026-07 review deferred Sydney on its registration wall.",
    "subdivision_code": "AU-NSW",
    "subdivision_name": "New South Wales"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 38.5,
          "stops_marked_accessible_pct": 1.1,
          "stops_marked_not_accessible_pct": 0.5,
          "stops_stated_pct": 1.6,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.4,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 205298,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 99.8,
        "headsign_scored_pct": 99.8,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": true,
          "has_levels": true,
          "has_pathways": true,
          "has_stations": true,
          "has_step_free": true,
          "pathway_count": 6692
        },
        "stops": 171070,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 205298,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 1.6,
        "wheelchair_marked_accessible_pct": 1.1,
        "wheelchair_marked_not_accessible_pct": 0.5
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 168344,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 24.6,
          "severity": "WARNING",
          "what": "168344 of 171070 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 346,
          "effort": "Usually one value per route pattern in your scheduling source.",
          "fix": "Add the destination, direction, or 'via' label riders actually see to trip_headsign. Do not copy the route name. If the label changes during the trip, use stop_headsign.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "346 of 205298 trips have no headsign, the text that tells riders where the transit vehicle is going.",
          "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        },
        {
          "code": "scorecard_station_pathways",
          "count": 6692,
          "effort": "None.",
          "fix": "No action needed.",
          "owner": "",
          "points": 0.0,
          "severity": "INFO",
          "what": "This feed maps paths inside its stations. It includes step-free routes with an elevator.",
          "why": "Riders can be routed through the station, and wheelchair users can see whether a step-free route exists."
        }
      ],
      "name": "completeness",
      "score": 52.9,
      "status": "measured",
      "summary": "2% of stops state wheelchair accessibility (1% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 22,
        "instances_by_severity": {
          "ERROR": 12,
          "INFO": 440,
          "WARNING": 22145
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 6,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
        },
        {
          "code": "number_out_of_range",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'number_out_of_range' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Number out of range (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "block_trips_with_overlapping_stop_times",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "point_near_origin",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'point_near_origin' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Point near origin (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unexpected_enum_value",
          "count": 10167,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_bike_allowance",
          "count": 7442,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_bike_allowance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing bike allowance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 3719,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "stop_without_stop_time",
          "count": 617,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 85,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "route_long_name_contains_short_name",
          "count": 68,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 29,
          "effort": "Minutes per flagged trip once you open it.",
          "fix": "Check the two stop times for a wrong digit first. Then check whether a stop sits at the wrong coordinates, or a stop between them is missing.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Between two distant stops, the times imply a speed no transit vehicle reaches.",
          "why": "A rider gets a trip plan that cannot happen. Live systems then report delays that are not real."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 10,
          "effort": "Usually one export setting.",
          "fix": "Trim leading and trailing spaces on export. The scorecard's auto-fixed copy already does this.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some values have extra spaces at the start or end.",
          "why": "A stray space can break a match, so a stop or route may fail to link across files."
        },
        {
          "code": "stop_has_too_many_matches_for_shape",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_has_too_many_matches_for_shape' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Stop has too many matches for shape (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "duplicate_route_name",
          "count": 1,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 1,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "route_color_contrast",
          "count": 1,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "big_gap_in_service",
          "count": 435,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "unknown_column",
          "count": 4,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "unknown_file",
          "count": 1,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 22 kinds of issue across 22597 instances (12 error, 22145 warning, 440 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 90,
        "effective_expiry_date": "2026-12-04",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-12-04",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 90 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "4 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 90 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 2% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "Two requirements remain for this feed to earn the conformance mark. 4 validator errors to resolve. States wheelchair access on 2% of stops and 100% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "CC BY 4.0 through the Transport Open Data Hub; credit Transport for NSW as the source.",
    "reachable": true,
    "sha256": "cd1722424c6f23690f1553e906fa850e90b650fd2dfe88d29f39d4827b76e8bb",
    "size_bytes": 301744921,
    "source_provenance": "official",
    "static_url": "https://opendata.transport.nsw.gov.au/data/dataset/d1f68d4f-b778-44df-9823-cf2fa922e47f/resource/67974f14-01bf-47b7-bfa5-c7f2f8a950ca/download/full_greater_sydney_gtfs_static_0.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 74,
        "allowed_pct": 77.1,
        "not_allowed_count": 22,
        "not_allowed_pct": 22.9,
        "stated_count": 96,
        "stated_pct": 100.0,
        "total_count": 96
      },
      "trips": {
        "allowed_count": 7365,
        "allowed_pct": 99.0,
        "not_allowed_count": 77,
        "not_allowed_pct": 1.0,
        "stated_count": 7442,
        "stated_pct": 100.0,
        "total_count": 7442
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 7442
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 7442
    },
    "fares": {
      "applied": false,
      "fare_free": false,
      "model": "none",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 24,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 96,
      "stated_count": 0,
      "stated_pct": 0.0,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 96,
      "parented_boarding_location_count": 96,
      "parented_boarding_location_pct": 100.0,
      "referenced_station_count": 78
    },
    "trip_count": 7442
  },
  "fetch": {
    "final_url": "https://opendata.transport.nsw.gov.au/data/dataset/d1f68d4f-b778-44df-9823-cf2fa922e47f/resource/67974f14-01bf-47b7-bfa5-c7f2f8a950ca/download/full_greater_sydney_gtfs_static_0.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-09-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      -179.99891,
      -37.81827,
      153.62134,
      30.51657
    ],
    "lat": -33.71423,
    "lon": 150.92913,
    "stop_count": 171069
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 6,
        "trip_count": 7559,
        "trip_share_pct": 3.7
      },
      {
        "key": "subway",
        "label": "Subway / metro",
        "route_count": 1,
        "trip_count": 2056,
        "trip_share_pct": 1.0
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 44,
        "trip_count": 74323,
        "trip_share_pct": 36.2
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 10133,
        "trip_count": 113918,
        "trip_share_pct": 55.5
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 24,
        "trip_count": 7442,
        "trip_share_pct": 3.6
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 10208,
    "trip_count": 205298
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 37.8,
    "margin_to_next_band": 22.2,
    "score": 37.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 9910,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "9910 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (14SC, 43SC, 75SC, 76SC, SC01, and more).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 158666,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "158666 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Central Station, Eddy Av\", \"Central Station, Eddy Av, Stand A\", \"Central Station, Eddy Av, Stand B\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 90606,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 617,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "617 of 90606 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 617,
    "single_stop_trips": 0,
    "trips_total": 205298
  },
  "route_map": {
    "drawn_route_count": 10208,
    "has_shapes": true,
    "path": "data/artifacts/transport-for-nsw-greater-sydney/geometry.geojson",
    "route_count": 10208,
    "routes": [
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-14S-C-sj2-2",
        "label": "14SC",
        "long": "Thirroul, then all stations to Dapto",
        "short": "14SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-43S-C-sj2-1",
        "label": "43SC",
        "long": "Central, Sutherland, North Wollongong, Wollongong then Dapto",
        "short": "43SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-75S-C-sj2-1",
        "label": "75SC",
        "long": "Sutherland, Waterfall, then Otford",
        "short": "75SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-76S-C-sj2-1",
        "label": "76SC",
        "long": "Wollongong, then express to Otford",
        "short": "76SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-SC0-1-sj2-1",
        "label": "SC01",
        "long": "Kiama to Bomaderry",
        "short": "SC01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-SH1-0-sj2-2",
        "label": "SH100",
        "long": "Moss Vale to Goulburn",
        "short": "SH100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-12M-sj2-1",
        "label": "12M",
        "long": "Chatswood to Tallawong (Limited Stops)",
        "short": "12M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-400-1-sj2-1",
        "label": "4001",
        "long": "Penrith Station to McCarthy College",
        "short": "4001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-400-2-sj2-1",
        "label": "4002",
        "long": "Swallow Dr opp Skylark Cres to Caroline Chisholm College",
        "short": "4002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-400-3-sj2-1",
        "label": "4003",
        "long": "Caroline Chisholm College to York PS via Regentville PS",
        "short": "4003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-400-5-sj2-1",
        "label": "4005",
        "long": "Weir Rd after Seventh St to Holy Family PS",
        "short": "4005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-400-8-sj2-1",
        "label": "4008",
        "long": "Bennett Rd after Shepherd St to Penrith Christian School",
        "short": "4008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-400-9-sj2-1",
        "label": "4009",
        "long": "Xavier College to Henry Fulton PS",
        "short": "4009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-401-0-sj2-1",
        "label": "4010",
        "long": "Weir Rd after Seventh St to Caroline Chisholm College",
        "short": "4010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-401-1-sj2-1",
        "label": "4011",
        "long": "Glenmore Park HS to St Dominic's College",
        "short": "4011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-401-2-sj2-1",
        "label": "4012",
        "long": "Penrith Station to McCarthy HS",
        "short": "4012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-401-3-sj2-1",
        "label": "4013",
        "long": "Fifth Rd opp Llandilo Rd to Llandilo PS",
        "short": "4013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-401-4-sj2-1",
        "label": "4014",
        "long": "Llandilo PS to Caroline Chisholm College",
        "short": "4014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-401-6-sj2-1",
        "label": "4016",
        "long": "Mulgoa Rise to Surveyors Creek PS via Glenmore Park PS",
        "short": "4016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-401-7-sj2-1",
        "label": "4017",
        "long": "Penrith Station to McCarthy College",
        "short": "4017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-401-9-sj2-1",
        "label": "4019",
        "long": "Penrith Station to McCarthy College",
        "short": "4019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-402-0-sj2-1",
        "label": "4020",
        "long": "159 Park River Cl to Penrith Christian School",
        "short": "4020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-402-1-sj2-1",
        "label": "4021",
        "long": "Penrith Station to Penrith PS and Penrith HS",
        "short": "4021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-402-2-sj2-1",
        "label": "4022",
        "long": "Penrith Station to St Pauls Grammar",
        "short": "4022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-402-7-sj2-1",
        "label": "4027",
        "long": "Xavier College to Llandilo PS",
        "short": "4027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-403-4-sj2-1",
        "label": "4034",
        "long": "Weir Rd at Fifth St to McCarthy College",
        "short": "4034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-403-6-sj2-1",
        "label": "4036",
        "long": "Little Joeys Pre-School to Emmaus College",
        "short": "4036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-403-7-sj2-1",
        "label": "4037",
        "long": "Banks Dr opp Teak St to Emmaus College",
        "short": "4037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-404-0-sj2-1",
        "label": "4040",
        "long": "Swallow Dr at Fantail Cres to Emmaus College",
        "short": "4040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-404-2-sj2-1",
        "label": "4042",
        "long": "Penrith Station to Penrith PS and Penrith HS",
        "short": "4042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-404-3-sj2-1",
        "label": "4043",
        "long": "Colorado Dr after Explorers Way to Penrith PS and Penrith HS",
        "short": "4043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-404-4-sj2-1",
        "label": "4044",
        "long": "Victoria St at Richmond Rd to Glenmore Park HS",
        "short": "4044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-404-7-sj2-1",
        "label": "4047",
        "long": "Victoria St at Richmond Rd to Caroline Chisholm College",
        "short": "4047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-404-8-sj2-1",
        "label": "4048",
        "long": "Taylors Rd at Silverdale Rd to Holy Family PS",
        "short": "4048",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-404-9-sj2-1",
        "label": "4049",
        "long": "Mulgoa Rd after School House Rd to Kingswood HS",
        "short": "4049",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-405-0-sj2-1",
        "label": "4050",
        "long": "Banks Dr after Mamre Rd to Emmaus College",
        "short": "4050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-405-2-sj2-1",
        "label": "4052",
        "long": "Banks Dr after Mamre Rd to Erskine Park HS",
        "short": "4052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-405-3-sj2-1",
        "label": "4053",
        "long": "Swallow Dr opp Skylark Cres to Emmaus College",
        "short": "4053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-405-5-sj2-1",
        "label": "4055",
        "long": "Mulgoa Rd after School House Rd to McCarthy College",
        "short": "4055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-405-8-sj2-1",
        "label": "4058",
        "long": "Surveyors Creek Rd at Kiber Dr to St Nicholas of Myra PS",
        "short": "4058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-405-9-sj2-1",
        "label": "4059",
        "long": "McCarthy College to Penrith Sation",
        "short": "4059",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-406-0-sj2-1",
        "label": "4060",
        "long": "Penrith Station to Penrith Anglican College",
        "short": "4060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-406-2-sj2-1",
        "label": "4062",
        "long": "Greygums Rd opp Bottlebrush Dr to St Mary Mackillop PS",
        "short": "4062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-406-4-sj2-1",
        "label": "4064",
        "long": "Penrith South PS to St Pauls Grammar",
        "short": "4064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-406-7-sj2-1",
        "label": "4067",
        "long": "Mamre Rd at Lonsdale St to Emmaus College",
        "short": "4067",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-407-2-sj2-1",
        "label": "4072",
        "long": "Bringelly Rd after The Northern Rd to Xavier College",
        "short": "4072",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-407-3-sj2-1",
        "label": "4073",
        "long": "Richmond St opp Cooper St to Xavier College",
        "short": "4073",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-407-4-sj2-1",
        "label": "4074",
        "long": "Caroline Chisholm College to Penrith Christian School",
        "short": "4074",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-407-5-sj2-1",
        "label": "4075",
        "long": "Penrith Station to Penrith Anglican College",
        "short": "4075",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-407-7-sj2-1",
        "label": "4077",
        "long": "Andromeda Dr before The Northern Rd to Henry Fulton PS",
        "short": "4077",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-407-9-sj2-1",
        "label": "4079",
        "long": "Caloola Av before Kareela Ave to Penrith HS",
        "short": "4079",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-408-0-sj2-1",
        "label": "4080",
        "long": "Wallacia to Caroline Chisholm College",
        "short": "4080",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-408-2-sj2-1",
        "label": "4082",
        "long": "Jeanette St at Mulgoa Rd to St Dominic's College",
        "short": "4082",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-408-4-sj2-1",
        "label": "4084",
        "long": "St Clair Shopping Centre to Emmaus College",
        "short": "4084",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-408-6-sj2-1",
        "label": "4086",
        "long": "Mt Druitt Station to Emmaus College",
        "short": "4086",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-409-0-sj2-1",
        "label": "4090",
        "long": "Penrith Station to Penrith PS and Penrith HS",
        "short": "4090",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-409-4-sj2-1",
        "label": "4094",
        "long": "Penrith Station to McCarthy College",
        "short": "4094",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-409-7-sj2-1",
        "label": "4097",
        "long": "Penrith Station to Penrith PS and Penrith HS",
        "short": "4097",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-409-8-sj2-1",
        "label": "4098",
        "long": "Sunflower Dr at O'Connell St to Emmaus College",
        "short": "4098",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-409-9-sj2-1",
        "label": "4099",
        "long": "Mt Druitt Station to Chifley College Dunheved Campus",
        "short": "4099",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-410-2-sj2-1",
        "label": "4102",
        "long": "Allison Dr opp Langley Av to Nepean Christian School",
        "short": "4102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-410-4-sj2-1",
        "label": "4104",
        "long": "Erskine Park HS to Trinity PS",
        "short": "4104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-410-5-sj2-1",
        "label": "4105",
        "long": "Weir Rd after Seventh St to Penrith Anglican College",
        "short": "4105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-410-6-sj2-1",
        "label": "4106",
        "long": "Silverdale Rd before Farnsworth Av to Nepean Christian School",
        "short": "4106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-410-7-sj2-1",
        "label": "4107",
        "long": "Penrith Anglican College to Penrith Christian School",
        "short": "4107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-410-8-sj2-1",
        "label": "4108",
        "long": "Saddington St after Mamre Rd to Erskine Park HS",
        "short": "4108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-411-0-sj2-1",
        "label": "4110",
        "long": "Weir Rd after Seventh St to St Dominic's College",
        "short": "4110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-411-3-sj2-1",
        "label": "4113",
        "long": "Kingswood Station to Kingswood PS",
        "short": "4113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-411-5-sj2-1",
        "label": "4115",
        "long": "St Marys Station to Emmaus College",
        "short": "4115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-411-6-sj2-1",
        "label": "4116",
        "long": "Sunflower Dr after Myrtle Rd to Kingswood HS",
        "short": "4116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-412-2-sj2-1",
        "label": "4122",
        "long": "Werrington Station to St Dominic's College",
        "short": "4122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-412-7-sj2-1",
        "label": "4127",
        "long": "Banks Dr after Mamre Rd to Erskine Park HS",
        "short": "4127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-412-8-sj2-1",
        "label": "4128",
        "long": "Colorado Dr at Explorers Way to Emmaus College",
        "short": "4128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-413-1-sj2-1",
        "label": "4131",
        "long": "Kingswood HS to Glenmore Park HS",
        "short": "4131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-413-4-sj2-1",
        "label": "4134",
        "long": "John Batman Av at Lockyer Av to Xavier College",
        "short": "4134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-413-6-sj2-1",
        "label": "4136",
        "long": "Erskine Park HS to Emmaus College",
        "short": "4136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-413-8-sj2-1",
        "label": "4138",
        "long": "St Dominic's College to Corpus Christi PS",
        "short": "4138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-414-3-sj2-1",
        "label": "4143",
        "long": "Banks Dr after Mamre Rd to St Dominic's College",
        "short": "4143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-414-5-sj2-1",
        "label": "4145",
        "long": "School House Rd after Mulgoa Rd to Penrith Christian School",
        "short": "4145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-414-6-sj2-1",
        "label": "4146",
        "long": "Gipps St after Great Western Hwy to St Josephs PS",
        "short": "4146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-414-7-sj2-1",
        "label": "4147",
        "long": "Luddenhan Rd after Mamre Rd to St Clair HS",
        "short": "4147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-415-7-sj2-1",
        "label": "4157",
        "long": "St Marys Station to Xavier College via Ropes Crossing",
        "short": "4157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-415-8-sj2-1",
        "label": "4158",
        "long": "Silverdale to Glenmore Park High School",
        "short": "4158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-415-9-sj2-1",
        "label": "4159",
        "long": "Warragamba to Glenmore Park High School via Wallacia",
        "short": "4159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-416-5-sj2-1",
        "label": "4165",
        "long": "Ropes Crossing to Xavier College",
        "short": "4165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-416-6-sj2-1",
        "label": "4166",
        "long": "Jordan Springs to Jordan Springs PS",
        "short": "4166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-450-1-sj2-1",
        "label": "4501",
        "long": "Caroline Chisholm College to Borrowdale Way opp Seaton Cr",
        "short": "4501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-450-2-sj2-1",
        "label": "4502",
        "long": "McCarthy College to Weir Rd opp Seventh St",
        "short": "4502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-450-4-sj2-1",
        "label": "4504",
        "long": "Trinity PS to Chameleon Dr at Carcoar Cl",
        "short": "4504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-450-6-sj2-1",
        "label": "4506",
        "long": "Jamison HS to Penrith Station",
        "short": "4506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-450-7-sj2-1",
        "label": "4507",
        "long": "McCarthy College to Penrith Station",
        "short": "4507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-450-9-sj2-1",
        "label": "4509",
        "long": "Holy Family PS to Weir Rd opp Seventh St",
        "short": "4509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-451-0-sj2-1",
        "label": "4510",
        "long": "Mamre Anglican School to Captain Cook Dr before Palmyra Av",
        "short": "4510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-451-1-sj2-1",
        "label": "4511",
        "long": "Erskine Park HS to Kent Rd at Lansdowne Rd",
        "short": "4511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-451-2-sj2-1",
        "label": "4512",
        "long": "Mamre Anglican School to St Marys Station",
        "short": "4512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-451-3-sj2-1",
        "label": "4513",
        "long": "St Dominic's School to Penrith Station",
        "short": "4513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-451-4-sj2-1",
        "label": "4514",
        "long": "Caroline Chisholm College to Mamre at Saddington",
        "short": "4514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-451-5-sj2-1",
        "label": "4515",
        "long": "Trinity PS to Swallow Dr at Skylark Cr",
        "short": "4515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-451-6-sj2-1",
        "label": "4516",
        "long": "Mamre Anglican School to Mulgoa Rd opp Wallacia Hotel",
        "short": "4516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-451-8-sj2-1",
        "label": "4518",
        "long": "Mamre Anglican School to Carpenter St before Marsden Rd",
        "short": "4518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-452-1-sj2-1",
        "label": "4521",
        "long": "Penrith Anglican College to Park River Cl at Fairlight Rd",
        "short": "4521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-452-3-sj2-1",
        "label": "4523",
        "long": "St Josephs PS to Penrith Anglican College",
        "short": "4523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-452-5-sj2-1",
        "label": "4525",
        "long": "Penrith Anglican College to Surveyors Creek PS via Garswood Rd",
        "short": "4525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-452-6-sj2-1",
        "label": "4526",
        "long": "Penrith Anglican College to Penrith Station",
        "short": "4526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-452-7-sj2-1",
        "label": "4527",
        "long": "Glenmore Park HS to St Dominic's College",
        "short": "4527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-453-2-sj2-1",
        "label": "4532",
        "long": "St Paul's Grammar School to Penrith Station",
        "short": "4532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-453-4-sj2-1",
        "label": "4534",
        "long": "York PS to Weir Rd opp Seventh St",
        "short": "4534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-453-5-sj2-1",
        "label": "4535",
        "long": "Kingswood HS to Sunflower Dr before Gipps St",
        "short": "4535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-453-6-sj2-1",
        "label": "4536",
        "long": "Penrith Christian Community School to Weir Rd opp Seventh St",
        "short": "4536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-453-8-sj2-1",
        "label": "4538",
        "long": "Penrith Christian Community School to Trinity Dr at Cleeve Pl",
        "short": "4538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-454-0-sj2-1",
        "label": "4540",
        "long": "St Paul's Grammar School to Penrith Station",
        "short": "4540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-454-1-sj2-1",
        "label": "4541",
        "long": "Caroline Chisholm College to The Northern Rd before Cranebrook Rd",
        "short": "4541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-454-8-sj2-1",
        "label": "4548",
        "long": "Corpus Christi Catholic PS to Castlereagh Rd before High St via Castlereagh",
        "short": "4548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-455-1-sj2-1",
        "label": "4551",
        "long": "Trinity Catholic PS to Cook Pde at Clyde Av",
        "short": "4551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-455-2-sj2-1",
        "label": "4552",
        "long": "Mamre Anglican School to Luddenhan Rd before Mamre Rd via Kemps Creek",
        "short": "4552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-455-5-sj2-1",
        "label": "4555",
        "long": "Caroline Chisholm HS to Coonawarra Dr at Colorado Dr",
        "short": "4555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-455-6-sj2-1",
        "label": "4556",
        "long": "Our Lady of the Rosary Church to St Marys Station via Queen St",
        "short": "4556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-455-9-sj2-1",
        "label": "4559",
        "long": "St Dominics College to Ridgetop Dr before Glenmore Pkwy",
        "short": "4559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-456-0-sj2-1",
        "label": "4560",
        "long": "Penrith Anglican College to Weir Rd opp Seventh St",
        "short": "4560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-456-4-sj2-1",
        "label": "4564",
        "long": "McCarthy HS to Penrith Station via High St",
        "short": "4564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-456-5-sj2-1",
        "label": "4565",
        "long": "Trinity Catholic PS to St Clair Av after Banks Dr",
        "short": "4565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-456-6-sj2-1",
        "label": "4566",
        "long": "Emmaus College to St Marys Station",
        "short": "4566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-456-7-sj2-1",
        "label": "4567",
        "long": "McCarthy Catholic College to Penrith Station",
        "short": "4567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-456-8-sj2-1",
        "label": "4568",
        "long": "Xavier College to Greenbank/Harvest",
        "short": "4568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-456-9-sj2-1",
        "label": "4569",
        "long": "Nepean Christian School to Glenbrook St at Warragamba Cr",
        "short": "4569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-457-0-sj2-1",
        "label": "4570",
        "long": "Emmaus College to Roper Rd opp Carlisle Av",
        "short": "4570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-457-1-sj2-1",
        "label": "4571",
        "long": "Mamre Anglican School to Brisbane St before Australia St",
        "short": "4571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-458-1-sj2-1",
        "label": "4581",
        "long": "Xavier College to John Batman Av at Lockyer Av",
        "short": "4581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-458-4-sj2-1",
        "label": "4584",
        "long": "Emmaus College to Swallow Dr opp Warbler St",
        "short": "4584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-459-0-sj2-1",
        "label": "4590",
        "long": "Erskine Park HS to Banks Dr at Mamre Rd",
        "short": "4590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-459-1-sj2-1",
        "label": "4591",
        "long": "Mamre Anglican School to Solander Dr after Naoli Pl",
        "short": "4591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-459-2-sj2-1",
        "label": "4592",
        "long": "Caroline Chisholm HS to Sunflower Dr before Gipps St",
        "short": "4592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-459-3-sj2-1",
        "label": "4593",
        "long": "Penrith Station to Evan St at Darling St via South Penrith",
        "short": "4593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-459-5-sj2-1",
        "label": "4595",
        "long": "Caroline Chisholm HS to St Dominic's College",
        "short": "4595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-459-9-sj2-1",
        "label": "4599",
        "long": "St Dominic's College to St Dominics College vai Werrington Downs",
        "short": "4599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-460-0-sj2-1",
        "label": "4600",
        "long": "St Dominics School to Bija Dr op Burra Cr",
        "short": "4600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-460-4-sj2-1",
        "label": "4604",
        "long": "McCarthy Catholic College to Regentville PS",
        "short": "4604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-460-5-sj2-1",
        "label": "4605",
        "long": "Nepean Christian School to Penrith Station",
        "short": "4605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-460-6-sj2-1",
        "label": "4606",
        "long": "Jamison HS to Penrith Anglican College",
        "short": "4606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-460-9-sj2-1",
        "label": "4609",
        "long": "St Pauls Grammar School to Penrith Station",
        "short": "4609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-461-1-sj2-1",
        "label": "4611",
        "long": "Glenmore Park HS to Silverdale Rd opp Taylors Rd",
        "short": "4611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-461-3-sj2-1",
        "label": "4613",
        "long": "Mamre Anglican School to Mt Druitt Station",
        "short": "4613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-461-4-sj2-1",
        "label": "4614",
        "long": "Kingswood HS to Jamison Rd before Dent St",
        "short": "4614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-461-5-sj2-1",
        "label": "4615",
        "long": "Penrith Anglican College to Maxwell St opp Parsons Av",
        "short": "4615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-461-6-sj2-1",
        "label": "4616",
        "long": "Erskine Park HS to St Marys Station",
        "short": "4616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-461-7-sj2-1",
        "label": "4617",
        "long": "The Lakes Christian College to Penrith Station",
        "short": "4617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-462-0-sj2-1",
        "label": "4620",
        "long": "Trinity Catholic PS to Cook Pde at Pine Creek Cct",
        "short": "4620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-462-3-sj2-1",
        "label": "4623",
        "long": "Cranebrook HS to Dunheved Rd at Greenbank Dr",
        "short": "4623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-462-4-sj2-1",
        "label": "4624",
        "long": "St Dominic's College to Harvest Dr at Greenbank Dr",
        "short": "4624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-462-6-sj2-1",
        "label": "4626",
        "long": "Xavier College to Victoria St at Richmond Rd",
        "short": "4626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-462-9-sj2-1",
        "label": "4629",
        "long": "Erskine Park HS to Banks Dr at Mamre Rd",
        "short": "4629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-463-0-sj2-1",
        "label": "4630",
        "long": "Caroline Chisholm HS to Parker St after Oxford St",
        "short": "4630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-463-1-sj2-1",
        "label": "4631",
        "long": "Caroline Chisholm HS to Gipps St before Great Western Hwy",
        "short": "4631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-463-6-sj2-1",
        "label": "4636",
        "long": "Cranebrook HS to Llandilo Rd opp Galvin Rd",
        "short": "4636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-463-7-sj2-1",
        "label": "4637",
        "long": "Colyton HS to St Marys Station",
        "short": "4637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-463-9-sj2-1",
        "label": "4639",
        "long": "St Nicholas of Myra School to St Pauls Grammar School",
        "short": "4639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-464-0-sj2-1",
        "label": "4640",
        "long": "McCarthy Catholic College to Parker St after Oxford St",
        "short": "4640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-464-1-sj2-1",
        "label": "4641",
        "long": "St Josephs PS to Garswood Rd before The Northern Rd",
        "short": "4641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-464-2-sj2-1",
        "label": "4642",
        "long": "Trinity Catholic PS to Melville Rd before Hunter St",
        "short": "4642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-464-3-sj2-1",
        "label": "4643",
        "long": "Chifley College Dunheved Campus to Mt Druitt Station",
        "short": "4643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-464-4-sj2-1",
        "label": "4644",
        "long": "St Pauls Grammar School to Claremont Meadows Shops",
        "short": "4644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-464-7-sj2-1",
        "label": "4647",
        "long": "Mamre Anglican School to St Dominic's College",
        "short": "4647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-465-1-sj2-1",
        "label": "4651",
        "long": "Xavier College to Dunheved Rd at Greenbank Dr",
        "short": "4651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-465-2-sj2-1",
        "label": "4652",
        "long": "Penrith Christian School to Penrith Station",
        "short": "4652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-465-3-sj2-1",
        "label": "4653",
        "long": "St Dominic's College to Kingswood Station, Park St via Cambridge Park",
        "short": "4653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-465-4-sj2-1",
        "label": "4654",
        "long": "Erskine Park HS to Mt Druitt Station",
        "short": "4654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-465-5-sj2-1",
        "label": "4655",
        "long": "Kingswood HS to Regentville PS",
        "short": "4655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-465-6-sj2-1",
        "label": "4656",
        "long": "Xavier College to Andromeda Dr at Vincent Rd",
        "short": "4656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-465-7-sj2-1",
        "label": "4657",
        "long": "St Marys Station to Xavier College via Ropes Crossing",
        "short": "4657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-465-8-sj2-1",
        "label": "4658",
        "long": "Chifley College Dunheved Campus to St Marys Station",
        "short": "4658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-465-9-sj2-1",
        "label": "4659",
        "long": "Glenmore Park PS to Mulgoa Rise via Surveyors Creek PS",
        "short": "4659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-466-0-sj2-1",
        "label": "4660",
        "long": "Glenmore Park High School to Silverdale",
        "short": "4660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-466-1-sj2-1",
        "label": "4661",
        "long": "Caroline Chisholm College to Orchard Hills",
        "short": "4661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-466-2-sj2-1",
        "label": "4662",
        "long": "Bethany Primary School to Luddenham via Wallacia",
        "short": "4662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-466-3-sj2-1",
        "label": "4663",
        "long": "Holy Family Primary School to Wallacia via Mulgoa",
        "short": "4663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-466-4-sj2-1",
        "label": "4664",
        "long": "Glenmore Park High School to Warragamba via Wallacia",
        "short": "4664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-466-5-sj2-1",
        "label": "4665",
        "long": "Xavier College to Ropes Crossing via Shanes Park",
        "short": "4665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-466-6-sj2-1",
        "label": "4666",
        "long": "Jordan Springs PS to Jordan Springs",
        "short": "4666",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-500-4-sj2-1",
        "label": "5004",
        "long": "Windsor Station to The Kings School",
        "short": "5004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-500-5-sj2-1",
        "label": "5005",
        "long": "Wilberforce PS to Windsor Station",
        "short": "5005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-500-6-sj2-1",
        "label": "5006",
        "long": "Windsor Station to Windsor PS",
        "short": "5006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-500-7-sj2-1",
        "label": "5007",
        "long": "Barnetts Rd after Oakes Rd to St Monica's PS",
        "short": "5007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-500-8-sj2-1",
        "label": "5008",
        "long": "Pellizzer Rd after Balmoral Rd to Hills Grammar School",
        "short": "5008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-500-9-sj2-1",
        "label": "5009",
        "long": "Stannix Park Rd at Carrs Rd to Windsor HS",
        "short": "5009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-501-0-sj2-1",
        "label": "5010",
        "long": "Richmond Station to Bede Polding College",
        "short": "5010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-501-1-sj2-1",
        "label": "5011",
        "long": "Bede Polding College to Hobartville PS",
        "short": "5011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-501-2-sj2-1",
        "label": "5012",
        "long": "Hobartville PS to Londonderry PS",
        "short": "5012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-501-4-sj2-1",
        "label": "5014",
        "long": "Hawkesbury Rd opp Hillcrest Rd to Hobartville PS",
        "short": "5014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-501-8-sj2-1",
        "label": "5018",
        "long": "Richmond HS to Chisholm Catholic PS",
        "short": "5018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-501-9-sj2-1",
        "label": "5019",
        "long": "Chisholm Catholic PS to Windsor PS",
        "short": "5019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-502-0-sj2-1",
        "label": "5020",
        "long": "Windsor Station to Windsor PS via Moses St",
        "short": "5020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-502-1-sj2-1",
        "label": "5021",
        "long": "The Northern Rd opp Whitegates Rd to Llandilo PS",
        "short": "5021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-502-2-sj2-1",
        "label": "5022",
        "long": "Richmond Station to Bede Polding College",
        "short": "5022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-502-3-sj2-1",
        "label": "5023",
        "long": "Bede Polding College to Windsor HS",
        "short": "5023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-502-4-sj2-1",
        "label": "5024",
        "long": "Spinks Rd opp Grand Pde to St Nicholas of Myra Church",
        "short": "5024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-502-8-sj2-1",
        "label": "5028",
        "long": "Richmond Station to St Matthews Catholic PS via",
        "short": "5028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-502-9-sj2-1",
        "label": "5029",
        "long": "Bede Polding College to Windsor HS via Londonderry",
        "short": "5029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-503-0-sj2-1",
        "label": "5030",
        "long": "Londonderry Rd before The Northern Rd to Windsor South PS",
        "short": "5030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-503-7-sj2-1",
        "label": "5037",
        "long": "Windsor Station to Windsor HS",
        "short": "5037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-503-8-sj2-1",
        "label": "5038",
        "long": "Bede Polding College to Windsor HS",
        "short": "5038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-503-9-sj2-1",
        "label": "5039",
        "long": "Seventh Av after The Northern Rd to Bede Polding College",
        "short": "5039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-504-0-sj2-1",
        "label": "5040",
        "long": "Sirius Rd at Rifle Range Rd to Richmond Station",
        "short": "5040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-504-1-sj2-1",
        "label": "5041",
        "long": "Singleton Rd at Kurmond Rd to Hawkesbury HS",
        "short": "5041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-504-2-sj2-1",
        "label": "5042",
        "long": "Londonderry Rd at Cranebrook Rd to Londonderry PS",
        "short": "5042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-504-3-sj2-1",
        "label": "5043",
        "long": "Londonderry PS to Richmond HS",
        "short": "5043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-504-4-sj2-1",
        "label": "5044",
        "long": "Londonderry Rd before Reynolds Rd to Richmond PS",
        "short": "5044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-504-5-sj2-1",
        "label": "5045",
        "long": "The Northern Rd after Richmond Rd to Richmond HS",
        "short": "5045",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-504-6-sj2-1",
        "label": "5046",
        "long": "Richmond Station to Richmond PS via Windsor St",
        "short": "5046",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-504-7-sj2-1",
        "label": "5047",
        "long": "St Marys Rd after Richmond Rd to Windsor HS via Arndell Anglican College",
        "short": "5047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-504-8-sj2-1",
        "label": "5048",
        "long": "Windsor Marketplace to Windsor High School",
        "short": "5048",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-504-9-sj2-1",
        "label": "5049",
        "long": "Putty Rd opp Morilla Rd to Glossodia PS via Kurrajong East PS",
        "short": "5049",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-505-0-sj2-1",
        "label": "5050",
        "long": "Comleroy Rd before Oswald Park Pl to Richmond North PS",
        "short": "5050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-505-1-sj2-1",
        "label": "5051",
        "long": "Titus Rd at Blaxlands Ridge Rd to Hawkesbury Independent School",
        "short": "5051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-505-2-sj2-1",
        "label": "5052",
        "long": "Bull Ridge Rd after Putty Rd to Kurrajong East PS",
        "short": "5052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-505-3-sj2-1",
        "label": "5053",
        "long": "East Kurrajong Rd opp Ala Moana Rd to Kurrajong East PS",
        "short": "5053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-505-4-sj2-1",
        "label": "5054",
        "long": "River Rd at Springwood Rd to Windsor Station via Richmond Station",
        "short": "5054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-505-6-sj2-1",
        "label": "5056",
        "long": "Tennyson Rd after Kurmond Rd to Hawkesbury HS via George Rd",
        "short": "5056",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-505-7-sj2-1",
        "label": "5057",
        "long": "Hawkesbury HS to Kurmond PS",
        "short": "5057",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-505-8-sj2-1",
        "label": "5058",
        "long": "Kurmond Rd at Spinks Rd to Wilberforce PS",
        "short": "5058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-506-0-sj2-1",
        "label": "5060",
        "long": "Creek Ridge Rd after Lamrock Av to Kurmond PS via Richmond North PS",
        "short": "5060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-506-2-sj2-1",
        "label": "5062",
        "long": "Ski Lodge Rd at Holmes Dr to Glossodia PS via Wilberforce PS and Hawkesbury HS",
        "short": "5062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-506-6-sj2-1",
        "label": "5066",
        "long": "Comleroy Rd after Bells Line Of Rd to Kurmond PS via Comleroy Road PS",
        "short": "5066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-506-9-sj2-1",
        "label": "5069",
        "long": "Richmond North PS to Grose View PS",
        "short": "5069",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-507-6-sj2-1",
        "label": "5076",
        "long": "Rouse Hill Town Centre to Gilroy College via Kellyville and Bella Vista",
        "short": "5076",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-507-7-sj2-1",
        "label": "5077",
        "long": "Green Rd after Wrights Rd to Rouse Hill Anglican College via Kellyville HS",
        "short": "5077",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-508-0-sj2-1",
        "label": "5080",
        "long": "Old Northern Rd after Cecil Av to Windsor Rd after Cook St",
        "short": "5080",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-508-1-sj2-1",
        "label": "5081",
        "long": "Jordan Springs Blvd before McGarritys Pd to Henry Fulton PS",
        "short": "5081",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-508-5-sj2-1",
        "label": "5085",
        "long": "Grose Vale Rd at Riverview St to Arndell Anglican College",
        "short": "5085",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-508-6-sj2-1",
        "label": "5086",
        "long": "Sackville Rd at Old Sackville Rd to Wilberforce PS",
        "short": "5086",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-508-7-sj2-1",
        "label": "5087",
        "long": "Castlereagh Rd at Rickards Rd to Hobartville PS via Richmond PS",
        "short": "5087",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-508-8-sj2-1",
        "label": "5088",
        "long": "Londonderry Rd before The Northern Rd to Bede Polding College",
        "short": "5088",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-510-0-sj2-1",
        "label": "5100",
        "long": "Canning Pl at Cattai Rd to St Paul's Grammar School via Windsor HS",
        "short": "5100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-510-1-sj2-1",
        "label": "5101",
        "long": "Windsor Station to Old Pitt Town Rd after Boundary Rd",
        "short": "5101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-510-2-sj2-1",
        "label": "5102",
        "long": "Balmain Rd opp Hunter St to Oakville PS via Mcgraths Hill",
        "short": "5102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-510-3-sj2-1",
        "label": "5103",
        "long": "Windsor Station to Chisholm PS",
        "short": "5103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-510-4-sj2-1",
        "label": "5104",
        "long": "Old Stock Route Rd before Saunders Rd to Lorien Novalis School",
        "short": "5104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-510-5-sj2-1",
        "label": "5105",
        "long": "Boundary Rd at Old Pitt Town Rd to Maraylya PS",
        "short": "5105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-510-6-sj2-1",
        "label": "5106",
        "long": "Riverstone Station to Rouse Hill PS via William Clarke College",
        "short": "5106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-510-7-sj2-1",
        "label": "5107",
        "long": "Old Stock Route Rd at Saunders Rd to Galston HS via New Hope School",
        "short": "5107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-510-8-sj2-1",
        "label": "5108",
        "long": "Boundary Rd before Commercial Rd to Chisholm PS via Arndell Anglican College",
        "short": "5108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-510-9-sj2-1",
        "label": "5109",
        "long": "Maguires Rd at McClymonts Rd to Oakville PS via Maraylya PS",
        "short": "5109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-511-0-sj2-1",
        "label": "5110",
        "long": "Wisemans Ferry Turnaround to Canoelands Interchange, Old Northern Rd",
        "short": "5110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-511-1-sj2-1",
        "label": "5111",
        "long": "South Sydney Juniors Resort to Hawkesbury HS via Ebenezer PS",
        "short": "5111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-511-2-sj2-1",
        "label": "5112",
        "long": "Sackville Ferry Rd at Manning Rd to Hawkesbury HS",
        "short": "5112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-511-4-sj2-1",
        "label": "5114",
        "long": "Lower Portland Fire Station to Canoelands Interchange, Old Northern Rd",
        "short": "5114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-511-6-sj2-1",
        "label": "5116",
        "long": "Pitt Town Rd at Charles St to Bootles La after Bathurst St",
        "short": "5116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-512-0-sj2-1",
        "label": "5120",
        "long": "Berambing Picnic Area to Kuyper Christian School via Colo HS and Kurrajong PS",
        "short": "5120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-512-1-sj2-1",
        "label": "5121",
        "long": "Putty Rd after Blaxlands Ridge Rd to Kuyper Christian School",
        "short": "5121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-512-2-sj2-1",
        "label": "5122",
        "long": "Bowen Mountain Rd opp Wattle St to Colo HS",
        "short": "5122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-512-3-sj2-1",
        "label": "5123",
        "long": "Creek Ridge Rd opp Spinks Rd to Colo HS",
        "short": "5123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-512-4-sj2-1",
        "label": "5124",
        "long": "East Kurrajong Rd at Putty Rd to Colo HS",
        "short": "5124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-512-5-sj2-1",
        "label": "5125",
        "long": "Mill Rd after Bells Line of Rd to Colo HS",
        "short": "5125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-512-6-sj2-1",
        "label": "5126",
        "long": "Terrace Rd opp Beaumont Av to Colo HS via Hawkesbury HS",
        "short": "5126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-512-7-sj2-1",
        "label": "5127",
        "long": "Grose Vale Rd after Greggs Rd to Colo HS",
        "short": "5127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-512-8-sj2-1",
        "label": "5128",
        "long": "Grose Vale Rd opp Bells Rd to Colo HS via Sunnyside Cr and Enfield Av",
        "short": "5128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-512-9-sj2-1",
        "label": "5129",
        "long": "Old Bells Line Of Rd at Mason La to Colo HS via Kurrajong Rd",
        "short": "5129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-513-0-sj2-1",
        "label": "5130",
        "long": "Richmond Station to Colo HS",
        "short": "5130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-513-1-sj2-1",
        "label": "5131",
        "long": "Slopes Rd at Comleroy Rd to Colo HS",
        "short": "5131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-513-2-sj2-1",
        "label": "5132",
        "long": "Nirimba Fields Public School to Rouse Hill Public School",
        "short": "5132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-513-3-sj2-1",
        "label": "5133",
        "long": "Riverstone Station to Rouse Hill Anglican College",
        "short": "5133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-513-4-sj2-1",
        "label": "5134",
        "long": "Rouse Hill to St Joseph's PS Schofields",
        "short": "5134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-514-0-sj2-1",
        "label": "5140",
        "long": "North Richmond to Hawkesbury HS",
        "short": "5140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-514-1-sj2-1",
        "label": "5141",
        "long": "Richmond Station to Richmond PS via March St",
        "short": "5141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-514-2-sj2-1",
        "label": "5142",
        "long": "Yobarnie Ave after Grose Vale Rd to Colo High School",
        "short": "5142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-514-3-sj2-1",
        "label": "5143",
        "long": "Schofields Rd before Veron Rd to Galungara Public School",
        "short": "5143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-514-4-sj2-1",
        "label": "5144",
        "long": "McGraths Hill to Santa Sophia Catholic College",
        "short": "5144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-545-sj2-1",
        "label": "545",
        "long": "Macquarie Park to Parramatta via Eastwood and Telopea",
        "short": "545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-550-1-sj2-1",
        "label": "5501",
        "long": "Hobartville PS to Richmond Station via Richmond HS",
        "short": "5501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-550-2-sj2-1",
        "label": "5502",
        "long": "St Dominic's College to Penrith Station via Cranebrook HS and Penrith PS",
        "short": "5502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-550-3-sj2-1",
        "label": "5503",
        "long": "St Nicolas of Myra School to Penrith Station via Henry St",
        "short": "5503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-550-4-sj2-1",
        "label": "5504",
        "long": "Windsor South PS to Berger Rd at Ham St",
        "short": "5504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-550-5-sj2-1",
        "label": "5505",
        "long": "Windsor HS to Woods Rd before Mileham St via Bede Polding College",
        "short": "5505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-550-6-sj2-1",
        "label": "5506",
        "long": "Tallawong Public School to Kensington Park Road, Tallawong",
        "short": "5506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-550-7-sj2-1",
        "label": "5507",
        "long": "Braddock PS to St Dominic's College",
        "short": "5507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-550-8-sj2-1",
        "label": "5508",
        "long": "Windsor Station to Scheyville Rd opp Pitt Town Dural Rd via St Matthews PS and Windsor PS",
        "short": "5508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-550-9-sj2-1",
        "label": "5509",
        "long": "Grose View PS to Richmond Station via Kuyper Christian School",
        "short": "5509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-551-0-sj2-1",
        "label": "5510",
        "long": "Richmond Station to Putty Rd after Blaxlands Ridge Rd via Kuyper Christian School",
        "short": "5510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-551-2-sj2-1",
        "label": "5512",
        "long": "Hawkesbury HS to Ski Lodge Rd at Holmes Dr",
        "short": "5512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-551-3-sj2-1",
        "label": "5513",
        "long": "Arndell Anglican College to Grose Vale Rd opp Grose Wold Rd via Bowen Mountain",
        "short": "5513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-551-4-sj2-1",
        "label": "5514",
        "long": "Freemans Reach PS to Glossodia PS via Boomerang Dr and Mitchell Dr",
        "short": "5514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-551-5-sj2-1",
        "label": "5515",
        "long": "Glossodia PS to Freemans Reach Shops",
        "short": "5515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-551-6-sj2-1",
        "label": "5516",
        "long": "Freemans Reach PS to Windsor HS via Windsor PS and Windsor Station",
        "short": "5516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-551-7-sj2-1",
        "label": "5517",
        "long": "Windsor HS to Colonial Dr opp Bligh Park Shopping Centre via Porpoise Cr",
        "short": "5517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-551-9-sj2-1",
        "label": "5519",
        "long": "Richmond HS to Windsor PS via Porpoise Cr",
        "short": "5519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-552-0-sj2-1",
        "label": "5520",
        "long": "Windsor PS to Andromeda Dr before The Northern Rd via South Windsor",
        "short": "5520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-552-2-sj2-1",
        "label": "5522",
        "long": "Windsor South PS to Londonderry PS via Bede Polding College and Bligh Park PS",
        "short": "5522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-552-4-sj2-1",
        "label": "5524",
        "long": "Braddock PS to Llandilo PS via Henry Fulton PS",
        "short": "5524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-552-5-sj2-1",
        "label": "5525",
        "long": "Llandilo PS to Londonderry Rd after Thomas Rd",
        "short": "5525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-552-7-sj2-1",
        "label": "5527",
        "long": "Chisholm PS to St Marys Rd opp First Rd via Bede Polding College",
        "short": "5527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-552-8-sj2-1",
        "label": "5528",
        "long": "Richmond HS to St Marys Rd before Richmond Rd via Bligh Park PS and Chisholm PS",
        "short": "5528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-552-9-sj2-1",
        "label": "5529",
        "long": "Richmond HS to Mill Rd before Roxana Rd via Richmond North PS",
        "short": "5529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-553-2-sj2-1",
        "label": "5532",
        "long": "Windsor Park PS to Windsor Station",
        "short": "5532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-553-4-sj2-1",
        "label": "5534",
        "long": "Windsor South PS to Agnes Banks via Bligh Park and Richmond",
        "short": "5534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-553-7-sj2-1",
        "label": "5537",
        "long": "Richmond HS to Londonderry Rd before The Northern Rd via Londonderry PS",
        "short": "5537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-553-8-sj2-1",
        "label": "5538",
        "long": "Londonderry PS to Warnock Rd at Castlereagh Rd",
        "short": "5538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-553-9-sj2-1",
        "label": "5539",
        "long": "Richmond HS to Kurmond Rd at Spinks Rd via Windsor Station and Glossodia",
        "short": "5539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-554-0-sj2-1",
        "label": "5540",
        "long": "St Monicas PS to Richmond Station via Francis St",
        "short": "5540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-554-1-sj2-1",
        "label": "5541",
        "long": "Freemans Reach PS to Sackville Rd after Grono Farm Rd",
        "short": "5541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-554-3-sj2-1",
        "label": "5543",
        "long": "Freemans Reach PS to Glossodia PS via Kentucky Dr and Wattle Cr",
        "short": "5543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-554-4-sj2-1",
        "label": "5544",
        "long": "Glossodia PS to Windsor Marketplace",
        "short": "5544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-554-5-sj2-1",
        "label": "5545",
        "long": "Xavier College to Penrith Station via Cambridge Gardens",
        "short": "5545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-554-6-sj2-1",
        "label": "5546",
        "long": "Richmond HS to St Paul's Grammar School via Londonderry PS",
        "short": "5546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-554-7-sj2-1",
        "label": "5547",
        "long": "St Paul's Grammar School to Richmond Station",
        "short": "5547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-554-8-sj2-1",
        "label": "5548",
        "long": "Hawkesbury Independent School to Comleroy Rd opp Roxana Rd",
        "short": "5548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-555-0-sj2-1",
        "label": "5550",
        "long": "Hawkesbury HS to Bells Line Of Rd at Crooked La",
        "short": "5550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-555-6-sj2-1",
        "label": "5556",
        "long": "Windsor PS to Chisholm PS via Harris St and James Meehan St",
        "short": "5556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-555-7-sj2-1",
        "label": "5557",
        "long": "Chisholm PS to Kurmond Rd opp Terrace Rd via St Matthew's PS and Wilberforce PS",
        "short": "5557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-555-9-sj2-1",
        "label": "5559",
        "long": "Hawkesbury HS to George Rd at Singleton Rd",
        "short": "5559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-556-0-sj2-1",
        "label": "5560",
        "long": "Hawkesbury HS to Coobah Rd culdesac via Glossodia PS",
        "short": "5560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-556-1-sj2-1",
        "label": "5561",
        "long": "Richmond HS to Bede Polding College",
        "short": "5561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-556-2-sj2-1",
        "label": "5562",
        "long": "Chisholm PS to Wilberforce PS via Richmond North PS and Glossodia",
        "short": "5562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-556-3-sj2-1",
        "label": "5563",
        "long": "Xavier College to St Paul's Grammar School via Braddock PS and Samuel Terry PS",
        "short": "5563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-556-4-sj2-1",
        "label": "5564",
        "long": "St Paul's Grammar School to Windsor Station via Bede Polding College",
        "short": "5564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-556-6-sj2-1",
        "label": "5566",
        "long": "Richmond HS to Colonial Dr opp Bligh Park Shopping Centre via Richmond PS",
        "short": "5566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-556-9-sj2-1",
        "label": "5569",
        "long": "Llandilo PS to Cranebrook Village Shopping Centre",
        "short": "5569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-557-0-sj2-1",
        "label": "5570",
        "long": "St Nicholas of Myra PS to Mileham St at Ham St via Cranebrook HS",
        "short": "5570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-557-1-sj2-1",
        "label": "5571",
        "long": "Comleroy Road PS to Kurmond PS via Hawkesbury Independent School",
        "short": "5571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-557-2-sj2-1",
        "label": "5572",
        "long": "Richmond North PS to Redbank Rd at Bells Line Of Rd",
        "short": "5572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-557-3-sj2-1",
        "label": "5573",
        "long": "Kurmond PS to Creek Ridge Rd opp Spinks Rd via Kuyper Christian School",
        "short": "5573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-557-4-sj2-1",
        "label": "5574",
        "long": "Grose View PS to Richmond North PS",
        "short": "5574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-557-5-sj2-1",
        "label": "5575",
        "long": "Bede Polding College to Bowen Mountain Rd after Wattle St",
        "short": "5575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-557-6-sj2-1",
        "label": "5576",
        "long": "Hobartville PS to Richmond HS",
        "short": "5576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-557-7-sj2-1",
        "label": "5577",
        "long": "Richmond HS to St Pauls Grammar School",
        "short": "5577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-557-8-sj2-1",
        "label": "5578",
        "long": "St Pauls Grammar School to Comleroy Rd before Oswald Park Pl",
        "short": "5578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-557-9-sj2-1",
        "label": "5579",
        "long": "Arndell College to Porterringhi Rd at Sirius Ct",
        "short": "5579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-558-1-sj2-1",
        "label": "5581",
        "long": "Bede Polding College to Windsor Station",
        "short": "5581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-558-6-sj2-1",
        "label": "5586",
        "long": "Arndell College to Bowman Rd opp Purcell Rd",
        "short": "5586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-558-7-sj2-1",
        "label": "5587",
        "long": "Arndell College to Sanctuary Dr opp Nutwood Lane via Bligh Park",
        "short": "5587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-558-9-sj2-1",
        "label": "5589",
        "long": "Bede Polding College to East Kurrajong Rd opp Tennyson Rd",
        "short": "5589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-559-4-sj2-1",
        "label": "5594",
        "long": "Xavier College to Richmond Station",
        "short": "5594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-559-5-sj2-1",
        "label": "5595",
        "long": "Xavier College to Richmond Station via Cambridge Park PS and Penrith Station",
        "short": "5595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-559-6-sj2-1",
        "label": "5596",
        "long": "St Dominics College to Penrith Station via Henry St",
        "short": "5596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-559-7-sj2-1",
        "label": "5597",
        "long": "St Dominics College to Penrith Station via Henry St",
        "short": "5597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-560-0-sj2-1",
        "label": "5600",
        "long": "St Pauls Grammar School to Cattai Rd opp Canning Pl via Arndell College",
        "short": "5600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-560-1-sj2-1",
        "label": "5601",
        "long": "St John Paul II College to Saint Johns School",
        "short": "5601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-560-2-sj2-1",
        "label": "5602",
        "long": "Saint Johns School to Riverstone Station via Oakville and Mcgraths Hill",
        "short": "5602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-560-3-sj2-1",
        "label": "5603",
        "long": "Bede Polding College to Windsor Station",
        "short": "5603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-560-4-sj2-1",
        "label": "5604",
        "long": "Oakhill College to Old Stock Route Rd at Saunders Rd via Maraylya",
        "short": "5604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-560-5-sj2-1",
        "label": "5605",
        "long": "Saint Johns School to Wisemans Ferry Rd before Old Northern Rd",
        "short": "5605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-560-6-sj2-1",
        "label": "5606",
        "long": "Our Lady of the Rosary PS to Meares Rd opp Crossley Av via Rousehill PS",
        "short": "5606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-560-7-sj2-1",
        "label": "5607",
        "long": "Galston HS to Pitt Town Rd at Saunders Rd via Pitt Town",
        "short": "5607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-560-8-sj2-1",
        "label": "5608",
        "long": "Bede Polding College to Pitt Town Rd before Wolseley Rd via Oakville",
        "short": "5608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-560-9-sj2-1",
        "label": "5609",
        "long": "Pitt Town PS to Bathurst St before Bootles Lane via Maraylya and Oakville",
        "short": "5609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-561-0-sj2-1",
        "label": "5610",
        "long": "Canoalands to Wiseman Ferry",
        "short": "5610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-561-1-sj2-1",
        "label": "5611",
        "long": "Hawkesbury HS to South Sydney Juniors Resorts via Sackville North",
        "short": "5611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-561-2-sj2-1",
        "label": "5612",
        "long": "Hawkesbury HS to River Rd via Sackville North",
        "short": "5612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-561-3-sj2-1",
        "label": "5613",
        "long": "Cattai PS to Wiseman Ferry Rd after Sackville Ferry Rd",
        "short": "5613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-561-4-sj2-1",
        "label": "5614",
        "long": "Maroota PS to Sackville Ferry Rd before Wisemans Ferry Rd",
        "short": "5614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-561-5-sj2-1",
        "label": "5615",
        "long": "Maroota PS to Cattai PS via Sackville North",
        "short": "5615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-561-6-sj2-1",
        "label": "5616",
        "long": "Windsor HS to Pitt Town Rd at Ivy Av via Oakville",
        "short": "5616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-561-7-sj2-1",
        "label": "5617",
        "long": "Cattai PS to Scheyville Rd before Dunns Rd via Pitt Town and Mcgraths Hill",
        "short": "5617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-562-0-sj2-1",
        "label": "5620",
        "long": "Colo HS to Berambing Cr before Bells Line of Rd",
        "short": "5620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-562-1-sj2-1",
        "label": "5621",
        "long": "Colo HS to Putty Rd after Blaxlands Ridge Rd",
        "short": "5621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-562-2-sj2-1",
        "label": "5622",
        "long": "Colo HS to Bowen Mountain",
        "short": "5622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-562-3-sj2-1",
        "label": "5623",
        "long": "Colo HS to Spinks Rd before Creek Rdge Rd via Glossodia PS",
        "short": "5623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-562-4-sj2-1",
        "label": "5624",
        "long": "Colo HS to East Kurrajong",
        "short": "5624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-562-5-sj2-1",
        "label": "5625",
        "long": "Colo HS to Kurrajong Hills",
        "short": "5625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-562-6-sj2-1",
        "label": "5626",
        "long": "Colo HS to Richmond North PS via Freemans Reach PS",
        "short": "5626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-562-7-sj2-1",
        "label": "5627",
        "long": "Colo HS to Grose Vale Rd before Greggs Rd",
        "short": "5627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-562-8-sj2-1",
        "label": "5628",
        "long": "Colo HS to Gross Vale Rd after bells Rd",
        "short": "5628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-562-9-sj2-1",
        "label": "5629",
        "long": "Colo HS to Old Bells Line of Rd before Bells Line of Rd",
        "short": "5629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-563-0-sj2-1",
        "label": "5630",
        "long": "Colo HS to Southee St before Londonderry Rd via Hobartville PS",
        "short": "5630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-563-1-sj2-1",
        "label": "5631",
        "long": "Colo HS to Hawkesbury Independent School",
        "short": "5631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-563-2-sj2-1",
        "label": "5632",
        "long": "St Johns PS to Rouse Hill Town Centre",
        "short": "5632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-563-3-sj2-1",
        "label": "5633",
        "long": "Rouse Hill PS to Riverstone Station",
        "short": "5633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-563-4-sj2-1",
        "label": "5634",
        "long": "St John Paul II Catholic College Schofields to Rouse Hill",
        "short": "5634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-563-5-sj2-1",
        "label": "5635",
        "long": "Berambing to Kurrajong Heights Shops",
        "short": "5635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-564-0-sj2-1",
        "label": "5640",
        "long": "Bede Polding College to Wilberforce",
        "short": "5640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-564-1-sj2-1",
        "label": "5641",
        "long": "Colo High School to Yobarnie Ave before Grose Vale Rd",
        "short": "5641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-564-2-sj2-1",
        "label": "5642",
        "long": "Galungara Public School to South St after Veron Rd",
        "short": "5642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-564-3-sj2-1",
        "label": "5643",
        "long": "Santa Sophia Catholic College to McGraths Hill",
        "short": "5643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-600-1-sj2-1",
        "label": "6001",
        "long": "Forman Av before Glenwood Park Dr to St Marks College",
        "short": "6001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-600-2-sj2-1",
        "label": "6002",
        "long": "Quakers Hill Station to Baulkham Hills HS",
        "short": "6002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-600-3-sj2-1",
        "label": "6003",
        "long": "Blacktown Station to St John Paul II College",
        "short": "6003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-600-4-sj2-1",
        "label": "6004",
        "long": "St Michaels School to Blacktown South PS",
        "short": "6004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-600-5-sj2-1",
        "label": "6005",
        "long": "Blacktown Station to Walter Rd PS",
        "short": "6005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-600-7-sj2-1",
        "label": "6007",
        "long": "Mt Druitt Station to Colyton PS",
        "short": "6007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-600-9-sj2-1",
        "label": "6009",
        "long": "Glenwood Park Dr opp Peak St to St Marks College via Holy Cross PS",
        "short": "6009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-601-0-sj2-1",
        "label": "6010",
        "long": "St Elizabeth Nursing Home, Symonds Rd to Good Shepherd PS",
        "short": "6010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-601-2-sj2-1",
        "label": "6012",
        "long": "Blacktown Station to Nagle College",
        "short": "6012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-601-3-sj2-1",
        "label": "6013",
        "long": "Riverstone Station to Riverstone PS via Schofields and Riverstone HS",
        "short": "6013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-601-4-sj2-1",
        "label": "6014",
        "long": "Carlisle Av at Dural Pl to St Clares HS",
        "short": "6014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-601-6-sj2-1",
        "label": "6016",
        "long": "Riverstone HS to Schofield PS",
        "short": "6016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-601-7-sj2-1",
        "label": "6017",
        "long": "Blacktown Station to Riverstone HS via Quakers Hill",
        "short": "6017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-601-8-sj2-1",
        "label": "6018",
        "long": "Blacktown Station to Patrician Brothers College via Nagle College",
        "short": "6018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-601-9-sj2-1",
        "label": "6019",
        "long": "Blacktown Station to St Andrews College",
        "short": "6019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-602-0-sj2-1",
        "label": "6020",
        "long": "Arnott Rd at Ottley St to Quakers Hill HS via St John Paul II College",
        "short": "6020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-602-1-sj2-1",
        "label": "6021",
        "long": "Evans Rd after Rooty Hill Rd to Eastern Creek PS via Rooty Hill Station",
        "short": "6021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-602-2-sj2-1",
        "label": "6022",
        "long": "Durham St after Carlisle Av to Rooty Hill HS via Minchinbury",
        "short": "6022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-602-3-sj2-1",
        "label": "6023",
        "long": "Mount Druitt Station to Good Shepherd PS via Shalvey",
        "short": "6023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-602-4-sj2-1",
        "label": "6024",
        "long": "Carlisle Av at Dural Pl to Colyton PS via Lethbridge Park",
        "short": "6024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-602-5-sj2-1",
        "label": "6025",
        "long": "Mcfarlane Dr at Barossa Dr to Michinbury PS via Fleurs St",
        "short": "6025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-602-6-sj2-1",
        "label": "6026",
        "long": "St John Paul II College to St Andrews PS via Quakers Hill",
        "short": "6026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-602-7-sj2-1",
        "label": "6027",
        "long": "Conrad Rd after Stanhope Pwy to St John Paul II College",
        "short": "6027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-602-8-sj2-1",
        "label": "6028",
        "long": "St Marks College to Glenwood HS",
        "short": "6028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-602-9-sj2-1",
        "label": "6029",
        "long": "Quakers Hill Uniting Church to St Marks College",
        "short": "6029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-603-0-sj2-1",
        "label": "6030",
        "long": "Quakers Hill Parkway at Eastern Rd to Quakers Hill PS",
        "short": "6030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-603-1-sj2-1",
        "label": "6031",
        "long": "Blacktown Station to Quakers Hill HS",
        "short": "6031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-603-2-sj2-1",
        "label": "6032",
        "long": "Archer St after Reservior Rd to Blacktown Boys HS",
        "short": "6032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-603-3-sj2-1",
        "label": "6033",
        "long": "Blacktown Station to Nagle College",
        "short": "6033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-603-4-sj2-1",
        "label": "6034",
        "long": "Kildare Rd after Balmoral St to Evans HS",
        "short": "6034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-603-5-sj2-1",
        "label": "6035",
        "long": "Blacktown Station to Hambledon PS via Acacia Gardens",
        "short": "6035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-603-6-sj2-1",
        "label": "6036",
        "long": "Glenwood HS to John XXIII PS",
        "short": "6036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-603-7-sj2-1",
        "label": "6037",
        "long": "Mt Druitt Station to Blacktown Boys HS",
        "short": "6037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-603-8-sj2-1",
        "label": "6038",
        "long": "Sentry Dr after Quakers Hill Parkway to Parklea PS via Glenwood",
        "short": "6038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-604-0-sj2-1",
        "label": "6040",
        "long": "Blacktown Station to Evans HS",
        "short": "6040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-604-1-sj2-1",
        "label": "6041",
        "long": "Alwyn Lindfield Reserve, Glenwood Park Rd to St John Paul II College",
        "short": "6041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-604-2-sj2-1",
        "label": "6042",
        "long": "Glenwood Park Dr before Peppercorn Pl to Oakhill College",
        "short": "6042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-604-3-sj2-1",
        "label": "6043",
        "long": "Durham St after Nelson St to St Agnes HS",
        "short": "6043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-604-4-sj2-1",
        "label": "6044",
        "long": "Archbold Rd opp Salvation Army Industrial to St Aidans School",
        "short": "6044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-604-6-sj2-1",
        "label": "6046",
        "long": "Mount Druitt Station to Bethel Christian School",
        "short": "6046",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-604-7-sj2-1",
        "label": "6047",
        "long": "Yarramundi Dr opp Hoyle Dr to St Andrews PS",
        "short": "6047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-604-8-sj2-1",
        "label": "6048",
        "long": "Shalvey PS to St Agnes HS",
        "short": "6048",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-604-9-sj2-1",
        "label": "6049",
        "long": "Bungalow Rd at Aaron Pl to St Clares HS",
        "short": "6049",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-605-0-sj2-1",
        "label": "6050",
        "long": "Cobham St after Vardys Rd to St John Paul II College",
        "short": "6050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-605-1-sj2-1",
        "label": "6051",
        "long": "Quakers Hill Parkway after Eastern Rd to Blacktown Boys HS",
        "short": "6051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-605-2-sj2-1",
        "label": "6052",
        "long": "Carnavon Rd at Vine St to St Josephs PS",
        "short": "6052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-605-3-sj2-1",
        "label": "6053",
        "long": "Barnier Dr opp Wakely Av to Rousehill College",
        "short": "6053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-605-4-sj2-1",
        "label": "6054",
        "long": "Rouse Hill to Schofields PS",
        "short": "6054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-605-5-sj2-1",
        "label": "6055",
        "long": "Blacktown Station to Nagle College via Tyndale Christian School",
        "short": "6055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-605-6-sj2-1",
        "label": "6056",
        "long": "Carlisle Ave after Jersey Rd to St Agnes HS",
        "short": "6056",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-605-7-sj2-1",
        "label": "6057",
        "long": "Woodcroft Dr opp Woodcroft Field to St John II College via Dean Park",
        "short": "6057",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-605-8-sj2-1",
        "label": "6058",
        "long": "The Ponds Bvd  at Schofields Rd to Glenwood HS",
        "short": "6058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-605-9-sj2-1",
        "label": "6059",
        "long": "Adrienne St before Azzopardi Av to St Agnes HS",
        "short": "6059",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-606-0-sj2-1",
        "label": "6060",
        "long": "Daniels Rd opp Shinnick Dr to St John Paul II College",
        "short": "6060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-606-1-sj2-1",
        "label": "6061",
        "long": "The Ponds Bvd at Schofields Rd to St Marks College",
        "short": "6061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-606-2-sj2-1",
        "label": "6062",
        "long": "Schofields to Wyndham College",
        "short": "6062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-606-3-sj2-1",
        "label": "6063",
        "long": "Bali Dr opp Morell Cr to Quakers Hill PS",
        "short": "6063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-606-4-sj2-1",
        "label": "6064",
        "long": "Blacktown Station to Evans HS",
        "short": "6064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-606-5-sj2-1",
        "label": "6065",
        "long": "Evans HS to St John Vianneys PS via Blacktown West PS",
        "short": "6065",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-606-6-sj2-1",
        "label": "6066",
        "long": "Yarramundi Dr opp Hoyle Dr to Blacktown Boys HS",
        "short": "6066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-606-7-sj2-1",
        "label": "6067",
        "long": "Golding Dr before Grayson Av to Good Shepherd PS",
        "short": "6067",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-606-8-sj2-1",
        "label": "6068",
        "long": "Glendenning to St Andrew's PS",
        "short": "6068",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-607-0-sj2-1",
        "label": "6070",
        "long": "Shalvey to Plumpton HS",
        "short": "6070",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-607-1-sj2-1",
        "label": "6071",
        "long": "Mount Druitt to St Francis of Assisi PS",
        "short": "6071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-607-2-sj2-1",
        "label": "6072",
        "long": "Glendenning to Quakers Hill HS",
        "short": "6072",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-607-3-sj2-1",
        "label": "6073",
        "long": "Colebee to Richard Johnson College Oakhurst Campus",
        "short": "6073",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-607-5-sj2-1",
        "label": "6075",
        "long": "Quakers Hill East to Rouse Hill Anglican College",
        "short": "6075",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-607-6-sj2-1",
        "label": "6076",
        "long": "Kings Langley to Terra Sancta College Schofields Campus",
        "short": "6076",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-607-7-sj2-1",
        "label": "6077",
        "long": "Quakers Hill Station to Quakers Hill HS",
        "short": "6077",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-607-8-sj2-1",
        "label": "6078",
        "long": "Merriville Rd at Perfection Ave to The Ponds HS",
        "short": "6078",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-608-0-sj2-1",
        "label": "6080",
        "long": "Stanhope Pkwy opp Stanhope Gardens Tennis Court to The Ponds HS",
        "short": "6080",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-608-1-sj2-1",
        "label": "6081",
        "long": "Sentry Rd before Parklea Dr to The Ponds HS",
        "short": "6081",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-608-3-sj2-1",
        "label": "6083",
        "long": "Conrad Rd opp Oakvale Av to The Ponds HS",
        "short": "6083",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-608-4-sj2-1",
        "label": "6084",
        "long": "Perfection Av opp Bentwood Tce to The Ponds HS",
        "short": "6084",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-608-8-sj2-1",
        "label": "6088",
        "long": "Rouse Hill Town Centre to Rouse Hill Anglican College",
        "short": "6088",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-608-9-sj2-1",
        "label": "6089",
        "long": "Rouse Hill Station to Kellyville HS",
        "short": "6089",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-609-0-sj2-1",
        "label": "6090",
        "long": "Rouse Hill Station to William Clarke College",
        "short": "6090",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-609-1-sj2-1",
        "label": "6091",
        "long": "Riverstone Station to Australian Christian College",
        "short": "6091",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-609-5-sj2-1",
        "label": "6095",
        "long": "Acacia Gardens to The Ponds HS",
        "short": "6095",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-609-6-sj2-1",
        "label": "6096",
        "long": "Plumpton Marketplace to Mt Druitt Station",
        "short": "6096",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-609-7-sj2-1",
        "label": "6097",
        "long": "Nirimba Fields to Quakers Hill High School",
        "short": "6097",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-612-8-sj2-1",
        "label": "6128",
        "long": "Frontier Ave to Northbourne PS via Kaluta Ave",
        "short": "6128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-612-9-sj2-1",
        "label": "6129",
        "long": "Annan Ave to Northbourne PS via Agland Ave",
        "short": "6129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-613-1-sj2-1",
        "label": "6131",
        "long": "Dean Park to Marsden Park Anglican via Colebee",
        "short": "6131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-650-0-sj2-1",
        "label": "6500",
        "long": "Rouse Hill Anglican College to Rouse Hill",
        "short": "6500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-650-1-sj2-1",
        "label": "6501",
        "long": "St Johns PS to Knudsen Reserve",
        "short": "6501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-650-2-sj2-1",
        "label": "6502",
        "long": "Rouse Hill Anglican College to Quakers Hill",
        "short": "6502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-650-3-sj2-1",
        "label": "6503",
        "long": "Evans HS to Blacktown Station",
        "short": "6503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-650-4-sj2-1",
        "label": "6504",
        "long": "St Andrew's PS to Doonside Station",
        "short": "6504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-650-5-sj2-1",
        "label": "6505",
        "long": "Richard Johnson Anglican School to Emerton",
        "short": "6505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-650-6-sj2-1",
        "label": "6506",
        "long": "St Clare's HS to Lethbridge Park",
        "short": "6506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-650-7-sj2-1",
        "label": "6507",
        "long": "Sacred Heart PS to Carlise Av opp Dural Pl via Shalvey",
        "short": "6507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-650-9-sj2-1",
        "label": "6509",
        "long": "St Michael's PS to Lock St before Ross St",
        "short": "6509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-651-0-sj2-1",
        "label": "6510",
        "long": "St John Paul II College to Marayong",
        "short": "6510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-651-2-sj2-1",
        "label": "6512",
        "long": "Evans HS to Kilcare Rd before Balmoral St",
        "short": "6512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-651-3-sj2-1",
        "label": "6513",
        "long": "Evans HS to Blacktown Station",
        "short": "6513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-651-4-sj2-1",
        "label": "6514",
        "long": "Blacktown HS to Adrienne St before Lamb St",
        "short": "6514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-651-5-sj2-1",
        "label": "6515",
        "long": "Rooty Hill HS to Minchin Dr before Great Western Hwy",
        "short": "6515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-651-7-sj2-1",
        "label": "6517",
        "long": "Sacred Heart PS to Minchin Dr before Great Western Hwy",
        "short": "6517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-652-0-sj2-1",
        "label": "6520",
        "long": "Blacktown Station to Blacktown Station via Quakers Hill",
        "short": "6520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-652-1-sj2-1",
        "label": "6521",
        "long": "Tyndale Christian School to Blacktown Station",
        "short": "6521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-652-2-sj2-1",
        "label": "6522",
        "long": "St Aidans PS to Rupertswood Rd opp Charlotte Rd via Minchinbury",
        "short": "6522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-652-3-sj2-1",
        "label": "6523",
        "long": "St Andrews PS to Blacktown Station",
        "short": "6523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-652-4-sj2-1",
        "label": "6524",
        "long": "Plumpton HS to Dean Park",
        "short": "6524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-652-5-sj2-1",
        "label": "6525",
        "long": "St Johns PS to Blacktown Station via Acacia Gardens",
        "short": "6525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-652-6-sj2-1",
        "label": "6526",
        "long": "St Mark's College and John XXIII PS to Quakers Hill",
        "short": "6526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-652-7-sj2-1",
        "label": "6527",
        "long": "St Joseph's PS to The Ponds via Glenwood",
        "short": "6527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-652-8-sj2-1",
        "label": "6528",
        "long": "Rouse Hill Anglican College to Blacktown Station via Schofields",
        "short": "6528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-652-9-sj2-1",
        "label": "6529",
        "long": "Evans HS to Blacktown Station",
        "short": "6529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-653-0-sj2-1",
        "label": "6530",
        "long": "Good Shepherd PS to Mt Druitt Station via Shalvey",
        "short": "6530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-653-1-sj2-1",
        "label": "6531",
        "long": "Baulkham Hills HS to Adrienne St at Martin Pl via Quakers Hill",
        "short": "6531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-653-2-sj2-1",
        "label": "6532",
        "long": "St John Paul II College to Schofields",
        "short": "6532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-653-3-sj2-1",
        "label": "6533",
        "long": "Schofields PS to Guntawong Rd opp Tallawong Rd via Marsden Park PS",
        "short": "6533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-653-4-sj2-1",
        "label": "6534",
        "long": "St John Paul II Catholic College Nirimba to Riverstone",
        "short": "6534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-653-6-sj2-1",
        "label": "6536",
        "long": "St Andrews College to Quakers Hill",
        "short": "6536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-653-8-sj2-1",
        "label": "6538",
        "long": "St John Paul II College Schofields to Mount Druitt via Hassall Grove",
        "short": "6538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-653-9-sj2-1",
        "label": "6539",
        "long": "St John Paul II College Schofields to Woodcroft",
        "short": "6539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-654-0-sj2-1",
        "label": "6540",
        "long": "Quakers Hill HS to Blacktown Station",
        "short": "6540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-654-1-sj2-1",
        "label": "6541",
        "long": "Evans HS to Kildare Rd after Ash St",
        "short": "6541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-654-3-sj2-1",
        "label": "6543",
        "long": "St Agnes HS to Golding Dr before Armitage Dr",
        "short": "6543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-654-4-sj2-1",
        "label": "6544",
        "long": "St Agnes Catholic High School to Plumpton, Power Rd",
        "short": "6544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-654-5-sj2-1",
        "label": "6545",
        "long": "Quakers Hill HS to Glendenning via William Dean PS",
        "short": "6545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-654-6-sj2-1",
        "label": "6546",
        "long": "St Clare's HS to Marayong PS via Woodcroft",
        "short": "6546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-654-7-sj2-1",
        "label": "6547",
        "long": "St John Paul II College to Blacktown Station",
        "short": "6547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-654-8-sj2-1",
        "label": "6548",
        "long": "St John Paul II College to Robert before Garfield Rd W",
        "short": "6548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-654-9-sj2-1",
        "label": "6549",
        "long": "St Johns PS to Riverstone Station",
        "short": "6549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-655-0-sj2-1",
        "label": "6550",
        "long": "St John Paul II College Schofields to Quakers Hill Station",
        "short": "6550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-655-1-sj2-1",
        "label": "6551",
        "long": "St Mark's College and John XXIII PS to Kings Langley Shops",
        "short": "6551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-655-3-sj2-1",
        "label": "6553",
        "long": "St Josephs PS to Blacktown Station",
        "short": "6553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-655-4-sj2-1",
        "label": "6554",
        "long": "Blacktown South PS to Flushcombe Rd before Bungarribee Rd",
        "short": "6554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-655-5-sj2-1",
        "label": "6555",
        "long": "Blacktown Girls HS to Crawford Rd before Power St",
        "short": "6555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-655-6-sj2-1",
        "label": "6556",
        "long": "Crawford PS to Bungarribee Rd before Walters Rd",
        "short": "6556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-655-7-sj2-1",
        "label": "6557",
        "long": "Blacktown Girls HS to Archer St before Reservoir Rd",
        "short": "6557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-655-8-sj2-1",
        "label": "6558",
        "long": "St Patricks PS to Blacktown Station",
        "short": "6558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-655-9-sj2-1",
        "label": "6559",
        "long": "Blacktown Girls HS to Plumpton Marketplace",
        "short": "6559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-656-0-sj2-1",
        "label": "6560",
        "long": "Rooty Hill HS to Mt Druitt Station",
        "short": "6560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-656-1-sj2-1",
        "label": "6561",
        "long": "St John Paul II Catholic College to Farnham Rd at Muccillo St",
        "short": "6561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-656-2-sj2-1",
        "label": "6562",
        "long": "Barnier PS to Blacktown Station",
        "short": "6562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-656-3-sj2-1",
        "label": "6563",
        "long": "St Michaels PS to Blacktown Station",
        "short": "6563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-656-5-sj2-1",
        "label": "6565",
        "long": "Nagle Girls HS to Blacktown Station",
        "short": "6565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-656-8-sj2-1",
        "label": "6568",
        "long": "Quakers Hill HS to Arnott Rd opp Ottley St",
        "short": "6568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-656-9-sj2-1",
        "label": "6569",
        "long": "St Andrews Junior Campus to Adrienne St at Marin Pl",
        "short": "6569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-657-0-sj2-1",
        "label": "6570",
        "long": "St Agnes HS to Emerson St opp Stolle St",
        "short": "6570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-657-1-sj2-1",
        "label": "6571",
        "long": "St Agnes HS to Carlisle Av before Jersey Rd via Bidwill",
        "short": "6571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-657-3-sj2-1",
        "label": "6573",
        "long": "St Agnes HS to Minchin Dr before Great Western Hwy via Minchinbury",
        "short": "6573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-657-4-sj2-1",
        "label": "6574",
        "long": "Nagle Girls HS to Blacktown Station",
        "short": "6574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-657-5-sj2-1",
        "label": "6575",
        "long": "Loyola College to Mt Druitt Station",
        "short": "6575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-657-6-sj2-1",
        "label": "6576",
        "long": "Loyola College to Mt Druitt Station",
        "short": "6576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-657-7-sj2-1",
        "label": "6577",
        "long": "Rooty Hill HS to Bulolo Dr at Luxford Rd",
        "short": "6577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-657-8-sj2-1",
        "label": "6578",
        "long": "St Agnes HS to Fuller St after Coates St",
        "short": "6578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-657-9-sj2-1",
        "label": "6579",
        "long": "Sacred Heart PS to Mt Druitt Station",
        "short": "6579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-658-0-sj2-1",
        "label": "6580",
        "long": "St Luke's Catholic College to Riverstone",
        "short": "6580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-658-1-sj2-1",
        "label": "6581",
        "long": "St Johns PS to Riverstone Station",
        "short": "6581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-658-2-sj2-1",
        "label": "6582",
        "long": "St Andrews Senior Campus to Riverstone Station",
        "short": "6582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-658-3-sj2-1",
        "label": "6583",
        "long": "Patrician Brothers College to Blacktown Station",
        "short": "6583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-658-4-sj2-1",
        "label": "6584",
        "long": "Blacktown HS to Burdekin Rd before Hambledon Rd",
        "short": "6584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-658-5-sj2-1",
        "label": "6585",
        "long": "St Agnes HS to Mt Druitt Station",
        "short": "6585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-658-6-sj2-1",
        "label": "6586",
        "long": "St Clare's Catholic HS to Mt Druitt Station",
        "short": "6586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-658-8-sj2-1",
        "label": "6588",
        "long": "St Clare's Catholic HS to Good Shepherd PS",
        "short": "6588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-658-9-sj2-1",
        "label": "6589",
        "long": "Good Shepherd PS to Sherbrooke St at Francis Rd",
        "short": "6589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-659-0-sj2-1",
        "label": "6590",
        "long": "Blacktown Girls HS to Mt Druitt Station",
        "short": "6590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-659-1-sj2-1",
        "label": "6591",
        "long": "Australian Christian College to Riverstone Station",
        "short": "6591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-659-2-sj2-1",
        "label": "6592",
        "long": "Glenwood HS to Perfection Av opp Bentwood Tce",
        "short": "6592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-659-3-sj2-1",
        "label": "6593",
        "long": "Glenwood HS to Sentry Dr after Clementine St",
        "short": "6593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-659-4-sj2-1",
        "label": "6594",
        "long": "Patrician Brothers College to Flushcombe Rd after Clare St",
        "short": "6594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-659-5-sj2-1",
        "label": "6595",
        "long": "Glenwood HS to Perfection Dr opp Armour Av",
        "short": "6595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-659-6-sj2-1",
        "label": "6596",
        "long": "St John XXIII Catholic College to Gables",
        "short": "6596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-659-8-sj2-1",
        "label": "6598",
        "long": "St Francis of Assisi School to Emerson St at Stolle St",
        "short": "6598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-659-9-sj2-1",
        "label": "6599",
        "long": "St Marks College and John XXIII PS to Parklea PS",
        "short": "6599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-660-0-sj2-1",
        "label": "6600",
        "long": "Parklea PS to Blacktown Station",
        "short": "6600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-660-1-sj2-1",
        "label": "6601",
        "long": "Glenwood HS to Perfection Dr opp Armour Av",
        "short": "6601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-660-2-sj2-1",
        "label": "6602",
        "long": "Good Shepherd PS to Carlisle Av opp Dural Pl via Bidwill",
        "short": "6602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-660-3-sj2-1",
        "label": "6603",
        "long": "St John Paul II Catholic College to Symonds Rd op St Elizabeth Nursing Home",
        "short": "6603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-660-4-sj2-1",
        "label": "6604",
        "long": "Patrician Brothers College to Blacktown Station",
        "short": "6604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-660-5-sj2-1",
        "label": "6605",
        "long": "The Ponds HS to Stanhope Gardens Reserve, Stanhope Pkwy",
        "short": "6605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-660-6-sj2-1",
        "label": "6606",
        "long": "The Ponds HS to Sentry Dr opp Parklea Dr",
        "short": "6606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-660-7-sj2-1",
        "label": "6607",
        "long": "The Ponds HS to Merriville Rd at Vinegar Hill Rd",
        "short": "6607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-661-0-sj2-1",
        "label": "6610",
        "long": "The Ponds HS to Perfection Ave at Stanhope Pkwy",
        "short": "6610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-661-1-sj2-1",
        "label": "6611",
        "long": "The Ponds HS to Parklea",
        "short": "6611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-661-2-sj2-1",
        "label": "6612",
        "long": "Oakhill College to Castle Hill Interchange via Old Northern Rd",
        "short": "6612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-661-3-sj2-1",
        "label": "6613",
        "long": "Oakhill College to Castle Hill Interchange via Old Northern Rd",
        "short": "6613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-661-4-sj2-1",
        "label": "6614",
        "long": "St Michaels PS to Archer St opp Barnes Lane",
        "short": "6614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-661-5-sj2-1",
        "label": "6615",
        "long": "The Ponds High School to Parklea via Stanhope Gardens",
        "short": "6615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-661-9-sj2-1",
        "label": "6619",
        "long": "Mt Druitt Station to Plumpton Marketplace",
        "short": "6619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-662-0-sj2-1",
        "label": "6620",
        "long": "Kellyville HS to Rouse Hill Station",
        "short": "6620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-662-1-sj2-1",
        "label": "6621",
        "long": "William Clarke College to Rouse Hill Station",
        "short": "6621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-662-3-sj2-1",
        "label": "6623",
        "long": "Australian Christian College to Elara Blvd",
        "short": "6623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-662-4-sj2-1",
        "label": "6624",
        "long": "Australian Christian College to Melonba",
        "short": "6624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-662-5-sj2-1",
        "label": "6625",
        "long": "St Agnes Catholic High School to Plumpton",
        "short": "6625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-662-6-sj2-1",
        "label": "6626",
        "long": "St Agnes Catholic High School to Mount Druitt (South)",
        "short": "6626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-662-7-sj2-1",
        "label": "6627",
        "long": "Hambledon Public School to Nirimba Fields",
        "short": "6627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-662-8-sj2-1",
        "label": "6628",
        "long": "Northbourne PS to Elara Oval",
        "short": "6628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-662-9-sj2-1",
        "label": "6629",
        "long": "Northbourne PS to Annan Ave via Agland Ave",
        "short": "6629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-663-0-sj2-1",
        "label": "6630",
        "long": "Northbourne PS to Abell Rd opp Raine Ave",
        "short": "6630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-663-1-sj2-1",
        "label": "6631",
        "long": "Marsden Park Anglican to Dean Park via Colebee",
        "short": "6631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-663-2-sj2-1",
        "label": "6632",
        "long": "Melonba Public School to Melonba via Abell Rd",
        "short": "6632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-668-sj2-1",
        "label": "668",
        "long": "Richmond to Windsor via Glossodia and Wilberforce",
        "short": "668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-669-9-sj2-1",
        "label": "6699",
        "long": "Richard Johnson College Oakhurst Campus to Colebee",
        "short": "6699",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-669-sj2-1",
        "label": "669",
        "long": "Wilberforce to Sackville via Ebenezer",
        "short": "669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-671-sj2-1",
        "label": "671",
        "long": "Riverstone to Windsor via McGraths Hill and Vineyard",
        "short": "671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-672-sj2-1",
        "label": "672",
        "long": "Windsor to Wisemans Ferry (Loop Service)",
        "short": "672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-673-sj2-1",
        "label": "673",
        "long": "Penrith to Windsor via Cranebrook",
        "short": "673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-674-sj2-1",
        "label": "674",
        "long": "Mount Druitt to Windsor via Shanes Park and Bligh Park",
        "short": "674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-675-A-sj2-1",
        "label": "675A",
        "long": "Windsor to Richmond via RAAF Base and Bligh Park (Loop Service)",
        "short": "675A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-675-C-sj2-1",
        "label": "675C",
        "long": "Windsor to Richmond via Bligh Park and RAAF Base (Loop Service)",
        "short": "675C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-676-sj2-1",
        "label": "676",
        "long": "Windsor to South Windsor (Loop Service)",
        "short": "676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-677-sj2-1",
        "label": "677",
        "long": "Penrith to Richmond via Londonderry",
        "short": "677",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-678-sj2-1",
        "label": "678",
        "long": "Penrith to Richmond via Cranebrook",
        "short": "678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-680-sj2-1",
        "label": "680",
        "long": "Richmond to Bowen Mountain via Grose Vale and Grose Wold (Loop Service)",
        "short": "680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-682-sj2-1",
        "label": "682",
        "long": "Richmond to Kurrajong via Berambing (Loop Service)",
        "short": "682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-718-sj2-1",
        "label": "718",
        "long": "Seven Hills to Kings Langley",
        "short": "718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-721-sj2-1",
        "label": "721",
        "long": "Blacktown to Blacktown Hospital (Loop Service)",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-722-sj2-1",
        "label": "722",
        "long": "Blacktown to Prospect via Flushcombe Rd (Loop Service)",
        "short": "722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-723-sj2-1",
        "label": "723",
        "long": "Blacktown to Mount Druitt via Eastern Creek",
        "short": "723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-724-sj2-1",
        "label": "724",
        "long": "Blacktown to Arndell Park via Huntingwood (Loop Service)",
        "short": "724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-726-sj2-1",
        "label": "726",
        "long": "Blacktown to Doonside via Monash Rd (Loop Service)",
        "short": "726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-728-sj2-1",
        "label": "728",
        "long": "Blacktown to Mount Druitt",
        "short": "728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-729-sj2-1",
        "label": "729",
        "long": "Blacktown to Mount Druitt via Minchinbury",
        "short": "729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-730-sj2-1",
        "label": "730",
        "long": "Blacktown to Castle Hill via Glenwood and Norwest",
        "short": "730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-730-w-sj2-1",
        "label": "730w",
        "long": "Baulkham Hills High School to North Rocks Shopping Centre via Telopea and Carlingford",
        "short": "730w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-731-sj2-1",
        "label": "731",
        "long": "Blacktown to Rouse Hill Station via Stanhope Gardens",
        "short": "731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-732-sj2-1",
        "label": "732",
        "long": "Blacktown to Rouse Hill Station via The Ponds",
        "short": "732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-734-sj2-1",
        "label": "734",
        "long": "Blacktown to Riverstone via Schofields",
        "short": "734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-735-sj2-1",
        "label": "735",
        "long": "Rouse Hill to Blacktown (Loop Service)",
        "short": "735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-738-sj2-1",
        "label": "738",
        "long": "Mount Druitt to Eastern Creek via Rooty Hill (Loop Service)",
        "short": "738",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-739-V-sj2-1",
        "label": "739V",
        "long": "Mount Druitt to Mount Druitt South (Loop Service)",
        "short": "739V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-740-sj2-1",
        "label": "740",
        "long": "Rouse Hill to Gables",
        "short": "740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-741-sj2-1",
        "label": "741",
        "long": "Riverstone to Gables via Box Hill",
        "short": "741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-742-sj2-1",
        "label": "742",
        "long": "Rouse Hill Station to Marsden Park",
        "short": "742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-743-sj2-1",
        "label": "743",
        "long": "Blacktown to Kings Langley",
        "short": "743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-744-sj2-1",
        "label": "744",
        "long": "Blacktown to Blacktown Industrial Area",
        "short": "744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-745-sj2-1",
        "label": "745",
        "long": "St Marys to Norwest Private Hospital via Stanhope Gardens",
        "short": "745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-746-sj2-1",
        "label": "746",
        "long": "Rouse Hill to Riverstone",
        "short": "746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-747-sj2-1",
        "label": "747",
        "long": "Rouse Hill Station to Mount Druitt via Riverstone and Marsden Park",
        "short": "747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-748-sj2-1",
        "label": "748",
        "long": "Tallawong Station to Melonba via Schofields",
        "short": "748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-750-sj2-1",
        "label": "750",
        "long": "Blacktown to Mount Druitt via Bidwill",
        "short": "750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-751-sj2-1",
        "label": "751",
        "long": "Blacktown to Melonba via Colebee",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-752-sj2-1",
        "label": "752",
        "long": "Blacktown to Rouse Hill Station via Quakers Hill",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-753-sj2-1",
        "label": "753",
        "long": "Blacktown to Doonside (Loop Service)",
        "short": "753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-754-sj2-1",
        "label": "754",
        "long": "Mount Druitt to Blacktown via Hassall Grove (Loop Service)",
        "short": "754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-755-sj2-1",
        "label": "755",
        "long": "Mount Druitt to Shalvey and Plumpton Marketplace",
        "short": "755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-756-sj2-1",
        "label": "756",
        "long": "Blacktown to Mount Druitt via Woodcroft and Plumpton",
        "short": "756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-758-sj2-1",
        "label": "758",
        "long": "St Marys to Mount Druitt via Tregear and Shalvey",
        "short": "758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-759-sj2-1",
        "label": "759",
        "long": "St Marys to Mount Druitt via Ropes Crossing",
        "short": "759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-761-sj2-1",
        "label": "761",
        "long": "Mount Druitt to Bidwill (Loop Service)",
        "short": "761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-770-sj2-1",
        "label": "770",
        "long": "Penrith to Mount Druitt via St Marys",
        "short": "770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-771-sj2-1",
        "label": "771",
        "long": "Mount Druitt to St Marys via Colyton",
        "short": "771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-772-sj2-1",
        "label": "772",
        "long": "WSI Airport to Mount Druitt via St Clair",
        "short": "772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-774-sj2-1",
        "label": "774",
        "long": "Penrith to Mount Druitt via Nepean Hospital and St Marys",
        "short": "774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-775-sj2-1",
        "label": "775",
        "long": "Penrith to Mount Druitt via Nepean Hospital and Erskine Park",
        "short": "775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-776-sj2-1",
        "label": "776",
        "long": "Penrith to Mount Druitt via Nepean Hospital and St Clair",
        "short": "776",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-779-sj2-1",
        "label": "779",
        "long": "Kemps Creek to St Marys via Erskine Park",
        "short": "779",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-780-sj2-1",
        "label": "780",
        "long": "Mount Druitt to Penrith via Ropes Crossing",
        "short": "780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-781-sj2-1",
        "label": "781",
        "long": "Penrith to St Marys via Glenmore Park",
        "short": "781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-782-sj2-1",
        "label": "782",
        "long": "Penrith to St Marys via Werrington",
        "short": "782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-783-sj2-1",
        "label": "783",
        "long": "Penrith to Werrington via Jordan Springs",
        "short": "783",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-784-sj2-1",
        "label": "784",
        "long": "Penrith to Cranebrook (Loop Service)",
        "short": "784",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-785-sj2-1",
        "label": "785",
        "long": "Werrington to Penrith via Cambridge Park",
        "short": "785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-786-sj2-1",
        "label": "786",
        "long": "Penrith to Cranebrook via North Penrith (Loop Service)",
        "short": "786",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-789-sj2-1",
        "label": "789",
        "long": "Penrith to Luddenham",
        "short": "789",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-790-sj2-1",
        "label": "790",
        "long": "WSI Airport to Penrith via Kingswood and Nepean Hospital",
        "short": "790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-791-sj2-1",
        "label": "791",
        "long": "Penrith to Jamisontown via South Penrith (Loop Service)",
        "short": "791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-793-sj2-1",
        "label": "793",
        "long": "Penrith to South Penrith (Loop Service)",
        "short": "793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-794-sj2-1",
        "label": "794",
        "long": "Penrith to Glenmore Park via The Northern Rd",
        "short": "794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-795-sj2-1",
        "label": "795",
        "long": "Warragamba to Penrith",
        "short": "795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-797-sj2-1",
        "label": "797",
        "long": "Penrith to Glenmore Park (Loop Service)",
        "short": "797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-799-sj2-1",
        "label": "799",
        "long": "Penrith to Glenmore Park via Regentville",
        "short": "799",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-S11-sj2-1",
        "label": "S11",
        "long": "St Marys to St Clair (Loop Service)",
        "short": "S11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-S13-sj2-1",
        "label": "S13",
        "long": "Penrith to Mountainview Retreat Retirement Village (Loop Service)",
        "short": "S13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11-S7-sj2-1",
        "label": "S7",
        "long": "Blacktown to Myrtle Glen Stanhope Gardens",
        "short": "S7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-100-1-sj2-1",
        "label": "1001",
        "long": "Old Kurrajong and Hume to Good Samaritan College",
        "short": "1001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-100-2-sj2-1",
        "label": "1002",
        "long": "Prestons to Casula HS",
        "short": "1002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-100-3-sj2-1",
        "label": "1003",
        "long": "Liverpool to Liverpool West PS",
        "short": "1003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-100-4-sj2-1",
        "label": "1004",
        "long": "Liverpool to Casula High School",
        "short": "1004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-100-5-sj2-1",
        "label": "1005",
        "long": "Rossmore PS to Liverpool Boys High School",
        "short": "1005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-100-6-sj2-1",
        "label": "1006",
        "long": "Casula to Unity Grammar College",
        "short": "1006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-100-8-sj2-1",
        "label": "1008",
        "long": "Leppington to Holy Spirit Primary via John Edmondson HS",
        "short": "1008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-100-9-sj2-1",
        "label": "1009",
        "long": "Sixteenth Ave Austral to Greenway Park PS via Hoxton Park PS",
        "short": "1009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-101-0-sj2-1",
        "label": "1010",
        "long": "Rossmore Public School to Rossmore (Loop Service)",
        "short": "1010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-101-1-sj2-1",
        "label": "1011",
        "long": "Denham Court to Robert Townson High School",
        "short": "1011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-101-2-sj2-1",
        "label": "1012",
        "long": "Liverpool Station to Hoxton Park PS",
        "short": "1012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-101-3-sj2-1",
        "label": "1013",
        "long": "Bradfield to Yandelora School",
        "short": "1013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-101-4-sj2-1",
        "label": "1014",
        "long": "Bringelly to Bringelly PS and Holy Family PS",
        "short": "1014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-101-5-sj2-1",
        "label": "1015",
        "long": "Wroxham St and Bernera Rd to Clancy College",
        "short": "1015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-101-7-sj2-1",
        "label": "1017",
        "long": "Greendale to Elizabeth Macarthur HS",
        "short": "1017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-101-8-sj2-1",
        "label": "1018",
        "long": "Camden Valley Way and Horningsea Park to Greenway PS",
        "short": "1018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-102-0-sj2-1",
        "label": "1020",
        "long": "Catherine Field and CamdenValley to Carnes Hill Marketplace",
        "short": "1020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-102-1-sj2-1",
        "label": "1021",
        "long": "Casula to Macarthur Anglican School",
        "short": "1021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-102-2-sj2-1",
        "label": "1022",
        "long": "Camden to William Carey Christian School",
        "short": "1022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-102-3-sj2-1",
        "label": "1023",
        "long": "Braidwood and Mollymook to Dalmeny PS",
        "short": "1023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-102-4-sj2-1",
        "label": "1024",
        "long": "Braidwood and Tolland to St Gregorys",
        "short": "1024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-102-5-sj2-1",
        "label": "1025",
        "long": "Dwyer and Camden Valley to Leppington PS and Carnes Hill",
        "short": "1025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-102-6-sj2-1",
        "label": "1026",
        "long": "Fifteenth and Twentyeighth to Cecil Hills HS",
        "short": "1026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-102-7-sj2-1",
        "label": "1027",
        "long": "Casula to Lurnea PS",
        "short": "1027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-102-8-sj2-1",
        "label": "1028",
        "long": "Badgerys Creek to John Edmondson HS",
        "short": "1028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-102-9-sj2-1",
        "label": "1029",
        "long": "Alma Road and George Rd to St Pauls PS",
        "short": "1029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-103-0-sj2-1",
        "label": "1030",
        "long": "Corfield and Braidwood to All Saints HS",
        "short": "1030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-103-1-sj2-1",
        "label": "1031",
        "long": "Casula to Thomas Hassall Anglican College",
        "short": "1031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-103-2-sj2-1",
        "label": "1032",
        "long": "Busabout Depot to John Edmondson HS",
        "short": "1032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-103-3-sj2-1",
        "label": "1033",
        "long": "Austral Shops to Hoxton Park HS",
        "short": "1033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-103-4-sj2-1",
        "label": "1034",
        "long": "Bus Depot to St Therese PS",
        "short": "1034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-103-5-sj2-1",
        "label": "1035",
        "long": "Camden Valley Way and George St to William Carey Christian School",
        "short": "1035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-103-7-sj2-1",
        "label": "1037",
        "long": "Emerald Hills Shopping Villiage to William Carey Christian School",
        "short": "1037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-103-8-sj2-1",
        "label": "1038",
        "long": "Badgerys Creek to Mannow and Carmichael",
        "short": "1038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-103-9-sj2-1",
        "label": "1039",
        "long": "Mill Rd and Hume Hwy to Casula PS",
        "short": "1039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-104-0-sj2-1",
        "label": "1040",
        "long": "Rossmore to Hoxton Park",
        "short": "1040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-104-1-sj2-1",
        "label": "1041",
        "long": "Kurrajong Rd and Cedar Rd to Clancy College",
        "short": "1041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-104-3-sj2-1",
        "label": "1043",
        "long": "Webster Rd and Hoxton Park Rd to Unity Grammar College",
        "short": "1043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-104-4-sj2-1",
        "label": "1044",
        "long": "Greendale and Northern to William Carey Christian School",
        "short": "1044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-104-8-sj2-1",
        "label": "1048",
        "long": "Denham Court to Liverpool",
        "short": "1048",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-104-9-sj2-1",
        "label": "1049",
        "long": "Bardia PS to St Patricks College",
        "short": "1049",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-105-0-sj2-1",
        "label": "1050",
        "long": "Bardia PS to Ingleburn Station",
        "short": "1050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-105-1-sj2-1",
        "label": "1051",
        "long": "Second Av and Fifteenth Av to Liverpool Boys HS",
        "short": "1051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-105-2-sj2-1",
        "label": "1052",
        "long": "Austral to Austral PS",
        "short": "1052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-105-3-sj2-1",
        "label": "1053",
        "long": "Wroxham St and Bernera Rd to Clancy College",
        "short": "1053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-106-0-sj2-1",
        "label": "1060",
        "long": "Leppington to William Carey Christian School",
        "short": "1060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-106-1-sj2-1",
        "label": "1061",
        "long": "Leppington to Bellfield College",
        "short": "1061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-106-2-sj2-1",
        "label": "1062",
        "long": "Leppington to St Francis College",
        "short": "1062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-106-4-sj2-1",
        "label": "1064",
        "long": "Leppington Station to Unity Grammar",
        "short": "1064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-106-5-sj2-1",
        "label": "1065",
        "long": "Austral to Rossmore Public School",
        "short": "1065",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-200-1-sj2-1",
        "label": "2001",
        "long": "Thomas Hassall College to All Saints HS",
        "short": "2001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-200-2-sj2-1",
        "label": "2002",
        "long": "Rossmore PS to Austral via Unity Grammar",
        "short": "2002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-200-3-sj2-1",
        "label": "2003",
        "long": "Casula PS to Liverpool Station",
        "short": "2003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-200-5-sj2-1",
        "label": "2005",
        "long": "Liverpool West PS to Congressional Dr and Birkdale Cres",
        "short": "2005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-200-7-sj2-1",
        "label": "2007",
        "long": "Narellan PS to Glenfield Station",
        "short": "2007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-200-9-sj2-1",
        "label": "2009",
        "long": "John Edmondson HS to Austral",
        "short": "2009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-201-0-sj2-1",
        "label": "2010",
        "long": "James Busby HS to Mannow Av",
        "short": "2010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-201-3-sj2-1",
        "label": "2013",
        "long": "Good Shepherd PS to Austral",
        "short": "2013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-201-4-sj2-1",
        "label": "2014",
        "long": "Thomas Hassall College to Horningsea Park",
        "short": "2014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-201-7-sj2-1",
        "label": "2017",
        "long": "Bringelly PS to Rossmore",
        "short": "2017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-201-9-sj2-1",
        "label": "2019",
        "long": "Good Shepherd PS to Casula",
        "short": "2019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-202-5-sj2-1",
        "label": "2025",
        "long": "Johns Edmondson HS to Austral",
        "short": "2025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-202-6-sj2-1",
        "label": "2026",
        "long": "Good Samaritan to Middleton Grange",
        "short": "2026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-202-7-sj2-1",
        "label": "2027",
        "long": "Hoxton Park HS to Horningsea Park",
        "short": "2027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-202-8-sj2-1",
        "label": "2028",
        "long": "John Edmondson HS to Leppington",
        "short": "2028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-202-9-sj2-1",
        "label": "2029",
        "long": "Catherine Fields Rd near Camden Valley Way to Casula",
        "short": "2029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-203-2-sj2-1",
        "label": "2032",
        "long": "Good Shepherd PS to Bringelly and Kelvin Park",
        "short": "2032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-203-3-sj2-1",
        "label": "2033",
        "long": "Austral PS to Gurner Ave",
        "short": "2033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-203-4-sj2-1",
        "label": "2034",
        "long": "All Saints HS to Leppington",
        "short": "2034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-203-5-sj2-1",
        "label": "2035",
        "long": "All Saints HS to Liverpool",
        "short": "2035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-203-7-sj2-1",
        "label": "2037",
        "long": "Dalmeny PS to Prestons",
        "short": "2037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-203-8-sj2-1",
        "label": "2038",
        "long": "William Carey Christian School to Camden",
        "short": "2038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-203-9-sj2-1",
        "label": "2039",
        "long": "Good Samaritan to Carnes Hill",
        "short": "2039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-204-0-sj2-1",
        "label": "2040",
        "long": "Thomas Hassall College to Prestons",
        "short": "2040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-204-2-sj2-1",
        "label": "2042",
        "long": "Holy Spirit PS to Austral",
        "short": "2042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-204-3-sj2-1",
        "label": "2043",
        "long": "Magdalene HS to Leppington",
        "short": "2043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-204-4-sj2-1",
        "label": "2044",
        "long": "Leppington PS to Ridge Square and Narellan",
        "short": "2044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-204-6-sj2-1",
        "label": "2046",
        "long": "Casula PS to Congressional Dr and Monteclair Ave",
        "short": "2046",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-204-8-sj2-1",
        "label": "2048",
        "long": "Unity Grammar College to Hume Hwy after Graham Av",
        "short": "2048",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-205-1-sj2-1",
        "label": "2051",
        "long": "John Edmondson HS to Rossmore and Leppington",
        "short": "2051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-205-2-sj2-1",
        "label": "2052",
        "long": "St Gregorys College to Austral",
        "short": "2052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-205-3-sj2-1",
        "label": "2053",
        "long": "Magdalene HS to Leppington",
        "short": "2053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-205-4-sj2-1",
        "label": "2054",
        "long": "Macarthur Anglican School to Denham Court",
        "short": "2054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-205-6-sj2-1",
        "label": "2056",
        "long": "Cecil Hills HS to Austral",
        "short": "2056",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-205-8-sj2-1",
        "label": "2058",
        "long": "Lurnea PS to Horningsea Park",
        "short": "2058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-206-0-sj2-1",
        "label": "2060",
        "long": "Unity Grammar College to Lurnea",
        "short": "2060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-206-1-sj2-1",
        "label": "2061",
        "long": "Good Samaritan College to Liverpool Station",
        "short": "2061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-206-4-sj2-1",
        "label": "2064",
        "long": "Clancy College to Prestons",
        "short": "2064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-206-5-sj2-1",
        "label": "2065",
        "long": "Clancy Catholic College to Leppington Station via Prestons",
        "short": "2065",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-206-7-sj2-1",
        "label": "2067",
        "long": "Casula HS to Prestons",
        "short": "2067",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-206-8-sj2-1",
        "label": "2068",
        "long": "John Edmondson High School to Leppington",
        "short": "2068",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-206-9-sj2-1",
        "label": "2069",
        "long": "Ingleburn HS to Denham Court",
        "short": "2069",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-207-0-sj2-1",
        "label": "2070",
        "long": "Casula HS to Prestons",
        "short": "2070",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-207-1-sj2-1",
        "label": "2071",
        "long": "Thomas Hassall College to Liverpool",
        "short": "2071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-207-6-sj2-1",
        "label": "2076",
        "long": "St Benedict's Catholic College to Holy Family PS",
        "short": "2076",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-207-7-sj2-1",
        "label": "2077",
        "long": "Holy Family PS to Bringelly",
        "short": "2077",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-207-8-sj2-1",
        "label": "2078",
        "long": "All Saints College to Denham Court",
        "short": "2078",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-208-0-sj2-1",
        "label": "2080",
        "long": "Clancy Catholic College to Liverpool Station",
        "short": "2080",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-208-2-sj2-1",
        "label": "2082",
        "long": "Clancy College to Prestons",
        "short": "2082",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-300-1-sj2-1",
        "label": "3001",
        "long": "Macquarie Links and Governors Way to St Gregorys College",
        "short": "3001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-300-2-sj2-1",
        "label": "3002",
        "long": "Stranraer and Ballantrae to Bardia PS",
        "short": "3002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-300-3-sj2-1",
        "label": "3003",
        "long": "Minto to Leumeah HS",
        "short": "3003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-300-4-sj2-1",
        "label": "3004",
        "long": "Mortimer and Guernsey to Macquarie Fields HS",
        "short": "3004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-300-5-sj2-1",
        "label": "3005",
        "long": "Wills and Kingdon to Mt Carmel HS",
        "short": "3005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-300-6-sj2-1",
        "label": "3006",
        "long": "Ingleburn Station to Macquarie Fields HS",
        "short": "3006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-300-7-sj2-1",
        "label": "3007",
        "long": "Macquarie Fields to Minto Station",
        "short": "3007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-300-9-sj2-1",
        "label": "3009",
        "long": "Hansens Rd and Duncan St to Mt Carmel HS",
        "short": "3009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-301-0-sj2-1",
        "label": "3010",
        "long": "Macarthur Square to William Carey Christian School",
        "short": "3010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-301-2-sj2-1",
        "label": "3012",
        "long": "Ingleburn Station to Inglburn HS",
        "short": "3012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-301-3-sj2-1",
        "label": "3013",
        "long": "Evelyn St and Grounsel Ave to Glenfield PS",
        "short": "3013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-301-4-sj2-1",
        "label": "3014",
        "long": "Macquarie Fields Shops to Ingleburn PS",
        "short": "3014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-301-5-sj2-1",
        "label": "3015",
        "long": "Townson and Westmoreland to Mt Carmel HS",
        "short": "3015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-301-6-sj2-1",
        "label": "3016",
        "long": "Leumeah to William Carey Christian School",
        "short": "3016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-301-7-sj2-1",
        "label": "3017",
        "long": "Campbelltown and Central Park to St Andrews PS",
        "short": "3017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-301-8-sj2-1",
        "label": "3018",
        "long": "Campbelltown and Central Park to Mary Immaculate PS",
        "short": "3018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-301-9-sj2-1",
        "label": "3019",
        "long": "Eschol Park to Raby Shops",
        "short": "3019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-302-0-sj2-1",
        "label": "3020",
        "long": "Minto Mall to The Grange PS and Sackville PS",
        "short": "3020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-302-1-sj2-1",
        "label": "3021",
        "long": "Interline Depot to St Gregorys College",
        "short": "3021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-302-2-sj2-1",
        "label": "3022",
        "long": "Wills and Kingdon to Sackville Street PS",
        "short": "3022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-302-4-sj2-1",
        "label": "3024",
        "long": "St Andrews to William Carey Christian School",
        "short": "3024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-302-5-sj2-1",
        "label": "3025",
        "long": "Victoria and Atchison Rds to Inglburn HS",
        "short": "3025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-302-6-sj2-1",
        "label": "3026",
        "long": "Ballantrae and Inverness to Robert Townsend HS",
        "short": "3026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-302-7-sj2-1",
        "label": "3027",
        "long": "Bow Bowing to Mount Carmel Catholic College",
        "short": "3027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-302-8-sj2-1",
        "label": "3028",
        "long": "Varroville to Mt Carmel HS and St Andrews PS",
        "short": "3028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-302-9-sj2-1",
        "label": "3029",
        "long": "Glenfield to Mt Carmel HS",
        "short": "3029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-303-1-sj2-1",
        "label": "3031",
        "long": "Ingleburn Station to Leumeah HS",
        "short": "3031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-303-2-sj2-1",
        "label": "3032",
        "long": "Westmoreland and Hansens to Ingleburn Station",
        "short": "3032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-303-3-sj2-1",
        "label": "3033",
        "long": "Macquarie Fields Shops to Liverpool Boys HS",
        "short": "3033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-303-4-sj2-1",
        "label": "3034",
        "long": "Ingleburn HS to Minto Station",
        "short": "3034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-303-5-sj2-1",
        "label": "3035",
        "long": "Hansens Rd and Duncan St to Minto Station",
        "short": "3035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-303-6-sj2-1",
        "label": "3036",
        "long": "Mt Carmel HS to Ingleburn",
        "short": "3036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-303-7-sj2-1",
        "label": "3037",
        "long": "Townson Av and Westmoreland Rd to Minto PS",
        "short": "3037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-303-8-sj2-1",
        "label": "3038",
        "long": "Salisbury and Newtown to Glenfield PS",
        "short": "3038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-304-0-sj2-1",
        "label": "3040",
        "long": "Campbelltown Station to Mount Carmel Catholic College",
        "short": "3040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-31-sj2-1",
        "label": "31",
        "long": "Camden to Cut Hill Rd, Cobbitty via Coates Park Rd",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-32-sj2-1",
        "label": "32",
        "long": "Camden to Warragamba via Theresa Park and Werombi",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-38-sj2-1",
        "label": "38",
        "long": "Camden to Spring Creek and Brownlow Hill (Loop Service)",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-39-sj2-1",
        "label": "39",
        "long": "Camden to The Oaks via Mowbray Park and Belimbla Park",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-40-sj2-1",
        "label": "40",
        "long": "Camden to Belimbla Park and Oakdale via The Oaks (Loop Service)",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-400-1-sj2-1",
        "label": "4001",
        "long": "Ingleburn PS to Oxford and Collins",
        "short": "4001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-400-2-sj2-1",
        "label": "4002",
        "long": "Macquarie Fields HS to Macquarie Fields Station",
        "short": "4002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-400-3-sj2-1",
        "label": "4003",
        "long": "Glenfield PS to Macquarie Fields",
        "short": "4003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-400-4-sj2-1",
        "label": "4004",
        "long": "Macquarie Fields HS to Raby",
        "short": "4004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-400-5-sj2-1",
        "label": "4005",
        "long": "Mary Immaculate PS to Bow Bowing",
        "short": "4005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-400-6-sj2-1",
        "label": "4006",
        "long": "St Andrews PS to Varroville",
        "short": "4006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-400-7-sj2-1",
        "label": "4007",
        "long": "Mt Carmel HS to Long Point",
        "short": "4007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-400-8-sj2-1",
        "label": "4008",
        "long": "St Gregorys College to Macquarie Fields",
        "short": "4008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-401-0-sj2-1",
        "label": "4010",
        "long": "William Carey Christian School to Campbelltown Mall",
        "short": "4010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-401-1-sj2-1",
        "label": "4011",
        "long": "Casula HS to Glenquarie Shops",
        "short": "4011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-401-2-sj2-1",
        "label": "4012",
        "long": "Macquarie Fields HS to Macquarie Fields Station",
        "short": "4012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-401-3-sj2-1",
        "label": "4013",
        "long": "Macquarie Fields HS to Ingleburn",
        "short": "4013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-401-4-sj2-1",
        "label": "4014",
        "long": "Ingleburn Station to Macquarie Fields",
        "short": "4014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-401-5-sj2-1",
        "label": "4015",
        "long": "Mt Carmel HS to Ingleburn",
        "short": "4015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-401-6-sj2-1",
        "label": "4016",
        "long": "Robert Townson HS to Minto Station",
        "short": "4016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-401-7-sj2-1",
        "label": "4017",
        "long": "Leumeah HS to Minto",
        "short": "4017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-401-8-sj2-1",
        "label": "4018",
        "long": "St Johns PS to Raby and St Andrews PS",
        "short": "4018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-401-9-sj2-1",
        "label": "4019",
        "long": "Robert Townson HS to Eagle Vale",
        "short": "4019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-402-0-sj2-1",
        "label": "4020",
        "long": "Eagle Vale HS to Raby",
        "short": "4020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-402-1-sj2-1",
        "label": "4021",
        "long": "Leumeah HS to Minto Mall",
        "short": "4021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-402-3-sj2-1",
        "label": "4023",
        "long": "Robert Townson HS to Bow Bowing",
        "short": "4023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-402-4-sj2-1",
        "label": "4024",
        "long": "St Andrews PS to Minto Station",
        "short": "4024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-402-6-sj2-1",
        "label": "4026",
        "long": "Mt Carmel HS to Minto Heights",
        "short": "4026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-402-7-sj2-1",
        "label": "4027",
        "long": "Robert Townson HS to St Andrews PS",
        "short": "4027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-402-8-sj2-1",
        "label": "4028",
        "long": "William Carey Christian School to Leumeah",
        "short": "4028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-402-9-sj2-1",
        "label": "4029",
        "long": "Mount Carmel Catholic College to Ingleburn Station",
        "short": "4029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-403-0-sj2-1",
        "label": "4030",
        "long": "Minto to Minto Heights",
        "short": "4030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-403-1-sj2-1",
        "label": "4031",
        "long": "Bardia PS to Bow Bowing and St Andrews",
        "short": "4031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-403-2-sj2-1",
        "label": "4032",
        "long": "Mt Carmel HS to Glenfield Station",
        "short": "4032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-403-3-sj2-1",
        "label": "4033",
        "long": "Robert Townson HS to St Andrews PS",
        "short": "4033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-403-4-sj2-1",
        "label": "4034",
        "long": "St Gregorys College to Macquarie Fields",
        "short": "4034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-403-5-sj2-1",
        "label": "4035",
        "long": "Mount Carmel Catholic College to Denham Court",
        "short": "4035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-403-6-sj2-1",
        "label": "4036",
        "long": "St Francis College to Camden Lakeside Golf Course",
        "short": "4036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-403-8-sj2-1",
        "label": "4038",
        "long": "Bellfield College to Leppington",
        "short": "4038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-403-9-sj2-1",
        "label": "4039",
        "long": "Mt Carmel High School to Campbelltown Station",
        "short": "4039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-404-0-sj2-1",
        "label": "4040",
        "long": "Edmondson Park PS to Leppington via East Leppington PS",
        "short": "4040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-404-1-sj2-1",
        "label": "4041",
        "long": "St Francis Catholic College to Emerald Hills Shopping Villiage",
        "short": "4041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-404-2-sj2-1",
        "label": "4042",
        "long": "St Francis Catholic College to Austral",
        "short": "4042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-404-3-sj2-1",
        "label": "4043",
        "long": "St Anthony's College to Carnes Hill Marketplace",
        "short": "4043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-49-sj2-1",
        "label": "49",
        "long": "Camden to Menangle and Razorback (Loop Service)",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-500-1-sj2-1",
        "label": "5001",
        "long": "Campbelltown Station to Eschol Park PS",
        "short": "5001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-500-3-sj2-1",
        "label": "5003",
        "long": "Campbelltown Station to St Johns PS",
        "short": "5003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-500-4-sj2-1",
        "label": "5004",
        "long": "Leumeah Station to Campbelltown PS",
        "short": "5004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-500-5-sj2-1",
        "label": "5005",
        "long": "Leumeah Station to Campbelltown PS",
        "short": "5005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-500-6-sj2-1",
        "label": "5006",
        "long": "Airds HS to Campbelltown HS",
        "short": "5006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-500-7-sj2-1",
        "label": "5007",
        "long": "Campbelltown Station to Campbelltown HS",
        "short": "5007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-500-8-sj2-1",
        "label": "5008",
        "long": "Waminda Ave and Broughton St to Campbelltown HS",
        "short": "5008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-500-9-sj2-1",
        "label": "5009",
        "long": "Woodbine to Campbelltown North PS",
        "short": "5009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-501-0-sj2-1",
        "label": "5010",
        "long": "Campbelltown Station to St Patricks College",
        "short": "5010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-501-1-sj2-1",
        "label": "5011",
        "long": "Campbelltown Station to St Patricks College",
        "short": "5011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-501-2-sj2-1",
        "label": "5012",
        "long": "Dobell Rd to St Thomas More PS",
        "short": "5012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-501-3-sj2-1",
        "label": "5013",
        "long": "Hansens Rd to St Thomas More PS",
        "short": "5013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-501-4-sj2-1",
        "label": "5014",
        "long": "Campbelltown Station to St Thomas More PS",
        "short": "5014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-501-5-sj2-1",
        "label": "5015",
        "long": "Broughton St to Ruse PS",
        "short": "5015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-501-6-sj2-1",
        "label": "5016",
        "long": "Leumeah HS to Ruse PS",
        "short": "5016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-501-7-sj2-1",
        "label": "5017",
        "long": "The Parkway and Lawn Av to Airds HS",
        "short": "5017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-501-8-sj2-1",
        "label": "5018",
        "long": "Glen Alpine Dr to Bradbury PS",
        "short": "5018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-502-0-sj2-1",
        "label": "5020",
        "long": "St Johns Rd and Appin Rd to Ambarvale HS",
        "short": "5020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-502-1-sj2-1",
        "label": "5021",
        "long": "Toggerai St and Appin Rd to John Therry HS",
        "short": "5021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-502-3-sj2-1",
        "label": "5023",
        "long": "The Parkway and Lawn Av to John Therry HS",
        "short": "5023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-502-4-sj2-1",
        "label": "5024",
        "long": "Kellerman and Appin Rd to Rosemeadow PS",
        "short": "5024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-502-5-sj2-1",
        "label": "5025",
        "long": "John Therry HS to Broughton Anglican College",
        "short": "5025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-502-6-sj2-1",
        "label": "5026",
        "long": "Campbelltown Station to Broughton Anglican College",
        "short": "5026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-502-7-sj2-1",
        "label": "5027",
        "long": "Campbelltown Station to Broughton Anglican College",
        "short": "5027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-502-8-sj2-1",
        "label": "5028",
        "long": "Riverside and Greengate to Leumeah HS",
        "short": "5028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-502-9-sj2-1",
        "label": "5029",
        "long": "Campbelltown Station to Leumeah HS",
        "short": "5029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-503-0-sj2-1",
        "label": "5030",
        "long": "Leumeah to Leumeah PS",
        "short": "5030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-503-1-sj2-1",
        "label": "5031",
        "long": "Emerald Dr to St Andrews PS",
        "short": "5031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-503-2-sj2-1",
        "label": "5032",
        "long": "The Kraal and Johnson to Mt Carmel HS",
        "short": "5032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-503-3-sj2-1",
        "label": "5033",
        "long": "Eagle Vale to Mt Carmel HS",
        "short": "5033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-503-4-sj2-1",
        "label": "5034",
        "long": "Eschol Park Dr to Campbelltown Station",
        "short": "5034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-503-5-sj2-1",
        "label": "5035",
        "long": "The Kraal and Johnson to Blairmount PS",
        "short": "5035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-503-6-sj2-1",
        "label": "5036",
        "long": "Campbelltown Rd to Blairmount PS",
        "short": "5036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-503-7-sj2-1",
        "label": "5037",
        "long": "Campbelltown Station to St Gregorys College",
        "short": "5037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-503-9-sj2-1",
        "label": "5039",
        "long": "Campbelltown Station to St Grgorys College",
        "short": "5039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-504-0-sj2-1",
        "label": "5040",
        "long": "Campbelltown Station to St Gregory's College",
        "short": "5040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-504-1-sj2-1",
        "label": "5041",
        "long": "Campbelltown Station to St Gregorys College",
        "short": "5041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-504-2-sj2-1",
        "label": "5042",
        "long": "Campbelltown Station to St Gregorys College",
        "short": "5042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-504-3-sj2-1",
        "label": "5043",
        "long": "Campbelltown Station to Mt Annan Christian School",
        "short": "5043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-504-4-sj2-1",
        "label": "5044",
        "long": "Campbelltown Station to Macarthur Anglican HS",
        "short": "5044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-504-5-sj2-1",
        "label": "5045",
        "long": "Campbelltown Station to Macarthur Anglican HS",
        "short": "5045",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-504-6-sj2-1",
        "label": "5046",
        "long": "Campbelltown Station to St Clares PS",
        "short": "5046",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-504-7-sj2-1",
        "label": "5047",
        "long": "Appin to Campbelltown Station via John Therry Catholic HS",
        "short": "5047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-504-8-sj2-1",
        "label": "5048",
        "long": "Campbelltown Station to St Patricks College",
        "short": "5048",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-550-1-sj2-1",
        "label": "5501",
        "long": "St Peters Anglican School to Campbelltown Station",
        "short": "5501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-550-3-sj2-1",
        "label": "5503",
        "long": "St Peters Anglican School to Thomas Reddal HS",
        "short": "5503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-550-4-sj2-1",
        "label": "5504",
        "long": "St Peters Anglican School to Campbelltown Station",
        "short": "5504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-550-5-sj2-1",
        "label": "5505",
        "long": "St Peters Anglican School to Raby Rd",
        "short": "5505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-550-6-sj2-1",
        "label": "5506",
        "long": "St Peters Anglican School to Campbelltown Station",
        "short": "5506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-550-8-sj2-1",
        "label": "5508",
        "long": "Campbelltown HS to Raby Rd",
        "short": "5508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-551-0-sj2-1",
        "label": "5510",
        "long": "Campbelltown North PS to Badgally and Johnson Rds",
        "short": "5510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-551-1-sj2-1",
        "label": "5511",
        "long": "St Patricks College to Campbelltown Station",
        "short": "5511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-551-2-sj2-1",
        "label": "5512",
        "long": "St Patricks College to Campbelltown Station",
        "short": "5512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-551-3-sj2-1",
        "label": "5513",
        "long": "St Patricks College to Campbelltown Station",
        "short": "5513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-551-4-sj2-1",
        "label": "5514",
        "long": "St Patricks College to Campbelltown Station",
        "short": "5514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-551-5-sj2-1",
        "label": "5515",
        "long": "St Thomas More PS to Campbelltown Station",
        "short": "5515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-551-6-sj2-1",
        "label": "5516",
        "long": "St Thomas More PS to John Therry HS",
        "short": "5516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-551-7-sj2-1",
        "label": "5517",
        "long": "Ruse PS to Broughton St",
        "short": "5517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-551-8-sj2-1",
        "label": "5518",
        "long": "Ruse PS to Campbelltown Station",
        "short": "5518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-551-9-sj2-1",
        "label": "5519",
        "long": "Magdalene HS to Campbelltown Station",
        "short": "5519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-552-0-sj2-1",
        "label": "5520",
        "long": "Bradbury PS to Campbelltown Station",
        "short": "5520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-552-1-sj2-1",
        "label": "5521",
        "long": "Thomas Reddall HS to John Therry HS",
        "short": "5521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-552-2-sj2-1",
        "label": "5522",
        "long": "Thomas Reddall HS to Campbelltown Station",
        "short": "5522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-552-3-sj2-1",
        "label": "5523",
        "long": "Thomas Reddall HS to Crispsparkle Dr",
        "short": "5523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-552-4-sj2-1",
        "label": "5524",
        "long": "Ambarvale PS to Kellerman Dr",
        "short": "5524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-552-5-sj2-1",
        "label": "5525",
        "long": "Woodland Rd PS to John Therry HS",
        "short": "5525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-552-6-sj2-1",
        "label": "5526",
        "long": "Ambarvale HS to Jacaranda Ave Shops",
        "short": "5526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-552-7-sj2-1",
        "label": "5527",
        "long": "Ambarvale HS to The Parkway",
        "short": "5527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-552-8-sj2-1",
        "label": "5528",
        "long": "Ambarvale HS to Appin PS",
        "short": "5528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-552-9-sj2-1",
        "label": "5529",
        "long": "Mount Carmel HS to Campbelltown TAFE",
        "short": "5529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-553-0-sj2-1",
        "label": "5530",
        "long": "John Therry HS to Kellerman Rd",
        "short": "5530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-553-1-sj2-1",
        "label": "5531",
        "long": "John Therry HS to Glen Alpine Dr",
        "short": "5531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-553-2-sj2-1",
        "label": "5532",
        "long": "John Therry HS to Leumeah",
        "short": "5532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-553-3-sj2-1",
        "label": "5533",
        "long": "John Therry HS to Campbelltown Station",
        "short": "5533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-553-4-sj2-1",
        "label": "5534",
        "long": "John Therry HS to Toggerai St and Appin Rd",
        "short": "5534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-553-5-sj2-1",
        "label": "5535",
        "long": "John Therry HS to The Parkway",
        "short": "5535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-553-6-sj2-1",
        "label": "5536",
        "long": "John Therry HS to Ruse Shops",
        "short": "5536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-553-7-sj2-1",
        "label": "5537",
        "long": "Rosemeadow PS to Thomas Reddall HS",
        "short": "5537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-553-8-sj2-1",
        "label": "5538",
        "long": "Broughton Anglican College to Campbelltown Station",
        "short": "5538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-553-9-sj2-1",
        "label": "5539",
        "long": "Broughton Anglican College to Macarthur Square",
        "short": "5539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-554-0-sj2-1",
        "label": "5540",
        "long": "Broughton Anglican College to Campbelltown Station",
        "short": "5540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-554-1-sj2-1",
        "label": "5541",
        "long": "Broughton Anglican College to Campbelltown Station",
        "short": "5541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-554-2-sj2-1",
        "label": "5542",
        "long": "Broughton Anglican College to Crispsparkle Dr",
        "short": "5542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-554-3-sj2-1",
        "label": "5543",
        "long": "Leumeah HS to Raby Rd",
        "short": "5543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-554-4-sj2-1",
        "label": "5544",
        "long": "Leumeah PS to Waminda Ave",
        "short": "5544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-554-5-sj2-1",
        "label": "5545",
        "long": "St Andrews PS to Emerald Dr",
        "short": "5545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-554-6-sj2-1",
        "label": "5546",
        "long": "Mt Carmel HS to The Kraal Dr and Blaxland Rd",
        "short": "5546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-554-7-sj2-1",
        "label": "5547",
        "long": "Mt Carmel HS to Blaxland Rd",
        "short": "5547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-554-8-sj2-1",
        "label": "5548",
        "long": "Eschol Park PS to Eagle Vale",
        "short": "5548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-554-9-sj2-1",
        "label": "5549",
        "long": "Mary Immaculate PS to Claymore Shops",
        "short": "5549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-555-0-sj2-1",
        "label": "5550",
        "long": "Claymore PS to Eschol Park PS",
        "short": "5550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-555-1-sj2-1",
        "label": "5551",
        "long": "Blairmount PS to North Steyne Rd",
        "short": "5551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-555-2-sj2-1",
        "label": "5552",
        "long": "St Gregorys College to Campbelltown Station",
        "short": "5552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-555-3-sj2-1",
        "label": "5553",
        "long": "St Gregorys College to Campbelltown Station",
        "short": "5553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-555-4-sj2-1",
        "label": "5554",
        "long": "St Gregorys College to Campbelltown Station",
        "short": "5554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-555-5-sj2-1",
        "label": "5555",
        "long": "St Gregorys College to Campbelltown Station",
        "short": "5555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-555-6-sj2-1",
        "label": "5556",
        "long": "Campbelltown Station to St Gregorys College",
        "short": "5556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-555-7-sj2-1",
        "label": "5557",
        "long": "St Gregorys College to Campbelltown Station",
        "short": "5557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-555-8-sj2-1",
        "label": "5558",
        "long": "Macarthur Anglican HS to Campbelltown Station",
        "short": "5558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-555-9-sj2-1",
        "label": "5559",
        "long": "Macarthur Anglican HS to Campbelltown Station",
        "short": "5559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-556-0-sj2-1",
        "label": "5560",
        "long": "Appin PS to John Therry HS",
        "short": "5560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-556-1-sj2-1",
        "label": "5561",
        "long": "St Gregorys College to Crispsparkle Dr and Copperfield Dr",
        "short": "5561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-600-1-sj2-1",
        "label": "6001",
        "long": "Belgenny Av to St Patricks College",
        "short": "6001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-600-2-sj2-1",
        "label": "6002",
        "long": "Old Hume Hwy and Kelloway to Magdalene HS",
        "short": "6002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-600-3-sj2-1",
        "label": "6003",
        "long": "Narellan PS to Magdalene HS",
        "short": "6003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-600-4-sj2-1",
        "label": "6004",
        "long": "Burragorang to Magdalene HS",
        "short": "6004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-600-5-sj2-1",
        "label": "6005",
        "long": "Old Oaks Rd to Magdalene HS",
        "short": "6005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-600-6-sj2-1",
        "label": "6006",
        "long": "Silverdale Rd to Magdalene HS",
        "short": "6006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-600-7-sj2-1",
        "label": "6007",
        "long": "Elderslie HS to Magdalene HS",
        "short": "6007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-600-8-sj2-1",
        "label": "6008",
        "long": "Belgenny and Kelloway to St Benedicts College",
        "short": "6008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-600-9-sj2-1",
        "label": "6009",
        "long": "Mt Annan Aquatic Centre to St Benedicts College",
        "short": "6009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-601-0-sj2-1",
        "label": "6010",
        "long": "Camden to Oran Park Anglican College",
        "short": "6010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-601-1-sj2-1",
        "label": "6011",
        "long": "The Hermitage Way opp the Country Club to Macarthur Anglican HS",
        "short": "6011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-601-2-sj2-1",
        "label": "6012",
        "long": "Tramway Dr to Oran Park Anglican College",
        "short": "6012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-601-3-sj2-1",
        "label": "6013",
        "long": "Mt Annan Aquatic Centre to Oran Park PS",
        "short": "6013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-601-4-sj2-1",
        "label": "6014",
        "long": "Camden to Oran Park PS",
        "short": "6014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-601-5-sj2-1",
        "label": "6015",
        "long": "Tramway Dr to Oran Park PS",
        "short": "6015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-601-6-sj2-1",
        "label": "6016",
        "long": "Camden to John Therry HS",
        "short": "6016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-601-7-sj2-1",
        "label": "6017",
        "long": "Belgenny and Kelloway to St Gregorys College",
        "short": "6017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-601-8-sj2-1",
        "label": "6018",
        "long": "Camden to St Gregory's College",
        "short": "6018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-601-9-sj2-1",
        "label": "6019",
        "long": "Camden to St Anthonys PS",
        "short": "6019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-602-0-sj2-1",
        "label": "6020",
        "long": "Camden Valley Way to Currans Hill Dr",
        "short": "6020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-602-1-sj2-1",
        "label": "6021",
        "long": "Currans Hill Dr to Elizabeth Macarthur HS",
        "short": "6021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-602-2-sj2-1",
        "label": "6022",
        "long": "Sir Warwick Fairfax Dr to Elizabeth Macarthur HS",
        "short": "6022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-602-3-sj2-1",
        "label": "6023",
        "long": "Fairwater Dr to Elizabeth Macarthur HS",
        "short": "6023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-602-4-sj2-1",
        "label": "6024",
        "long": "Camden to Elderslie HS",
        "short": "6024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-602-5-sj2-1",
        "label": "6025",
        "long": "Camden to Elderslie HS",
        "short": "6025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-602-6-sj2-1",
        "label": "6026",
        "long": "Camden Hospital to Elderslie HS",
        "short": "6026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-602-7-sj2-1",
        "label": "6027",
        "long": "Camden to Elderslie HS",
        "short": "6027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-602-8-sj2-1",
        "label": "6028",
        "long": "Camden to Camden South PS",
        "short": "6028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-602-9-sj2-1",
        "label": "6029",
        "long": "Remembrance Dr to Camden South PS",
        "short": "6029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-603-0-sj2-1",
        "label": "6030",
        "long": "Narellan to Mt Annan HS",
        "short": "6030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-603-1-sj2-1",
        "label": "6031",
        "long": "Belgenny and Kelloway to Camden South PS",
        "short": "6031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-603-2-sj2-1",
        "label": "6032",
        "long": "Main St to Camden South PS",
        "short": "6032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-603-3-sj2-1",
        "label": "6033",
        "long": "Tramway Dr to Welling Dr",
        "short": "6033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-603-4-sj2-1",
        "label": "6034",
        "long": "Camden to Camden HS",
        "short": "6034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-603-5-sj2-1",
        "label": "6035",
        "long": "Silverdale Rd to Camden HS",
        "short": "6035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-603-6-sj2-1",
        "label": "6036",
        "long": "Werombi Rd after Bobs Range Rd to Camden HS",
        "short": "6036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-603-7-sj2-1",
        "label": "6037",
        "long": "Burragorang Rd to Camden HS",
        "short": "6037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-603-8-sj2-1",
        "label": "6038",
        "long": "Sunnyside Dr and Ellis Ln to Camden HS",
        "short": "6038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-603-9-sj2-1",
        "label": "6039",
        "long": "Narellan to Camden HS",
        "short": "6039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-604-0-sj2-1",
        "label": "6040",
        "long": "Lawson Ave to Camden HS",
        "short": "6040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-604-1-sj2-1",
        "label": "6041",
        "long": "Mayfarm Rd to St Pauls PS",
        "short": "6041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-604-2-sj2-1",
        "label": "6042",
        "long": "Bridgewater Bvd to St Pauls PS",
        "short": "6042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-604-3-sj2-1",
        "label": "6043",
        "long": "Murray and Argyle Sts to St Pauls PS",
        "short": "6043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-604-4-sj2-1",
        "label": "6044",
        "long": "Camden to Coates Pk and Cut Hill Rds",
        "short": "6044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-604-6-sj2-1",
        "label": "6046",
        "long": "Camden to Cawdor PS",
        "short": "6046",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-604-7-sj2-1",
        "label": "6047",
        "long": "Remembrance Dr to Cawdor PS",
        "short": "6047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-604-8-sj2-1",
        "label": "6048",
        "long": "Silverdale and Bobs Range Rds to The Oaks PS",
        "short": "6048",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-604-9-sj2-1",
        "label": "6049",
        "long": "Montpelier Dr to The Oaks PS",
        "short": "6049",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-605-0-sj2-1",
        "label": "6050",
        "long": "Richardson Rd and Welling Dr to Spring Farm PS",
        "short": "6050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-605-1-sj2-1",
        "label": "6051",
        "long": "Arcadian Hill Estate to Cobbitty PS",
        "short": "6051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-605-2-sj2-1",
        "label": "6052",
        "long": "Gledswood Hills to Oran Park PS",
        "short": "6052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-605-3-sj2-1",
        "label": "6053",
        "long": "Narellan to Mount Annan HS",
        "short": "6053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-605-4-sj2-1",
        "label": "6054",
        "long": "Macarthur Anglican School to Elizabeth Macarthur HS",
        "short": "6054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-605-5-sj2-1",
        "label": "6055",
        "long": "Sir Warwick Fairfax Dr to St Justin's PS",
        "short": "6055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-605-6-sj2-1",
        "label": "6056",
        "long": "Charles McIntosh Pwy after The Northern Rd to Narellan PS",
        "short": "6056",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-605-7-sj2-1",
        "label": "6057",
        "long": "Sir Warwick Fairfax Dr to St Gregory's College",
        "short": "6057",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-605-8-sj2-1",
        "label": "6058",
        "long": "Oran Park to St Gregory's College",
        "short": "6058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-605-9-sj2-1",
        "label": "6059",
        "long": "Gregory Hills to Gledswood Hills PS",
        "short": "6059",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-606-0-sj2-1",
        "label": "6060",
        "long": "Gledswood Hills to Oran Park HS",
        "short": "6060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-606-1-sj2-1",
        "label": "6061",
        "long": "Emerald Hills Shopping Villiage to Denham Court PS",
        "short": "6061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-650-1-sj2-1",
        "label": "6501",
        "long": "St Patricks College to St Pauls PS",
        "short": "6501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-650-2-sj2-1",
        "label": "6502",
        "long": "Magdalene HS to Silverdale Rd",
        "short": "6502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-650-3-sj2-1",
        "label": "6503",
        "long": "Magdalene HS to Cowper Dr",
        "short": "6503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-650-4-sj2-1",
        "label": "6504",
        "long": "Magdalene HS to Burrogorang Rd",
        "short": "6504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-650-5-sj2-1",
        "label": "6505",
        "long": "Magdalene HS to Camden",
        "short": "6505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-650-6-sj2-1",
        "label": "6506",
        "long": "Magdalene HS to Welling Dr",
        "short": "6506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-650-7-sj2-1",
        "label": "6507",
        "long": "Magdalene HS to Mt Annan Dr",
        "short": "6507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-650-8-sj2-1",
        "label": "6508",
        "long": "Magdalene HS to Camden HS",
        "short": "6508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-650-9-sj2-1",
        "label": "6509",
        "long": "Magdalene HS to The Northern Rd",
        "short": "6509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-651-0-sj2-1",
        "label": "6510",
        "long": "Magdalene HS to Hope Christian School",
        "short": "6510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-651-1-sj2-1",
        "label": "6511",
        "long": "Magdalene HS to Camden HS",
        "short": "6511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-651-2-sj2-1",
        "label": "6512",
        "long": "Magdalene HS to Camden",
        "short": "6512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-651-3-sj2-1",
        "label": "6513",
        "long": "St Benedicts College to Sir Warwick Fairfax Dr",
        "short": "6513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-651-4-sj2-1",
        "label": "6514",
        "long": "St Benedicts College to St Pauls PS",
        "short": "6514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-651-5-sj2-1",
        "label": "6515",
        "long": "St Benedicts College to Fairwater Dr",
        "short": "6515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-651-6-sj2-1",
        "label": "6516",
        "long": "St Benedicts College to Welling Dr",
        "short": "6516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-651-7-sj2-1",
        "label": "6517",
        "long": "St Benedicts College to Cowper Dr",
        "short": "6517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-651-8-sj2-1",
        "label": "6518",
        "long": "Macarthur Anglican HS to Welling Dr",
        "short": "6518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-651-9-sj2-1",
        "label": "6519",
        "long": "Oran Park PS to Tramway Dr",
        "short": "6519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-652-0-sj2-1",
        "label": "6520",
        "long": "Oran Park PS to Camden",
        "short": "6520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-652-1-sj2-1",
        "label": "6521",
        "long": "John Therry HS to Camden",
        "short": "6521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-652-3-sj2-1",
        "label": "6523",
        "long": "St Gregorys College to Camden",
        "short": "6523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-652-4-sj2-1",
        "label": "6524",
        "long": "St Gregorys College to Cowper Dr",
        "short": "6524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-652-5-sj2-1",
        "label": "6525",
        "long": "St Gregorys College to Theresa Park via Camden",
        "short": "6525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-652-6-sj2-1",
        "label": "6526",
        "long": "Picton Shire Hall to Mayfarm Rd",
        "short": "6526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-652-7-sj2-1",
        "label": "6527",
        "long": "Elizabeth Macarthur HS to Campbelltown Station",
        "short": "6527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-652-8-sj2-1",
        "label": "6528",
        "long": "Mt Annan PS to St Pauls PS",
        "short": "6528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-652-9-sj2-1",
        "label": "6529",
        "long": "Mt Annan PS to Holdsworth Dr",
        "short": "6529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-653-0-sj2-1",
        "label": "6530",
        "long": "Mt Annan Christian School to Elizabeth Macarthur HS",
        "short": "6530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-653-2-sj2-1",
        "label": "6532",
        "long": "Elizabeth Macarthur HS to The Northern Rd",
        "short": "6532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-653-3-sj2-1",
        "label": "6533",
        "long": "Waterworth Dr to Sir Warwick Fairfax Dr",
        "short": "6533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-653-4-sj2-1",
        "label": "6534",
        "long": "Macarthur Anglican HS to Welling Dr",
        "short": "6534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-653-5-sj2-1",
        "label": "6535",
        "long": "Macarthur Anglican HS to The Old Oaks Rd",
        "short": "6535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-653-6-sj2-1",
        "label": "6536",
        "long": "Macarthur Anglican HS to Camden",
        "short": "6536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-653-7-sj2-1",
        "label": "6537",
        "long": "Elderslie HS to Camden PS",
        "short": "6537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-653-8-sj2-1",
        "label": "6538",
        "long": "Elderslie HS to Camden PS",
        "short": "6538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-653-9-sj2-1",
        "label": "6539",
        "long": "Elderslie HS to Camden PS",
        "short": "6539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-654-0-sj2-1",
        "label": "6540",
        "long": "Elderslie HS to Silverdale Rd",
        "short": "6540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-654-2-sj2-1",
        "label": "6542",
        "long": "Elderslie HS to Mt Annan Market Place",
        "short": "6542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-654-3-sj2-1",
        "label": "6543",
        "long": "Camden South PS to St Pauls Catholic PS",
        "short": "6543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-654-4-sj2-1",
        "label": "6544",
        "long": "Camden South PS to Elderslie HS",
        "short": "6544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-654-5-sj2-1",
        "label": "6545",
        "long": "Camden South PS to Tramway Dr",
        "short": "6545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-654-6-sj2-1",
        "label": "6546",
        "long": "Camden South PS to Bridgewater Bvd",
        "short": "6546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-654-7-sj2-1",
        "label": "6547",
        "long": "Camden HS to Lawson Ln",
        "short": "6547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-654-9-sj2-1",
        "label": "6549",
        "long": "Camden HS to Cowper Dr",
        "short": "6549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-655-1-sj2-1",
        "label": "6551",
        "long": "Camden HS to The Oaks PS",
        "short": "6551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-655-2-sj2-1",
        "label": "6552",
        "long": "Camden HS to Burragorang and Merlin Sts",
        "short": "6552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-655-3-sj2-1",
        "label": "6553",
        "long": "Camden HS to Camden",
        "short": "6553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-655-4-sj2-1",
        "label": "6554",
        "long": "Camden South PS to Currans Hill via Camden HS",
        "short": "6554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-655-5-sj2-1",
        "label": "6555",
        "long": "Camden HS to Sunnyside Dr and Ellis Ln",
        "short": "6555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-655-7-sj2-1",
        "label": "6557",
        "long": "Camden HS to Murray St",
        "short": "6557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-655-8-sj2-1",
        "label": "6558",
        "long": "Camden HS to The Oaks PS",
        "short": "6558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-655-9-sj2-1",
        "label": "6559",
        "long": "Camden HS to Bobs Range Rd",
        "short": "6559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-656-0-sj2-1",
        "label": "6560",
        "long": "Camden PS to Old Hume Hwy and Menangle Rd",
        "short": "6560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-656-1-sj2-1",
        "label": "6561",
        "long": "Camden PS to Welling Dr",
        "short": "6561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-656-3-sj2-1",
        "label": "6563",
        "long": "St Clares PS to Mt Annan Dr",
        "short": "6563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-656-4-sj2-1",
        "label": "6564",
        "long": "St Clares PS to Mt Annan PS",
        "short": "6564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-656-7-sj2-1",
        "label": "6567",
        "long": "Spring Farm PS to Richardson Rd and Hampshire Blvd",
        "short": "6567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-656-8-sj2-1",
        "label": "6568",
        "long": "St Patricks College to Cowper Dr and Remembrance Dr",
        "short": "6568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-656-9-sj2-1",
        "label": "6569",
        "long": "Magdalene Catholic HS to Narellan",
        "short": "6569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-657-1-sj2-1",
        "label": "6571",
        "long": "St Benedicts College to Narellan",
        "short": "6571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-657-2-sj2-1",
        "label": "6572",
        "long": "Oran Park PS to Gledswood Hills",
        "short": "6572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-657-3-sj2-1",
        "label": "6573",
        "long": "Oran Park to Mount Annan HS",
        "short": "6573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-657-4-sj2-1",
        "label": "6574",
        "long": "St Justin's PS to Tramway Dr and Narellan Rd",
        "short": "6574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-657-5-sj2-1",
        "label": "6575",
        "long": "St Gregory's College to St Justin's PS via Oran Park",
        "short": "6575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-657-6-sj2-1",
        "label": "6576",
        "long": "St Justin's PS to Camden",
        "short": "6576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-657-7-sj2-1",
        "label": "6577",
        "long": "St Benedict's Catholic College to Gregory Hills",
        "short": "6577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-657-8-sj2-1",
        "label": "6578",
        "long": "Elizabeth Macarthur HS to Oran Park",
        "short": "6578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-657-9-sj2-1",
        "label": "6579",
        "long": "St Gregory's College to Harrington Park",
        "short": "6579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-658-0-sj2-1",
        "label": "6580",
        "long": "Mt Annan HS to Gledswood Hills",
        "short": "6580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-658-1-sj2-1",
        "label": "6581",
        "long": "St Justin's PS to Oran Park",
        "short": "6581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-658-2-sj2-1",
        "label": "6582",
        "long": "Oran Park PS to Gledswood Hills",
        "short": "6582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-658-3-sj2-1",
        "label": "6583",
        "long": "St Clares PS to Spring Farm PS",
        "short": "6583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-658-4-sj2-1",
        "label": "6584",
        "long": "Oran Park HS to Gledswood Hills",
        "short": "6584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-658-5-sj2-1",
        "label": "6585",
        "long": "Gledswood Hills PS to Gregory Hills",
        "short": "6585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-658-6-sj2-1",
        "label": "6586",
        "long": "St Gregorys College to St Pauls Primary School",
        "short": "6586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-658-7-sj2-1",
        "label": "6587",
        "long": "East Leppington PS to Emerald Hills Bvd after Jadeite St",
        "short": "6587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-825-sj2-1",
        "label": "825",
        "long": "WSI Airport to Liverpool via Bonnyrigg",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-840-sj2-1",
        "label": "840",
        "long": "Leppington to Campbelltown Hospital via Oran Park",
        "short": "840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-841-sj2-1",
        "label": "841",
        "long": "Leppington to Narellan via Gregory Hills",
        "short": "841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-845-sj2-1",
        "label": "845",
        "long": "WSI Airport to Campbelltown via Oran Park",
        "short": "845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-849-sj2-1",
        "label": "849",
        "long": "Macarthur to Macarthur Heights (Loop Service)",
        "short": "849",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-850-sj2-1",
        "label": "850",
        "long": "Minto to Narellan",
        "short": "850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-851-sj2-1",
        "label": "851",
        "long": "Liverpool to Carnes Hill via Cowpasture Rd",
        "short": "851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-852-sj2-1",
        "label": "852",
        "long": "Liverpool to Carnes Hill via Greenway Dr and Cowpasture Rd",
        "short": "852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-853-sj2-1",
        "label": "853",
        "long": "Liverpool to Carnes Hill via Hoxton Park Rd",
        "short": "853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-854-sj2-1",
        "label": "854",
        "long": "Liverpool to Carnes Hill via Greenway Dr and Hoxton Park Rd",
        "short": "854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-855-sj2-1",
        "label": "855",
        "long": "Liverpool to Rutleigh Park via Austral and Leppington Station",
        "short": "855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-856-sj2-1",
        "label": "856",
        "long": "Liverpool to Bringelly",
        "short": "856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-857-sj2-1",
        "label": "857",
        "long": "Liverpool to Narellan",
        "short": "857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-859-sj2-1",
        "label": "859",
        "long": "Edmondson Park Station to Carnes Hill",
        "short": "859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-860-sj2-1",
        "label": "860",
        "long": "WSI Airport to Liverpool via Leppington",
        "short": "860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-861-sj2-1",
        "label": "861",
        "long": "Carnes Hill to Denham Court via Austral",
        "short": "861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-864-sj2-1",
        "label": "864",
        "long": "Glenfield to Carnes Hill via Horningsea Park",
        "short": "864",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-865-sj2-1",
        "label": "865",
        "long": "Liverpool to Casula Mall via Lurnea Shops",
        "short": "865",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-866-sj2-1",
        "label": "866",
        "long": "Liverpool to Casula Mall",
        "short": "866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-867-sj2-1",
        "label": "867",
        "long": "Glenfield to Prestons",
        "short": "867",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-868-sj2-1",
        "label": "868",
        "long": "Ingleburn to Edmondson Park Station",
        "short": "868",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-869-sj2-1",
        "label": "869",
        "long": "Liverpool to Ingleburn via Prestons and Edmondson Park",
        "short": "869",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-870-sj2-1",
        "label": "870",
        "long": "Liverpool to Campbelltown via Glenfield",
        "short": "870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-871-sj2-1",
        "label": "871",
        "long": "Liverpool to Campbelltown",
        "short": "871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-872-sj2-1",
        "label": "872",
        "long": "Liverpool to Campbelltown via Macquarie Fields",
        "short": "872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-873-sj2-1",
        "label": "873",
        "long": "Ingleburn to Minto",
        "short": "873",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-874-sj2-1",
        "label": "874",
        "long": "Minto to Raby (Loop Service)",
        "short": "874",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-875-sj2-1",
        "label": "875",
        "long": "Minto to St Andrews (Loop Service)",
        "short": "875",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-876-sj2-1",
        "label": "876",
        "long": "Macquarie Fields Station to Eucalyptus Dr (Loop Service)",
        "short": "876",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-877-sj2-1",
        "label": "877",
        "long": "Campbelltown to Kearns via Eagle Vale and Eschol Park (Loop Service)",
        "short": "877",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-878-sj2-1",
        "label": "878",
        "long": "Campbelltown to Kearns via Eschol Park (Loop Service)",
        "short": "878",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-879-sj2-1",
        "label": "879",
        "long": "Campelltown to Leumeah Station via Blair Athol",
        "short": "879",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-880-sj2-1",
        "label": "880",
        "long": "Campbelltown to Minto via Eagle Vale and Kearns",
        "short": "880",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-881-sj2-1",
        "label": "881",
        "long": "Campbelltown to Leumeah North (Loop Service)",
        "short": "881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-882-sj2-1",
        "label": "882",
        "long": "Campbelltown to Leumeah South (Loop Service)",
        "short": "882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-883-K-sj2-1",
        "label": "883K",
        "long": "Campbelltown to Kentlyn via Ruse",
        "short": "883K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-883-sj2-1",
        "label": "883",
        "long": "Campbelltown to Ruse (Loop Service)",
        "short": "883",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-884-W-sj2-1",
        "label": "884W",
        "long": "Campbelltown to Wedderburn via Airds",
        "short": "884W",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-884-sj2-1",
        "label": "884",
        "long": "Campbelltown to Airds (Loop Service)",
        "short": "884",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-885-A-sj2-1",
        "label": "885A",
        "long": "Campbelltown to Bradbury via Airds (Loop Service)",
        "short": "885A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-885-sj2-1",
        "label": "885",
        "long": "Campbelltown to Bradbury and St Helens Park North (Loop Service)",
        "short": "885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-886-sj2-1",
        "label": "886",
        "long": "Campbelltown to Glen Alpine (Loop Service)",
        "short": "886",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-887-sj2-1",
        "label": "887",
        "long": "Campbelltown to Wollongong via Appin",
        "short": "887",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-888-sj2-1",
        "label": "888",
        "long": "Campbelltown to St Helens Park via Ambarvale and Rosemeadow (Loop Service)",
        "short": "888",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-889-sj2-1",
        "label": "889",
        "long": "Macarthur to Menangle via Menangle Park (Loop Service)",
        "short": "889",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-890-C-sj2-1",
        "label": "890C",
        "long": "Campbelltown to Camden via Narellan",
        "short": "890C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-890-sj2-1",
        "label": "890",
        "long": "Campbelltown to Harrington Park via Narellan Vale and Narellan (Loop Service)",
        "short": "890",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-891-sj2-1",
        "label": "891",
        "long": "Campbelltown to Mount Annan via Currans Hill",
        "short": "891",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-892-sj2-1",
        "label": "892",
        "long": "Campbelltown to Mount Annan via Narellan Vale (Loop Service)",
        "short": "892",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-893-sj2-1",
        "label": "893",
        "long": "Campbelltown to Narellan via Spring Farm and Elderslie",
        "short": "893",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-894-X-sj2-1",
        "label": "894X",
        "long": "Campbelltown to Bridgewater via Camden bypass",
        "short": "894X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-894-sj2-1",
        "label": "894",
        "long": "Campbelltown to Bridgewater via Narellan and Camden",
        "short": "894",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-895-sj2-1",
        "label": "895",
        "long": "Campbelltown to Camden South via Camden (Loop Service)",
        "short": "895",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-896-sj2-1",
        "label": "896",
        "long": "Campbelltown to Oran Park (Loop Service)",
        "short": "896",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-897-sj2-1",
        "label": "897",
        "long": "Campbelltown to Smeaton Grange",
        "short": "897",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-898-sj2-1",
        "label": "898",
        "long": "Campbelltown to Harrington Park via Narellan Rd",
        "short": "898",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-899-sj2-1",
        "label": "899",
        "long": "Camden to Catherine Field",
        "short": "899",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-9T2-sj2-1",
        "label": "9T2",
        "long": "Leppington, then all stations to Glenfield and return (Loop Service)",
        "short": "9T2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12-S17-sj2-1",
        "label": "S17",
        "long": "Camden to Narellan via Spring Farm",
        "short": "S17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-525-sj2-1",
        "label": "525",
        "long": "Lidcombe to Parramatta",
        "short": "525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-700-1-sj2-1",
        "label": "7001",
        "long": "Greystanes to St Margaret Mary's Primary School",
        "short": "7001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-700-2-sj2-1",
        "label": "7002",
        "long": "Merrylands to Holroyd High School",
        "short": "7002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-700-3-sj2-1",
        "label": "7003",
        "long": "Merrylands to Holroyd High School",
        "short": "7003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-700-4-sj2-1",
        "label": "7004",
        "long": "Merrylands to Our Lady of Mount Carmel Primary Wentworthville",
        "short": "7004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-700-7-sj2-1",
        "label": "7007",
        "long": "Merrylands to Holroyd High School",
        "short": "7007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-700-8-sj2-1",
        "label": "7008",
        "long": "Parramatta to Canal T-Way via Greystanes",
        "short": "7008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-700-9-sj2-1",
        "label": "7009",
        "long": "Merrylands West to Maronite College of the Holy Family",
        "short": "7009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-701-0-sj2-1",
        "label": "7010",
        "long": "Merrylands to Greystanes Public School",
        "short": "7010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-701-1-sj2-1",
        "label": "7011",
        "long": "Greystanes to Westmead schools",
        "short": "7011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-701-2-sj2-1",
        "label": "7012",
        "long": "Merrylands to Maronite College of the Holy Family",
        "short": "7012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-701-3-sj2-1",
        "label": "7013",
        "long": "Parramatta to Holroyd High School",
        "short": "7013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-701-4-sj2-1",
        "label": "7014",
        "long": "Merrylands to Girraween High School",
        "short": "7014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-701-5-sj2-1",
        "label": "7015",
        "long": "Merrylands to Westmead schools",
        "short": "7015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-701-6-sj2-1",
        "label": "7016",
        "long": "Greystanes to Girraween High School",
        "short": "7016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-701-7-sj2-1",
        "label": "7017",
        "long": "South Wentworthville to Canal T-Way via Greystanes",
        "short": "7017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-701-9-sj2-1",
        "label": "7019",
        "long": "Merrylands to Our Lady of Mount Carmel Primary Wentworthville via Greystanes",
        "short": "7019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-702-1-sj2-1",
        "label": "7021",
        "long": "Pemulwuy to Westmead schools",
        "short": "7021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-750-1-sj2-1",
        "label": "7501",
        "long": "Our Lady Queen of Peace Primary Greystanes to Pemulwuy via Merrylands West",
        "short": "7501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-750-3-sj2-1",
        "label": "7503",
        "long": "Cerdon College to Greystanes",
        "short": "7503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-750-4-sj2-1",
        "label": "7504",
        "long": "Girraween High School to Merrylands",
        "short": "7504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-750-5-sj2-1",
        "label": "7505",
        "long": "Our Lady Queen of Peace Primary Greystanes to Greystanes",
        "short": "7505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-750-6-sj2-1",
        "label": "7506",
        "long": "St Pauls Catholic College Greystanes to Merrylands",
        "short": "7506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-750-7-sj2-1",
        "label": "7507",
        "long": "Greystanes Public School to Parramatta",
        "short": "7507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-750-8-sj2-1",
        "label": "7508",
        "long": "Maronite College of the Holy Family to Greystanes",
        "short": "7508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-750-9-sj2-1",
        "label": "7509",
        "long": "Greystanes High School to Merrylands",
        "short": "7509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-751-0-sj2-1",
        "label": "7510",
        "long": "Cerdon College to Greystanes",
        "short": "7510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-751-1-sj2-1",
        "label": "7511",
        "long": "Greystanes High School to Merrylands",
        "short": "7511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-751-3-sj2-1",
        "label": "7513",
        "long": "Maronite College of the Holy Family to Greystanes",
        "short": "7513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-751-4-sj2-1",
        "label": "7514",
        "long": "Greystanes High School to Merrylands",
        "short": "7514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-751-5-sj2-1",
        "label": "7515",
        "long": "Westmead schools to Merrylands",
        "short": "7515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-751-6-sj2-1",
        "label": "7516",
        "long": "Toongabbie Christian College to Merrylands",
        "short": "7516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-751-7-sj2-1",
        "label": "7517",
        "long": "Greystanes High School to Smithfield via Westmead schools",
        "short": "7517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-752-0-sj2-1",
        "label": "7520",
        "long": "Westmead schools to Merrylands",
        "short": "7520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-752-1-sj2-1",
        "label": "7521",
        "long": "Holroyd High School to Parramatta",
        "short": "7521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-752-2-sj2-1",
        "label": "7522",
        "long": "Maronite College of the Holy Family to Merrylands West",
        "short": "7522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-752-3-sj2-1",
        "label": "7523",
        "long": "Hilltop Road Public School to Merrylands",
        "short": "7523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-752-4-sj2-1",
        "label": "7524",
        "long": "Sherwood Grange Public School to Merrylands",
        "short": "7524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-752-8-sj2-1",
        "label": "7528",
        "long": "Greystanes Public School to Merrylands",
        "short": "7528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-752-9-sj2-1",
        "label": "7529",
        "long": "Cerdon College to Greystanes",
        "short": "7529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-80-sj2-1",
        "label": "80",
        "long": "Parramatta to Liverpool",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-800-sj2-1",
        "label": "800",
        "long": "Fairfield to Blacktown via Pemulwuy",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-801-sj2-1",
        "label": "801",
        "long": "Liverpool to Badgerys Creek",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-802-sj2-1",
        "label": "802",
        "long": "Parramatta to Liverpool via Guildford West",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-803-sj2-1",
        "label": "803",
        "long": "Liverpool to Miller (Loop Service)",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-804-sj2-1",
        "label": "804",
        "long": "Parramatta to Liverpool via Fairfield West",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-805-sj2-1",
        "label": "805",
        "long": "Cabramatta to Liverpool via Bonnyrigg",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-806-sj2-1",
        "label": "806",
        "long": "Parramatta to Liverpool via Abbotsbury",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-807-sj2-1",
        "label": "807",
        "long": "Cabramatta to Cecil Hills via Bonnyrigg",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-808-sj2-1",
        "label": "808",
        "long": "Fairfield to Liverpool via Abbotsbury",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-809-sj2-1",
        "label": "809",
        "long": "Merrylands to Pemulwuy via South Wentworthville",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-810-sj2-1",
        "label": "810",
        "long": "Parramatta to Merrylands via Pemulwuy",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-811-sj2-1",
        "label": "811",
        "long": "Parramatta to Pemulwuy via Beresford Rd",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-812-sj2-1",
        "label": "812",
        "long": "Fairfield to Blacktown via Prospect Hwy",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-813-sj2-1",
        "label": "813",
        "long": "Fairfield to Western Sydney Parklands and Bonnyrigg",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-814-sj2-1",
        "label": "814",
        "long": "Fairfield to Smithfield and Wetherill Park Industrial Area (Loop Service)",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-815-sj2-1",
        "label": "815",
        "long": "Cabramatta to Mount Pritchard (Loop Service)",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-816-sj2-1",
        "label": "816",
        "long": "Cabramatta to Greenfield Park (Loop Service)",
        "short": "816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-817-sj2-1",
        "label": "817",
        "long": "Fairfield to Cabramatta via Edensor Park",
        "short": "817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-818-sj2-1",
        "label": "818",
        "long": "Merrylands to Westmead Hospitals",
        "short": "818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-819-sj2-1",
        "label": "819",
        "long": "Liverpool to Prairiewood via Orange Grove Rd (Loop Service)",
        "short": "819",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-820-sj2-1",
        "label": "820",
        "long": "Merrylands to Guildford via Woodpark",
        "short": "820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-821-sj2-1",
        "label": "821",
        "long": "Guildford to Woodpark or Smithfield Industrial Area",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-822-sj2-1",
        "label": "822",
        "long": "Merrylands to Guildford (Loop Service)",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-823-sj2-1",
        "label": "823",
        "long": "Liverpool to Warwick Farm (Loop Service)",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-824-sj2-1",
        "label": "824",
        "long": "Parramatta to Westmead Hospitals via South Wentworthville",
        "short": "824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-827-sj2-1",
        "label": "827",
        "long": "Liverpool to Carnes Hill",
        "short": "827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-835-sj2-1",
        "label": "835",
        "long": "Prairiewood to St Marys",
        "short": "835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-900-1-sj2-1",
        "label": "9001",
        "long": "Bossley Park to Canal T-Way",
        "short": "9001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-900-2-sj2-1",
        "label": "9002",
        "long": "Wetherill Park to Patrician Brothers College Fairfield",
        "short": "9002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-900-3-sj2-1",
        "label": "9003",
        "long": "Fairfield to Mary MacKillop Catholic College",
        "short": "9003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-900-5-sj2-1",
        "label": "9005",
        "long": "Fairfield to Canley Vale High School via Cabramatta",
        "short": "9005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-900-7-sj2-1",
        "label": "9007",
        "long": "Horsley Park to Sherwood Grange Public School",
        "short": "9007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-900-9-sj2-1",
        "label": "9009",
        "long": "Cabramatta to Westfields Sports High School",
        "short": "9009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-901-0-sj2-1",
        "label": "9010",
        "long": "Fairfield Heights to Bossley Park High School",
        "short": "9010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-901-1-sj2-1",
        "label": "9011",
        "long": "Fairfield to Mary MacKillop Catholic College",
        "short": "9011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-901-2-sj2-1",
        "label": "9012",
        "long": "Greenfield Park to Prairievale Public School",
        "short": "9012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-901-7-sj2-1",
        "label": "9017",
        "long": "Mount Vernon to Kemps Creek Public School",
        "short": "9017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-901-8-sj2-1",
        "label": "9018",
        "long": "Horsley Park to Patrician Brothers College Fairfield",
        "short": "9018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-901-sj2-1",
        "label": "901",
        "long": "Liverpool to Holsworthy via Wattle Grove",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-902-1-sj2-1",
        "label": "9021",
        "long": "Bossley Park to St Gertrudes Catholic Primary School Smithfield via Abbotsbury",
        "short": "9021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-902-3-sj2-1",
        "label": "9023",
        "long": "Cecil Park to Mary MacKillop Catholic College",
        "short": "9023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-902-6-sj2-1",
        "label": "9026",
        "long": "Cabramatta to Mary MacKillop Catholic College",
        "short": "9026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-902-9-sj2-1",
        "label": "9029",
        "long": "Kemps Creek to Liverpool high schools via Bonnyrigg Heights",
        "short": "9029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-902-sj2-1",
        "label": "902",
        "long": "Liverpool  to Holsworthy via Moorebank",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-903-0-sj2-1",
        "label": "9030",
        "long": "Cecil Park to Emmaus Catholic College",
        "short": "9030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-903-1-sj2-1",
        "label": "9031",
        "long": "Liverpool to Freeman Catholic College",
        "short": "9031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-903-2-sj2-1",
        "label": "9032",
        "long": "Canley Heights to Parramatta via Wetherill Park",
        "short": "9032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-903-4-sj2-1",
        "label": "9034",
        "long": "Smithfield to Freeman Catholic College",
        "short": "9034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-903-9-sj2-1",
        "label": "9039",
        "long": "Seven Hills to Westmead schools via Model Farms High School",
        "short": "9039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-903-sj2-1",
        "label": "903",
        "long": "Liverpool to Chipping Norton (Loop Service)",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-904-7-sj2-1",
        "label": "9047",
        "long": "Cabramatta to Canley Vale High School",
        "short": "9047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-904-9-sj2-1",
        "label": "9049",
        "long": "Wetherill Park to Horsley Park Public School",
        "short": "9049",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-904-sj2-1",
        "label": "904",
        "long": "Liverpool to Fairfield",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-905-0-sj2-1",
        "label": "9050",
        "long": "Cabramatta to Our Lady of the Rosary Catholic Primary School Fairfield",
        "short": "9050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-905-1-sj2-1",
        "label": "9051",
        "long": "Smithfield to Smithfield West Public School",
        "short": "9051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-905-2-sj2-1",
        "label": "9052",
        "long": "Cabramatta to Our Lady of Mount Carmel Primary Mt Pritchard",
        "short": "9052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-905-4-sj2-1",
        "label": "9054",
        "long": "Len Waters Estate to Our Lady of the Rosary Catholic Primary School Fairfield",
        "short": "9054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-905-5-sj2-1",
        "label": "9055",
        "long": "Cabramatta to Sacred Heart Catholic Primary School Cabramatta",
        "short": "9055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-905-7-sj2-1",
        "label": "9057",
        "long": "Badgerys Creek to Cecil Hills High School",
        "short": "9057",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-905-8-sj2-1",
        "label": "9058",
        "long": "Edensor Park to Freeman Catholic College",
        "short": "9058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-905-9-sj2-1",
        "label": "9059",
        "long": "Abbotsbury to St Johns Park Public School",
        "short": "9059",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-905-sj2-1",
        "label": "905",
        "long": "Fairfield to Bankstown",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-906-0-sj2-1",
        "label": "9060",
        "long": "Horsley Park to Prairiewood High School via Bossley Park",
        "short": "9060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-906-2-sj2-1",
        "label": "9062",
        "long": "Prairiewood to Fairvale High School via Bonnyrigg",
        "short": "9062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-906-3-sj2-1",
        "label": "9063",
        "long": "Fairfield West to Our Lady of Mount Carmel Primary Mt Pritchard",
        "short": "9063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-906-4-sj2-1",
        "label": "9064",
        "long": "Fairfield to Freeman Catholic College via St Johns Park",
        "short": "9064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-906-6-sj2-1",
        "label": "9066",
        "long": "Greenfield Park to William Carey Christian School",
        "short": "9066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-906-9-sj2-1",
        "label": "9069",
        "long": "Bossley Park to Cecil Hills High School",
        "short": "9069",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-906-sj2-1",
        "label": "906",
        "long": "Fairfield to Parramatta",
        "short": "906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-907-0-sj2-1",
        "label": "9070",
        "long": "Kemps Creek to Horsley Park Public School",
        "short": "9070",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-907-1-sj2-1",
        "label": "9071",
        "long": "Cabramatta to Marion Public School via St Johns Park",
        "short": "9071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-907-4-sj2-1",
        "label": "9074",
        "long": "Abbotsbury to Freeman Catholic College",
        "short": "9074",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-907-6-sj2-1",
        "label": "9076",
        "long": "Bossley Park to Patrician Brothers College Fairfield",
        "short": "9076",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-907-7-sj2-1",
        "label": "9077",
        "long": "Smithfield to Our Lady of the Rosary Catholic Primary School Fairfield via Bossley Park",
        "short": "9077",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-907-sj2-1",
        "label": "907",
        "long": "Parramatta to Bankstown via Bass Hill",
        "short": "907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-908-1-sj2-1",
        "label": "9081",
        "long": "Bonnyrigg to Bonnyrigg Public School via Bossley Park",
        "short": "9081",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-908-3-sj2-1",
        "label": "9083",
        "long": "Fairfield to Westfields Sports High School",
        "short": "9083",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-908-5-sj2-1",
        "label": "9085",
        "long": "Horsley Park to Our Lady of Mount Carmel Primary Mt Pritchard",
        "short": "9085",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-908-7-sj2-1",
        "label": "9087",
        "long": "Bonnyrigg to St Johns Park High School via Canley Heights",
        "short": "9087",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-908-8-sj2-1",
        "label": "9088",
        "long": "Bonnyrigg to Cecil Hills High School",
        "short": "9088",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-908-sj2-1",
        "label": "908",
        "long": "Bankstown to Merrylands via Auburn and Birrong",
        "short": "908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-909-1-sj2-1",
        "label": "9091",
        "long": "Edensor Park to Good Samaritan Catholic College",
        "short": "9091",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-909-sj2-1",
        "label": "909",
        "long": "Parramatta to Bankstown via Auburn and Birrong",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-910-1-sj2-1",
        "label": "9101",
        "long": "Smithfield T-Way to Westmead schools",
        "short": "9101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-910-4-sj2-1",
        "label": "9104",
        "long": "Hoxton Park to Good Samaritan Catholic College via Miller",
        "short": "9104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-910-sj2-1",
        "label": "910",
        "long": "Bankstown to Parramatta via Chester Hill",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-911-3-sj2-1",
        "label": "9113",
        "long": "Prairiewood T-Way to St Narsai Assyrian Christian College",
        "short": "9113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-911-sj2-1",
        "label": "911",
        "long": "Bankstown to Auburn via Georges Hall",
        "short": "911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-912-sj2-1",
        "label": "912",
        "long": "Holsworthy to Sandy Point via Voyager Point",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-913-sj2-1",
        "label": "913",
        "long": "Bankstown to Strathfield",
        "short": "913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-914-sj2-1",
        "label": "914",
        "long": "Strathfield to Greenacre",
        "short": "914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-916-sj2-1",
        "label": "916",
        "long": "Guildford to Chester Hill",
        "short": "916",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-920-1-sj2-1",
        "label": "9201",
        "long": "Miller Central to Liverpool high schools",
        "short": "9201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-920-4-sj2-1",
        "label": "9204",
        "long": "Liverpool to Miller Technology High School",
        "short": "9204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-920-sj2-1",
        "label": "920",
        "long": "Bankstown to Parramatta",
        "short": "920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-925-sj2-1",
        "label": "925",
        "long": "Lidcombe to East Hills via Bankstown",
        "short": "925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-928-sj2-1",
        "label": "928",
        "long": "Revesby to Milperra",
        "short": "928",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-930-0-sj2-1",
        "label": "9300",
        "long": "Liverpool to Cecil Hills High School and Ashcroft High School (Loop Service)",
        "short": "9300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-930-1-sj2-1",
        "label": "9301",
        "long": "Green Valley to Liverpool high schools via Mount Pritchard",
        "short": "9301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-930-3-sj2-1",
        "label": "9303",
        "long": "Green Valley to All Saints Catholic College Casula",
        "short": "9303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-930-4-sj2-1",
        "label": "9304",
        "long": "Sadleir to Our Lady of Mount Carmel Primary Mt Pritchard via Cecil Hills",
        "short": "9304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-930-6-sj2-1",
        "label": "9306",
        "long": "Cecil Hills to Liverpool high schools",
        "short": "9306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-930-7-sj2-1",
        "label": "9307",
        "long": "Liverpool to All Saints Catholic College Casula",
        "short": "9307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-930-8-sj2-1",
        "label": "9308",
        "long": "Ashcroft to William Carey Christian School",
        "short": "9308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-930-9-sj2-1",
        "label": "9309",
        "long": "Green Valley to Miller Technology High School via Ashcroft",
        "short": "9309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-931-1-sj2-1",
        "label": "9311",
        "long": "Hinchinbrook to Liverpool high schools via Mount Pritchard",
        "short": "9311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-931-3-sj2-1",
        "label": "9313",
        "long": "Len Waters Estate to William Carey Christian School",
        "short": "9313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-931-4-sj2-1",
        "label": "9314",
        "long": "Ashcroft to Good Samaritan Catholic College via Cecil Hills",
        "short": "9314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-931-5-sj2-1",
        "label": "9315",
        "long": "Hinchinbrook to Hoxton Park Public School via Green Valley",
        "short": "9315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-931-6-sj2-1",
        "label": "9316",
        "long": "Bonnyrigg to Mount Pritchard Public School",
        "short": "9316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-931-7-sj2-1",
        "label": "9317",
        "long": "Green Valley to Good Samaritan Catholic College",
        "short": "9317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-931-8-sj2-1",
        "label": "9318",
        "long": "Hinchinbrook to Freeman Catholic College",
        "short": "9318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-931-9-sj2-1",
        "label": "9319",
        "long": "Hinchinbrook to Good Shepherd Catholic Primary School Hoxton Park",
        "short": "9319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-940-0-sj2-1",
        "label": "9400",
        "long": "Woodpark to Maronite College of the Holy Family",
        "short": "9400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-940-1-sj2-1",
        "label": "9401",
        "long": "Guildford to Maronite College of the Holy Family",
        "short": "9401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-940-2-sj2-1",
        "label": "9402",
        "long": "Merrylands to Parramatta West Public School",
        "short": "9402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-940-3-sj2-1",
        "label": "9403",
        "long": "Guildford to Merrylands High School",
        "short": "9403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-945-3-sj2-1",
        "label": "9453",
        "long": "Merrylands High School to Guildford",
        "short": "9453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-945-4-sj2-1",
        "label": "9454",
        "long": "Merrylands High School to Guildford",
        "short": "9454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-950-1-sj2-1",
        "label": "9501",
        "long": "King Park Public School to Bossley Park",
        "short": "9501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-950-2-sj2-1",
        "label": "9502",
        "long": "Westfields Sports High School to Canley Vale",
        "short": "9502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-950-3-sj2-1",
        "label": "9503",
        "long": "Freeman Catholic College to Greenfield Park",
        "short": "9503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-950-5-sj2-1",
        "label": "9505",
        "long": "St Johns Park High School to Bossley Park",
        "short": "9505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-950-7-sj2-1",
        "label": "9507",
        "long": "Prairiewood High School to Abbotsbury via Fairfield West",
        "short": "9507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-951-0-sj2-1",
        "label": "9510",
        "long": "St Johns Park High School to Fairfield via Bonnyrigg",
        "short": "9510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-951-1-sj2-1",
        "label": "9511",
        "long": "Good Samaritan Catholic College to Bossley Park",
        "short": "9511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-951-3-sj2-1",
        "label": "9513",
        "long": "Our Lady of the Rosary Catholic Primary School Fairfield to Wetherill Park",
        "short": "9513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-951-9-sj2-1",
        "label": "9519",
        "long": "Governor Philip King Public School to Greenfield Park",
        "short": "9519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-952-2-sj2-1",
        "label": "9522",
        "long": "Westfields Sports High School to Fairfield",
        "short": "9522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-952-6-sj2-1",
        "label": "9526",
        "long": "Bossley Park High School to Bonnyrigg T-Way",
        "short": "9526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-952-8-sj2-1",
        "label": "9528",
        "long": "Mary MacKillop Catholic College to Fairfield",
        "short": "9528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-953-0-sj2-1",
        "label": "9530",
        "long": "Bonnyrigg Public School to Edensor Park via Bonnyrigg Heights",
        "short": "9530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-953-2-sj2-1",
        "label": "9532",
        "long": "Cecil Hills High School to Edensor Park",
        "short": "9532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-953-4-sj2-1",
        "label": "9534",
        "long": "William Carey Christian School to Smithfield",
        "short": "9534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-953-8-sj2-1",
        "label": "9538",
        "long": "Smithfield West Public School to Fairfield",
        "short": "9538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-953-9-sj2-1",
        "label": "9539",
        "long": "Freeman Catholic College to Liverpool",
        "short": "9539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-954-2-sj2-1",
        "label": "9542",
        "long": "St Johns Park High School to Cabramatta",
        "short": "9542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-954-5-sj2-1",
        "label": "9545",
        "long": "Canley Vale High School to Fairfield via Cabramatta",
        "short": "9545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-954-6-sj2-1",
        "label": "9546",
        "long": "Our Lady of the Rosary Catholic Primary School Fairfield to Greenfield Park",
        "short": "9546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-954-8-sj2-1",
        "label": "9548",
        "long": "Our Lady of the Rosary Catholic Primary School Fairfield to Cabramatta via Wakeley",
        "short": "9548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-955-1-sj2-1",
        "label": "9551",
        "long": "Fairvale Public School to Cabramatta via Canley Heights",
        "short": "9551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-955-2-sj2-1",
        "label": "9552",
        "long": "Westfields Sports High School to Fairfield",
        "short": "9552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-955-3-sj2-1",
        "label": "9553",
        "long": "Our Lady of the Rosary Catholic Primary School Fairfield to Edensor Park",
        "short": "9553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-955-6-sj2-1",
        "label": "9556",
        "long": "Horsley Park Public School to Smithfield",
        "short": "9556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-955-7-sj2-1",
        "label": "9557",
        "long": "Mary MacKillop Catholic College to Cabramatta",
        "short": "9557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-956-3-sj2-1",
        "label": "9563",
        "long": "St Johns Park Public School to St Johns Park via Bonnyrigg",
        "short": "9563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-956-7-sj2-1",
        "label": "9567",
        "long": "St Johns Park High School to Cabramatta West",
        "short": "9567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-956-9-sj2-1",
        "label": "9569",
        "long": "Prairiewood High School to Fairfield",
        "short": "9569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-957-2-sj2-1",
        "label": "9572",
        "long": "Mary Immaculate Catholic Primary School to Edensor Park via Smithfield",
        "short": "9572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-957-4-sj2-1",
        "label": "9574",
        "long": "Parramatta West Public School to Merrylands",
        "short": "9574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-957-5-sj2-1",
        "label": "9575",
        "long": "Cerdon College to Wetherill Park via Horsley Park",
        "short": "9575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-957-8-sj2-1",
        "label": "9578",
        "long": "Freeman Catholic College to Cabramatta via Wakeley",
        "short": "9578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-957-9-sj2-1",
        "label": "9579",
        "long": "Mary MacKillop Catholic College to Fairfield",
        "short": "9579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-958-1-sj2-1",
        "label": "9581",
        "long": "Our Lady of the Rosary Catholic Primary School Fairfield to Horsley Park",
        "short": "9581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-958-6-sj2-1",
        "label": "9586",
        "long": "Freeman Catholic College to Horsley Park",
        "short": "9586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-958-7-sj2-1",
        "label": "9587",
        "long": "Horsley Park to Abbotsbury",
        "short": "9587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-958-8-sj2-1",
        "label": "9588",
        "long": "Canley Vale High School to Cabramatta",
        "short": "9588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-959-1-sj2-1",
        "label": "9591",
        "long": "Fairvale High School to Smithfield via Bossley Park",
        "short": "9591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-959-3-sj2-1",
        "label": "9593",
        "long": "St Johns Park High School to Abbotsbury via Edensor Park",
        "short": "9593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-960-1-sj2-1",
        "label": "9601",
        "long": "Patrician Brothers College Fairfield to Cecil Hills",
        "short": "9601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-960-3-sj2-1",
        "label": "9603",
        "long": "Cerdon College to St Johns Park",
        "short": "9603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-960-4-sj2-1",
        "label": "9604",
        "long": "Thomas Hassall Anglican College to Edensor Park",
        "short": "9604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-960-8-sj2-1",
        "label": "9608",
        "long": "Our Lady of Mercy College Parramatta to Canley Heights",
        "short": "9608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-961-0-sj2-1",
        "label": "9610",
        "long": "Bonnyrigg Heights Public School to Green Valley via Cecil Hills",
        "short": "9610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-961-1-sj2-1",
        "label": "9611",
        "long": "Thomas Hassall Anglican College to Abbotsbury",
        "short": "9611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-961-2-sj2-1",
        "label": "9612",
        "long": "Cecil Hills Public School to Liverpool",
        "short": "9612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-961-4-sj2-1",
        "label": "9614",
        "long": "Cecil Hills High School to Heckenberg via Bonnyrigg Heights",
        "short": "9614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-961-5-sj2-1",
        "label": "9615",
        "long": "Cecil Hills High School to Badgerys Creek",
        "short": "9615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-961-6-sj2-1",
        "label": "9616",
        "long": "Cecil Hills Public School to Badgerys Creek",
        "short": "9616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-961-7-sj2-1",
        "label": "9617",
        "long": "Cecil Hills High School to Edensor Park",
        "short": "9617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-961-8-sj2-1",
        "label": "9618",
        "long": "St Johns Park High School to Fairfield",
        "short": "9618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-961-9-sj2-1",
        "label": "9619",
        "long": "Westfields Sports High School to Fairfield",
        "short": "9619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-962-0-sj2-1",
        "label": "9620",
        "long": "St Gertrudes Catholic Primary School Smithfield to Fairfield via Fairfield West",
        "short": "9620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-962-1-sj2-1",
        "label": "9621",
        "long": "Liverpool high schools to Smithfield via Bossley Park",
        "short": "9621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-962-2-sj2-1",
        "label": "9622",
        "long": "Maronite College of the Holy Family to Holroyd",
        "short": "9622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-962-3-sj2-1",
        "label": "9623",
        "long": "Maronite College of the Holy Family to Woodpark",
        "short": "9623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-962-4-sj2-1",
        "label": "9624",
        "long": "Prairiewood High School to Mount Vernon via Cecil Park",
        "short": "9624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-962-5-sj2-1",
        "label": "9625",
        "long": "Bossley Park High School to Cecil Park via Horsley Park",
        "short": "9625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-962-6-sj2-1",
        "label": "9626",
        "long": "Bossley Park High School to Prairiewood T-Way",
        "short": "9626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-962-7-sj2-1",
        "label": "9627",
        "long": "Freeman Catholic College to Bossley Park",
        "short": "9627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-962-9-sj2-1",
        "label": "9629",
        "long": "Pitt T-Way to Parramatta via Greystanes",
        "short": "9629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-963-0-sj2-1",
        "label": "9630",
        "long": "Greystanes High School to Greystanes via Westmead schools",
        "short": "9630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-963-1-sj2-1",
        "label": "9631",
        "long": "Our Lady of the Rosary Catholic Primary School Fairfield to Len Waters Estate",
        "short": "9631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-963-2-sj2-1",
        "label": "9632",
        "long": "Westmead schools to Pemulwuy",
        "short": "9632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-963-3-sj2-1",
        "label": "9633",
        "long": "St Narsai Assyrian Christian College to Prairiewood T-Way",
        "short": "9633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-963-4-sj2-1",
        "label": "9634",
        "long": "St Narsai Assyrian Christian College to Prairiewood T-Way",
        "short": "9634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-963-5-sj2-1",
        "label": "9635",
        "long": "St Narsai Assyrian Christian College to Prairiewood T-Way",
        "short": "9635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-970-2-sj2-1",
        "label": "9702",
        "long": "Good Samaritan Catholic College to Liverpool",
        "short": "9702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-970-3-sj2-1",
        "label": "9703",
        "long": "Good Shepherd Catholic Primary School Hoxton Park to Miller via Liverpool",
        "short": "9703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-970-4-sj2-1",
        "label": "9704",
        "long": "Hoxton Park Public School to Hinchinbrook",
        "short": "9704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-980-3-sj2-1",
        "label": "9803",
        "long": "Good Samaritan Catholic College to Liverpool",
        "short": "9803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-980-4-sj2-1",
        "label": "9804",
        "long": "All Saints Catholic College Liverpool to Green Valley",
        "short": "9804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-980-5-sj2-1",
        "label": "9805",
        "long": "Green Valley Public School to Mount Pritchard via Liverpool",
        "short": "9805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-980-6-sj2-1",
        "label": "9806",
        "long": "Green Valley Public School to Liverpool via Miller Technology High School",
        "short": "9806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-980-8-sj2-1",
        "label": "9808",
        "long": "All Saints Catholic College Casula to Green Valley",
        "short": "9808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-981-0-sj2-1",
        "label": "9810",
        "long": "Thomas Hassall Anglican College to Ashcroft via Liverpool",
        "short": "9810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-981-3-sj2-1",
        "label": "9813",
        "long": "All Saints Catholic College Casula to Cecil Hills",
        "short": "9813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-981-8-sj2-1",
        "label": "9818",
        "long": "Cecil Hills High School to Miller Technology High School (Loop Service)",
        "short": "9818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-982-3-sj2-1",
        "label": "9823",
        "long": "Good Samaritan Catholic College to Len Waters Estate via Cecil Hills",
        "short": "9823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-982-5-sj2-1",
        "label": "9825",
        "long": "Good Shepherd Catholic Primary School Hoxton Park to Liverpool via Mount Pritchard",
        "short": "9825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-982-7-sj2-1",
        "label": "9827",
        "long": "Mount Pritchard Public School to Abbotsbury",
        "short": "9827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-983-3-sj2-1",
        "label": "9833",
        "long": "Good Samaritan Catholic College to Hinchinbrook",
        "short": "9833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-983-4-sj2-1",
        "label": "9834",
        "long": "William Carey Christian School to Cecil Hills via Ashcroft",
        "short": "9834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-983-5-sj2-1",
        "label": "9835",
        "long": "William Carey Christian School to Liverpool via Green Valley",
        "short": "9835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-983-6-sj2-1",
        "label": "9836",
        "long": "St Patrick's Primary School Guildford to Merrylands via Woodpark",
        "short": "9836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-9T3-sj2-1",
        "label": "9T3",
        "long": "Lidcombe, then all stations to Liverpool via Regents Park",
        "short": "9T3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-M90-sj2-1",
        "label": "M90",
        "long": "Burwood to Liverpool",
        "short": "M90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-N30-sj2-1",
        "label": "N30",
        "long": "City Town Hall to Macarthur (Night Service)",
        "short": "N30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-N40-sj2-1",
        "label": "N40",
        "long": "City Town Hall to East Hills (Night Service)",
        "short": "N40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S1-sj2-1",
        "label": "S1",
        "long": "Cabramatta to Lansvale (Loop Service)",
        "short": "S1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S10-sj2-1",
        "label": "S10",
        "long": "Heckenberg to Miller Shops",
        "short": "S10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S13-2-sj2-1",
        "label": "S132",
        "long": "Padstow to Picnic Point High School",
        "short": "S132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S17-3-sj2-1",
        "label": "S173",
        "long": "Delany College to Granville via Guildford",
        "short": "S173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S17-6-sj2-1",
        "label": "S176",
        "long": "Sefton High School to Yagoona",
        "short": "S176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S2-sj2-1",
        "label": "S2",
        "long": "Granville to Sefton",
        "short": "S2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S3-sj2-1",
        "label": "S3",
        "long": "Auburn to Chrisholm Road",
        "short": "S3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S4-sj2-1",
        "label": "S4",
        "long": "Fairfield to Chester Hill via Villawood and Carramar",
        "short": "S4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S40-2-sj2-1",
        "label": "S402",
        "long": "Chester Hill to Chester Hill High School",
        "short": "S402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S40-4-sj2-1",
        "label": "S404",
        "long": "Granville to Chester Hill",
        "short": "S404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S40-5-sj2-1",
        "label": "S405",
        "long": "Trinity Catholic College Auburn to Yagoona",
        "short": "S405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S40-6-sj2-1",
        "label": "S406",
        "long": "Birrong high schools to Bass Hill",
        "short": "S406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S40-7-sj2-1",
        "label": "S407",
        "long": "Trinity Catholic College Auburn to Chester Hill",
        "short": "S407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S40-9-sj2-1",
        "label": "S409",
        "long": "Chester Hill to Trinity Catholic College Auburn",
        "short": "S409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S41-2-sj2-1",
        "label": "S412",
        "long": "Sefton to Trinity Catholic College Auburn",
        "short": "S412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S41-3-sj2-1",
        "label": "S413",
        "long": "Bass High School to Bankstown",
        "short": "S413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S41-4-sj2-1",
        "label": "S414",
        "long": "St Peter Chanel Catholic PS to Birrong PS",
        "short": "S414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S42-3-sj2-1",
        "label": "S423",
        "long": "Granville to Macarthur Girls High School",
        "short": "S423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S42-5-sj2-1",
        "label": "S425",
        "long": "Delany College to Merrylands",
        "short": "S425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S42-6-sj2-1",
        "label": "S426",
        "long": "Fairfield East to Maronite College of the Holy Family",
        "short": "S426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S42-7-sj2-1",
        "label": "S427",
        "long": "Macarthur Girls HS to Merrylands via South Granville",
        "short": "S427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S42-8-sj2-1",
        "label": "S428",
        "long": "Maronite College of the Holy Family to Fairfield East",
        "short": "S428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S42-9-sj2-1",
        "label": "S429",
        "long": "Guildford to Maronite College of the Holy Family",
        "short": "S429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S43-0-sj2-1",
        "label": "S430",
        "long": "Holy Trinity Primary School Granville to Granville via Guildford",
        "short": "S430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S43-2-sj2-1",
        "label": "S432",
        "long": "Old Guildford to Holy Trinity Primary School Granville",
        "short": "S432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S43-4-sj2-1",
        "label": "S434",
        "long": "Maronite College of the Holy Family to Guildford",
        "short": "S434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S43-5-sj2-1",
        "label": "S435",
        "long": "Yennora to Maronite College of the Holy Family",
        "short": "S435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S43-6-sj2-1",
        "label": "S436",
        "long": "Maronite College of the Holy Family to Merrylands",
        "short": "S436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S43-8-sj2-1",
        "label": "S438",
        "long": "Maronite College of the Holy Family to Old Guildford",
        "short": "S438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S44-0-sj2-1",
        "label": "S440",
        "long": "Granville to Merrylands High School",
        "short": "S440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S44-3-sj2-1",
        "label": "S443",
        "long": "Granville to Delany College via Guildford",
        "short": "S443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S44-5-sj2-1",
        "label": "S445",
        "long": "Delany College to Old Guildford",
        "short": "S445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S44-6-sj2-1",
        "label": "S446",
        "long": "Maronite College of the Holy Family to Old Guildford",
        "short": "S446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S44-7-sj2-1",
        "label": "S447",
        "long": "Old Guildford to Maronite College of the Holy Family",
        "short": "S447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S45-2-sj2-1",
        "label": "S452",
        "long": "Cerdon College to Granville",
        "short": "S452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S50-0-sj2-1",
        "label": "S500",
        "long": "Birrong high schools to North Bankstown",
        "short": "S500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S50-1-sj2-1",
        "label": "S501",
        "long": "LaSalle Catholic College Bankstown to Chester Hill via Georges Hall",
        "short": "S501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S50-2-sj2-1",
        "label": "S502",
        "long": "Auburn West Public School to Auburn",
        "short": "S502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S50-3-sj2-1",
        "label": "S503",
        "long": "Bankstown-Lidcombe Hospital to Bankstown",
        "short": "S503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S50-6-sj2-1",
        "label": "S506",
        "long": "Bass Hill to Georges Hall Public School",
        "short": "S506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S51-0-sj2-1",
        "label": "S510",
        "long": "Wattle Grove to East Hills high schools via Chipping Norton",
        "short": "S510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S51-1-sj2-1",
        "label": "S511",
        "long": "Granville Boys High School to Merrylands via Guildford",
        "short": "S511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S51-2-sj2-1",
        "label": "S512",
        "long": "Chester Hill to LaSalle Catholic College Bankstown via Georges Hall",
        "short": "S512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S51-4-sj2-1",
        "label": "S514",
        "long": "Granville Boys High School to Auburn",
        "short": "S514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S51-7-sj2-1",
        "label": "S517",
        "long": "Condell Park High School to Bankstown",
        "short": "S517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S51-9-sj2-1",
        "label": "S519",
        "long": "Moorebank High School to Hammondville",
        "short": "S519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S52-0-sj2-1",
        "label": "S520",
        "long": "Nuwarra Public School to Wattle Grove via Holsworthy",
        "short": "S520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S52-1-sj2-1",
        "label": "S521",
        "long": "Al Amanah College Liverpool to Bankstown",
        "short": "S521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S52-3-sj2-1",
        "label": "S523",
        "long": "Bass High School to Carramar",
        "short": "S523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S52-4-sj2-1",
        "label": "S524",
        "long": "Liverpool to Moorebank High School",
        "short": "S524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S52-5-sj2-1",
        "label": "S525",
        "long": "East Hills high schools to Wattle Grove via Chipping Norton",
        "short": "S525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S52-7-sj2-1",
        "label": "S527",
        "long": "Al Amanah College Liverpool to Bankstown",
        "short": "S527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S52-8-sj2-1",
        "label": "S528",
        "long": "Wattle Grove to Moorebank High School",
        "short": "S528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S53-0-sj2-1",
        "label": "S530",
        "long": "Chester Hill to Mount St Joseph Catholic College Milperra",
        "short": "S530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S53-2-sj2-1",
        "label": "S532",
        "long": "Chipping Norton to All Saints Catholic College Casula",
        "short": "S532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S53-3-sj2-1",
        "label": "S533",
        "long": "All Saints Catholic College Casula to Chipping Norton",
        "short": "S533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S53-6-sj2-1",
        "label": "S536",
        "long": "Carramar to Chester Hill High School",
        "short": "S536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S53-7-sj2-1",
        "label": "S537",
        "long": "Fairfield East to Bass High School",
        "short": "S537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S54-2-sj2-1",
        "label": "S542",
        "long": "Moorebank High School to Wattle Grove",
        "short": "S542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S54-3-sj2-1",
        "label": "S543",
        "long": "Georges Hall to Mount St Joseph Catholic College Milperra",
        "short": "S543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S54-5-sj2-1",
        "label": "S545",
        "long": "Moorebank High School to Holsworthy or Wattle Grove",
        "short": "S545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S54-8-sj2-1",
        "label": "S548",
        "long": "Strathfield South High School to Greenacre via Roberts Rd",
        "short": "S548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S55-0-sj2-1",
        "label": "S550",
        "long": "Condell Park High School to Condell Park",
        "short": "S550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S55-2-sj2-1",
        "label": "S552",
        "long": "East Hills high schools to Condell Park",
        "short": "S552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S55-8-sj2-1",
        "label": "S558",
        "long": "East Hills High School to Georges Hall",
        "short": "S558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S55-9-sj2-1",
        "label": "S559",
        "long": "Georges River Grammar to Holsworthy",
        "short": "S559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S56-1-sj2-1",
        "label": "S561",
        "long": "UWS Milperra to St Marks Coptic Orthodox College",
        "short": "S561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S56-3-sj2-1",
        "label": "S563",
        "long": "Moorebank High School to Liverpool",
        "short": "S563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S56-4-sj2-1",
        "label": "S564",
        "long": "Newbridge Heights Public School to Wattle Grove via Holsworthy",
        "short": "S564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S56-5-sj2-1",
        "label": "S565",
        "long": "Auburn to Amity College Prestons",
        "short": "S565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S56-6-sj2-1",
        "label": "S566",
        "long": "Moorebank High School to Liverpool",
        "short": "S566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S56-7-sj2-1",
        "label": "S567",
        "long": "Amity College Prestons to Auburn",
        "short": "S567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S56-8-sj2-1",
        "label": "S568",
        "long": "Berala to Amity College Prestons",
        "short": "S568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S56-9-sj2-1",
        "label": "S569",
        "long": "Moorebank High School to Liverpool",
        "short": "S569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S57-0-sj2-1",
        "label": "S570",
        "long": "Amity College Prestons to Berala",
        "short": "S570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S57-2-sj2-1",
        "label": "S572",
        "long": "Bankstown to Condell Park Public School",
        "short": "S572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S57-4-sj2-1",
        "label": "S574",
        "long": "Condell Park High School to Georges Hall",
        "short": "S574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S57-7-sj2-1",
        "label": "S577",
        "long": "Guildford to Granville South High School",
        "short": "S577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S57-9-sj2-1",
        "label": "S579",
        "long": "Guildford to Regents Park via Auburn",
        "short": "S579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S58-0-sj2-1",
        "label": "S580",
        "long": "Auburn to Auburn West Public School",
        "short": "S580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S58-1-sj2-1",
        "label": "S581",
        "long": "Regents Park to Guildford via Auburn",
        "short": "S581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S58-2-sj2-1",
        "label": "S582",
        "long": "Guildford to Malek Fahd Islamic School",
        "short": "S582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S58-3-sj2-1",
        "label": "S583",
        "long": "Strathfield South High School to Greenacre via Waterloo Rd",
        "short": "S583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S58-4-sj2-1",
        "label": "S584",
        "long": "Malek Fahd Islamic School to Guildford",
        "short": "S584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S58-5-sj2-1",
        "label": "S585",
        "long": "Auburn to Malek Fahd Islamic School",
        "short": "S585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S58-6-sj2-1",
        "label": "S586",
        "long": "Strathfield South High School to Greenacre via Norfolk Rd",
        "short": "S586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S58-7-sj2-1",
        "label": "S587",
        "long": "Malek Fahd Islamic School to Auburn",
        "short": "S587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S58-8-sj2-1",
        "label": "S588",
        "long": "Bankstown to Al Amanah College Liverpool",
        "short": "S588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S58-9-sj2-1",
        "label": "S589",
        "long": "Wattle Grove to Newbridge Heights Public School",
        "short": "S589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S59-0-sj2-1",
        "label": "S590",
        "long": "Bankstown to Al Amanah College Liverpool",
        "short": "S590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S59-1-sj2-1",
        "label": "S591",
        "long": "Fairfield Public School to Fairfield",
        "short": "S591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S59-5-sj2-1",
        "label": "S595",
        "long": "Fairfield to Chester Hill High School",
        "short": "S595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S59-7-sj2-1",
        "label": "S597",
        "long": "Fairfield to Fairfield Public School",
        "short": "S597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S59-8-sj2-1",
        "label": "S598",
        "long": "Chester Hill High School to Fairfield East",
        "short": "S598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S59-9-sj2-1",
        "label": "S599",
        "long": "Chester Hill High School to Fairfield",
        "short": "S599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S60-0-sj2-1",
        "label": "S600",
        "long": "Fairfield to Sefton High School",
        "short": "S600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S60-1-sj2-1",
        "label": "S601",
        "long": "Fairfield East to Chester Hill High School",
        "short": "S601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S60-3-sj2-1",
        "label": "S603",
        "long": "Sefton High School to Fairfield",
        "short": "S603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S60-4-sj2-1",
        "label": "S604",
        "long": "Lidcombe to Regents Park Christian School",
        "short": "S604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S60-5-sj2-1",
        "label": "S605",
        "long": "Regents Park Christian School to Lidcombe",
        "short": "S605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S60-7-sj2-1",
        "label": "S607",
        "long": "Chipping Norton to Newbridge Heights Public School",
        "short": "S607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S61-1-sj2-1",
        "label": "S611",
        "long": "Moorebank High School to Chipping Norton",
        "short": "S611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S61-2-sj2-1",
        "label": "S612",
        "long": "Mount St Joseph Catholic College Milperra to Georges Hall",
        "short": "S612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S61-6-sj2-1",
        "label": "S616",
        "long": "Chester Hill High School to Fairfield East",
        "short": "S616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S61-7-sj2-1",
        "label": "S617",
        "long": "Moorebank to De La Salle College Revesby Heights",
        "short": "S617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S61-9-sj2-1",
        "label": "S619",
        "long": "De La Salle College Revesby Heights to Wattle Grove",
        "short": "S619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13-S62-2-sj2-1",
        "label": "S622",
        "long": "Hammondville to Moorebank High School",
        "short": "S622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-10M-sj2-1",
        "label": "10M",
        "long": "Chatswood, then all stations to Epping",
        "short": "10M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-11M-sj2-1",
        "label": "11M",
        "long": "Chatswood to Tallawong",
        "short": "11M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-200-1-sj2-1",
        "label": "2001",
        "long": "Winston Hills Mall to Girraween HS via Pendle Hill Station",
        "short": "2001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-200-3-sj2-1",
        "label": "2003",
        "long": "Kellyvile to St Paul the Apostle PS",
        "short": "2003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-200-4-sj2-1",
        "label": "2004",
        "long": "Winston Hills to Castle Hill PS",
        "short": "2004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-200-5-sj2-1",
        "label": "2005",
        "long": "Rouse Hill Station to Kellyville HS",
        "short": "2005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-200-6-sj2-1",
        "label": "2006",
        "long": "Parramatta Stn to William Clarke College via Hills Showground Stn",
        "short": "2006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-200-7-sj2-1",
        "label": "2007",
        "long": "Winston Hills to Gilroy College",
        "short": "2007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-200-8-sj2-1",
        "label": "2008",
        "long": "Castle Hill Station to Oakhill College",
        "short": "2008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-200-9-sj2-1",
        "label": "2009",
        "long": "Seven Hills to Pendle Hill HS via Girraween HS",
        "short": "2009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-201-0-sj2-1",
        "label": "2010",
        "long": "Toongabbie to Macarthur Girls HS via Westmead",
        "short": "2010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-201-1-sj2-1",
        "label": "2011",
        "long": "Rouse Hill Station to Pacific Hills Christian School",
        "short": "2011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-201-2-sj2-1",
        "label": "2012",
        "long": "Seven Hills Station to Gilroy College",
        "short": "2012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-201-3-sj2-1",
        "label": "2013",
        "long": "Winston Hills to James Ruse Agricultural HS via Gilroy College",
        "short": "2013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-201-4-sj2-1",
        "label": "2014",
        "long": "Kellyville Stn to Marian College",
        "short": "2014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-201-5-sj2-1",
        "label": "2015",
        "long": "Winston Hills to William Clarke College",
        "short": "2015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-201-6-sj2-1",
        "label": "2016",
        "long": "Norwest Station to Matthew Pearce PS via Crestwood PS",
        "short": "2016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-201-9-sj2-1",
        "label": "2019",
        "long": "Windsor Rd after Seven Hills Rd to Muirfield HS",
        "short": "2019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-202-0-sj2-1",
        "label": "2020",
        "long": "Muirfield HS to Gilroy College",
        "short": "2020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-202-1-sj2-1",
        "label": "2021",
        "long": "Winston Hills to Oakhill College",
        "short": "2021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-202-3-sj2-1",
        "label": "2023",
        "long": "Beaumont Hills to Gilroy College via Kellyville",
        "short": "2023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-202-4-sj2-1",
        "label": "2024",
        "long": "Lalor Park to Wyndham College via Kings Langley",
        "short": "2024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-202-5-sj2-1",
        "label": "2025",
        "long": "Kellyville Ridge to Kellyville HS via Rouse Hill and Beaumont Hills",
        "short": "2025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-202-6-sj2-1",
        "label": "2026",
        "long": "Kings Park to Gilroy Catholic College",
        "short": "2026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-202-9-sj2-1",
        "label": "2029",
        "long": "Cumberland Hwy after Kleins Rd to Northmead PS",
        "short": "2029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-203-1-sj2-1",
        "label": "2031",
        "long": "Wentworthville to St Anthonys PS via Toongabbie and Girraween",
        "short": "2031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-203-2-sj2-1",
        "label": "2032",
        "long": "Lalor Park to Baulkham Hills North PS via Kings Langley",
        "short": "2032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-203-3-sj2-1",
        "label": "2033",
        "long": "Adelphi St after Mile End Rd to Baulkham Hills HS via Castle Hill Station",
        "short": "2033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-203-7-sj2-1",
        "label": "2037",
        "long": "Glenorie to Pennant Hills HS",
        "short": "2037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-204-0-sj2-1",
        "label": "2040",
        "long": "Devitt Northwest Twy to Girraween PS via Seven Hills",
        "short": "2040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-204-1-sj2-1",
        "label": "2041",
        "long": "Seven Hills Station to Oakhill College via Kings Langley",
        "short": "2041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-204-2-sj2-1",
        "label": "2042",
        "long": "Winston Hills Mall to Northmead Creative and Performing Arts HS",
        "short": "2042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-204-3-sj2-1",
        "label": "2043",
        "long": "Hammers Rd opp Sherwood St to Muirfield HS",
        "short": "2043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-204-4-sj2-1",
        "label": "2044",
        "long": "Windsor Rd after Railway St to Darcy Rd PS",
        "short": "2044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-204-5-sj2-1",
        "label": "2045",
        "long": "Kellyville HS to Castle Hill HS via William Clarke College",
        "short": "2045",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-204-6-sj2-1",
        "label": "2046",
        "long": "Briens Northwest Twy to Our Lady Of Lourdes Seven Hills via Toongabbie",
        "short": "2046",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-204-7-sj2-1",
        "label": "2047",
        "long": "M2 Barclay Rd to William Clarke College",
        "short": "2047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-204-9-sj2-1",
        "label": "2049",
        "long": "Winston Hills to Westmead Schools",
        "short": "2049",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-205-0-sj2-1",
        "label": "2050",
        "long": "Fitzwilliam Rd opp Lamonerie St to Northmead HS",
        "short": "2050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-205-1-sj2-1",
        "label": "2051",
        "long": "Darcy Rd opp Fulton Ave to Northmead HS",
        "short": "2051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-205-2-sj2-1",
        "label": "2052",
        "long": "Cook St at Orchard St to Castle Hill HS via Oakhill College",
        "short": "2052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-205-3-sj2-1",
        "label": "2053",
        "long": "The Hills Sports HS to Northmead HS",
        "short": "2053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-205-4-sj2-1",
        "label": "2054",
        "long": "Lalor Park to St Andrews College via Kings Langley",
        "short": "2054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-205-5-sj2-1",
        "label": "2055",
        "long": "Vardys Rd after Sunnyholt Rd to Seven Hills HS",
        "short": "2055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-205-6-sj2-1",
        "label": "2056",
        "long": "Seven Hills Station to St Pauls College via Wentworthville",
        "short": "2056",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-205-7-sj2-1",
        "label": "2057",
        "long": "Johnson Ave at Pineleigh Rd to Nagle College via Kings Langley and Seven Hills",
        "short": "2057",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-206-0-sj2-1",
        "label": "2060",
        "long": "Oakhill College to Castle Hill PS via First Farm Dr",
        "short": "2060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-206-2-sj2-1",
        "label": "2062",
        "long": "Balmoral Rd Kellyville to Crestwood HS via Norwest",
        "short": "2062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-206-3-sj2-1",
        "label": "2063",
        "long": "Castle Hill Station to Marian College via The Hills Grammar School",
        "short": "2063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-206-6-sj2-1",
        "label": "2066",
        "long": "Prince St opp Mary St to Parramatta North PS via Bourke St",
        "short": "2066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-206-7-sj2-1",
        "label": "2067",
        "long": "Conrad Rd after Keirle Rd to Marian College via William Clarke College",
        "short": "2067",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-206-8-sj2-1",
        "label": "2068",
        "long": "Seven Hills Station to Girraween HS",
        "short": "2068",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-206-9-sj2-1",
        "label": "2069",
        "long": "Old Northern Rd before Gilbert Rd to Marian College via William Clarke College",
        "short": "2069",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-207-1-sj2-1",
        "label": "2071",
        "long": "Seven Hills HS to Our Lady of Mercy College via Kings Langley",
        "short": "2071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-207-2-sj2-1",
        "label": "2072",
        "long": "Kellyville to St Bernadettes PS via William Clarke College and Oakhill College",
        "short": "2072",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-207-3-sj2-1",
        "label": "2073",
        "long": "Glenwood to Baulkham Hills HS via Crestwood HS",
        "short": "2073",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-207-4-sj2-1",
        "label": "2074",
        "long": "Our Lady of the Rosary PS to Sherwood Ridge PS via St Angelas PS",
        "short": "2074",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-207-7-sj2-1",
        "label": "2077",
        "long": "Seven Hills Station to Crestwood HS via Kings Langley",
        "short": "2077",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-207-8-sj2-1",
        "label": "2078",
        "long": "Barina Downs Rd after Windsor Rd to Crestwood PS",
        "short": "2078",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-208-1-sj2-1",
        "label": "2081",
        "long": "Castlewood Dr before Jasmine Way to Castle Hill PS",
        "short": "2081",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-208-2-sj2-1",
        "label": "2082",
        "long": "Gables to Ironbark Ridge PS via Box Hill",
        "short": "2082",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-208-3-sj2-1",
        "label": "2083",
        "long": "Westmead Station to Darcy Rd PS",
        "short": "2083",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-208-4-sj2-1",
        "label": "2084",
        "long": "North Kellyville to The Hills Grammar School via Marian College",
        "short": "2084",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-208-5-sj2-1",
        "label": "2085",
        "long": "North Kellyville to Pacific Hills Christian School",
        "short": "2085",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-209-8-sj2-1",
        "label": "2098",
        "long": "Kellyville to Baulkham Hills HS via North Kellyville",
        "short": "2098",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-209-9-sj2-1",
        "label": "2099",
        "long": "North Kellyville to Beaumont Hills PS",
        "short": "2099",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-210-1-sj2-1",
        "label": "2101",
        "long": "Parramatta Station express to Baulkham Hills HS",
        "short": "2101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-210-9-sj2-1",
        "label": "2109",
        "long": "Rouse Hill to Santa Sophia College",
        "short": "2109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-211-0-sj2-1",
        "label": "2110",
        "long": "Rouse Hill to Santa Sophia College",
        "short": "2110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-211-1-sj2-1",
        "label": "2111",
        "long": "Rouse Hill Station to Santa Sophia College",
        "short": "2111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-211-2-sj2-1",
        "label": "2112",
        "long": "Rouse Hill Station to Santa Sophia College",
        "short": "2112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-211-3-sj2-1",
        "label": "2113",
        "long": "Rouse Hill Station to Santa Sophia College",
        "short": "2113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-211-4-sj2-1",
        "label": "2114",
        "long": "Rouse Hill Station to Santa Sophia College",
        "short": "2114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-211-5-sj2-1",
        "label": "2115",
        "long": "Pitt Town to Santa Sophia College",
        "short": "2115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-211-6-sj2-1",
        "label": "2116",
        "long": "Cattai to Santa Sophia College via Maraylya",
        "short": "2116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-211-7-sj2-1",
        "label": "2117",
        "long": "Pitt Town Village Shops to Santa Sophia College",
        "short": "2117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-211-8-sj2-1",
        "label": "2118",
        "long": "Santa Sophia College to Gables (Loop Service)",
        "short": "2118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-212-0-sj2-1",
        "label": "2120",
        "long": "Terry Rd to Box Hill PS",
        "short": "2120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-212-2-sj2-1",
        "label": "2122",
        "long": "Kellyville Station to Pacific Hills Christian School",
        "short": "2122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-212-3-sj2-1",
        "label": "2123",
        "long": "Edgewater Dr opp Bimbadgen Pl to Gilroy College via Crestwood HS",
        "short": "2123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-212-5-sj2-1",
        "label": "2125",
        "long": "Carlingford to Tara Anglican School for Girls",
        "short": "2125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-213-1-sj2-1",
        "label": "2131",
        "long": "Castle Hill Station to Mount St Benedict College via Cherrybrook Station",
        "short": "2131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-213-3-sj2-1",
        "label": "2133",
        "long": "Acres Rd after Windsor Rd to Oakhill College",
        "short": "2133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-213-4-sj2-1",
        "label": "2134",
        "long": "Pendle Hill to Girraween High School",
        "short": "2134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-214-0-sj2-1",
        "label": "2140",
        "long": "Windsor Rd after Seven Hills Rd to Rouse Hill Anglican College via Bella Vista",
        "short": "2140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-214-1-sj2-1",
        "label": "2141",
        "long": "Epping to Carlingford HS",
        "short": "2141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-216-7-sj2-1",
        "label": "2167",
        "long": "Mungerie Rd after Guardian Ave to Rouse Hill Anglican College via Kellyville HS",
        "short": "2167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-216-9-sj2-1",
        "label": "2169",
        "long": "William Clarke College to Kellyville HS via Kellyville Station",
        "short": "2169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-217-0-sj2-1",
        "label": "2170",
        "long": "Parramatta Stn to Oakhill College via Castle Hill Stn",
        "short": "2170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-217-1-sj2-1",
        "label": "2171",
        "long": "Castle Hill Station to Oakhill College",
        "short": "2171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-217-2-sj2-1",
        "label": "2172",
        "long": "Edgewater Dr opp Bimbadgen Pl to Bella Vista PS",
        "short": "2172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-217-3-sj2-1",
        "label": "2173",
        "long": "Pennant Hills Station to Mount St Benedict College",
        "short": "2173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-220-8-sj2-1",
        "label": "2208",
        "long": "Castle Hill Station to Oakhill College (Express Service)",
        "short": "2208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-227-1-sj2-1",
        "label": "2271",
        "long": "Castle Hill Station to Oakhill College (Express Service)",
        "short": "2271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-237-1-sj2-1",
        "label": "2371",
        "long": "Castle Hill Station to Oakhill College (Express Service)",
        "short": "2371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-247-1-sj2-1",
        "label": "2471",
        "long": "Castle Hill Station to Oakhill College (Express Service)",
        "short": "2471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-250-0-sj2-1",
        "label": "2500",
        "long": "Girraween HS to Norwest via Seven Hills",
        "short": "2500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-250-1-sj2-1",
        "label": "2501",
        "long": "Oakhill College to Kellyville",
        "short": "2501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-250-2-sj2-1",
        "label": "2502",
        "long": "Crestwood PS to Knightsbridge Shops via Castle Hill Station",
        "short": "2502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-250-3-sj2-1",
        "label": "2503",
        "long": "Winston Hills PS to Baulkham Hills",
        "short": "2503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-250-4-sj2-1",
        "label": "2504",
        "long": "Muirfield HS to Castle Hill Station",
        "short": "2504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-250-5-sj2-1",
        "label": "2505",
        "long": "St Madeleines PS to Kellyville Station via The Hills Grammar School",
        "short": "2505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-250-6-sj2-1",
        "label": "2506",
        "long": "Pendle Hill HS to Seven Hills North PS via Kings Langley",
        "short": "2506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-250-7-sj2-1",
        "label": "2507",
        "long": "Castle Hill HS to Excelsior Av after Drayton Av via Gilroy College",
        "short": "2507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-250-8-sj2-1",
        "label": "2508",
        "long": "Glenwood HS to Kellyville Ridge via Parklea",
        "short": "2508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-250-9-sj2-1",
        "label": "2509",
        "long": "William Clarke College to Baulkham Hills via Oakhill College",
        "short": "2509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-251-0-sj2-1",
        "label": "2510",
        "long": "Castle Hill HS to Cook St at Orchard St via Castle Hill Station",
        "short": "2510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-251-1-sj2-1",
        "label": "2511",
        "long": "Darcy Rd PS to Westmead",
        "short": "2511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-251-2-sj2-1",
        "label": "2512",
        "long": "James Ruse HS to Winston Hills Mall via Baulkham Hills",
        "short": "2512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-251-3-sj2-1",
        "label": "2513",
        "long": "Gilroy College to Winston Hills",
        "short": "2513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-251-5-sj2-1",
        "label": "2515",
        "long": "St Madeleines PS to Samuel Gilbert PS via The Hills Grammar School",
        "short": "2515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-251-7-sj2-1",
        "label": "2517",
        "long": "St Bernadettes PS to Gilroy College",
        "short": "2517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-251-8-sj2-1",
        "label": "2518",
        "long": "Baulkham Hills North PS to Gilroy College",
        "short": "2518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-251-9-sj2-1",
        "label": "2519",
        "long": "Muirfield HS to North Parramatta",
        "short": "2519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-252-0-sj2-1",
        "label": "2520",
        "long": "Castle Hill HS to Acres Rd at Windsor Rd",
        "short": "2520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-252-2-sj2-1",
        "label": "2522",
        "long": "Mathew Pearce PS to Seven Hills Station",
        "short": "2522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-252-3-sj2-1",
        "label": "2523",
        "long": "Metella Rd PS to Windsor Rd after Railway St via Winston Hills",
        "short": "2523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-252-4-sj2-1",
        "label": "2524",
        "long": "Muirfield High School to Castle Hill",
        "short": "2524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-252-5-sj2-1",
        "label": "2525",
        "long": "Muirfield HS to Baulkham Hills HS",
        "short": "2525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-252-6-sj2-1",
        "label": "2526",
        "long": "St Pauls Greystanes to Wentworthville via Pendle Hill",
        "short": "2526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-252-7-sj2-1",
        "label": "2527",
        "long": "St Pauls College to Pendle Hill Station (Express Service)",
        "short": "2527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-252-8-sj2-1",
        "label": "2528",
        "long": "Northmead HS to Old Windsor Rd after Hammers Rd via Girraween HS",
        "short": "2528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-252-9-sj2-1",
        "label": "2529",
        "long": "Northmead HS to Windsor Rd after Windermere Av via Seven Hills Station",
        "short": "2529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-253-0-sj2-1",
        "label": "2530",
        "long": "Westmead Schools to Toongabbie Station",
        "short": "2530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-253-1-sj2-1",
        "label": "2531",
        "long": "Baulkham Hills HS to Seven Hills Station",
        "short": "2531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-253-2-sj2-1",
        "label": "2532",
        "long": "Model Farms HS to Seven Hills Station via Baulkam Hills and Kings Langley",
        "short": "2532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-253-3-sj2-1",
        "label": "2533",
        "long": "Beaumont Hills PS to Foxall Rd before Samantha Riley Dr",
        "short": "2533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-253-4-sj2-1",
        "label": "2534",
        "long": "Girraween PS to Seven Hills Station",
        "short": "2534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-253-5-sj2-1",
        "label": "2535",
        "long": "Our Lady of Mt Carmel PS to Wentworthville via Old Toongabbie",
        "short": "2535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-253-6-sj2-1",
        "label": "2536",
        "long": "Mathew Pearce PS to Seven Hills Rd before Solar Ave via Bella Vista",
        "short": "2536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-253-7-sj2-1",
        "label": "2537",
        "long": "St Andrews College to Seven Hills Station via Kings Langley",
        "short": "2537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-253-8-sj2-1",
        "label": "2538",
        "long": "Muirfield HS to Barnetts Rd before Oakes Rd via Northmead",
        "short": "2538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-253-9-sj2-1",
        "label": "2539",
        "long": "Northmead HS express to Parramatta Station",
        "short": "2539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-254-0-sj2-1",
        "label": "2540",
        "long": "Macarthur Girls HS to Toongabbie via Constitution Hill",
        "short": "2540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-254-1-sj2-1",
        "label": "2541",
        "long": "Northmead HS to Gooden Dr opp Model Farms HS via Winston Hills",
        "short": "2541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-254-2-sj2-1",
        "label": "2542",
        "long": "Nagle College to Kings Langley via Lalor Park",
        "short": "2542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-254-3-sj2-1",
        "label": "2543",
        "long": "Northmead HS to Toongabbie Station",
        "short": "2543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-254-4-sj2-1",
        "label": "2544",
        "long": "Matthew Pearce PS to Kings Langley",
        "short": "2544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-254-5-sj2-1",
        "label": "2545",
        "long": "William Clarke College to Seven Hills Station",
        "short": "2545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-254-6-sj2-1",
        "label": "2546",
        "long": "Nagle College to Seven Hills Station",
        "short": "2546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-254-7-sj2-1",
        "label": "2547",
        "long": "St Paul the Apostle PS to Seven Hills Rd after Astoria Park Rd",
        "short": "2547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-254-8-sj2-1",
        "label": "2548",
        "long": "Matthew Pearce PS to Norwest Station",
        "short": "2548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-254-9-sj2-1",
        "label": "2549",
        "long": "Gilroy College to Seven Hills HS via Castle Hill",
        "short": "2549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-255-0-sj2-1",
        "label": "2550",
        "long": "St Angelas PS to Castle Hill Station via Samuel Gilbert PS",
        "short": "2550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-255-1-sj2-1",
        "label": "2551",
        "long": "Baulkham Hills HS to Merindah Rd before Kananagra Av via Winston Hills",
        "short": "2551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-255-2-sj2-1",
        "label": "2552",
        "long": "Model Farms HS to Hills Showground Station via Baulkham Hills HS",
        "short": "2552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-255-3-sj2-1",
        "label": "2553",
        "long": "William Clarke College to Churchill Dr before Berrigan St",
        "short": "2553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-255-4-sj2-1",
        "label": "2554",
        "long": "Northmead HS to Model Farms Rd opp Disraeli Rd via Castle Hill",
        "short": "2554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-255-5-sj2-1",
        "label": "2555",
        "long": "Crestwood HS to Seven Hills HS via Kellyville",
        "short": "2555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-255-6-sj2-1",
        "label": "2556",
        "long": "William Clarke College to Baulkham Hills",
        "short": "2556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-255-7-sj2-1",
        "label": "2557",
        "long": "Our Lady of the Angels PS to Kellyville",
        "short": "2557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-255-8-sj2-1",
        "label": "2558",
        "long": "Wentworthville PS to Barina Downs Rd before Windsor Rd",
        "short": "2558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-255-9-sj2-1",
        "label": "2559",
        "long": "Northmead HS to Seven Hills Station",
        "short": "2559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-256-0-sj2-1",
        "label": "2560",
        "long": "Wyndham College to Freeman St at Lucas Rd",
        "short": "2560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-256-1-sj2-1",
        "label": "2561",
        "long": "Oakhill College express to Acres Rd at Windsor Rd",
        "short": "2561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-256-2-sj2-1",
        "label": "2562",
        "long": "St Bernadettes PS to Roxborough Park Rd opp Miretta Pl",
        "short": "2562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-256-3-sj2-1",
        "label": "2563",
        "long": "Northmead HS to Old Windsor Rd after Myee Cr",
        "short": "2563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-256-5-sj2-1",
        "label": "2565",
        "long": "Gilroy College to Merindah Rd before Seven Hills Rd",
        "short": "2565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-256-6-sj2-1",
        "label": "2566",
        "long": "Crestwood HS to Acres Rd at Windsor Rd",
        "short": "2566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-256-7-sj2-1",
        "label": "2567",
        "long": "Gilroy College to Model Farms HS",
        "short": "2567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-256-9-sj2-1",
        "label": "2569",
        "long": "William Clarke College to Winston Hills Mall",
        "short": "2569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-257-0-sj2-1",
        "label": "2570",
        "long": "Pendle Hill HS to Northmead PS",
        "short": "2570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-257-1-sj2-1",
        "label": "2571",
        "long": "The Hills Grammar School to Rouse Hill Station",
        "short": "2571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-257-2-sj2-1",
        "label": "2572",
        "long": "Gilroy College to Kellyville Station",
        "short": "2572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-257-3-sj2-1",
        "label": "2573",
        "long": "Gilroy College to Windsor Rd after Poole Rd",
        "short": "2573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-257-4-sj2-1",
        "label": "2574",
        "long": "Parramatta HS to Pendle Hill HS",
        "short": "2574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-257-5-sj2-1",
        "label": "2575",
        "long": "Hills Adventist College to Rouse Hill Station",
        "short": "2575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-257-6-sj2-1",
        "label": "2576",
        "long": "Castle Hill HS to Windsor Rd after Poole Rd",
        "short": "2576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-257-8-sj2-1",
        "label": "2578",
        "long": "St Bernadettes PS to Wrights Rd opp William Clarke College",
        "short": "2578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-257-9-sj2-1",
        "label": "2579",
        "long": "Parramatta North PS to North Parramatta",
        "short": "2579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-258-0-sj2-1",
        "label": "2580",
        "long": "Bayanami PS to Parramatta Station via Macarthur Girls HS",
        "short": "2580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-258-1-sj2-1",
        "label": "2581",
        "long": "West Pennant Hills PS to Oakes Rd before Coral Tree Dr",
        "short": "2581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-258-4-sj2-1",
        "label": "2584",
        "long": "St Bernadettes PS to Baulkham Hills Junction",
        "short": "2584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-258-6-sj2-1",
        "label": "2586",
        "long": "Rouse Hill Anglican College to Castle Hill via Beaumont Hills",
        "short": "2586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-259-0-sj2-1",
        "label": "2590",
        "long": "Our Lady of Mercy College to North Kellyville",
        "short": "2590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-259-2-sj2-1",
        "label": "2592",
        "long": "Girraween HS to Rouse Hill Station via Kellyville Ridge",
        "short": "2592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-259-3-sj2-1",
        "label": "2593",
        "long": "Kellyville PS to Windsor Rd after Samantha Riley Dr via Beaumont Hills",
        "short": "2593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-259-4-sj2-1",
        "label": "2594",
        "long": "Baulkham Hills HS express to Parramatta Station",
        "short": "2594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-259-5-sj2-1",
        "label": "2595",
        "long": "William Clarke College to Parramatta Station",
        "short": "2595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-259-6-sj2-1",
        "label": "2596",
        "long": "Bella Vista PS to Norwest Private Hospital",
        "short": "2596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-259-7-sj2-1",
        "label": "2597",
        "long": "Model Farms HS to Norwest Station via Bella Vista",
        "short": "2597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-259-8-sj2-1",
        "label": "2598",
        "long": "St Angelas PS to Adelphi St at Panmure St via Beaumont Hills",
        "short": "2598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-259-9-sj2-1",
        "label": "2599",
        "long": "Our Lady of the Rosary PS to Stanhope Gardens via Rouse Hill Stn",
        "short": "2599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-260-0-sj2-1",
        "label": "2600",
        "long": "Rouse Hill High to Gables via Box Hill",
        "short": "2600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-260-1-sj2-1",
        "label": "2601",
        "long": "Kellyville HS to Conrad Rd before Palace St",
        "short": "2601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-260-2-sj2-1",
        "label": "2602",
        "long": "Crestwood PS to Balmoral Rd opp Gerbera Pl",
        "short": "2602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-260-4-sj2-1",
        "label": "2604",
        "long": "Crestwood HS to Seven Hills Station",
        "short": "2604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-260-6-sj2-1",
        "label": "2606",
        "long": "Baulkham Hills HS to Glanmire Rd",
        "short": "2606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-260-7-sj2-1",
        "label": "2607",
        "long": "Crestwood HS to Hills Showground Stn",
        "short": "2607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-260-8-sj2-1",
        "label": "2608",
        "long": "Glenwood HS to Kellyville Ridge via Parklea",
        "short": "2608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-260-9-sj2-1",
        "label": "2609",
        "long": "St Angelas PS to Castle Hill Station via Kellyville",
        "short": "2609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-261-0-sj2-1",
        "label": "2610",
        "long": "Rouse Hill HS to Box Hill",
        "short": "2610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-261-3-sj2-1",
        "label": "2613",
        "long": "Crestwood HS to Windsor Rd after Campbell St",
        "short": "2613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-261-6-sj2-1",
        "label": "2616",
        "long": "Model Farms HS to Parramatta Station",
        "short": "2616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-261-7-sj2-1",
        "label": "2617",
        "long": "Muirfield HS to Seven Hills Station",
        "short": "2617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-261-8-sj2-1",
        "label": "2618",
        "long": "Hills Sports HS to Bowen Pl before Leabons Ln",
        "short": "2618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-262-0-sj2-1",
        "label": "2620",
        "long": "Box Hill PS to Terry Rd",
        "short": "2620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-262-1-sj2-1",
        "label": "2621",
        "long": "Darcy Rd PS to Bridge Rd opp Wentworth Ave",
        "short": "2621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-262-2-sj2-1",
        "label": "2622",
        "long": "Pacific Hills Christian School to Rouse Hill Station via Beaumont Hills",
        "short": "2622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-262-3-sj2-1",
        "label": "2623",
        "long": "Pendle Hill HS to Bridge Rd before Hudson St via Girraween HS",
        "short": "2623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-262-5-sj2-1",
        "label": "2625",
        "long": "Tyndale Christian School to Kings Langley",
        "short": "2625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-262-6-sj2-1",
        "label": "2626",
        "long": "John Purchase PS to Pennant Hills Station",
        "short": "2626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-262-8-sj2-1",
        "label": "2628",
        "long": "Northmead HS to Girraween HS via Toongabbie PS and Pendle Hill Station",
        "short": "2628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-263-2-sj2-1",
        "label": "2632",
        "long": "Pacific Hills Christian School to West Pennant Hills",
        "short": "2632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-263-5-sj2-1",
        "label": "2635",
        "long": "West Pennant Hills PS to West Pennant Hills",
        "short": "2635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-263-9-sj2-1",
        "label": "2639",
        "long": "Northmead HS to Parramatta Station",
        "short": "2639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-264-0-sj2-1",
        "label": "2640",
        "long": "Rouse Hill Anglican College to Windsor Rd at Railway St",
        "short": "2640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-264-1-sj2-1",
        "label": "2641",
        "long": "Carlingford HS to Epping Station",
        "short": "2641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-265-0-sj2-1",
        "label": "2650",
        "long": "Model Farms HS to The Hills Sports HS via Toongabbie",
        "short": "2650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-265-1-sj2-1",
        "label": "2651",
        "long": "Ironbark Ridge PS to Gables via Box Hill",
        "short": "2651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-265-2-sj2-1",
        "label": "2652",
        "long": "Darcy Rd PS to Westmead Station",
        "short": "2652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-265-3-sj2-1",
        "label": "2653",
        "long": "Baulkham Hills HS to Seven Hills Station",
        "short": "2653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-265-4-sj2-1",
        "label": "2654",
        "long": "Pacific Hills Christian School to Rouse Hill Station",
        "short": "2654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-265-5-sj2-1",
        "label": "2655",
        "long": "St Madeleines PS Kenthurst to Rouse Hill Station",
        "short": "2655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-265-6-sj2-1",
        "label": "2656",
        "long": "Gilroy College to Edgewater Dr before Brighton Dr",
        "short": "2656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-265-7-sj2-1",
        "label": "2657",
        "long": "Hills Grammar School to North Kellyville",
        "short": "2657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-265-8-sj2-1",
        "label": "2658",
        "long": "Pacific Hills Christian School to North Kellyville",
        "short": "2658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-266-0-sj2-1",
        "label": "2660",
        "long": "Gilroy College to North Rocks",
        "short": "2660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-266-6-sj2-1",
        "label": "2666",
        "long": "Oakhill College to Castle Hill Station (Express Service)",
        "short": "2666",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-266-7-sj2-1",
        "label": "2667",
        "long": "Castle Hill PS to Gilroy College",
        "short": "2667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-266-8-sj2-1",
        "label": "2668",
        "long": "Oakhill College to Castle Hill Metro (Express Service)",
        "short": "2668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-267-3-sj2-1",
        "label": "2673",
        "long": "Baulkham Hills HS to Glenwood",
        "short": "2673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-268-2-sj2-1",
        "label": "2682",
        "long": "Oakhill College to Churchill Dr before Wilmott Av",
        "short": "2682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-268-6-sj2-1",
        "label": "2686",
        "long": "Rouse Hill Anglican College to Rouse Hill Station via Rouse Hill PS",
        "short": "2686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-268-8-sj2-1",
        "label": "2688",
        "long": "Santa Sophia College to Rouse Hill Station",
        "short": "2688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-268-9-sj2-1",
        "label": "2689",
        "long": "Santa Sophia College to Rouse Hill Station",
        "short": "2689",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-269-0-sj2-1",
        "label": "2690",
        "long": "Santa Sophia College to Clower Ave, Rouse Hill",
        "short": "2690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-269-1-sj2-1",
        "label": "2691",
        "long": "Santa Sophia College to Rouse Hill Station",
        "short": "2691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-269-2-sj2-1",
        "label": "2692",
        "long": "Santa Sophia College to Rouse Hill Station",
        "short": "2692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-269-3-sj2-1",
        "label": "2693",
        "long": "Santa Sophia College to Rouse Hill Station",
        "short": "2693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-269-4-sj2-1",
        "label": "2694",
        "long": "Baulkham Hills HS express to Parramatta Station",
        "short": "2694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-269-5-sj2-1",
        "label": "2695",
        "long": "Santa Sophia College to Rouse Hill Station",
        "short": "2695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-26T-4-sj2-1",
        "label": "26T4",
        "long": "Central, then Miranda, all stations to Cronulla",
        "short": "26T4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-270-1-sj2-1",
        "label": "2701",
        "long": "Our Lady Of Lourdes PS to Prospect via Toongabbie",
        "short": "2701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-271-3-sj2-1",
        "label": "2713",
        "long": "St Anthonys PS to Blacktown Station via Seven Hills",
        "short": "2713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-271-5-sj2-1",
        "label": "2715",
        "long": "Santa Sophia College to Pitt Town",
        "short": "2715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-271-6-sj2-1",
        "label": "2716",
        "long": "Santa Sophia College to Cattai via Maraylya",
        "short": "2716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-271-7-sj2-1",
        "label": "2717",
        "long": "Santa Sophia College to Pitt Town Village Shops",
        "short": "2717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-271-8-sj2-1",
        "label": "2718",
        "long": "Santa Sophia to Gables (Loop Service)",
        "short": "2718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-272-5-sj2-1",
        "label": "2725",
        "long": "Tara Anglican School for Girls to Pennant Hills Station",
        "short": "2725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-276-0-sj2-1",
        "label": "2760",
        "long": "Crestwood HS to Norwest Station (Express Service)",
        "short": "2760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-276-2-sj2-1",
        "label": "2762",
        "long": "Crestwood High School to Kellyville via Bella Vista Public School",
        "short": "2762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-279-4-sj2-1",
        "label": "2794",
        "long": "Baulkham Hills HS to Parramatta Station",
        "short": "2794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-300-2-sj2-1",
        "label": "3002",
        "long": "Castle Hill Station to Pacific Hwy opp Edgeworth David Ave",
        "short": "3002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-300-3-sj2-1",
        "label": "3003",
        "long": "Johnson Av at Pineleigh Rd to Oakhill College via Castle Hill HS",
        "short": "3003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-300-4-sj2-1",
        "label": "3004",
        "long": "Oakhill College to William Clarke College via Samuel Gilbert PS",
        "short": "3004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-300-5-sj2-1",
        "label": "3005",
        "long": "Bramton Dr opp Stafford Way to Marian College",
        "short": "3005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-300-6-sj2-1",
        "label": "3006",
        "long": "Withers Rd at Mile End Rd to Kellyville HS via Beaumont Hills",
        "short": "3006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-300-8-sj2-1",
        "label": "3008",
        "long": "Rouse Hill Station to Rouse Hill Anglican College",
        "short": "3008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-300-9-sj2-1",
        "label": "3009",
        "long": "Edward Bennett Dr to Pennant Hills HS",
        "short": "3009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-301-1-sj2-1",
        "label": "3011",
        "long": "Barnetts Rd after Oakes Rd to Winston Hills PS",
        "short": "3011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-301-6-sj2-1",
        "label": "3016",
        "long": "Green Rd after Wrights Rd to The Hills Grammar School",
        "short": "3016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-301-7-sj2-1",
        "label": "3017",
        "long": "Withers Rd after Commercial Rd to Marian College",
        "short": "3017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-302-4-sj2-1",
        "label": "3024",
        "long": "Round Corner to The Hills Grammar School",
        "short": "3024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-303-1-sj2-1",
        "label": "3031",
        "long": "Pennant Hills Station to Tangara Girls School",
        "short": "3031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-303-4-sj2-1",
        "label": "3034",
        "long": "Acres Rd opp Spring Rd to The Hills Grammar School via Marian College",
        "short": "3034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-303-6-sj2-1",
        "label": "3036",
        "long": "Glenhaven Rd after Bannerman Rd to Castle Hill HS",
        "short": "3036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-303-7-sj2-1",
        "label": "3037",
        "long": "Evans Rd opp Amelia Godbee Ave to Castle Hill HS via Greenbank Dr",
        "short": "3037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-306-2-sj2-1",
        "label": "3062",
        "long": "Western Sydney TAFE to Marian College via The Hills Grammar School",
        "short": "3062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-306-4-sj2-1",
        "label": "3064",
        "long": "Middleton Ave to Samuel Gilbert PS",
        "short": "3064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-310-2-sj2-1",
        "label": "3102",
        "long": "Aiken Rd after Pennant Hills Rd to Northholm Grammar School via Blacks Rd",
        "short": "3102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-310-3-sj2-1",
        "label": "3103",
        "long": "Annangrove to Marian College",
        "short": "3103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-310-4-sj2-1",
        "label": "3104",
        "long": "Canoelands Rd before Old Northern Rd to Marian College via Middle Dural",
        "short": "3104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-310-5-sj2-1",
        "label": "3105",
        "long": "Marian College to Dural PS via Annangrove",
        "short": "3105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-310-6-sj2-1",
        "label": "3106",
        "long": "Bettington Rd at Kings Pl to Oakhill College via Blacks Rd",
        "short": "3106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-310-7-sj2-1",
        "label": "3107",
        "long": "Oakhill College to St Agatha's PS via Cherrybrook",
        "short": "3107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-310-8-sj2-1",
        "label": "3108",
        "long": "Pennant Hills Station to Pacific Hills Christian School via Redfield College",
        "short": "3108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-310-9-sj2-1",
        "label": "3109",
        "long": "Old Northern Rd opp Stonelea Cct to Loreto Normanhurst via Castle Hill Station",
        "short": "3109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-311-0-sj2-1",
        "label": "3110",
        "long": "Canoelands Rd before Old Northern Rd to Pacific Hills Christian School via Galston",
        "short": "3110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-311-1-sj2-1",
        "label": "3111",
        "long": "Evans Rd opp Amelia Godbee Av to Marian College",
        "short": "3111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-311-4-sj2-1",
        "label": "3114",
        "long": "Castle Hill Station to Pacific Hills Christian School",
        "short": "3114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-311-5-sj2-1",
        "label": "3115",
        "long": "Rouse Hill Station to Kenthurst Public School via Annangrove",
        "short": "3115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-311-7-sj2-1",
        "label": "3117",
        "long": "Kenthurst to Marian College via Dural",
        "short": "3117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-312-0-sj2-1",
        "label": "3120",
        "long": "Aiken Rd after Hill Rd to Murray Farm PS via Blacks Rd",
        "short": "3120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-312-1-sj2-1",
        "label": "3121",
        "long": "Old Northern Rd before Cattai Ridge Rd to Galston HS",
        "short": "3121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-312-2-sj2-1",
        "label": "3122",
        "long": "Glenhaven Rd after Evans Rd to The Hills Grammar School via Marian College",
        "short": "3122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-312-5-sj2-1",
        "label": "3125",
        "long": "Highs Rd opp Hoop Pine Pl to Carlingford HS",
        "short": "3125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-312-6-sj2-1",
        "label": "3126",
        "long": "Pennant Hills Station to Northholm Grammar School",
        "short": "3126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-312-7-sj2-1",
        "label": "3127",
        "long": "Northholm Grammar School to Dural PS via Middle Dural and Galston HS",
        "short": "3127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-312-8-sj2-1",
        "label": "3128",
        "long": "Kenthurst Rd opp Pitt Town Rd to Arcadia PS via Galston",
        "short": "3128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-313-0-sj2-1",
        "label": "3130",
        "long": "Blacks Rd opp Millers Way to Redfield College",
        "short": "3130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-313-1-sj2-1",
        "label": "3131",
        "long": "Highs Rd opp Hoop Pine Pl to West Pennant Hills PS via Blacks Rd",
        "short": "3131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-313-2-sj2-1",
        "label": "3132",
        "long": "Shoplands Rd turnaround to Pacific Hills Christian School",
        "short": "3132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-313-3-sj2-1",
        "label": "3133",
        "long": "Castle Hill Station to The King's School",
        "short": "3133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-313-4-sj2-1",
        "label": "3134",
        "long": "Oratava Ave opp Bellbird Dr to Cheltenham Girls HS",
        "short": "3134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-313-5-sj2-1",
        "label": "3135",
        "long": "Pennant Hills Station to Loreto Normanhurst",
        "short": "3135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-313-6-sj2-1",
        "label": "3136",
        "long": "Maraylya PS to Galston HS via Marian College",
        "short": "3136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-313-7-sj2-1",
        "label": "3137",
        "long": "Galston HS to Dural PS",
        "short": "3137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-313-8-sj2-1",
        "label": "3138",
        "long": "Aiken Rd after Pennant Hills Rd to Pacific Hills Christian School",
        "short": "3138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-314-0-sj2-1",
        "label": "3140",
        "long": "New Line Rd at Victoria Rd to Cherrybrook Technology HS via Oakhill College",
        "short": "3140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-314-1-sj2-1",
        "label": "3141",
        "long": "Oakhill College to Mount St Benedict College",
        "short": "3141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-314-2-sj2-1",
        "label": "3142",
        "long": "James Henty Dr after New Line Rd to Dural PS via Cherrybrook",
        "short": "3142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-314-3-sj2-1",
        "label": "3143",
        "long": "Castle Hill Station to Marian College via The Hills Grammar School",
        "short": "3143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-314-5-sj2-1",
        "label": "3145",
        "long": "Highs Rd opp Hoop Pine Pl to James Ruse HS",
        "short": "3145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-314-6-sj2-1",
        "label": "3146",
        "long": "Cheltenham to Beecroft PS",
        "short": "3146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-314-7-sj2-1",
        "label": "3147",
        "long": "Highs Rd op Hoop Pine to Muirfield HS via Blacks Rd and Eaton Rd",
        "short": "3147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-314-8-sj2-1",
        "label": "3148",
        "long": "Castle Hill Station to Pacific Hills Christian School via Redfield College",
        "short": "3148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-314-9-sj2-1",
        "label": "3149",
        "long": "Binalong Rd at Orana Rd to Marian College via Porters Rd",
        "short": "3149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-315-1-sj2-1",
        "label": "3151",
        "long": "Highs Rd opp Hoop Pine Pl to Pennant Hills HS via Blacks Rd",
        "short": "3151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-315-2-sj2-1",
        "label": "3152",
        "long": "Pennant Hills Station to Pennant Hills HS via Blackbutt Av",
        "short": "3152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-315-3-sj2-1",
        "label": "3153",
        "long": "Evans Rd opp Amelia Godbee Av to Mount St Benedict College",
        "short": "3153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-315-4-sj2-1",
        "label": "3154",
        "long": "Castle Hill Station to Northolm Grammar School",
        "short": "3154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-315-6-sj2-1",
        "label": "3156",
        "long": "Old Northern Rd before Cattai Ridge Rd to Glenorie PS",
        "short": "3156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-315-7-sj2-1",
        "label": "3157",
        "long": "Canoelands Rd before Old Northern Rd to Glenorie PS",
        "short": "3157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-315-8-sj2-1",
        "label": "3158",
        "long": "Highs Rd opp Hoop Pine Pl to Loreto Normanhurst",
        "short": "3158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-315-9-sj2-1",
        "label": "3159",
        "long": "Pennant Hills Station to Lorien Novalis School",
        "short": "3159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-316-0-sj2-1",
        "label": "3160",
        "long": "Old Pitt Town Rd to Pennant Hills HS via Round Corner",
        "short": "3160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-316-4-sj2-1",
        "label": "3164",
        "long": "Beecroft Station to Northholm Grammar School",
        "short": "3164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-316-5-sj2-1",
        "label": "3165",
        "long": "Edward Bennett Dr at Curtis Cl to Marian College",
        "short": "3165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-316-7-sj2-1",
        "label": "3167",
        "long": "Eastwood Station to the Hills Grammar School",
        "short": "3167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-316-8-sj2-1",
        "label": "3168",
        "long": "Kenthurst Rd after Pitt Town Rd to Dural PS",
        "short": "3168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-316-9-sj2-1",
        "label": "3169",
        "long": "Withers Rd before Mile End Rd to Galston HS",
        "short": "3169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-317-1-sj2-1",
        "label": "3171",
        "long": "Kenthurst Rd before Pitt Town Rd to Kenthurst PS",
        "short": "3171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-317-2-sj2-1",
        "label": "3172",
        "long": "Old Northern Rd before Cattai Ridge Rd to Marayla PS",
        "short": "3172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-317-3-sj2-1",
        "label": "3173",
        "long": "Castle Hill Station to James Ruse HS",
        "short": "3173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-317-4-sj2-1",
        "label": "3174",
        "long": "Glenhaven Rd after Bannerman Rd to Pacific Hills Christian School via Redfield College",
        "short": "3174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-317-5-sj2-1",
        "label": "3175",
        "long": "Pennant Hills Station to Oakhill College",
        "short": "3175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-317-6-sj2-1",
        "label": "3176",
        "long": "Dural Post Office to Glenorie PS",
        "short": "3176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-317-8-sj2-1",
        "label": "3178",
        "long": "Cherrybrook Station to Pennant Hills HS",
        "short": "3178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-317-9-sj2-1",
        "label": "3179",
        "long": "Gilbert Rd before Ridgecrop Dr to Dural PS",
        "short": "3179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-318-0-sj2-1",
        "label": "3180",
        "long": "Aiken Rd after Pennant Hills Rd to Marian College Kenthurst",
        "short": "3180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-318-1-sj2-1",
        "label": "3181",
        "long": "Pennant Hills Station to Abbotsleigh School for Girls",
        "short": "3181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-318-3-sj2-1",
        "label": "3183",
        "long": "Cherrybrook Station to Tara Anglican School for Girls",
        "short": "3183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-318-5-sj2-1",
        "label": "3185",
        "long": "Pennant Hills Station to Pacific Hills Christian School",
        "short": "3185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-318-6-sj2-1",
        "label": "3186",
        "long": "Pennant Hills Station to Pacific Hills CS via Redfield College",
        "short": "3186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-318-7-sj2-1",
        "label": "3187",
        "long": "Aiken Rd after Pennant Hills Rd to Pacific Hills Christian School via Redfield College",
        "short": "3187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-318-8-sj2-1",
        "label": "3188",
        "long": "Pennant Hills Station to Pacific Hills Christian School via Cherrybrook",
        "short": "3188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-319-0-sj2-1",
        "label": "3190",
        "long": "Berowra Station to Northholm Grammar School",
        "short": "3190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-319-2-sj2-1",
        "label": "3192",
        "long": "Castle Hill Station to William Clarke College",
        "short": "3192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-319-5-sj2-1",
        "label": "3195",
        "long": "Glenhaven Rd after Bannerman Rd to Northholm Grammar School",
        "short": "3195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-350-0-sj2-1",
        "label": "3500",
        "long": "Cherrybrook Technology HS to Galston HS",
        "short": "3500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-350-1-sj2-1",
        "label": "3501",
        "long": "Cherrybrook Technology HS to Oakhill College via Oakhill Drive PS",
        "short": "3501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-350-2-sj2-1",
        "label": "3502",
        "long": "Pacific Hills Christian School express to Pennant Hills Station",
        "short": "3502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-350-3-sj2-1",
        "label": "3503",
        "long": "Oakhill College to Castle Hill Station",
        "short": "3503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-350-4-sj2-1",
        "label": "3504",
        "long": "Redfield College to Aiken Rd after Bellamy Farm Rd",
        "short": "3504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-350-5-sj2-1",
        "label": "3505",
        "long": "Cherrybrook Technology High School to Cherrybrook Metro (Express Service)",
        "short": "3505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-350-6-sj2-1",
        "label": "3506",
        "long": "Mt St Benedict College to Glenhaven Rd before Bannerman Rd",
        "short": "3506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-350-7-sj2-1",
        "label": "3507",
        "long": "Oakhill College to New Line Rd before Victoria Rd",
        "short": "3507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-350-8-sj2-1",
        "label": "3508",
        "long": "Castle Hill HS to Seven Hills Station",
        "short": "3508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-350-9-sj2-1",
        "label": "3509",
        "long": "Castle Hill HS to Evans Rd at Glenhaven Rd",
        "short": "3509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-351-0-sj2-1",
        "label": "3510",
        "long": "Castle Hill HS to Mills Rd before Glenhaven Rd",
        "short": "3510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-351-1-sj2-1",
        "label": "3511",
        "long": "Galston HS to Glenhaven",
        "short": "3511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-351-2-sj2-1",
        "label": "3512",
        "long": "Northholm Grammar School to Pennant Hills Station",
        "short": "3512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-351-3-sj2-1",
        "label": "3513",
        "long": "St Madeleines PS and Marian College to Hynds Rd at Nelson Rd",
        "short": "3513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-351-5-sj2-1",
        "label": "3515",
        "long": "William Clarke College to Annangrove",
        "short": "3515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-351-6-sj2-1",
        "label": "3516",
        "long": "Kellyville HS to Hector Ct via Burns NW T-Way",
        "short": "3516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-351-7-sj2-1",
        "label": "3517",
        "long": "Round Corner to Rouse Hill Station via Annangrove",
        "short": "3517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-351-8-sj2-1",
        "label": "3518",
        "long": "Pennant Hills HS to Highs Rd after Doris Hirst Pl",
        "short": "3518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-352-0-sj2-1",
        "label": "3520",
        "long": "Redfield College to Tangara School for Girls",
        "short": "3520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-352-1-sj2-1",
        "label": "3521",
        "long": "St Gerards Catholic PS to Highs Rd after Doris Hirst Pl",
        "short": "3521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-352-3-sj2-1",
        "label": "3523",
        "long": "Hillside PS to Galston HS",
        "short": "3523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-352-4-sj2-1",
        "label": "3524",
        "long": "Galston HS to Middle Dural PS via Berowra Waters",
        "short": "3524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-352-5-sj2-1",
        "label": "3525",
        "long": "St Bernadettes PS to Gilroy College",
        "short": "3525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-352-6-sj2-1",
        "label": "3526",
        "long": "St Michaels PS to Castle Hill Station via William Clarke College",
        "short": "3526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-352-7-sj2-1",
        "label": "3527",
        "long": "St Agatha's Parish PS to Cherrybrook",
        "short": "3527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-352-8-sj2-1",
        "label": "3528",
        "long": "St Agatha's Parish PS to Dural Bus Depot",
        "short": "3528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-352-9-sj2-1",
        "label": "3529",
        "long": "Redfield College to Pennant Hills Station",
        "short": "3529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-353-0-sj2-1",
        "label": "3530",
        "long": "Gilroy College to Chapel Lane before Seven Hills Rd",
        "short": "3530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-353-1-sj2-1",
        "label": "3531",
        "long": "Pennant Hills HS to Chilcott Rd at Bay Rd via Oakhill College",
        "short": "3531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-353-2-sj2-1",
        "label": "3532",
        "long": "Murray Farm PS to Coonara Ave at Castle Hill Rd",
        "short": "3532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-353-3-sj2-1",
        "label": "3533",
        "long": "Redfield College to Merriville Rd at Vinegar Hill Rd",
        "short": "3533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-353-4-sj2-1",
        "label": "3534",
        "long": "Cherrybrook PS to Bettington Rd at Windsor Av",
        "short": "3534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-353-5-sj2-1",
        "label": "3535",
        "long": "St Agatha's Parish School to Glenhaven Rd before Bannerman Rd",
        "short": "3535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-353-6-sj2-1",
        "label": "3536",
        "long": "Mount St Benedict College express to Castle Hill Station",
        "short": "3536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-353-7-sj2-1",
        "label": "3537",
        "long": "The Hills Grammar School to Aiken Rd before Pennant Hills Rd",
        "short": "3537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-353-8-sj2-1",
        "label": "3538",
        "long": "Redfield College to Castle Hill Station",
        "short": "3538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-353-9-sj2-1",
        "label": "3539",
        "long": "Mount St Benedict College to Castle Hill Station",
        "short": "3539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-354-0-sj2-1",
        "label": "3540",
        "long": "Pacific Hills Christian School to Castle Hill Station",
        "short": "3540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-354-1-sj2-1",
        "label": "3541",
        "long": "Oakhill College to Carlingford Shops",
        "short": "3541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-354-2-sj2-1",
        "label": "3542",
        "long": "Pacific Hills Christian School to Campbell Rd before Nicholii Pl",
        "short": "3542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-354-3-sj2-1",
        "label": "3543",
        "long": "Gilroy College to Darcey Rd after Jarrah Pl",
        "short": "3543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-354-4-sj2-1",
        "label": "3544",
        "long": "Northholm Grammar School to Pennant Hills Station",
        "short": "3544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-354-5-sj2-1",
        "label": "3545",
        "long": "Muirfield HS to Castle Hill Station via West Pennant Hills",
        "short": "3545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-354-6-sj2-1",
        "label": "3546",
        "long": "Galston PS to Galston HS",
        "short": "3546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-354-7-sj2-1",
        "label": "3547",
        "long": "Galston HS to Old Northern Rd after Galston Rd via Glenorie PS",
        "short": "3547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-355-0-sj2-1",
        "label": "3550",
        "long": "Cherrybrook Technology HS to Blind Rd at Burrawong Dr via The Hills Grammar School",
        "short": "3550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-355-1-sj2-1",
        "label": "3551",
        "long": "Northholm Grammar School to Darcey Rd after Jarrah Pl via Oakhill College",
        "short": "3551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-355-2-sj2-1",
        "label": "3552",
        "long": "Galston HS to Box Hill via Annangrove",
        "short": "3552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-355-3-sj2-1",
        "label": "3553",
        "long": "Galston HS to Rouse Hill Station via Marian College",
        "short": "3553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-355-4-sj2-1",
        "label": "3554",
        "long": "Cherrybrook Technology HS to Old Northern Rd, Maroota via Galston HS",
        "short": "3554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-355-5-sj2-1",
        "label": "3555",
        "long": "Kenthurst PS to Castle Hill Station",
        "short": "3555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-355-6-sj2-1",
        "label": "3556",
        "long": "Gilroy College to Acres Rd at Windsor Rd",
        "short": "3556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-355-8-sj2-1",
        "label": "3558",
        "long": "King School to Dural Post Office via Dural PS",
        "short": "3558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-355-9-sj2-1",
        "label": "3559",
        "long": "West Pennant Hills PS to Coonara Ave at Castle Hill Rd",
        "short": "3559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-356-0-sj2-1",
        "label": "3560",
        "long": "Oakhill College to Pennant Hills Station",
        "short": "3560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-356-1-sj2-1",
        "label": "3561",
        "long": "Redeemer Baptist School to Dural Post Office",
        "short": "3561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-356-2-sj2-1",
        "label": "3562",
        "long": "Redfield College to Northholm Grammar School via Arcadia PS",
        "short": "3562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-356-3-sj2-1",
        "label": "3563",
        "long": "Northholm Grammar to Castle Hill Station",
        "short": "3563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-356-4-sj2-1",
        "label": "3564",
        "long": "Galston HS to Galston Rd opp Glen St",
        "short": "3564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-356-6-sj2-1",
        "label": "3566",
        "long": "Cumberland HS to Chilcott Rd at Bay Rd",
        "short": "3566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-356-7-sj2-1",
        "label": "3567",
        "long": "Cherrybrook Technology HS to Beecroft Station",
        "short": "3567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-356-8-sj2-1",
        "label": "3568",
        "long": "Beecroft PS to Beecroft Station",
        "short": "3568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-356-9-sj2-1",
        "label": "3569",
        "long": "Galston PS to Galston HS",
        "short": "3569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-357-0-sj2-1",
        "label": "3570",
        "long": "Dural PS to Halcrows Rd opp Smallwood Rd via Galston HS",
        "short": "3570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-357-1-sj2-1",
        "label": "3571",
        "long": "St Madeleines PS to Acres Rd at Windsor Rd",
        "short": "3571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-357-2-sj2-1",
        "label": "3572",
        "long": "Mount St Benedict College to Kellyville",
        "short": "3572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-357-3-sj2-1",
        "label": "3573",
        "long": "Oakhill College to Canoelands Rd before Old Northern Rd",
        "short": "3573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-357-5-sj2-1",
        "label": "3575",
        "long": "Northholm Grammar School to Glenhaven Rd opp Bannerman Rd",
        "short": "3575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-357-6-sj2-1",
        "label": "3576",
        "long": "Pacific Hills Christian School to Northholm Grammar School via Glenorie",
        "short": "3576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-357-7-sj2-1",
        "label": "3577",
        "long": "Northholm Grammar School to Pennant Hills Station via Redfield College",
        "short": "3577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-357-8-sj2-1",
        "label": "3578",
        "long": "Oakhill College to Pennant Hills Station",
        "short": "3578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-357-9-sj2-1",
        "label": "3579",
        "long": "Loreto Normanhurst to Round Corner Shops via Oakhill College",
        "short": "3579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-358-0-sj2-1",
        "label": "3580",
        "long": "Oakhill College to Halcrows Rd opp Smallwood Rd via Dural PS",
        "short": "3580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-358-3-sj2-1",
        "label": "3583",
        "long": "Northholm Grammar to Castle Hill Station",
        "short": "3583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-358-4-sj2-1",
        "label": "3584",
        "long": "Lorien Novalis School to Pennant Hills Station via The Hills Grammar",
        "short": "3584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-358-5-sj2-1",
        "label": "3585",
        "long": "Northholm Grammar to Maraylya PS",
        "short": "3585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-358-6-sj2-1",
        "label": "3586",
        "long": "Pacific Hills Christian School to Castle Hill Station via Oakhill College",
        "short": "3586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-358-7-sj2-1",
        "label": "3587",
        "long": "The Hills Grammar to Green Rd opp St Pauls Ave via Marian College",
        "short": "3587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-358-9-sj2-1",
        "label": "3589",
        "long": "Castle Hill HS to Kenthurst PS",
        "short": "3589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-359-0-sj2-1",
        "label": "3590",
        "long": "James Ruse HS to Castle Hill Station via Carlingford HS",
        "short": "3590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-359-1-sj2-1",
        "label": "3591",
        "long": "Galston HS to Porters Rd at Cadwells Rd via Redfield College",
        "short": "3591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-359-2-sj2-1",
        "label": "3592",
        "long": "Redfield College to Pennant Hills Station",
        "short": "3592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-359-4-sj2-1",
        "label": "3594",
        "long": "Galston HS to Shoplands Rd turnaround",
        "short": "3594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-359-5-sj2-1",
        "label": "3595",
        "long": "Lorien Novalis School to Ridgecrop Dr opp Knightsbridge Shops via The Hills Grammar",
        "short": "3595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-359-6-sj2-1",
        "label": "3596",
        "long": "Rouse Hill Anglican College to Rouse Hill Station",
        "short": "3596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-359-7-sj2-1",
        "label": "3597",
        "long": "St Angelas PS to Beaumont Hills PS via Kellyville",
        "short": "3597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-359-8-sj2-1",
        "label": "3598",
        "long": "Lorien Novalis School to Eastwood Station",
        "short": "3598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-35T-8-sj2-1",
        "label": "35T8",
        "long": "Liverpool, then Glenfield, Ingleburn, Minto, Campbelltown",
        "short": "35T8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-360-0-sj2-1",
        "label": "3600",
        "long": "Mount St Benedict College to Highs Rd after Doris Hirst Pl",
        "short": "3600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-360-1-sj2-1",
        "label": "3601",
        "long": "William Clarke College to Conrad Rd before Palace St",
        "short": "3601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-360-2-sj2-1",
        "label": "3602",
        "long": "Mount St Benedict College to Pennant Hills Station",
        "short": "3602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-360-3-sj2-1",
        "label": "3603",
        "long": "Loreto Normanhurst to Castle Hill Station",
        "short": "3603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-360-4-sj2-1",
        "label": "3604",
        "long": "St Agathas Catholic School to West Pennant Hills via Mount St Benedict College",
        "short": "3604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-360-5-sj2-1",
        "label": "3605",
        "long": "Pacific Hills Christian School to Gilbert Rd before Old Northern Rd",
        "short": "3605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-360-6-sj2-1",
        "label": "3606",
        "long": "Pennant Hills HS to Cherrybrook Station via West Pennant Hills",
        "short": "3606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-360-7-sj2-1",
        "label": "3607",
        "long": "Kellyville HS to Acres Rd at Windsor Rd",
        "short": "3607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-360-8-sj2-1",
        "label": "3608",
        "long": "Arndell Anglican College to Rouse Hill Station",
        "short": "3608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-360-9-sj2-1",
        "label": "3609",
        "long": "The Hills Grammar to Galston",
        "short": "3609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-361-0-sj2-1",
        "label": "3610",
        "long": "Samuel Gilbert PS to Glenhaven",
        "short": "3610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-361-1-sj2-1",
        "label": "3611",
        "long": "St Madeleines PS to Blacks Rd opp Millers Way",
        "short": "3611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-361-2-sj2-1",
        "label": "3612",
        "long": "West Pennant Hills PS to New Line Rd before Victoria Rd via Cherrybrook",
        "short": "3612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-361-3-sj2-1",
        "label": "3613",
        "long": "Castle Hill HS to Darcey Rd after Jarrah Pl",
        "short": "3613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-361-5-sj2-1",
        "label": "3615",
        "long": "Pacific Hills Christian School to Pennant Hills Station",
        "short": "3615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-361-6-sj2-1",
        "label": "3616",
        "long": "The King's School to Round Corner",
        "short": "3616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-361-7-sj2-1",
        "label": "3617",
        "long": "Rouse Hill HS to Dural PS",
        "short": "3617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-361-8-sj2-1",
        "label": "3618",
        "long": "Dural PS to Kenhurst Rd before Maple St via Middle Dural",
        "short": "3618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-361-9-sj2-1",
        "label": "3619",
        "long": "Pennant Hills Station to Highs Rd after Doris Hirst Pl",
        "short": "3619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-362-0-sj2-1",
        "label": "3620",
        "long": "Northholm Grammar to Berowra Station",
        "short": "3620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-362-1-sj2-1",
        "label": "3621",
        "long": "Dural PS to New Line Rd before Victoria Rd",
        "short": "3621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-362-2-sj2-1",
        "label": "3622",
        "long": "West Pennant Hills PS to Oakhill College",
        "short": "3622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-362-4-sj2-1",
        "label": "3624",
        "long": "Murray Farm PS to Highs Rd after Doris Hirst Pl",
        "short": "3624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-362-5-sj2-1",
        "label": "3625",
        "long": "Northholm Grammar School to Beecroft Station",
        "short": "3625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-362-6-sj2-1",
        "label": "3626",
        "long": "Rouse Hill Anglican College to Castle Hill Station",
        "short": "3626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-362-7-sj2-1",
        "label": "3627",
        "long": "St Madeleines PS to Green Rd after Rosebery Rd",
        "short": "3627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-362-8-sj2-1",
        "label": "3628",
        "long": "Castle Hill PS to Darcey Rd after Jarrah Pl",
        "short": "3628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-362-9-sj2-1",
        "label": "3629",
        "long": "Abbotsleigh Junior School to Pennant Hills Station",
        "short": "3629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-363-1-sj2-1",
        "label": "3631",
        "long": "Mount St Benedict College to Round Corner",
        "short": "3631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-363-2-sj2-1",
        "label": "3632",
        "long": "Pacific Hills Christian School to Purchase Rd at Tennyson Cl",
        "short": "3632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-363-3-sj2-1",
        "label": "3633",
        "long": "Redeemer Baptist School to Cherrybrook Station",
        "short": "3633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-363-4-sj2-1",
        "label": "3634",
        "long": "Annangrove PS Galston Rd opp Glen St",
        "short": "3634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-363-5-sj2-1",
        "label": "3635",
        "long": "Northholm Grammar to Castle Hill Rd before Church St",
        "short": "3635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-363-6-sj2-1",
        "label": "3636",
        "long": "The Hills Grammar to Castle Hill Station",
        "short": "3636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-363-7-sj2-1",
        "label": "3637",
        "long": "Cheltenham Girls HS to Beecroft Station",
        "short": "3637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-363-9-sj2-1",
        "label": "3639",
        "long": "Gilroy Catholic College to Castle Hill Station",
        "short": "3639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-364-0-sj2-1",
        "label": "3640",
        "long": "Pacific Hills Christian School to Kellyville Station",
        "short": "3640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-364-3-sj2-1",
        "label": "3643",
        "long": "Tangara School for Girls to Pennant Hills Station",
        "short": "3643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-364-5-sj2-1",
        "label": "3645",
        "long": "St Agatha's CPS to Pennant Hills Rd opp Aiken Rd via Cheltenham",
        "short": "3645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-364-6-sj2-1",
        "label": "3646",
        "long": "Beecroft Rd opp The Promenade to Pennant Hills Rd opp Aiken Rd via Arden AS",
        "short": "3646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-364-7-sj2-1",
        "label": "3647",
        "long": "Oakhill College to Acres Rd at Windsor Rd via Kellyville Village",
        "short": "3647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-364-9-sj2-1",
        "label": "3649",
        "long": "Normanhurst Boys HS to Castle Hill Station via Cherrybrook",
        "short": "3649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-365-0-sj2-1",
        "label": "3650",
        "long": "Northmead HS to Westmead Station via Wentworthville",
        "short": "3650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-365-2-sj2-1",
        "label": "3652",
        "long": "Mount St Benedict College to Pennant Hills Station",
        "short": "3652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-365-4-sj2-1",
        "label": "3654",
        "long": "Galston HS to Old Northern Rd via Maroota PS",
        "short": "3654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-365-5-sj2-1",
        "label": "3655",
        "long": "St Madeleine's PS to Rouse Hill Station",
        "short": "3655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-365-6-sj2-1",
        "label": "3656",
        "long": "St Madeleine's PS to Castle Hill via Kellyville",
        "short": "3656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-365-7-sj2-1",
        "label": "3657",
        "long": "Oakhill Dr PS to Cherrybrook",
        "short": "3657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-365-8-sj2-1",
        "label": "3658",
        "long": "Rouse Hill Anglican College express to Rouse Hill Station",
        "short": "3658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-366-4-sj2-1",
        "label": "3664",
        "long": "Samuel Gilbert PS to Middleton Ave",
        "short": "3664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-367-1-sj2-1",
        "label": "3671",
        "long": "St Madeleine's PS to Acres Rd at Windsor Rd via Annangrove",
        "short": "3671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-370-8-sj2-1",
        "label": "3708",
        "long": "St Madeleine's PS to Kellyville via Annangrove",
        "short": "3708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-372-5-sj2-1",
        "label": "3725",
        "long": "Gilroy College to Seven Hills Station via Kings Langley",
        "short": "3725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-373-9-sj2-1",
        "label": "3739",
        "long": "Maraylya via Newton Rd",
        "short": "3739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-374-0-sj2-1",
        "label": "3740",
        "long": "Pacific Hills Christian School to Castle Hill Station (Express Service)",
        "short": "3740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-374-3-sj2-1",
        "label": "3743",
        "long": "Gilroy College to Castle Hill Station",
        "short": "3743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-374-5-sj2-1",
        "label": "3745",
        "long": "St Bernadettes PS to Darcey Rd after Jarrah Pl",
        "short": "3745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-47T-2-sj2-1",
        "label": "47T2",
        "long": "Central, then all stations to Strathfield",
        "short": "47T2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-549-sj2-1",
        "label": "549",
        "long": "Epping to Parramatta",
        "short": "549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-553-sj2-1",
        "label": "553",
        "long": "Beecroft to West Pennant Hills (Loop Service)",
        "short": "553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-590-sj2-1",
        "label": "590",
        "long": "Pennant Hills to Hornsby via Normanhurst",
        "short": "590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-5A-sj2-1",
        "label": "5A",
        "long": "Sydney Olympic Park to Hills Showground via Baulkham Hills Junction",
        "short": "5A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-5B-sj2-1",
        "label": "5B",
        "long": "Sydney Olympic Park to Tallawong via Baulkham Hills Junction",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-600-sj2-1",
        "label": "600",
        "long": "Parramatta to Pennant Hills via Castle Hill",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-601-sj2-1",
        "label": "601",
        "long": "Parramatta to Rouse Hill Station via Hills Showground",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-603-sj2-1",
        "label": "603",
        "long": "Parramatta to Rouse Hill Station via Glenhaven",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-604-sj2-1",
        "label": "604",
        "long": "Parramatta to Dural via Castle Hill",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-605-sj2-1",
        "label": "605",
        "long": "Rouse Hill Station to North Kellyville",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-606-sj2-1",
        "label": "606",
        "long": "Parramatta to Winston Hills",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-607-X-sj2-1",
        "label": "607X",
        "long": "City QVB to Bella Vista Station (Express Service)",
        "short": "607X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-608-sj2-1",
        "label": "608",
        "long": "Rouse Hill to Windsor",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-609-sj2-1",
        "label": "609",
        "long": "Parramatta to North Parramatta (Loop Service)",
        "short": "609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-610-X-sj2-1",
        "label": "610X",
        "long": "City QVB to Castle Hill (Express Service)",
        "short": "610X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-611-sj2-1",
        "label": "611",
        "long": "Macquarie Park to Blacktown via M2 Mwy",
        "short": "611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-612-X-sj2-1",
        "label": "612X",
        "long": "North Sydney to Baulkham Hills (Express Service)",
        "short": "612X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-613-X-sj2-1",
        "label": "613X",
        "long": "City QVB to Bella Vista (Express Service)",
        "short": "613X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-614-X-sj2-1",
        "label": "614X",
        "long": "City Clarence St to Baulkham Hills (Express Service)",
        "short": "614X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-615-X-sj2-1",
        "label": "615X",
        "long": "City QVB to Kellyville and North Kellyville (Express Service)",
        "short": "615X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-616-X-sj2-1",
        "label": "616X",
        "long": "City QVB to Kellyville Ridge (Express Service)",
        "short": "616X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-617-sj2-1",
        "label": "617",
        "long": "Kellyville Station to Rouse Hill via Beaumont Hills",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-620-X-sj2-1",
        "label": "620X",
        "long": "City Kent St to Cherrybrook (Express Service)",
        "short": "620X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-622-sj2-1",
        "label": "622",
        "long": "Milsons Point to Cherrybrook",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-625-sj2-1",
        "label": "625",
        "long": "Parramatta to Pennant Hills",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-626-sj2-1",
        "label": "626",
        "long": "Pennant Hills to Kellyville via Cherrybrook",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-630-sj2-1",
        "label": "630",
        "long": "Epping to Blacktown via Baulkham Hills",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-632-sj2-1",
        "label": "632",
        "long": "Pennant Hills to Rouse Hill Station via Norwest and Castle Hill",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-633-sj2-1",
        "label": "633",
        "long": "Pennant Hills to Rouse Hill via Kellyville and Castle Hill",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-634-sj2-1",
        "label": "634",
        "long": "Castle Hill to Castlewood (Loop Service)",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-635-sj2-1",
        "label": "635",
        "long": "Beecroft to Castle Hill via West Pennant Hills",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-637-sj2-1",
        "label": "637",
        "long": "Castle Hill to Glenorie via Round Corner and Galston",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-638-sj2-1",
        "label": "638",
        "long": "Castle Hill or Pennant Hills to Berrilee and Berowra Waters",
        "short": "638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-639-sj2-1",
        "label": "639",
        "long": "Castle Hill to Kenthurst and Maraylya",
        "short": "639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-640-sj2-1",
        "label": "640",
        "long": "Kenthurst Pitt Town Rd to Kenthurst Cadwells Rd",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-641-sj2-1",
        "label": "641",
        "long": "Dural to Rouse Hill",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-642-X-sj2-1",
        "label": "642X",
        "long": "City Wynyard to Dural (Express Service)",
        "short": "642X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-643-sj2-1",
        "label": "643",
        "long": "Rouse Hill to Gables via Box Hill",
        "short": "643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-651-sj2-1",
        "label": "651",
        "long": "Epping to Rouse Hill Station via Castle Hill",
        "short": "651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-652-X-sj2-1",
        "label": "652X",
        "long": "City Wynyard to West Pennant Hills (Express Service)",
        "short": "652X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-660-sj2-1",
        "label": "660",
        "long": "Parramatta to Castle Hill via Crestwood",
        "short": "660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-661-sj2-1",
        "label": "661",
        "long": "Parramatta to Blacktown via North West Twy and Kings Langley",
        "short": "661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-662-sj2-1",
        "label": "662",
        "long": "Parramatta to Castle Hill via North West Twy and Bella Vista",
        "short": "662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-663-sj2-1",
        "label": "663",
        "long": "Parramatta to Rouse Hill Station via Glenwood",
        "short": "663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-664-sj2-1",
        "label": "664",
        "long": "Parramatta to Rouse Hill Station via Norwest",
        "short": "664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-665-sj2-1",
        "label": "665",
        "long": "Parramatta to Rouse Hill Station",
        "short": "665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-700-sj2-1",
        "label": "700",
        "long": "Parramatta to Blacktown",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-702-sj2-1",
        "label": "702",
        "long": "Seven Hills to Blacktown",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-705-sj2-1",
        "label": "705",
        "long": "Parramatta to Blacktown via Pendle Hill",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-706-sj2-1",
        "label": "706",
        "long": "Parramatta to Blacktown via Kings Langley and Winston Hills",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-708-sj2-1",
        "label": "708",
        "long": "Parramatta to Constitution Hill Retirement Community via Pendle Hill",
        "short": "708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-709-sj2-1",
        "label": "709",
        "long": "Wentworthville Shopping Plaza to Constitution Hill Retirement Community",
        "short": "709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-711-sj2-1",
        "label": "711",
        "long": "Parramatta to Blacktown via Constitution Hill",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-714-sj2-1",
        "label": "714",
        "long": "Seven Hills to Norwest Station via Crestwood",
        "short": "714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-715-sj2-1",
        "label": "715",
        "long": "Seven Hills to Rouse Hill Station via Norwest and Kellyville",
        "short": "715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-8-sj2-1",
        "label": "8",
        "long": "Sydney Olympic Park to Dural via Telopea Shops",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-800-1-sj2-1",
        "label": "8001",
        "long": "Joseph Banks Dr after Seven Hills Rd to Toongabbie Christian School",
        "short": "8001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-800-4-sj2-1",
        "label": "8004",
        "long": "Seven Hills Rd at Monaro St to Gilroy College via Kings Langley",
        "short": "8004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-800-5-sj2-1",
        "label": "8005",
        "long": "Darcy Rd PS to Our Lady Mt Carmel PS via Westmead Schools",
        "short": "8005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-800-6-sj2-1",
        "label": "8006",
        "long": "Seven Hills North PS to Tyndale Christian School via Kings Langley and Blacktown",
        "short": "8006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-800-7-sj2-1",
        "label": "8007",
        "long": "Seven Hills Station to Westmead Schools via Girraween",
        "short": "8007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-800-8-sj2-1",
        "label": "8008",
        "long": "Westmead Schools Bus Bay to Darcy Rd PS",
        "short": "8008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-800-9-sj2-1",
        "label": "8009",
        "long": "Seven Hills Station to Baulkham Hills HS",
        "short": "8009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-801-0-sj2-1",
        "label": "8010",
        "long": "Baulkham Hills HS to Jasper Rd PS and Girraween HS",
        "short": "8010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-801-1-sj2-1",
        "label": "8011",
        "long": "Seven Hills Rd opp Warooga Ave to William Clarke",
        "short": "8011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-801-4-sj2-1",
        "label": "8014",
        "long": "Oakhill College to St Michael's CPS via Baulkham Hills HS",
        "short": "8014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-801-8-sj2-1",
        "label": "8018",
        "long": "Knightsbridge Shops to Matthew Pearce PS via Castle Hill and Baulkham Hills",
        "short": "8018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-802-0-sj2-1",
        "label": "8020",
        "long": "Seven Hills Station to The Hills Sports HS and Girraween HS",
        "short": "8020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-802-1-sj2-1",
        "label": "8021",
        "long": "Girraween Rd at Magowar Rd at Wentworthville PS",
        "short": "8021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-802-3-sj2-1",
        "label": "8023",
        "long": "Seven Hills opp Waroonga Av to Castle Hill PS via Gilroy CC and Castle Hill HS",
        "short": "8023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-802-4-sj2-1",
        "label": "8024",
        "long": "Seven Hills Station to Matthew Pearce PS via Model Farms HS",
        "short": "8024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-802-7-sj2-1",
        "label": "8027",
        "long": "Winston Hills to William Clarke College",
        "short": "8027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-802-9-sj2-1",
        "label": "8029",
        "long": "Seven Hills Station to Northmead HS via Toongabbie",
        "short": "8029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-803-8-sj2-1",
        "label": "8038",
        "long": "Kings Langley to William Clarke College",
        "short": "8038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-810-9-sj2-1",
        "label": "8109",
        "long": "Ridgecrop Dr opp Gawain Cct to Castle Hill PS via Samuel Gilbert PS",
        "short": "8109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-850-4-sj2-1",
        "label": "8504",
        "long": "Our Lady of Mercy College to Kings Lanley via Winston Hills",
        "short": "8504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-850-7-sj2-1",
        "label": "8507",
        "long": "Castle Hill HS to Samuel Gilbert PS",
        "short": "8507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-850-8-sj2-1",
        "label": "8508",
        "long": "Crestwood PS to Barina Downs Rd before Windsor Rd",
        "short": "8508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-851-3-sj2-1",
        "label": "8513",
        "long": "The Hills Sports HS to Seven Hills HS",
        "short": "8513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-851-6-sj2-1",
        "label": "8516",
        "long": "The Hills Sports HS to Nagle Girls College",
        "short": "8516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-851-8-sj2-1",
        "label": "8518",
        "long": "St Paul's College to Westpoint Blacktown via Seven Hills",
        "short": "8518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-852-0-sj2-1",
        "label": "8520",
        "long": "Girraween HS to Pendle Hill Station (Express Service)",
        "short": "8520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-852-4-sj2-1",
        "label": "8524",
        "long": "Crestwood HS to Kings Langley Shopping Centre",
        "short": "8524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-852-8-sj2-1",
        "label": "8528",
        "long": "Mathew Pearce PS to Seven Hills via Baulkham Hills HS and Oakhill College",
        "short": "8528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-852-9-sj2-1",
        "label": "8529",
        "long": "Blacktown HS to Blacktown Station",
        "short": "8529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-853-1-sj2-1",
        "label": "8531",
        "long": "Seven Hills HS to Blacktown Station",
        "short": "8531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-857-9-sj2-1",
        "label": "8579",
        "long": "Oakhill College to Parramatta Station",
        "short": "8579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-858-0-sj2-1",
        "label": "8580",
        "long": "Gilroy College to Parramatta Station",
        "short": "8580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-858-9-sj2-1",
        "label": "8589",
        "long": "Mathew Pearce PS to Northmead via Model Farms HS",
        "short": "8589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-859-0-sj2-1",
        "label": "8590",
        "long": "Redeemer School to Baulkham Hills via The King's School",
        "short": "8590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-859-2-sj2-1",
        "label": "8592",
        "long": "Girraween HS to Glenwood and Kellyville Ridge",
        "short": "8592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-860-6-sj2-1",
        "label": "8606",
        "long": "Girraween HS to Seven Hills Station (Express Service)",
        "short": "8606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-861-0-sj2-1",
        "label": "8610",
        "long": "Toongabbie Christian to Baulkham Hills via Winston Hills",
        "short": "8610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-861-7-sj2-1",
        "label": "8617",
        "long": "William Clarke College to Gilbert before Old Northern Rd via Glenhaven",
        "short": "8617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-861-8-sj2-1",
        "label": "8618",
        "long": "William Clarke College to M2 Barclay Rd",
        "short": "8618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-861-9-sj2-1",
        "label": "8619",
        "long": "William Clarke College to Cook St at Orchard St via Castle Hill",
        "short": "8619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-862-0-sj2-1",
        "label": "8620",
        "long": "Girraween HS to Pendle Hill Station (Express Service)",
        "short": "8620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-869-1-sj2-1",
        "label": "8691",
        "long": "Kellyville PS to North Kellyville via Beaumont Hills",
        "short": "8691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-872-0-sj2-1",
        "label": "8720",
        "long": "Girraween HS to Pendle Hill Station (Express Service)",
        "short": "8720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-8T6-sj2-1",
        "label": "8T6",
        "long": "Bankstown to Lidcombe",
        "short": "8T6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-92T-9-sj2-1",
        "label": "92T9",
        "long": "Unknown",
        "short": "92T9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-N31-sj2-1",
        "label": "N31",
        "long": "Liverpool to Leppington (Night Service)",
        "short": "N31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-N50-sj2-1",
        "label": "N50",
        "long": "City Town Hall to Liverpool via Strathfield (Night Service)",
        "short": "N50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-N60-sj2-1",
        "label": "N60",
        "long": "City Town Hall to Fairfield via Strathfield (Night Service)",
        "short": "N60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-N61-sj2-1",
        "label": "N61",
        "long": "City Town Hall to Carlingford via Strathfield (Night Service)",
        "short": "N61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-N70-sj2-1",
        "label": "N70",
        "long": "City Town Hall to Penrith via Parramatta (Night Service)",
        "short": "N70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-N71-sj2-1",
        "label": "N71",
        "long": "City Town Hall to Richmond via Parramatta (Night Service)",
        "short": "N71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14-N92-sj2-1",
        "label": "N92",
        "long": "City Town Hall to Tallawong via Macquarie Park (Night Service)",
        "short": "N92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-113-sj2-1",
        "label": "113",
        "long": "Royal North Shore Hospital to Chatswood",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-115-sj2-1",
        "label": "115",
        "long": "Chatswood to North Sydney Station (Loop Service)",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-119-sj2-1",
        "label": "119",
        "long": "North Sydney to Gore Hill",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-120-sj2-1",
        "label": "120",
        "long": "Chatswood to City QVB (Loop Service)",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-202-sj2-1",
        "label": "202",
        "long": "City Bridge St to Northbridge via North Sydney",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-203-sj2-1",
        "label": "203",
        "long": "Milsons Point to Castlecrag via North Sydney",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-204-sj2-1",
        "label": "204",
        "long": "City Bridge St to Northbridge via Freeway",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-205-sj2-1",
        "label": "205",
        "long": "City Bridge St to East Willoughby via Freeway",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-206-sj2-1",
        "label": "206",
        "long": "City Bridge St to East Lindfield via Freeway",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-207-sj2-1",
        "label": "207",
        "long": "City Bridge St to East Lindfield via North Sydney",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-208-sj2-1",
        "label": "208",
        "long": "City Bridge St to East Lindfield via North Sydney and Northbridge",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-209-sj2-1",
        "label": "209",
        "long": "Milsons Point to East Lindfield via North Sydney",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-251-sj2-1",
        "label": "251",
        "long": "City Wynyard to Lane Cove West via Freeway",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-252-sj2-1",
        "label": "252",
        "long": "North Sydney to Gladesville",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-253-sj2-1",
        "label": "253",
        "long": "City Wynyard to Riverview via Freeway",
        "short": "253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-254-sj2-1",
        "label": "254",
        "long": "McMahons Point to Riverview via North Sydney",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-255-sj2-1",
        "label": "255",
        "long": "Chatswood to Colwell Cres and Beaconsfield Rd",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-256-sj2-1",
        "label": "256",
        "long": "Chatswood to Chatswood West (Loop Service)",
        "short": "256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-258-sj2-1",
        "label": "258",
        "long": "Chatswood to Lane Cove West",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-261-sj2-1",
        "label": "261",
        "long": "North Sydney to Lane Cove via Longueville",
        "short": "261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-265-sj2-1",
        "label": "265",
        "long": "North Sydney to Lane Cove via Crows Nest",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-267-sj2-1",
        "label": "267",
        "long": "Greenwich to Chatswood via Crows Nest",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-269-sj2-1",
        "label": "269",
        "long": "North Sydney to Milsons Point via Kirribilli (Loop Service)",
        "short": "269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-275-sj2-1",
        "label": "275",
        "long": "Castlecrag to Chatswood",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-285-sj2-1",
        "label": "285",
        "long": "City Wynyard to Lane Cove West via Freeway",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-286-sj2-1",
        "label": "286",
        "long": "Milsons Point to Denistone East via North Sydney and St Leonards",
        "short": "286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-287-sj2-1",
        "label": "287",
        "long": "Milsons Point to Ryde via North Sydney and St Leonards",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-288-sj2-1",
        "label": "288",
        "long": "City Erskine St to Macquarie University via Freeway",
        "short": "288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-290-sj2-1",
        "label": "290",
        "long": "City Erskine St to Epping via North Sydney (Night Service)",
        "short": "290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-291-sj2-1",
        "label": "291",
        "long": "McMahons Point to Epping via North Sydney",
        "short": "291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-292-sj2-1",
        "label": "292",
        "long": "City Erskine St to Marsfield via Freeway, Lane Cove North and Macquarie Park",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-293-sj2-1",
        "label": "293",
        "long": "City Wynyard to Marsfield via Lane Cove Tunnel",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-295-sj2-1",
        "label": "295",
        "long": "Epping to North Epping (Loop Service)",
        "short": "295",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-297-sj2-1",
        "label": "297",
        "long": "City Wynyard to Denistone East via Lane Cove Tunnel",
        "short": "297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-501-sj2-1",
        "label": "501",
        "long": "Central Pitt St to West Ryde",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-505-sj2-1",
        "label": "505",
        "long": "City Town Hall to Woolwich",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-506-sj2-1",
        "label": "506",
        "long": "City Domain to Macquarie University via East Ryde",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-507-sj2-1",
        "label": "507",
        "long": "City Hyde Park and Gladesville to Meadowbank via Putney",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-513-sj2-1",
        "label": "513",
        "long": "West Ryde to Carlingford via Dundas Valley",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-515-sj2-1",
        "label": "515",
        "long": "Ryde to Eastwood",
        "short": "515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-516-sj2-1",
        "label": "516",
        "long": "Chatswood to Top Ryde City via North Ryde",
        "short": "516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-517-sj2-1",
        "label": "517",
        "long": "Ryde to Macquarie Park via Bridge Rd",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-518-sj2-1",
        "label": "518",
        "long": "Meadowbank Wharf to Macquarie University via Ryde",
        "short": "518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-52-sj2-1",
        "label": "52",
        "long": "City Hyde Park to Parramatta via West Ryde",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-521-sj2-1",
        "label": "521",
        "long": "Eastwood to Parramatta via Park Rd",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-523-sj2-1",
        "label": "523",
        "long": "West Ryde to Parramatta via Bartlett St",
        "short": "523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-524-sj2-1",
        "label": "524",
        "long": "West Ryde to Parramatta",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-533-sj2-1",
        "label": "533",
        "long": "Chatswood to Sydney Olympic Park via North Ryde and Rhodes",
        "short": "533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-536-sj2-1",
        "label": "536",
        "long": "Chatswood to Gladesville via Hunters Hill",
        "short": "536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-538-sj2-1",
        "label": "538",
        "long": "Woolwich to Gladesville",
        "short": "538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-540-sj2-1",
        "label": "540",
        "long": "Newington to Auburn",
        "short": "540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-541-sj2-1",
        "label": "541",
        "long": "Eastwood to Epping",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-544-sj2-1",
        "label": "544",
        "long": "Macquarie Centre to Auburn via Eastwood",
        "short": "544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-546-sj2-1",
        "label": "546",
        "long": "Epping to Parramatta via North Rocks and Oatlands",
        "short": "546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-550-sj2-1",
        "label": "550",
        "long": "Macquarie Park to Parramatta via Epping",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-551-sj2-1",
        "label": "551",
        "long": "Marsfield to Eastwood via Vimiera Rd",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-560-W-sj2-1",
        "label": "560w",
        "long": "Holy Cross College to Chiswick",
        "short": "560w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-561-W-sj2-1",
        "label": "561w",
        "long": "Lane Cove to Hunters Hill High School",
        "short": "561w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-562-W-sj2-1",
        "label": "562w",
        "long": "Riverside Girls High School to Meadowbank Station",
        "short": "562w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-563-W-sj2-1",
        "label": "563w",
        "long": "Riverside Girls High School to Macquarie Centre",
        "short": "563w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-564-S-sj2-1",
        "label": "564s",
        "long": "Newington College to Ryde Depot",
        "short": "564s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-564-W-sj2-1",
        "label": "564w",
        "long": "Ryde Secondary College to Macquarie Centre",
        "short": "564w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-567-W-sj2-1",
        "label": "567w",
        "long": "Hunters Hill High School to Bicentennial Park, Glebe",
        "short": "567w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-568-W-sj2-1",
        "label": "568w",
        "long": "North Sydney Demonstration School to Milner Cres, Wollstonecraft",
        "short": "568w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-569-W-sj2-1",
        "label": "569w",
        "long": "Hunters Hill High School to Greenwich Point Wharf",
        "short": "569w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-570-W-sj2-1",
        "label": "570w",
        "long": "Hunters Hill High School to Ryde Shops",
        "short": "570w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-571-W-sj2-1",
        "label": "571w",
        "long": "Hunters Hill High School to West Ryde Station",
        "short": "571w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-572-W-sj2-1",
        "label": "572w",
        "long": "Hunters Hill High School to GladesHill Presbyterian Church",
        "short": "572w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-573-W-sj2-1",
        "label": "573w",
        "long": "Hunters Hill High School to Macquarie Centre",
        "short": "573w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-574-W-sj2-1",
        "label": "574w",
        "long": "Hunters Hill High School to St Ignatius' College, Riverview",
        "short": "574w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-576-W-sj2-1",
        "label": "576w",
        "long": "Marist Sisters' College, Woolwich to West Ryde Station",
        "short": "576w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-577-W-sj2-1",
        "label": "577w",
        "long": "Marist Sisters' College, Woolwich to Meadowbank Station",
        "short": "577w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-578-W-sj2-1",
        "label": "578w",
        "long": "Marist Sisters' College, Woolwich to Chatswood Station",
        "short": "578w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-579-W-sj2-1",
        "label": "579w",
        "long": "Marist Sisters' College, Woolwich to East Ryde",
        "short": "579w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-580-W-sj2-1",
        "label": "580w",
        "long": "Marist Sisters' College, Woolwich to Ramsay and Wattle Sts, Haberfield",
        "short": "580w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-582-W-sj2-1",
        "label": "582w",
        "long": "Marist Sisters' College, Woolwich to Lane Cove Rd and Paul St, North Ryde",
        "short": "582w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-583-W-sj2-1",
        "label": "583w",
        "long": "Quarry and Badajoz Rds, Ryde to Marist Sisters' College, Woolwich",
        "short": "583w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-584-W-sj2-1",
        "label": "584w",
        "long": "Marist Sisters' College, Woolwich to Wicks and Twin Rds, North Ryde",
        "short": "584w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-585-W-sj2-1",
        "label": "585w",
        "long": "Marist Sisters' College, Woolwich to Quarry and Lane Cove Rds, Ryde",
        "short": "585w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-586-W-sj2-1",
        "label": "586w",
        "long": "Marist Sisters' College, Woolwich to Eastwood Station",
        "short": "586w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-587-W-sj2-1",
        "label": "587w",
        "long": "Marist Sisters' College, Woolwich to Lyons Rd West and Innes St, Five Dock",
        "short": "587w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-588-W-sj2-1",
        "label": "588w",
        "long": "Marist Sisters' College, Woolwich to Eastwood Station",
        "short": "588w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-589-W-sj2-1",
        "label": "589w",
        "long": "Marist Sisters' College, Woolwich to Morrison Rd and Church St, Putney",
        "short": "589w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-591-W-sj2-1",
        "label": "591w",
        "long": "Holy Cross College to Bowden St and Constitution Rd, Ryde",
        "short": "591w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-592-W-sj2-1",
        "label": "592w",
        "long": "Ryde Depot to St Charles Catholic Primary School, Ryde",
        "short": "592w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-593-W-sj2-1",
        "label": "593w",
        "long": "Holy Cross College to West Ryde Station",
        "short": "593w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-594-W-sj2-1",
        "label": "594w",
        "long": "Chiswick to Holy Cross College",
        "short": "594w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-595-W-sj2-1",
        "label": "595w",
        "long": "Concord Rd and Phoenix Ave, Concord West to Holy Cross College",
        "short": "595w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-596-W-sj2-1",
        "label": "596w",
        "long": "Holy Cross College to Lyons Rd West and Innes St, Five Dock",
        "short": "596w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-597-W-sj2-1",
        "label": "597w",
        "long": "Holy Cross College to Lyons Rd West and Innes St, Five Dock",
        "short": "597w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-598-W-sj2-1",
        "label": "598w",
        "long": "St Patrick's Marist College, Dundas to Macarthur Girls High School, Parramatta",
        "short": "598w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-599-W-sj2-1",
        "label": "599w",
        "long": "St Patrick's Marist College, Dundas to West Ryde Station",
        "short": "599w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-600-W-sj2-1",
        "label": "600w",
        "long": "St Patrick's Marist College, Dundas to Ryde Shops",
        "short": "600w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-601-W-sj2-1",
        "label": "601w",
        "long": "Ryde Shops to St Patrick's Marist College, Dundas",
        "short": "601w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-602-W-sj2-1",
        "label": "602w",
        "long": "St Patrick's Marist College, Dundas to Parramatta Station",
        "short": "602w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-603-W-sj2-1",
        "label": "603w",
        "long": "St Patrick's Marist College, Dundas to Ryde Shops",
        "short": "603w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-604-W-sj2-1",
        "label": "604w",
        "long": "St Patrick's Marist College, Dundas to Eastwood Station",
        "short": "604w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-605-W-sj2-1",
        "label": "605w",
        "long": "North Rocks Shopping Centre to St Patrick's Marist College, Dundas",
        "short": "605w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-606-W-sj2-1",
        "label": "606w",
        "long": "Baker St and Dunmore Ave, Carlingford to St Patrick's Marist College, Dundas",
        "short": "606w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-607-W-sj2-1",
        "label": "607w",
        "long": "St Patrick's Marist College, Dundas to North Rocks Shopping Centre",
        "short": "607w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-608-W-sj2-1",
        "label": "608w",
        "long": "Parramatta Station to St Patrick's Marist College, Dundas",
        "short": "608w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-609-W-sj2-1",
        "label": "609w",
        "long": "Epping West Public School to Kissing Point Rd and Bartlett St, Ermington",
        "short": "609w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-610-W-sj2-1",
        "label": "610w",
        "long": "Macarthur Girls High School, Parramatta to Ermington Shops",
        "short": "610w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-611-W-sj2-1",
        "label": "611w",
        "long": "Cumberland High School to Carlingford Light Rail",
        "short": "611w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-612-W-sj2-1",
        "label": "612w",
        "long": "Macarthur Girls High School, Parramatta to Parramatta Station",
        "short": "612w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-613-W-sj2-1",
        "label": "613w",
        "long": "Holy Cross College to Glebe Library",
        "short": "613w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-614-W-sj2-1",
        "label": "614w",
        "long": "Collett Park, Parramatta to Cumberland High School",
        "short": "614w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-615-W-sj2-1",
        "label": "615w",
        "long": "Cumberland High School to Collett Park, Parramatta",
        "short": "615w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-616-W-sj2-1",
        "label": "616w",
        "long": "Cumberland High School to Eastwood Station",
        "short": "616w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-617-W-sj2-1",
        "label": "617w",
        "long": "Cumberland High School to Calder Rd and Dudley St, Rydalmere",
        "short": "617w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-618-W-sj2-1",
        "label": "618w",
        "long": "Cumberland High School to West Ryde Station",
        "short": "618w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-619-W-sj2-1",
        "label": "619w",
        "long": "St Michael's Catholic Primary School, Meadowbank to West Ryde Station",
        "short": "619w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-620-W-sj2-1",
        "label": "620w",
        "long": "West Ryde Public School to Ryde Shops",
        "short": "620w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-621-W-sj2-1",
        "label": "621w",
        "long": "St Mary's Primary School, Rydalmere to Victoria Rd and Clyde St, Rydalmere",
        "short": "621w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-625-W-sj2-1",
        "label": "625w",
        "long": "Eastwood Station to St Michael's Catholic Primary School, Meadowbank",
        "short": "625w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-628-W-sj2-1",
        "label": "628w",
        "long": "Cammeray Public School to Willoughby Rd and Mowbray Rd, Willoughby",
        "short": "628w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-630-W-sj2-1",
        "label": "630w",
        "long": "Ryde Secondary College to West Ryde Station",
        "short": "630w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-631-W-sj2-1",
        "label": "631w",
        "long": "Ryde Secondary College to Gladesville Shops",
        "short": "631w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-633-W-sj2-1",
        "label": "633w",
        "long": "Ryde Secondary College to West Ryde Station",
        "short": "633w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-634-W-sj2-1",
        "label": "634w",
        "long": "Ryde Secondary College to Colvin Park, Denistone East",
        "short": "634w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-635-W-sj2-1",
        "label": "635w",
        "long": "Ryde Secondary College to Eastwood Station",
        "short": "635w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-636-W-sj2-1",
        "label": "636w",
        "long": "Edinburgh Rd at Raeburn Ave to Roseville Public School",
        "short": "636w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-637-W-sj2-1",
        "label": "637w",
        "long": "Northbridge Public School to Neutral Bay Junction",
        "short": "637w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-638-W-sj2-1",
        "label": "638w",
        "long": "Addison Ave at Babbage Rd, Roseville to Willoughby Girls High School",
        "short": "638w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-639-W-sj2-1",
        "label": "639w",
        "long": "North Sydney Girls High School to Castlecrag",
        "short": "639w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-641-W-sj2-1",
        "label": "641w",
        "long": "North Sydney Girls High School to Lindfield East Public School",
        "short": "641w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-649-W-sj2-1",
        "label": "649w",
        "long": "North Sydney Boys High School to Epping Station",
        "short": "649w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-650-W-sj2-1",
        "label": "650w",
        "long": "North Sydney Girls High School to North Sydney Station",
        "short": "650w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-651-W-sj2-1",
        "label": "651w",
        "long": "North Sydney Girls High School to Lane Cove West",
        "short": "651w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-653-W-sj2-1",
        "label": "653w",
        "long": "St Leonards Station to Anzac Park Public School",
        "short": "653w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-656-W-sj2-1",
        "label": "656w",
        "long": "Anzac Park Public School, Cammeray to St Leonards Station",
        "short": "656w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-657-W-sj2-1",
        "label": "657w",
        "long": "North Sydney Girls High School to St Leonards Station",
        "short": "657w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-659-W-sj2-1",
        "label": "659w",
        "long": "North Sydney Station to North Sydney Girls High School",
        "short": "659w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-662-W-sj2-1",
        "label": "662w",
        "long": "Milsons Point to Lane Cove Library via North Sydney and Northwood",
        "short": "662w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-663-W-sj2-1",
        "label": "663w",
        "long": "East Lindfield to Crows Nest",
        "short": "663w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-664-W-sj2-1",
        "label": "664w",
        "long": "North Sydney Demonstration School to Milsons Point",
        "short": "664w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-665-W-sj2-1",
        "label": "665w",
        "long": "Milsons Point Wharf to North Sydney Girls High School",
        "short": "665w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-667-W-sj2-1",
        "label": "667w",
        "long": "North Sydney Demonstration School to McMahons Point",
        "short": "667w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-668-W-sj2-1",
        "label": "668w",
        "long": "Castle Cove Public School to Castlecrag",
        "short": "668w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-669-W-sj2-1",
        "label": "669w",
        "long": "Castlecrag to Castle Cove Public School",
        "short": "669w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-670-W-sj2-1",
        "label": "670w",
        "long": "Killarney Heights High School to Cammeray Shops",
        "short": "670w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-671-W-sj2-1",
        "label": "671w",
        "long": "Killarney Heights High School to Willoughby Girls High School",
        "short": "671w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-673-W-sj2-1",
        "label": "673w",
        "long": "Fitzroy and Alfred Sts, Milsons Point to Chatswood Station",
        "short": "673w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-674-W-sj2-1",
        "label": "674w",
        "long": "Manly Wharf to Glenaeon Rudolf Steiner School, Middle Cove",
        "short": "674w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-675-W-sj2-1",
        "label": "675w",
        "long": "Epping Boys High School to Ryde Shops",
        "short": "675w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-676-W-sj2-1",
        "label": "676w",
        "long": "Epping Boys High School to Blenheim Rd and Clarence St, North Ryde",
        "short": "676w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-677-W-sj2-1",
        "label": "677w",
        "long": "Epping Boys High School to Epping Station",
        "short": "677w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-678-W-sj2-1",
        "label": "678w",
        "long": "Epping Boys High School to Epping Station",
        "short": "678w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-679-W-sj2-1",
        "label": "679w",
        "long": "Epping Boys High School to Macquarie Centre",
        "short": "679w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-680-W-sj2-1",
        "label": "680w",
        "long": "Epping Boys High School to Ryde Shops",
        "short": "680w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-681-W-sj2-1",
        "label": "681w",
        "long": "Milsons Point to Top Ryde City Shopping Centre via Lane Cove",
        "short": "681w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-682-W-sj2-1",
        "label": "682w",
        "long": "St Kevin's Catholic Primary School, Eastwood to Ryde Depot",
        "short": "682w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-683-W-sj2-1",
        "label": "683w",
        "long": "Mowbray Public School, Lane Cove North to Chatswood Station",
        "short": "683w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-684-W-sj2-1",
        "label": "684w",
        "long": "Chatswood Station to Gardener Ave and Buffalo Rd, Ryde",
        "short": "684w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-685-W-sj2-1",
        "label": "685w",
        "long": "Ryde Depot to Chatswood Station",
        "short": "685w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-686-W-sj2-1",
        "label": "686w",
        "long": "St Ignatius' College, Riverview to Chatswood Station",
        "short": "686w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-687-W-sj2-1",
        "label": "687w",
        "long": "St Ignatius' College, Riverview to Chatswood Station",
        "short": "687w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-688-W-sj2-1",
        "label": "688w",
        "long": "St Ignatius' College, Riverview to Taronga Zoo",
        "short": "688w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-689-W-sj2-1",
        "label": "689w",
        "long": "St Ignatius' College, Riverview to Crows Nest",
        "short": "689w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-690-W-sj2-1",
        "label": "690w",
        "long": "St Ignatius' College, Riverview to Willoughby Depot",
        "short": "690w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-691-W-sj2-1",
        "label": "691w",
        "long": "St Ignatius' College, Riverview to Warringah Mall",
        "short": "691w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-692-W-sj2-1",
        "label": "692w",
        "long": "St Ignatius' College, Riverview to White Bay, Rozelle",
        "short": "692w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-693-W-sj2-1",
        "label": "693w",
        "long": "Currambena Public School to St Ignatius' College, Riverview",
        "short": "693w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-694-W-sj2-1",
        "label": "694w",
        "long": "Lane Cove Public School to Lane Cove Intg via Lane Cove West Public School",
        "short": "694w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-695-W-sj2-1",
        "label": "695w",
        "long": "Lane Cove West to Lane Cove Public School",
        "short": "695w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-696-W-sj2-1",
        "label": "696w",
        "long": "St Michael's Primary School, Lane Cove to Chatswood Station",
        "short": "696w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-697-W-sj2-1",
        "label": "697w",
        "long": "Our Lady of Mercy College, Parramatta to Parramatta Station",
        "short": "697w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-698-W-sj2-1",
        "label": "698w",
        "long": "Chatswood Station to Mosman Junction",
        "short": "698w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-699-W-sj2-1",
        "label": "699w",
        "long": "Artarmon Public School to Crows Nest via Willoughby Public School",
        "short": "699w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-700-W-sj2-1",
        "label": "700w",
        "long": "Willoughby Girls High School to Northbridge Public School",
        "short": "700w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-702-W-sj2-1",
        "label": "702w",
        "long": "Greenwich Public School to Second Ave at Campbell Ave, Lane Cove",
        "short": "702w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-703-W-sj2-1",
        "label": "703w",
        "long": "Ryde Secondary College to Goulding and Twin Rds, North Ryde",
        "short": "703w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-704-W-sj2-1",
        "label": "704w",
        "long": "Ryde Depot to Marist Sisters' College, Woolwich",
        "short": "704w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-705-W-sj2-1",
        "label": "705w",
        "long": "North Ryde Public School to Quarry Rd and Aeolus Ave, Ryde",
        "short": "705w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-709-W-sj2-1",
        "label": "709w",
        "long": "Macarthur Girls High School, Parramatta to Oatlands",
        "short": "709w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-710-W-sj2-1",
        "label": "710w",
        "long": "Our Lady Help of Christians School, Epping to Epping Station via North Epping",
        "short": "710w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-711-W-sj2-1",
        "label": "711w",
        "long": "Our Lady Help of Christians School, Epping to Essex St, Epping via Brigg Rd",
        "short": "711w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-715-W-sj2-1",
        "label": "715w",
        "long": "James Ruse Agricultural High School to Ryde Shops",
        "short": "715w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-716-W-sj2-1",
        "label": "716w",
        "long": "James Ruse Agricultural High School to Parramatta Station",
        "short": "716w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-717-W-sj2-1",
        "label": "717w",
        "long": "Cumberland High School to Parramatta Station",
        "short": "717w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-718-W-sj2-1",
        "label": "718w",
        "long": "Epping Station to James Ruse Agricultural High School",
        "short": "718w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-719-W-sj2-1",
        "label": "719w",
        "long": "James Ruse Agricultural High School to Epping Station",
        "short": "719w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-720-W-sj2-1",
        "label": "720w",
        "long": "Murray Farm Public School, Carlingford to Parramatta Station",
        "short": "720w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-721-W-sj2-1",
        "label": "721w",
        "long": "Parramatta East Public School to Parramatta Station",
        "short": "721w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-722-W-sj2-1",
        "label": "722w",
        "long": "Parramatta Station to Parramatta East Public School",
        "short": "722w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-723-W-sj2-1",
        "label": "723w",
        "long": "Villa Maria Catholic Primary School, Hunters Hill to Woolwich Wharf",
        "short": "723w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-724-W-sj2-1",
        "label": "724w",
        "long": "St Gerard's Catholic Primary School, Carlingford to Epping Station",
        "short": "724w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-725-W-sj2-1",
        "label": "725w",
        "long": "St Gerard's Catholic Primary School, Carlingford to Beecroft Station",
        "short": "725w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-726-W-sj2-1",
        "label": "726w",
        "long": "Epping Station to Mount St Benedict College, Pennant Hills",
        "short": "726w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-727-W-sj2-1",
        "label": "727w",
        "long": "Mount St Benedict College, Pennant Hills to North Rocks Shopping Centre",
        "short": "727w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-728-W-sj2-1",
        "label": "728w",
        "long": "Bill Watson Reserve, North Rocks to Mount St Benedict College, Pennant Hills",
        "short": "728w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-731-W-sj2-1",
        "label": "731w",
        "long": "Muirfield High School, North Rocks to Epping Station",
        "short": "731w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-732-W-sj2-1",
        "label": "732w",
        "long": "Epping Station to Baulkham Hills High School",
        "short": "732w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-733-W-sj2-1",
        "label": "733w",
        "long": "Baulkham Hills High School to Beecroft Station",
        "short": "733w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-734-W-sj2-1",
        "label": "734w",
        "long": "Statham Ave, North Rocks to St Gerard's Catholic Primary School, Carlingford",
        "short": "734w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-735-W-sj2-1",
        "label": "735w",
        "long": "Mill Dr and Larra Cres, North Rocks to North Rocks Public School",
        "short": "735w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-736-W-sj2-1",
        "label": "736w",
        "long": "Christ the King Primary School, North Rocks to Epping Station",
        "short": "736w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-738-W-sj2-1",
        "label": "738w",
        "long": "Murray Farm Public School, Carlingford to North Rocks Pre-School",
        "short": "738w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-739-W-sj2-1",
        "label": "739w",
        "long": "Carlingford High School to Epping Station via West Pennant Hills",
        "short": "739w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-740-W-sj2-1",
        "label": "740w",
        "long": "Carlingford High School to Carlingford Light Rail",
        "short": "740w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-750-W-sj2-1",
        "label": "750w",
        "long": "Chatswood Station to St Thomas Catholic Primary School, North Willoughby",
        "short": "750w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-751-W-sj2-1",
        "label": "751w",
        "long": "Willoughby Girls High School to Crows Nest",
        "short": "751w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-752-W-sj2-1",
        "label": "752w",
        "long": "Willoughby Girls High School to Addison Ave and Babbage Rd, Roseville",
        "short": "752w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-753-W-sj2-1",
        "label": "753w",
        "long": "Northbridge Junction to St Thomas Catholic Primary School, North Willoughby",
        "short": "753w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-755-W-sj2-1",
        "label": "755w",
        "long": "St Thomas Catholic Primary School, North Willoughby to Chatswood Station",
        "short": "755w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-756-W-sj2-1",
        "label": "756w",
        "long": "Willoughby Public School to McClelland St, North Willoughby",
        "short": "756w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-757-W-sj2-1",
        "label": "757w",
        "long": "Artarmon and Tindale Rds, Artarmon to Willoughby Girls High School",
        "short": "757w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-758-W-sj2-1",
        "label": "758w",
        "long": "St Thomas Catholic Primary School, North Willoughby to Carter St, Cammeray",
        "short": "758w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-759-W-sj2-1",
        "label": "759w",
        "long": "Willoughby Girls High School to Elizabeth St and Mowbray Rd, Artarmon",
        "short": "759w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-760-W-sj2-1",
        "label": "760w",
        "long": "Willoughby Girls High School to Lane Cove",
        "short": "760w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-761-W-sj2-1",
        "label": "761w",
        "long": "Crows Nest to Artarmon Public School",
        "short": "761w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-762-W-sj2-1",
        "label": "762w",
        "long": "Artarmon Public School to Lane Cove",
        "short": "762w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-763-W-sj2-1",
        "label": "763w",
        "long": "Willoughby Girls High School to Chatswood Station",
        "short": "763w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-767-W-sj2-1",
        "label": "767w",
        "long": "Chatswood Station to Cammeray Shops",
        "short": "767w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-768-W-sj2-1",
        "label": "768w",
        "long": "Chatswood Stn to Ryde Shops",
        "short": "768w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-770-W-sj2-1",
        "label": "770w",
        "long": "Milsons Pt to Northbridge",
        "short": "770w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-771-W-sj2-1",
        "label": "771w",
        "long": "Monte St Angelo College, North Sydney to Addison Ave and Babbage Rd, Roseville",
        "short": "771w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-772-W-sj2-1",
        "label": "772w",
        "long": "Broughton and Fitzroy Sts, Milsons Point to Blaxlands Corner",
        "short": "772w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-773-W-sj2-1",
        "label": "773w",
        "long": "Lane Cove West to Milsons Point via River Rd",
        "short": "773w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-774-W-sj2-1",
        "label": "774w",
        "long": "Point Rd, Northwood to St Aloysius' College, Kirribilli",
        "short": "774w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-775-W-sj2-1",
        "label": "775w",
        "long": "Lane Cove West to Milsons Point via St Leonards",
        "short": "775w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-778-W-sj2-1",
        "label": "778w",
        "long": "Anzac Park Public School, Cammeray to Lane Cove West",
        "short": "778w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-779-W-sj2-1",
        "label": "779w",
        "long": "North Sydney Station to Boundary Rd and Griffith St",
        "short": "779w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-780-W-sj2-1",
        "label": "780w",
        "long": "Riverside Girls High School to West Ryde Station",
        "short": "780w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-781-W-sj2-1",
        "label": "781w",
        "long": "Riverside Girls High School to Blenheim Rd and Clarence St, North Ryde",
        "short": "781w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-782-W-sj2-1",
        "label": "782w",
        "long": "Blenheim Rd and Edmondson St, North Ryde to Riverside Girls High School",
        "short": "782w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-783-W-sj2-1",
        "label": "783w",
        "long": "Riverside Girls High School to North Ryde Golf Club",
        "short": "783w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-784-W-sj2-1",
        "label": "784w",
        "long": "Riverside Girls High School to Blenheim Rd and Clarence St, North Ryde",
        "short": "784w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-785-W-sj2-1",
        "label": "785w",
        "long": "West Ryde Station to Riverside Girls High School",
        "short": "785w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-786-W-sj2-1",
        "label": "786w",
        "long": "Abbotsford to Riverside Girls High School",
        "short": "786w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-787-W-sj2-1",
        "label": "787w",
        "long": "Riverside Girls High School to Lyons Rd and Mons St, Russell Lea",
        "short": "787w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-788-W-sj2-1",
        "label": "788w",
        "long": "Gladstone Park, Balmain to Riverside Girls High School",
        "short": "788w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-789-W-sj2-1",
        "label": "789w",
        "long": "Riverside Girls High School to Gladstone Park, Balmain",
        "short": "789w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-790-W-sj2-1",
        "label": "790w",
        "long": "Epping Boys High School to Eastwood Station",
        "short": "790w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-791-W-sj2-1",
        "label": "791w",
        "long": "Eastwood Station to Jenkins and Pennant Hills Rds",
        "short": "791w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-793-W-sj2-1",
        "label": "793w",
        "long": "Lane Cove West to North Sydney Boys High School",
        "short": "793w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-796-W-sj2-1",
        "label": "796w",
        "long": "Mount St Benedict College, Pennant Hills to Barclay Rd and Mill Dr, North Rocks",
        "short": "796w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-800-W-sj2-1",
        "label": "800w",
        "long": "Marsden High School, Meadowbank to Mobbs Lane, Epping",
        "short": "800w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-802-W-sj2-1",
        "label": "802w",
        "long": "Marsden High School, Meadowbank to Park Rd and Dora Cres, Dundas",
        "short": "802w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-N80-sj2-1",
        "label": "N80",
        "long": "City Town Hall to Hornsby via Strathfield (Night Service)",
        "short": "N80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-N81-sj2-1",
        "label": "N81",
        "long": "City Town Hall to Parramatta via Sydney Olympic Park (Night Service)",
        "short": "N81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-N90-sj2-1",
        "label": "N90",
        "long": "City Town Hall to Hornsby via Chatswood (Night Service)",
        "short": "N90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17-N91-sj2-1",
        "label": "N91",
        "long": "City Town Hall to Macquarie Centre (Night Service)",
        "short": "N91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1C",
        "color_name": "orange",
        "has_shape": true,
        "id": "2-BMT-sj2-1",
        "label": "BMT",
        "long": "Blue Mountains Line",
        "short": "BMT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D11F2F",
        "color_name": "red",
        "has_shape": true,
        "id": "2-CCN-sj2-1",
        "label": "CCN",
        "long": "Central Coast and Newcastle Line",
        "short": "CCN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "005AA3",
        "color_name": "teal",
        "has_shape": true,
        "id": "2-SCO-sj2-1",
        "label": "SCO",
        "long": "South Coast Line",
        "short": "SCO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F99D1C",
        "color_name": "orange",
        "has_shape": true,
        "id": "2-T1-N-sj2-1",
        "label": "T1",
        "long": "T1 North Shore and Western Line",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F99D1C",
        "color_name": "orange",
        "has_shape": true,
        "id": "2-T1-W-sj2-1",
        "label": "T1",
        "long": "T1 North Shore and Western Line",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0098CD",
        "color_name": "teal",
        "has_shape": true,
        "id": "2-T2-sj2-1",
        "label": "T2",
        "long": "T2 Leppington and Inner West Line",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F37021",
        "color_name": "orange",
        "has_shape": true,
        "id": "2-T3-sj2-1",
        "label": "T3",
        "long": "T3 Liverpool and Inner West Line",
        "short": "T3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "005AA3",
        "color_name": "teal",
        "has_shape": true,
        "id": "2-T4-sj2-1",
        "label": "T4",
        "long": "T4 Eastern Suburbs and Illawarra Line",
        "short": "T4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C4258F",
        "color_name": "pink",
        "has_shape": true,
        "id": "2-T5-sj2-1",
        "label": "T5",
        "long": "T5 Cumberland Line",
        "short": "T5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F6891F",
        "color_name": "orange",
        "has_shape": true,
        "id": "2-T6-sj2-1",
        "label": "T6",
        "long": "T6 Lidcombe and Bankstown Line",
        "short": "T6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "6F818E",
        "color_name": "gray",
        "has_shape": true,
        "id": "2-T7-sj2-1",
        "label": "T7",
        "long": "T7 Olympic Park Line",
        "short": "T7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00954C",
        "color_name": "green",
        "has_shape": true,
        "id": "2-T8-sj2-1",
        "label": "T8",
        "long": "T8 Airport and South Line",
        "short": "T8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D11F2F",
        "color_name": "red",
        "has_shape": true,
        "id": "2-T9-sj2-1",
        "label": "T9",
        "long": "T9 Northern Line",
        "short": "T9",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-200-0-sj2-1",
        "label": "2000",
        "long": "Melville St near Cullens Rd to Green Point College",
        "short": "2000",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-200-1-sj2-1",
        "label": "2001",
        "long": "Springs Rd after George Downes Dr to to Central Coast Adventist",
        "short": "2001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-200-2-sj2-1",
        "label": "2002",
        "long": "Ettalong Memorial Club to Umina PS",
        "short": "2002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-200-3-sj2-1",
        "label": "2003",
        "long": "Karalta Rd to Star of the Sea PS",
        "short": "2003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-200-4-sj2-1",
        "label": "2004",
        "long": "Cape Three Points Rd to Gosford Station via Erina",
        "short": "2004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-200-5-sj2-1",
        "label": "2005",
        "long": "110 Avoca Dr to Erina HS",
        "short": "2005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-200-6-sj2-1",
        "label": "2006",
        "long": "George Downes Dr at Walkers Ridge Rd to St Philips College",
        "short": "2006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-200-7-sj2-1",
        "label": "2007",
        "long": "Bradleys Rd after Scenic Hwy to St Patricks PS",
        "short": "2007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-200-8-sj2-1",
        "label": "2008",
        "long": "Wyoming PS to Narara Valley HS",
        "short": "2008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-200-9-sj2-1",
        "label": "2009",
        "long": "Umina PS to Ettalong PS",
        "short": "2009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-201-0-sj2-1",
        "label": "2010",
        "long": "Mt White to Henry Kendall HS",
        "short": "2010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-201-1-sj2-1",
        "label": "2011",
        "long": "Woy Woy Station to Point Clare PS",
        "short": "2011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-201-2-sj2-1",
        "label": "2012",
        "long": "West St to Ettalong Memorial Club",
        "short": "2012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-201-3-sj2-1",
        "label": "2013",
        "long": "Kariong Mountains HS to Somersby PS",
        "short": "2013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-201-4-sj2-1",
        "label": "2014",
        "long": "Curringa Rd after Arunta Av to Kariong Mountains HS",
        "short": "2014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-201-5-sj2-1",
        "label": "2015",
        "long": "Robert St near Orange Pde to Narara Valley HS",
        "short": "2015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-201-6-sj2-1",
        "label": "2016",
        "long": "West St to Ettalong Memorial Club",
        "short": "2016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-201-7-sj2-1",
        "label": "2017",
        "long": "Warrawilla Rd near Rain Forest Rd to Narara Valley HS",
        "short": "2017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-201-8-sj2-1",
        "label": "2018",
        "long": "Copacabana Dr to Holy Cross PS via Cullens Rd",
        "short": "2018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-201-9-sj2-1",
        "label": "2019",
        "long": "Wisemans Ferry Rd Opp Berecry Rd to Kariong Mountains HS",
        "short": "2019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-202-0-sj2-1",
        "label": "2020",
        "long": "Ridgeway Rd to Avoca Beach PS via The Round Dr",
        "short": "2020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-202-1-sj2-1",
        "label": "2021",
        "long": "Curringa Rd after Arunta Av to Narara Valley HS",
        "short": "2021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-202-2-sj2-1",
        "label": "2022",
        "long": "Alan St to Narara Valley HS",
        "short": "2022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-202-3-sj2-1",
        "label": "2023",
        "long": "Pacific Hwy near Berrys Head Rd to Narara Valley HS",
        "short": "2023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-202-4-sj2-1",
        "label": "2024",
        "long": "Turpentine St at Diosma St to Narara Valley HS",
        "short": "2024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-202-5-sj2-1",
        "label": "2025",
        "long": "Cape Three Points Rd to St Patricks PS",
        "short": "2025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-202-6-sj2-1",
        "label": "2026",
        "long": "Castle Cct to Umina PS",
        "short": "2026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-202-7-sj2-1",
        "label": "2027",
        "long": "St John the Baptist PS to Woy Woy PS",
        "short": "2027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-202-8-sj2-1",
        "label": "2028",
        "long": "Woy Woy Station to St John the Baptist PS",
        "short": "2028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-202-9-sj2-1",
        "label": "2029",
        "long": "Cape Three Points Rd to Terrigal PS",
        "short": "2029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-203-0-sj2-1",
        "label": "2030",
        "long": "Castle Cct to Woy Woy South PS",
        "short": "2030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-203-1-sj2-1",
        "label": "2031",
        "long": "Erina HS to St Patricks PS",
        "short": "2031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-203-2-sj2-1",
        "label": "2032",
        "long": "Empire Bay Dr after The Scenic Rd to St John the Baptist PS",
        "short": "2032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-203-3-sj2-1",
        "label": "2033",
        "long": "Melville Rd to St Edwards and St Josephs College",
        "short": "2033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-203-4-sj2-1",
        "label": "2034",
        "long": "Curringa Rd After Arunta Av to Henry Kendall HS",
        "short": "2034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-203-5-sj2-1",
        "label": "2035",
        "long": "Davistown Rd to St Patricks PS via Steyne Rd",
        "short": "2035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-203-6-sj2-1",
        "label": "2036",
        "long": "St Huberts Island to St Patricks PS",
        "short": "2036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-203-7-sj2-1",
        "label": "2037",
        "long": "Wyoming Shops to St Patricks PS",
        "short": "2037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-203-8-sj2-1",
        "label": "2038",
        "long": "Lisarow Shops to Gosford PS",
        "short": "2038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-203-9-sj2-1",
        "label": "2039",
        "long": "Kincumber PS to Central Coast Grammar School",
        "short": "2039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-204-0-sj2-1",
        "label": "2040",
        "long": "Bradleys Rd to Central Coast Grammar School",
        "short": "2040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-204-1-sj2-1",
        "label": "2041",
        "long": "Hanlan St near Carrington St to St Patricks PS",
        "short": "2041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-204-2-sj2-1",
        "label": "2042",
        "long": "Gosford Station to Gosford PS",
        "short": "2042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-204-3-sj2-1",
        "label": "2043",
        "long": "CC Hwy after Kirby Rd to Terrigal PS",
        "short": "2043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-204-4-sj2-1",
        "label": "2044",
        "long": "Jirramba Av to Green Point College",
        "short": "2044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-204-5-sj2-1",
        "label": "2045",
        "long": "Imperial Centre to St Philips College",
        "short": "2045",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-204-6-sj2-1",
        "label": "2046",
        "long": "Jirramba Av to Holy Cross PS",
        "short": "2046",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-204-7-sj2-1",
        "label": "2047",
        "long": "James Sea Dr near Wagtail Pl to Kincumber HS",
        "short": "2047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-204-8-sj2-1",
        "label": "2048",
        "long": "Woy Woy Station to Central Coast Grammar School",
        "short": "2048",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-204-9-sj2-1",
        "label": "2049",
        "long": "Niagara Park PS to Ourimbah PS",
        "short": "2049",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-205-0-sj2-1",
        "label": "2050",
        "long": "Gosford Station to Point Clare PS",
        "short": "2050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-205-1-sj2-1",
        "label": "2051",
        "long": "Manns Rd at Adam St to Niagara Park PS",
        "short": "2051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-205-2-sj2-1",
        "label": "2052",
        "long": "Kincumber PS to Green Point College",
        "short": "2052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-205-3-sj2-1",
        "label": "2053",
        "long": "Jirramba Av to Kincumber HS",
        "short": "2053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-205-4-sj2-1",
        "label": "2054",
        "long": "Woy Woy Station to St Philips College",
        "short": "2054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-205-5-sj2-1",
        "label": "2055",
        "long": "Davistown Rd after High St to Erina HS",
        "short": "2055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-205-6-sj2-1",
        "label": "2056",
        "long": "Ettalong Memorial Club to St John the Baptist PS",
        "short": "2056",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-205-7-sj2-1",
        "label": "2057",
        "long": "Copacabana Dr to Holy Cross PS via Avoca Beach",
        "short": "2057",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-205-8-sj2-1",
        "label": "2058",
        "long": "Chico St to Kincumber HS",
        "short": "2058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-205-9-sj2-1",
        "label": "2059",
        "long": "Carrington St after Manns Rd to Niagara Park PS",
        "short": "2059",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-206-0-sj2-1",
        "label": "2060",
        "long": "Woy Woy Station to Green Point College",
        "short": "2060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-206-1-sj2-1",
        "label": "2061",
        "long": "Woy Woy Station to St John the Baptist PS",
        "short": "2061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-206-2-sj2-1",
        "label": "2062",
        "long": "Melville Rd to Kincumber HS",
        "short": "2062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-206-3-sj2-1",
        "label": "2063",
        "long": "Lisarow HS to Niagara Park PS",
        "short": "2063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-206-4-sj2-1",
        "label": "2064",
        "long": "St Huberts Island to Kincumber HS",
        "short": "2064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-206-5-sj2-1",
        "label": "2065",
        "long": "Oberton St near School St to Avoca PS",
        "short": "2065",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-206-6-sj2-1",
        "label": "2066",
        "long": "Kildare St to St Edwards and St Josephs College",
        "short": "2066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-206-7-sj2-1",
        "label": "2067",
        "long": "110 Avoca Dr to Brisbania PS",
        "short": "2067",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-206-8-sj2-1",
        "label": "2068",
        "long": "Cape Three Points Rd to Kincumber HS",
        "short": "2068",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-206-9-sj2-1",
        "label": "2069",
        "long": "Bellbowrie Av to Wyoming PS",
        "short": "2069",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-207-0-sj2-1",
        "label": "2070",
        "long": "Wisemans Ferry Rd at Berecry Rd to St Patricks PS",
        "short": "2070",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-207-1-sj2-1",
        "label": "2071",
        "long": "Lisarow Shops to Wyoming PS",
        "short": "2071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-207-2-sj2-1",
        "label": "2072",
        "long": "The Round Dr at Ridgeway Rd to Kincumber HS",
        "short": "2072",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-207-3-sj2-1",
        "label": "2073",
        "long": "Saratoga Shops to Erina HS",
        "short": "2073",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-207-4-sj2-1",
        "label": "2074",
        "long": "Curringa Rd After Arunta Av to Edwards and St Josephs College",
        "short": "2074",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-207-5-sj2-1",
        "label": "2075",
        "long": "Ourimbah Creek Rd to Lisarow HS",
        "short": "2075",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-207-6-sj2-1",
        "label": "2076",
        "long": "Woy Woy Station to Umina PS",
        "short": "2076",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-207-7-sj2-1",
        "label": "2077",
        "long": "Del Monte Pl at Pampas Av to Kincumber HS",
        "short": "2077",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-207-8-sj2-1",
        "label": "2078",
        "long": "Coachwood Dr near Tallowood Cr to Valley View PS",
        "short": "2078",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-207-9-sj2-1",
        "label": "2079",
        "long": "Woy Woy Station to Brisbane Waters College, Umina",
        "short": "2079",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-208-0-sj2-1",
        "label": "2080",
        "long": "Empire Bay PS to Pretty Beach PS",
        "short": "2080",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-208-1-sj2-1",
        "label": "2081",
        "long": "Chico St to Gosford Station",
        "short": "2081",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-208-2-sj2-1",
        "label": "2082",
        "long": "Gosford Station to International Football School",
        "short": "2082",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-208-3-sj2-1",
        "label": "2083",
        "long": "Gosford Station to International Football School",
        "short": "2083",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-208-4-sj2-1",
        "label": "2084",
        "long": "Wagstaffe PO to Green Point Shops",
        "short": "2084",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-208-5-sj2-1",
        "label": "2085",
        "long": "Lisarow Station to Lisarow HS via Fagans Rd",
        "short": "2085",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-208-6-sj2-1",
        "label": "2086",
        "long": "Narara PS to Lisarow PS via Fagans Rd",
        "short": "2086",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-208-7-sj2-1",
        "label": "2087",
        "long": "Castle Cct to Brisbane Waters College, Woy Woy",
        "short": "2087",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-208-8-sj2-1",
        "label": "2088",
        "long": "Orange Grove Rd to Brisbane Waters College, Umina",
        "short": "2088",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-208-9-sj2-1",
        "label": "2089",
        "long": "Umina PS to St Edwards and St Josephs College",
        "short": "2089",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-209-0-sj2-1",
        "label": "2090",
        "long": "Terrigal PS to Erina Heights PS",
        "short": "2090",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-209-1-sj2-1",
        "label": "2091",
        "long": "Our Lady Of The Rosary School to Lisarow HS",
        "short": "2091",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-209-2-sj2-1",
        "label": "2092",
        "long": "St Philips College to Chamberlain Rd near Giselle Av",
        "short": "2092",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-209-3-sj2-1",
        "label": "2093",
        "long": "Kincumber PS to Copacabana PS",
        "short": "2093",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-209-4-sj2-1",
        "label": "2094",
        "long": "Koolewong Station to St Patricks PS",
        "short": "2094",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-209-5-sj2-1",
        "label": "2095",
        "long": "Woy Woy Station to Empire Bay PS",
        "short": "2095",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-209-6-sj2-1",
        "label": "2096",
        "long": "Maliwa Rd to Narara PS",
        "short": "2096",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-209-7-sj2-1",
        "label": "2097",
        "long": "Umina PS to St Edwards and St Josephs College",
        "short": "2097",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-209-8-sj2-1",
        "label": "2098",
        "long": "Kincumber PS to Brisbane Waters College, Woy Woy",
        "short": "2098",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-209-9-sj2-1",
        "label": "2099",
        "long": "Chamberlain Rd near Giselle Av to Lisarow HS",
        "short": "2099",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-210-0-sj2-1",
        "label": "2100",
        "long": "Gosford HS to Gosford Station",
        "short": "2100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-210-1-sj2-1",
        "label": "2101",
        "long": "Allan St op Dior Cl to Lisarow HS via Narara Station",
        "short": "2101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-210-2-sj2-1",
        "label": "2102",
        "long": "59 The Rampart Before Castle Cct to St Edwards Brothers College",
        "short": "2102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-210-3-sj2-1",
        "label": "2103",
        "long": "Woy Woy Station to Holy Cross PS via St Huberts Island",
        "short": "2103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-210-4-sj2-1",
        "label": "2104",
        "long": "West St Before Oscar St Coles to St Patrick PS",
        "short": "2104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-210-6-sj2-1",
        "label": "2106",
        "long": "Gosford Station to St Phillips College",
        "short": "2106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-210-7-sj2-1",
        "label": "2107",
        "long": "Point Clare Station to Henry Kendall HS",
        "short": "2107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-210-9-sj2-1",
        "label": "2109",
        "long": "Wyong Station to St Peters College",
        "short": "2109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-211-1-sj2-1",
        "label": "2111",
        "long": "Ravendale to St Cecilias School",
        "short": "2111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-211-2-sj2-1",
        "label": "2112",
        "long": "Pollock Av after Johns Rd to Wadalba Community School via Rocky point",
        "short": "2112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-211-3-sj2-1",
        "label": "2113",
        "long": "Summerland Point to Lakes Grammar School via Kingfisher Shores",
        "short": "2113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-211-5-sj2-1",
        "label": "2115",
        "long": "Main Rd at Birriga Rd to Gorokan HS",
        "short": "2115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-211-7-sj2-1",
        "label": "2117",
        "long": "Hiawatha Rd after Sparks Rd to Kanwal PS via Warnervale PS",
        "short": "2117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-211-8-sj2-1",
        "label": "2118",
        "long": "Catho Pub, Clarke St to Nords Wharf PS",
        "short": "2118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-212-0-sj2-1",
        "label": "2120",
        "long": "Moala Pde after Pacific Hwy to Toukley PS via Norah Head",
        "short": "2120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-212-1-sj2-1",
        "label": "2121",
        "long": "Lake Haven Shopping Centre to Wyong Station",
        "short": "2121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-212-2-sj2-1",
        "label": "2122",
        "long": "Wyong Station to Wyong TAFE",
        "short": "2122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-212-3-sj2-1",
        "label": "2123",
        "long": "Lake Haven Shopping Centre, Lake Haven Dr to Mini St at Hutton Rd",
        "short": "2123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-212-5-sj2-1",
        "label": "2125",
        "long": "Norah Head Park, Bungary Rd to Lakes grammar School via Toukley",
        "short": "2125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-212-6-sj2-1",
        "label": "2126",
        "long": "Anglican Care, Mataram Rd to Wadalba Community School",
        "short": "2126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-212-7-sj2-1",
        "label": "2127",
        "long": "Lake Haven Shopping Centre to Lakes Grammar School",
        "short": "2127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-212-8-sj2-1",
        "label": "2128",
        "long": "Eloura Av after Narambi Rd to Budgewoi PS",
        "short": "2128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-212-9-sj2-1",
        "label": "2129",
        "long": "Wyong Station to St Peters College",
        "short": "2129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-213-0-sj2-1",
        "label": "2130",
        "long": "Tuggerawong Rd at Jensen Rd to Wadalba Community School",
        "short": "2130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-213-1-sj2-1",
        "label": "2131",
        "long": "Fravent St opp Hammond Rd to Gorokan HS",
        "short": "2131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-213-4-sj2-1",
        "label": "2134",
        "long": "North Entrance to Hunter Sports High",
        "short": "2134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-213-5-sj2-1",
        "label": "2135",
        "long": "Kanwal PS to Gorokan PS",
        "short": "2135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-213-6-sj2-1",
        "label": "2136",
        "long": "Lake Haven Shopping Centre to Toukley PS via St Marys PS",
        "short": "2136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-213-7-sj2-1",
        "label": "2137",
        "long": "CharmHaven Shops, Pacific Hwy to Kanwal PS via Lake Haven Shopping Centre",
        "short": "2137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-213-9-sj2-1",
        "label": "2139",
        "long": "Bloodtree Rd at George Downes Dr to Central Mangrove PS via Cedar Brush Crk",
        "short": "2139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-214-0-sj2-1",
        "label": "2140",
        "long": "Kawal PS to Wyong PS via Tacoma",
        "short": "2140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-214-2-sj2-1",
        "label": "2142",
        "long": "Howelston Rd after Marks Rd to Kanwal PS",
        "short": "2142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-214-4-sj2-1",
        "label": "2144",
        "long": "Wyong Station to Wyong PS",
        "short": "2144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-214-5-sj2-1",
        "label": "2145",
        "long": "Kanwal Village Shops to Wadalba Community School",
        "short": "2145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-214-6-sj2-1",
        "label": "2146",
        "long": "Tuggerawong Rd opp Murrawal Rd to St Peters College",
        "short": "2146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-214-7-sj2-1",
        "label": "2147",
        "long": "Brittania Dr before Guardian Rd to Wyong HS",
        "short": "2147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-214-8-sj2-1",
        "label": "2148",
        "long": "Nurses Rd before Georges Downes Dr to Peats Ridge PS viaPacific Hwy",
        "short": "2148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-214-9-sj2-1",
        "label": "2149",
        "long": "Lake Munmorah HS to Lake Grammar School",
        "short": "2149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-215-0-sj2-1",
        "label": "2150",
        "long": "Budgewoi Rd before Ourringo St to Northlakes HS",
        "short": "2150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-215-1-sj2-1",
        "label": "2151",
        "long": "Narambi Rd opp Lorne St to Northlakes HS",
        "short": "2151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-215-2-sj2-1",
        "label": "2152",
        "long": "Lake Haven Shopping Centre to Warnervale PS",
        "short": "2152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-215-4-sj2-1",
        "label": "2154",
        "long": "BloodTree Rd at George Downes Dr to Wilsemans Ferry Rd at Hallards Rd",
        "short": "2154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-215-6-sj2-1",
        "label": "2156",
        "long": "Magnolia Manor, Wahroonga Rd to Wadalba Community School",
        "short": "2156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-215-9-sj2-1",
        "label": "2159",
        "long": "Wyong Station to Wyong PS",
        "short": "2159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-216-1-sj2-1",
        "label": "2161",
        "long": "Norah Head Park, Bungary Rd to Noraville",
        "short": "2161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-216-2-sj2-1",
        "label": "2162",
        "long": "Wallarah Rd at Rita Rd to Wyong PS via Tacoma PS",
        "short": "2162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-216-3-sj2-1",
        "label": "2163",
        "long": "Kaye Av before Stanley St to Wadalba Community School",
        "short": "2163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-216-4-sj2-1",
        "label": "2164",
        "long": "NorthLakes HS toSt Cecilias School via Watanobbi",
        "short": "2164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-216-5-sj2-1",
        "label": "2165",
        "long": "Warnervale PS to Wadabla Community School",
        "short": "2165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-216-7-sj2-1",
        "label": "2167",
        "long": "Sparks Rd before Warnervale Rd to Wadalba Community School",
        "short": "2167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-216-8-sj2-1",
        "label": "2168",
        "long": "NorthLakes HS to opp Charmhaven Depot, Arizona Rd",
        "short": "2168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-216-9-sj2-1",
        "label": "2169",
        "long": "Pacific Hwy opp Mataram Rd to :ales Grammar School",
        "short": "2169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-217-0-sj2-1",
        "label": "2170",
        "long": "Lilo Av opp Kalele Av to Northlakes HS",
        "short": "2170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-217-1-sj2-1",
        "label": "2171",
        "long": "Woy Woy Station to The Croft Annex",
        "short": "2171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-218-6-sj2-1",
        "label": "2186",
        "long": "Gwandalan to Lake Munmorah HS",
        "short": "2186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-218-7-sj2-1",
        "label": "2187",
        "long": "Summerland Point to Lake Munmorah HS",
        "short": "2187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-218-8-sj2-1",
        "label": "2188",
        "long": "Chain Valley Bay to Mackillop College via Lake Munmorah",
        "short": "2188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-218-9-sj2-1",
        "label": "2189",
        "long": "Mannering Park PS to Lake Munmorah HS",
        "short": "2189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-219-0-sj2-1",
        "label": "2190",
        "long": "Mannering Park to Lake Munmorah HS",
        "short": "2190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-219-1-sj2-1",
        "label": "2191",
        "long": "Wyee Stn to Lake Munmorah HS via Wyee Point",
        "short": "2191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-219-2-sj2-1",
        "label": "2192",
        "long": "Swansea Library to Mackillop College",
        "short": "2192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-219-4-sj2-1",
        "label": "2194",
        "long": "Gwandalan to St Brendan's PS",
        "short": "2194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-219-5-sj2-1",
        "label": "2195",
        "long": "Summerland Point to St Brendan's PS",
        "short": "2195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-219-6-sj2-1",
        "label": "2196",
        "long": "Kingfisher Shores to St Brendan's PS via Chain Valley Bay",
        "short": "2196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-219-7-sj2-1",
        "label": "2197",
        "long": "Wyee Stn to St Brendan's PS via Wyee Point and Mannering Park",
        "short": "2197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-219-8-sj2-1",
        "label": "2198",
        "long": "Blue Haven to St Brendan's via Doyalson North",
        "short": "2198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-219-9-sj2-1",
        "label": "2199",
        "long": "Buff Point to St Brendan's PS via San Remo and Doyalson North",
        "short": "2199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-220-0-sj2-1",
        "label": "2200",
        "long": "Halekulani to St Brendan's PS via Budgewoi",
        "short": "2200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-220-1-sj2-1",
        "label": "2201",
        "long": "Catherine Hill Bay to Nords Wharf PS",
        "short": "2201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-220-4-sj2-1",
        "label": "2204",
        "long": "Summerland Point to Lake Munmorah PS via Gwandalan",
        "short": "2204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-220-5-sj2-1",
        "label": "2205",
        "long": "Summerland Point to Lake Munmorah PS via Gwandalan PS",
        "short": "2205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-220-6-sj2-1",
        "label": "2206",
        "long": "Kingfisher Shores to Lake Munmorah PS via Chain Valley Bay",
        "short": "2206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-220-7-sj2-1",
        "label": "2207",
        "long": "Wyee Point to Lake Munmorah PS via Mannering Park",
        "short": "2207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-220-8-sj2-1",
        "label": "2208",
        "long": "Munmorah United Bowling Club to Lake Munmorah PS",
        "short": "2208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-220-9-sj2-1",
        "label": "2209",
        "long": "Gwandalan to Lake Munmorah HS via Kanangra Dr",
        "short": "2209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-221-0-sj2-1",
        "label": "2210",
        "long": "Toukley to St Brendan's Catholic Primary School",
        "short": "2210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-222-0-sj2-1",
        "label": "2220",
        "long": "Gosford Station to Melbourne St before Adelaide St",
        "short": "2220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-222-1-sj2-1",
        "label": "2221",
        "long": "Gosford Station to Gosford PS",
        "short": "2221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-222-2-sj2-1",
        "label": "2222",
        "long": "Gosford Station to Melbourne St before Adelaide St",
        "short": "2222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-222-3-sj2-1",
        "label": "2223",
        "long": "Gosford Interchange to Gosford HS",
        "short": "2223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-250-0-sj2-1",
        "label": "2500",
        "long": "Narra Valley HS to Kariong PS",
        "short": "2500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-250-1-sj2-1",
        "label": "2501",
        "long": "St Patrick PS to Spring Rd before George Downes Dr",
        "short": "2501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-250-3-sj2-1",
        "label": "2503",
        "long": "St Phillips College to George Downes Dr opp Walkers Ridge Rd",
        "short": "2503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-250-4-sj2-1",
        "label": "2504",
        "long": "Narra Valley HS to Gosford Station",
        "short": "2504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-250-5-sj2-1",
        "label": "2505",
        "long": "Point Clare PS to Singleton Rd before Manooka Rd",
        "short": "2505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-250-6-sj2-1",
        "label": "2506",
        "long": "Point Clare PS to Tascott Station",
        "short": "2506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-250-7-sj2-1",
        "label": "2507",
        "long": "Henry Kendall HS to Morgan Rd at Pacific Hwy",
        "short": "2507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-250-8-sj2-1",
        "label": "2508",
        "long": "Narara Valley HS to Wyoming PS",
        "short": "2508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-250-9-sj2-1",
        "label": "2509",
        "long": "Narara Valley HS to Wyoming",
        "short": "2509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-251-0-sj2-1",
        "label": "2510",
        "long": "Somersby PS to Kariong",
        "short": "2510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-251-1-sj2-1",
        "label": "2511",
        "long": "Narara Valley HS to Maidens Brush Rd after Beaumont Av",
        "short": "2511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-251-2-sj2-1",
        "label": "2512",
        "long": "Ngaruki GulGul to Gosford Station",
        "short": "2512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-251-3-sj2-1",
        "label": "2513",
        "long": "Narara Valley HS to Lisarow HS",
        "short": "2513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-251-4-sj2-1",
        "label": "2514",
        "long": "Narara Valley HS to St Phillips College",
        "short": "2514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-251-5-sj2-1",
        "label": "2515",
        "long": "Narara Valley HS to Ourimbah PS",
        "short": "2515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-251-6-sj2-1",
        "label": "2516",
        "long": "Narara Valley HS to Wyoming Medical Centre, Kinarra Av",
        "short": "2516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-251-7-sj2-1",
        "label": "2517",
        "long": "St Edwards Brothers College to Greenfield Rd before Rosella Rd",
        "short": "2517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-251-8-sj2-1",
        "label": "2518",
        "long": "Narara Valley HS to Orange Pde after Robert St",
        "short": "2518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-252-0-sj2-1",
        "label": "2520",
        "long": "St Patricks PS to Cullens Rd before The Scenic Rd via Avoca Beach",
        "short": "2520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-252-2-sj2-1",
        "label": "2522",
        "long": "St Phillips College to Copacabana Dr at Cullens Rd via Avoca Beach",
        "short": "2522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-252-3-sj2-1",
        "label": "2523",
        "long": "St Peters College to Westfields Tuggerah",
        "short": "2523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-252-5-sj2-1",
        "label": "2525",
        "long": "St Edwards Brothers College to Scenic Hwy op Picketts Valley Rd via N Avoca",
        "short": "2525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-252-6-sj2-1",
        "label": "2526",
        "long": "Erina Heights PS to Avoca Dr, opp Bowling Club via North Avoca",
        "short": "2526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-252-7-sj2-1",
        "label": "2527",
        "long": "St John The Baptist PS to MCMasters Rd opp Peninsula Community Centre",
        "short": "2527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-252-8-sj2-1",
        "label": "2528",
        "long": "Ettalong PS to Ettalong Memorial Club, Ocean View Rd via Umina Beach",
        "short": "2528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-252-9-sj2-1",
        "label": "2529",
        "long": "Our Lady Star Of The Sea School to Erina Park",
        "short": "2529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-253-0-sj2-1",
        "label": "2530",
        "long": "Woodport PS to Central Coast Grammar School",
        "short": "2530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-253-1-sj2-1",
        "label": "2531",
        "long": "Woy Woy Station to Kincumber PS via Bensville",
        "short": "2531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-253-2-sj2-1",
        "label": "2532",
        "long": "Our Lady Star Of The Sea School to Terrigal Dr before Duffys Rd",
        "short": "2532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-253-3-sj2-1",
        "label": "2533",
        "long": "St Edwards Brothers College to Green Point College",
        "short": "2533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-253-4-sj2-1",
        "label": "2534",
        "long": "Gosford East PS to Waggstaffe Av at Mullhall St",
        "short": "2534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-253-6-sj2-1",
        "label": "2536",
        "long": "Gosford East PS to Green Point College",
        "short": "2536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-253-7-sj2-1",
        "label": "2537",
        "long": "St Edwards Brothers College to Davidstown",
        "short": "2537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-253-8-sj2-1",
        "label": "2538",
        "long": "Henry Kendall HS to Maiden Brush Rd at Halcyon St via St Phillips College",
        "short": "2538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-253-9-sj2-1",
        "label": "2539",
        "long": "St Edwards Brothers College to Ocean Beach Rd at Veron Rd",
        "short": "2539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-254-0-sj2-1",
        "label": "2540",
        "long": "Gosford East PS to Wyoming d opp Angus Av",
        "short": "2540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-254-1-sj2-1",
        "label": "2541",
        "long": "St Phillips College to Somersby PS via Kariong",
        "short": "2541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-254-2-sj2-1",
        "label": "2542",
        "long": "St Edwards Brothers College to Duffys Rd after Kings Av",
        "short": "2542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-254-3-sj2-1",
        "label": "2543",
        "long": "Central Coast Grammar School to Copacabana via Avoca Beach",
        "short": "2543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-254-4-sj2-1",
        "label": "2544",
        "long": "St Patricks PS to Pacific Hwy opp Burns Rd",
        "short": "2544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-254-5-sj2-1",
        "label": "2545",
        "long": "Central Coast Grammar School to Scenic Hwy opp Picketts Valley Rd",
        "short": "2545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-254-6-sj2-1",
        "label": "2546",
        "long": "Central Coast Grammar School to Scenic Hwy opp Picketts Valley Rd",
        "short": "2546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-254-7-sj2-1",
        "label": "2547",
        "long": "St Patricks PS to Central Coast TAFE",
        "short": "2547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-254-8-sj2-1",
        "label": "2548",
        "long": "St Edwards Brothers College to Narara Station",
        "short": "2548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-254-9-sj2-1",
        "label": "2549",
        "long": "The Croft Annex to West St opposite Bullion St via Brisbane Water College",
        "short": "2549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-255-0-sj2-1",
        "label": "2550",
        "long": "St Patricks PS to Erina St at Mann St",
        "short": "2550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-255-1-sj2-1",
        "label": "2551",
        "long": "Kariong PS to Curringa Rd after Arunta Av",
        "short": "2551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-255-2-sj2-1",
        "label": "2552",
        "long": "Woy Woy Rd opp Marbarry Av to Wisemans Ferry Rd at Berecry Rd",
        "short": "2552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-255-3-sj2-1",
        "label": "2553",
        "long": "Terrigal HS to Erina HS",
        "short": "2553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-255-4-sj2-1",
        "label": "2554",
        "long": "Green Point College to Brisbania PS via Davistown",
        "short": "2554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-255-5-sj2-1",
        "label": "2555",
        "long": "Henry Kendall HS to Erina St at Mann St",
        "short": "2555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-255-6-sj2-1",
        "label": "2556",
        "long": "Holy Cross PS to Dalgety Cr before Sun valley Rd via Saratoga and Davistown",
        "short": "2556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-255-7-sj2-1",
        "label": "2557",
        "long": "Ourimbah PS to Manns Rd at Adam St",
        "short": "2557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-255-8-sj2-1",
        "label": "2558",
        "long": "Central Coast Grammar School to Woy Woy Station via St Huberts Island",
        "short": "2558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-255-9-sj2-1",
        "label": "2559",
        "long": "Green Point College to Scenic Hwy before Bradleys Rd via North Avoca",
        "short": "2559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-256-0-sj2-1",
        "label": "2560",
        "long": "Henry Kendall HS to Woy Woy Station via Tascott",
        "short": "2560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-256-1-sj2-1",
        "label": "2561",
        "long": "Niagara Park PS to St Phillips College",
        "short": "2561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-256-2-sj2-1",
        "label": "2562",
        "long": "Kincumber HS to Kincumber Cr after Ilumba Av",
        "short": "2562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-256-3-sj2-1",
        "label": "2563",
        "long": "Brisbania PS to Lilli Pilli St before Davistown Rd",
        "short": "2563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-256-4-sj2-1",
        "label": "2564",
        "long": "Kincumber HS to Copacabana PS",
        "short": "2564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-256-5-sj2-1",
        "label": "2565",
        "long": "Green Point College to Avoca Beach PS via Copacabana PS",
        "short": "2565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-256-6-sj2-1",
        "label": "2566",
        "long": "Niagara Park PS to Hanlan St at Carrington St via Narara Valley HS",
        "short": "2566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-256-7-sj2-1",
        "label": "2567",
        "long": "Green Point College to Woy Woy Station via St Huberts Island",
        "short": "2567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-256-8-sj2-1",
        "label": "2568",
        "long": "Copacabana PS to Kincumber HS",
        "short": "2568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-256-9-sj2-1",
        "label": "2569",
        "long": "Kincumber HS to Terrigal Dr before Duffys Rd",
        "short": "2569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-257-0-sj2-1",
        "label": "2570",
        "long": "Niagara Park PS to Pacific Hwy at Walmsley Rd",
        "short": "2570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-257-1-sj2-1",
        "label": "2571",
        "long": "The Croft Annex to Woy Woy Station via Umina Beach",
        "short": "2571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-257-2-sj2-1",
        "label": "2572",
        "long": "Kincumber HS to Brisbane Water Secondary College via St Hurbert Island",
        "short": "2572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-257-3-sj2-1",
        "label": "2573",
        "long": "Kincumber HS to Empire Bay PS",
        "short": "2573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-257-4-sj2-1",
        "label": "2574",
        "long": "St John The Baptist PS to Woy Woy Station",
        "short": "2574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-257-5-sj2-1",
        "label": "2575",
        "long": "St Patricks PS to Kariong",
        "short": "2575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-257-6-sj2-1",
        "label": "2576",
        "long": "Wyoming PS to St Phillips College",
        "short": "2576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-257-7-sj2-1",
        "label": "2577",
        "long": "Kincumber HS to Cape Three Points opp Cullens Rd via Avoca Beach",
        "short": "2577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-257-8-sj2-1",
        "label": "2578",
        "long": "Erina HS to Paringa Av before Davidstown Rd",
        "short": "2578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-257-9-sj2-1",
        "label": "2579",
        "long": "The Croft Annex to Woy Woy Station via Booker Bay",
        "short": "2579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-258-0-sj2-1",
        "label": "2580",
        "long": "Wyoming PS to Old Maitland Rd at Preston Rd",
        "short": "2580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-258-1-sj2-1",
        "label": "2581",
        "long": "Kincumber HS to The Round Dr opp Ridgeway Rd",
        "short": "2581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-258-2-sj2-1",
        "label": "2582",
        "long": "Green Point College to Erina St at Mann St",
        "short": "2582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-258-3-sj2-1",
        "label": "2583",
        "long": "Erina HS to Paringa Av before Davidstown Rd",
        "short": "2583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-258-4-sj2-1",
        "label": "2584",
        "long": "Ettalong PS to Taylor St at Bassan St",
        "short": "2584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-258-5-sj2-1",
        "label": "2585",
        "long": "Brisbane Water Secondary College to Woy Woy station",
        "short": "2585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-258-6-sj2-1",
        "label": "2586",
        "long": "Erina HS to Kincumber Cr after Pine Av",
        "short": "2586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-258-7-sj2-1",
        "label": "2587",
        "long": "Wyoming PS to Lisarow Station",
        "short": "2587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-258-8-sj2-1",
        "label": "2588",
        "long": "Kincumber HS to Copacabana Dr after Helen Dr",
        "short": "2588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-258-9-sj2-1",
        "label": "2589",
        "long": "St Edwards Brothers College to Woy Woy Rd opp Marbarry Av",
        "short": "2589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-259-0-sj2-1",
        "label": "2590",
        "long": "Erina HS to Brisbania PS",
        "short": "2590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-259-1-sj2-1",
        "label": "2591",
        "long": "Wagstaffe Av at Mulhall St to Empire Bay PS",
        "short": "2591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-259-2-sj2-1",
        "label": "2592",
        "long": "Our Lady Of The Rosary PS to Wyoming Shopping Village, Pacific Hwy",
        "short": "2592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-259-3-sj2-1",
        "label": "2593",
        "long": "Brisbane Water Secondary College to Woy Woy station",
        "short": "2593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-259-4-sj2-1",
        "label": "2594",
        "long": "Kincumber HS to The Scenic Rd at Hats St",
        "short": "2594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-259-5-sj2-1",
        "label": "2595",
        "long": "Erina HS to Kincumber Cr after Ilumba Av",
        "short": "2595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-259-6-sj2-1",
        "label": "2596",
        "long": "The Croft Annex to Kincumber PS via Woy Woy Station and St Hurberts Island",
        "short": "2596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-259-7-sj2-1",
        "label": "2597",
        "long": "Woy Woy Station to West St opposite Bullion St",
        "short": "2597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-259-8-sj2-1",
        "label": "2598",
        "long": "Central Coast Grammar School to The Scenic Rd at Ocean Dr",
        "short": "2598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-259-9-sj2-1",
        "label": "2599",
        "long": "Green Point College to Burns St opp Avoca Beach Picture Theatre",
        "short": "2599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-260-0-sj2-1",
        "label": "2600",
        "long": "Central Coast Grammar School to Avoca Dr opp Elfin Hill Rd",
        "short": "2600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-260-1-sj2-1",
        "label": "2601",
        "long": "St Phillips College to Gosford Station",
        "short": "2601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-260-2-sj2-1",
        "label": "2602",
        "long": "St Philips College to Gosford Station",
        "short": "2602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-260-3-sj2-1",
        "label": "2603",
        "long": "Gosford HS to Gosford Station",
        "short": "2603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-260-4-sj2-1",
        "label": "2604",
        "long": "Copacabana PS to Avoca PS",
        "short": "2604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-260-6-sj2-1",
        "label": "2606",
        "long": "International Football School to Gosford Station",
        "short": "2606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-260-7-sj2-1",
        "label": "2607",
        "long": "Lisarow HS to Ourimbah PS",
        "short": "2607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-260-8-sj2-1",
        "label": "2608",
        "long": "Narara PS to Lisarow Station",
        "short": "2608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-260-9-sj2-1",
        "label": "2609",
        "long": "Brisbane Waters College, Umina to Brisbane Av via Kahibah Rd",
        "short": "2609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-261-0-sj2-1",
        "label": "2610",
        "long": "Lisarow HS to Gosford HS",
        "short": "2610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-261-1-sj2-1",
        "label": "2611",
        "long": "Brisbane Waters College, Woy Woy to Castle Cct",
        "short": "2611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-261-2-sj2-1",
        "label": "2612",
        "long": "Erina Heights PS to Terrigal Surf Club",
        "short": "2612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-261-3-sj2-1",
        "label": "2613",
        "long": "Lisarow HS to Our Lady Of The Rosary PS",
        "short": "2613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-261-4-sj2-1",
        "label": "2614",
        "long": "Valley View PS to St Philips College",
        "short": "2614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-261-5-sj2-1",
        "label": "2615",
        "long": "St Patricks PS to Koolewong Station",
        "short": "2615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-261-6-sj2-1",
        "label": "2616",
        "long": "Narara PS to Cary St near Pacific Hwy",
        "short": "2616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-261-7-sj2-1",
        "label": "2617",
        "long": "St Edwards and St Josephs College to Fitzroy St near Brisbane Av",
        "short": "2617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-261-8-sj2-1",
        "label": "2618",
        "long": "Empire Bay PS to Woy Woy Station",
        "short": "2618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-261-9-sj2-1",
        "label": "2619",
        "long": "Valley View PS to Maliwa Rd at Showground Rd",
        "short": "2619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-262-0-sj2-1",
        "label": "2620",
        "long": "Lisarow HS to Valley View PS",
        "short": "2620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-262-1-sj2-1",
        "label": "2621",
        "long": "St Edwards and St Josephs College to Castle Cct",
        "short": "2621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-262-2-sj2-1",
        "label": "2622",
        "long": "Lisarow HS to Niagara Park PS",
        "short": "2622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-262-3-sj2-1",
        "label": "2623",
        "long": "Lisarow HS to Ourimbah PS",
        "short": "2623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-262-4-sj2-1",
        "label": "2624",
        "long": "Ourimbah PS to Pacific Hwy at Nurra Rd",
        "short": "2624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-262-5-sj2-1",
        "label": "2625",
        "long": "Avoca Beach PS to Kincumber PS",
        "short": "2625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-262-6-sj2-1",
        "label": "2626",
        "long": "St Patricks PS to Woy Woy Station",
        "short": "2626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-262-8-sj2-1",
        "label": "2628",
        "long": "Brisbane Waters College, Umina to Kincumber Shops",
        "short": "2628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-262-9-sj2-1",
        "label": "2629",
        "long": "Ourimbah PS to Ourimbah Creek Rd",
        "short": "2629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-263-0-sj2-1",
        "label": "2630",
        "long": "Henry Kendall HS to Brisbane Water Dr near Sunnyside Av",
        "short": "2630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-263-1-sj2-1",
        "label": "2631",
        "long": "Lisarow HS to Sunset St near Rugby Cl",
        "short": "2631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-263-2-sj2-1",
        "label": "2632",
        "long": "Brisbane Waters College, Umina to West St opp Bullion St",
        "short": "2632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-263-3-sj2-1",
        "label": "2633",
        "long": "Empire Bay PS to Empire Bay Dr opp Palmers Ln via Kildare St",
        "short": "2633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-263-4-sj2-1",
        "label": "2634",
        "long": "Kincumber PS to Kincumber Church via Kildare St",
        "short": "2634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-263-5-sj2-1",
        "label": "2635",
        "long": "Narara PS to Lisarow HS",
        "short": "2635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-263-6-sj2-1",
        "label": "2636",
        "long": "St Philips College to Terrigal Surf Club",
        "short": "2636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-263-7-sj2-1",
        "label": "2637",
        "long": "Budgewoi PS to Elouera Av via Buff Point Av",
        "short": "2637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-263-8-sj2-1",
        "label": "2638",
        "long": "Wyong Christian School to Wyong Station",
        "short": "2638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-264-2-sj2-1",
        "label": "2642",
        "long": "St Peters College to Ravensdale Rd",
        "short": "2642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-264-3-sj2-1",
        "label": "2643",
        "long": "Wadalba PS to Woongarrah PS",
        "short": "2643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-264-4-sj2-1",
        "label": "2644",
        "long": "Woongarrah PS to Sparks Rd at Coral Gum Rd",
        "short": "2644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-264-5-sj2-1",
        "label": "2645",
        "long": "Tacoma PS to Wahroonga Rd opp Pearce Rd",
        "short": "2645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-264-6-sj2-1",
        "label": "2646",
        "long": "Nords Wharf PS to Flowers Dr at Pacific Hwy via Clarke St",
        "short": "2646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-264-7-sj2-1",
        "label": "2647",
        "long": "Wadalba HS to Tuggerawong Rd at Jensen Rd",
        "short": "2647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-264-8-sj2-1",
        "label": "2648",
        "long": "Kanwal PS to Kanwal Shops",
        "short": "2648",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-264-9-sj2-1",
        "label": "2649",
        "long": "Gorokan HS to Bungary Rd before Denison St",
        "short": "2649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-265-0-sj2-1",
        "label": "2650",
        "long": "MacKillop College to Elizabeth Bay Dr at Acacia Av",
        "short": "2650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-265-1-sj2-1",
        "label": "2651",
        "long": "MacKillop College to Lakes Surf Club",
        "short": "2651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-265-2-sj2-1",
        "label": "2652",
        "long": "Gorokan PS to Pacific Hwy at Moala Pde",
        "short": "2652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-265-4-sj2-1",
        "label": "2654",
        "long": "Gwandalan PS to Cams Bvd at Summerland Rd",
        "short": "2654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-265-5-sj2-1",
        "label": "2655",
        "long": "Gorokan HS to Bungary Rd before Denison St",
        "short": "2655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-265-6-sj2-1",
        "label": "2656",
        "long": "Wadalba HS to Mataram Rd near Hiawatha Rd",
        "short": "2656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-265-7-sj2-1",
        "label": "2657",
        "long": "Wyong Christian School to Wyong Station",
        "short": "2657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-265-8-sj2-1",
        "label": "2658",
        "long": "Swansea HS to Lake Haven Shops",
        "short": "2658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-265-9-sj2-1",
        "label": "2659",
        "long": "Lake Munmorah PS to Karoola Av",
        "short": "2659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-266-0-sj2-1",
        "label": "2660",
        "long": "Kanwal PS to Mountain View Dr before Sparks Rd",
        "short": "2660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-266-1-sj2-1",
        "label": "2661",
        "long": "Gorokan HS to Brisbane St at Ocean Pde",
        "short": "2661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-266-2-sj2-1",
        "label": "2662",
        "long": "Gorokan PS to Lake Haven Shops",
        "short": "2662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-266-3-sj2-1",
        "label": "2663",
        "long": "Hunter Sports HS to North Entrance",
        "short": "2663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-266-5-sj2-1",
        "label": "2665",
        "long": "Lake Munmorah HS to Parraweena Rd opp Pinaroo Rd",
        "short": "2665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-266-7-sj2-1",
        "label": "2667",
        "long": "Gorokan HS to Heritage Village",
        "short": "2667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-266-8-sj2-1",
        "label": "2668",
        "long": "Lakes Grammar to Lake Haven Shops",
        "short": "2668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-266-9-sj2-1",
        "label": "2669",
        "long": "Northlakes HS to Girraween St opp Budgewoi Soccer Club",
        "short": "2669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-267-0-sj2-1",
        "label": "2670",
        "long": "Wadalba HS to Tuggerawong Rd opp Jensen Rd",
        "short": "2670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-267-1-sj2-1",
        "label": "2671",
        "long": "Kanwal PS to Lake Haven Dr at Twin Lakes Dr",
        "short": "2671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-267-2-sj2-1",
        "label": "2672",
        "long": "St Cecilias PS to Wyong Station",
        "short": "2672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-267-3-sj2-1",
        "label": "2673",
        "long": "Gorokan HS to Fravent St before Main Rd",
        "short": "2673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-267-4-sj2-1",
        "label": "2674",
        "long": "Central Mangrove PS to George Downes Dr opp Bloodtree Rd",
        "short": "2674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-267-5-sj2-1",
        "label": "2675",
        "long": "Wyong PS to Lake Haven Shops",
        "short": "2675",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-267-6-sj2-1",
        "label": "2676",
        "long": "Budgewoi PS to Lake Haven Shops",
        "short": "2676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-267-8-sj2-1",
        "label": "2678",
        "long": "MacKillop College to Narambi Rd opp Nacooma Rd",
        "short": "2678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-267-9-sj2-1",
        "label": "2679",
        "long": "Gorokan HS to Main Rd opp Toukley RSL",
        "short": "2679",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-268-0-sj2-1",
        "label": "2680",
        "long": "St Marys PS to Arlington St at Wallarah Rd",
        "short": "2680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-268-1-sj2-1",
        "label": "2681",
        "long": "Wadalba HS to Wallarah Rd after Arlington St",
        "short": "2681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-268-2-sj2-1",
        "label": "2682",
        "long": "Northlakes HS to Lilo Av before Kalele Av",
        "short": "2682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-268-3-sj2-1",
        "label": "2683",
        "long": "Lake Munmorah PS to Tall Timbers Rd after Deakin Av",
        "short": "2683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-268-4-sj2-1",
        "label": "2684",
        "long": "Kanwal PS to Pacific Hwy at Moala Pde",
        "short": "2684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-268-5-sj2-1",
        "label": "2685",
        "long": "Toukley PS to Lake Haven Shops",
        "short": "2685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-268-7-sj2-1",
        "label": "2687",
        "long": "Northlakes HS to Budgewoi PS",
        "short": "2687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-268-9-sj2-1",
        "label": "2689",
        "long": "Gorokan HS to Kilpa Rd before Murrawal Rd",
        "short": "2689",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-269-0-sj2-1",
        "label": "2690",
        "long": "Peats Ridge PS to Hallards Rd at Wisemans Ferry Rd",
        "short": "2690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-269-1-sj2-1",
        "label": "2691",
        "long": "Wadalba HS to Kanwal Shops",
        "short": "2691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-269-2-sj2-1",
        "label": "2692",
        "long": "MacKillop College to Main Rd at Budgewoi Rd",
        "short": "2692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-269-3-sj2-1",
        "label": "2693",
        "long": "Wyong HS to 424 Pacific Hwy, Wyong",
        "short": "2693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-269-4-sj2-1",
        "label": "2694",
        "long": "Gorokan HS to Kilpa Rd before Murrawal Rd",
        "short": "2694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-269-7-sj2-1",
        "label": "2697",
        "long": "Wadalba HS to Lake Haven Shops",
        "short": "2697",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-269-8-sj2-1",
        "label": "2698",
        "long": "Lakes Grammar to Lake Haven Shops",
        "short": "2698",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-269-9-sj2-1",
        "label": "2699",
        "long": "Wyong Christian School to Main Rd at Ray St",
        "short": "2699",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-270-0-sj2-1",
        "label": "2700",
        "long": "Wyong HS to Main Rd at Ray St",
        "short": "2700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-270-2-sj2-1",
        "label": "2702",
        "long": "Wadalba HS to Craigie Av before Dalton Av",
        "short": "2702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-270-3-sj2-1",
        "label": "2703",
        "long": "Northlakes PS to Lake Haven Shops",
        "short": "2703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-270-4-sj2-1",
        "label": "2704",
        "long": "Lakes Grammar to Colorado Dr at Barcoo St",
        "short": "2704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-270-5-sj2-1",
        "label": "2705",
        "long": "St Cecilias PS to Brittania Dr opp The Grove",
        "short": "2705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-270-8-sj2-1",
        "label": "2708",
        "long": "Wadalba HS to Kaye Av at Stanley St",
        "short": "2708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-270-9-sj2-1",
        "label": "2709",
        "long": "Wyong HS to Howelston Rd before Balmoral Dr",
        "short": "2709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-271-0-sj2-1",
        "label": "2710",
        "long": "Lakes Grammar to Swansea HS",
        "short": "2710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-271-1-sj2-1",
        "label": "2711",
        "long": "MacKillop College to Budgewoi Rd before Ourringo St",
        "short": "2711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-271-2-sj2-1",
        "label": "2712",
        "long": "Gorokan HS to Warnervale Rd after Monarch Dr",
        "short": "2712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-271-3-sj2-1",
        "label": "2713",
        "long": "Wyong PS to Wyong Station",
        "short": "2713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-271-4-sj2-1",
        "label": "2714",
        "long": "Lakes Grammar to Lake Haven Shops",
        "short": "2714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-271-5-sj2-1",
        "label": "2715",
        "long": "MacKillop College to Wills Rd at Scenic Dr",
        "short": "2715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-271-6-sj2-1",
        "label": "2716",
        "long": "Wadalba HS to Hiawatha Rd at Ridgewood Dr",
        "short": "2716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-271-7-sj2-1",
        "label": "2717",
        "long": "Northlakes HS to Toukley PS",
        "short": "2717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-271-8-sj2-1",
        "label": "2718",
        "long": "Wadalba HS to Warnervale PS",
        "short": "2718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-271-9-sj2-1",
        "label": "2719",
        "long": "Lakes Grammar to Parraweena Rd opp Pinaroo Rd",
        "short": "2719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-272-0-sj2-1",
        "label": "2720",
        "long": "Warnervale PS to Lakes Grammar",
        "short": "2720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-272-2-sj2-1",
        "label": "2722",
        "long": "Northlakes PS to Narambi Rd opp Nacooma Rd",
        "short": "2722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-272-3-sj2-1",
        "label": "2723",
        "long": "Northlakes HS to Lilo Av before Kalele Av",
        "short": "2723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-272-4-sj2-1",
        "label": "2724",
        "long": "Gorokan PS to Ourringo St after Budgewoi Rd",
        "short": "2724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-278-5-sj2-1",
        "label": "2785",
        "long": "Lake Munmorah HS to Chain Valley Bay via Doyalson North and Kingfisher Shores",
        "short": "2785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-278-6-sj2-1",
        "label": "2786",
        "long": "Lake Munmorah HS to Chain Valley Bay",
        "short": "2786",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-278-7-sj2-1",
        "label": "2787",
        "long": "Lake Munmorah HS to Wyee Station via Wyee Point",
        "short": "2787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-278-8-sj2-1",
        "label": "2788",
        "long": "Lake Munmorah HS to Mannering Park via Doyalson North",
        "short": "2788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-278-9-sj2-1",
        "label": "2789",
        "long": "Lake Munmorah HS to Mannering Park",
        "short": "2789",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-279-0-sj2-1",
        "label": "2790",
        "long": "Lake Munmorah HS to Summerland Point",
        "short": "2790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-279-1-sj2-1",
        "label": "2791",
        "long": "Lake Munmorah HS to Summerland Point",
        "short": "2791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-279-2-sj2-1",
        "label": "2792",
        "long": "Lake Munmorah HS to Gwandalan",
        "short": "2792",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-279-3-sj2-1",
        "label": "2793",
        "long": "Lake Munmorah HS to Gwandalan",
        "short": "2793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-279-4-sj2-1",
        "label": "2794",
        "long": "Lake Munmorah HS to Lake Haven",
        "short": "2794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-279-5-sj2-1",
        "label": "2795",
        "long": "St Brigid's Catholic College to Gwandalan PS",
        "short": "2795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-279-6-sj2-1",
        "label": "2796",
        "long": "St Brigid's Catholic College to Wyee via Mannering Park",
        "short": "2796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-279-7-sj2-1",
        "label": "2797",
        "long": "St Brigid's Catholic College to Blue Haven",
        "short": "2797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-279-8-sj2-1",
        "label": "2798",
        "long": "Tall Timbers Rd after Deakin Ave to Buff Point",
        "short": "2798",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-279-9-sj2-1",
        "label": "2799",
        "long": "Chain Valley Bay to Halekulani via Lake Munmorah",
        "short": "2799",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-280-0-sj2-1",
        "label": "2800",
        "long": "St Brigid's Catholic College to Chain Valley Bay",
        "short": "2800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-280-1-sj2-1",
        "label": "2801",
        "long": "Gosford Station to Imperial Centre",
        "short": "2801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-280-2-sj2-1",
        "label": "2802",
        "long": "Gosford PS to Gosford Station",
        "short": "2802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-280-3-sj2-1",
        "label": "2803",
        "long": "Green Point College to Saratoga and Davistown",
        "short": "2803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-280-4-sj2-1",
        "label": "2804",
        "long": "Lake Munmorah High School to Halekulani",
        "short": "2804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-280-5-sj2-1",
        "label": "2805",
        "long": "Lake Munmorah PS to Mannering Park",
        "short": "2805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-280-6-sj2-1",
        "label": "2806",
        "long": "St Brigid's Catholic College to Toukley",
        "short": "2806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-32-sj2-1",
        "label": "32",
        "long": "Gosford to Spencer",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-324-sj2-1",
        "label": "32/4",
        "long": "Mangrove Mountain to Gosford via Kariong",
        "short": "32/4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-33-sj2-1",
        "label": "33",
        "long": "Gosford to Somersby via West Gosford and Industrial Estate",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-334-sj2-1",
        "label": "33/4",
        "long": "Gosford to Somersby industrial Estate and Kariong (Loop Service)",
        "short": "33/4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-34-sj2-1",
        "label": "34",
        "long": "Gosford to Kariong (Loop Service)",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-342-sj2-1",
        "label": "34/2",
        "long": "Gosford to Mangrove Mountain via Kariong",
        "short": "34/2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-36-sj2-1",
        "label": "36",
        "long": "Gosford to Westfield Tuggerah via Niagara Park",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-37-sj2-1",
        "label": "37",
        "long": "Gosford to Tuggerah via Lisarow",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-378-sj2-1",
        "label": "37/8",
        "long": "Ourimbah to Gosford via Wyoming",
        "short": "37/8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-38-sj2-1",
        "label": "38",
        "long": "Gosford to Wyoming (Loop Service)",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-50-sj2-1",
        "label": "50",
        "long": "Woy Woy to Umina via Ocean Beach Rd (Loop Service)",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-503-sj2-1",
        "label": "50/3",
        "long": "Woy Woy to Umina and Booker Bay (Loop Service)",
        "short": "50/3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-53-sj2-1",
        "label": "53",
        "long": "Woy Woy to Booker Bay (Loop Service)",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-536-4-sj2-1",
        "label": "5364",
        "long": "Woy Woy to Kincumber via Ettalong and Empire Bay",
        "short": "5364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-54-sj2-1",
        "label": "54",
        "long": "Woy Woy to Pearl Beach and Patonga via Umina Beach (Loop Service)",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-540-sj2-1",
        "label": "54/0",
        "long": "Umina Beach to Woy Woy via Pearl Beach",
        "short": "54/0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-55-sj2-1",
        "label": "55",
        "long": "Gosford to Ettalong Beach via Umina Beach and Woy Woy",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-553-sj2-1",
        "label": "55/3",
        "long": "Woy Woy to Ettalong and Umina Beach (Loop Service)",
        "short": "55/3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-57-sj2-1",
        "label": "57",
        "long": "Umina Beach West to Woy Woy via Umina Beach and Woy Woy South",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-58-sj2-1",
        "label": "58",
        "long": "Woy Woy to Woy Woy Bay and Phegans Bay (Loop Service)",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-59-sj2-1",
        "label": "59",
        "long": "Woy Woy to Wagstaffe via Ettalong, Booker Bay and Empire Bay",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-63-sj2-1",
        "label": "63",
        "long": "Gosford to Saratoga and Davistown via Green Pt and Erina Fair (Loop Service)",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-64-sj2-1",
        "label": "64",
        "long": "Gosford to Woy Woy via Empire Bay and Kincumber",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-65-sj2-1",
        "label": "65",
        "long": "Gosford to Wagstaffe via Kincumber and Macmasters Beach",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-66A-sj2-1",
        "label": "66A",
        "long": "Gosford to Avoca Beach and Copacabana via Kincumber and Green Pt (Loop Service)",
        "short": "66A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-66C-sj2-1",
        "label": "66C",
        "long": "Gosford to Copacabana and Avoca Beach via Kincumber and Green Pt (Loop Service)",
        "short": "66C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-67-sj2-1",
        "label": "67",
        "long": "Gosford to North Avoca via Terrigal (Loop Service)",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-68-sj2-1",
        "label": "68",
        "long": "Gosford to Wamberal via Terrigal (Loop Service)",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-70-sj2-1",
        "label": "70",
        "long": "Gosford to Ettalong Beach via Woy Woy, Pt Clare and Tascott",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-78-sj2-1",
        "label": "78",
        "long": "Lake Haven to Tuggerah via Warnervale and Wadalba",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-79-sj2-1",
        "label": "79",
        "long": "Lake Haven to Tuggerah via Woongarrah, Hamlyn Terrace and Wattanobi",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-80-sj2-1",
        "label": "80",
        "long": "Lake Haven to Tuggerah via Lake Haven Dr and Pacific Hwy",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-81-sj2-1",
        "label": "81",
        "long": "Lake Haven to Tuggerah via Kanwal, Wyongah and Wadalba",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-82-sj2-1",
        "label": "82",
        "long": "Lake Haven to Tuggerah via Wyongah, Tuggerawong and Tacoma",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-90-sj2-1",
        "label": "90",
        "long": "LakeHaven to Toukley and Budgewoi (Loop Service)",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-91-sj2-1",
        "label": "91",
        "long": "Lake Haven to Norah Head via Toukley and Noraville (Loop Service)",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-92-sj2-1",
        "label": "92",
        "long": "Lake Haven to Budgewoi and Toukley (Loop Service)",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-93-sj2-1",
        "label": "93",
        "long": "Noraville to Tuggerah via Wyong and Toukley",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-94-sj2-1",
        "label": "94",
        "long": "Budgewoi to Tuggerah via San Remo and Wyong",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-95-sj2-1",
        "label": "95",
        "long": "Lake Haven to Morisset via Gwandalan and Mannering Park",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-95X-sj2-1",
        "label": "95X",
        "long": "Lake Haven to Wyee via Gwandalan",
        "short": "95X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-96-sj2-1",
        "label": "96",
        "long": "Budgewoi to Wyee via Blue Haven",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-97-sj2-1",
        "label": "97",
        "long": "Lake Haven to Wyee and Mannering Park (Loop Service)",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-98-sj2-1",
        "label": "98",
        "long": "Lake Haven to Chain Valley Bay via Blue Haven (Loop Service)",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-99-sj2-1",
        "label": "99",
        "long": "Charlestown to Lake Haven via Swansea, Gwandalan and Blue Haven",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-14X-sj2-1",
        "label": "14X",
        "long": "Tuggerah to The Entrance",
        "short": "14X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-15-sj2-1",
        "label": "15",
        "long": "Tuggerah to Bay Village",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-16-sj2-1",
        "label": "16",
        "long": "Wyong to The Entrance",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-17-sj2-1",
        "label": "17",
        "long": "Gosford to The Entrance North",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-17X-sj2-1",
        "label": "17X",
        "long": "Gosford to The Entrance",
        "short": "17X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-18-sj2-1",
        "label": "18",
        "long": "Gosford to The Entrance",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-19-sj2-1",
        "label": "19",
        "long": "Gosford to Wyong",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-20-sj2-1",
        "label": "20",
        "long": "Gosford to Matcham via Erina Fair (Loop Service)",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-21-sj2-1",
        "label": "21",
        "long": "Gosford to The Entrance North via Bateau Bay East",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-22-sj2-1",
        "label": "22",
        "long": "Gosford to The Entrance via Killarney Vale",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-23-sj2-1",
        "label": "23",
        "long": "Gosford to The Entrance via Bateau Bay West",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-24-sj2-1",
        "label": "24",
        "long": "Wyong to The Entrance",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-25-sj2-1",
        "label": "25",
        "long": "Wyong to The Entrance",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-26-sj2-1",
        "label": "26",
        "long": "Wyong to The Entrance",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-28-sj2-1",
        "label": "28",
        "long": "Gosford to The Entrance via Springfield",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-29-sj2-1",
        "label": "29",
        "long": "Wyong Hospital to Bay Village via Lake Haven",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-30-sj2-1",
        "label": "30",
        "long": "South Tacoma to Wyong (Loop Service)",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-40-sj2-1",
        "label": "40",
        "long": "North Gosford to Gosford (Loop Service)",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-41-sj2-1",
        "label": "41",
        "long": "West Gosford to Gosford (Loop Service)",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-42-sj2-1",
        "label": "42",
        "long": "Point Frederick to Gosford",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-43-sj2-1",
        "label": "43",
        "long": "Gosford to Springfield",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-44-sj2-1",
        "label": "44",
        "long": "Gosford to Erina Fair via Springfield",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-45-sj2-1",
        "label": "45",
        "long": "Bay Village to Mingara via Bateau Bay West",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-47-sj2-1",
        "label": "47",
        "long": "Tuggerah to Ourimbah",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-48-sj2-1",
        "label": "48",
        "long": "Bay Village to Tumbi Umbi (Loop Service)",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S60-1-sj2-1",
        "label": "S601",
        "long": "Bateau Bay PS to Killarney Vale PS",
        "short": "S601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S60-2-sj2-1",
        "label": "S602",
        "long": "Bateau Bay PS to Wamberal PS",
        "short": "S602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S60-3-sj2-1",
        "label": "S603",
        "long": "Bateau Bay PS to Bateau Bay Killarney Vale and Tumbi Rd",
        "short": "S603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S60-4-sj2-1",
        "label": "S604",
        "long": "Berkeley Vale PS to Bateau Bay",
        "short": "S604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S60-5-sj2-1",
        "label": "S605",
        "long": "Berkeley Vale PS to St John Fisher School",
        "short": "S605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S60-6-sj2-1",
        "label": "S606",
        "long": "Berkeley Vale PS to St Peters College",
        "short": "S606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S60-7-sj2-1",
        "label": "S607",
        "long": "Brooke Av PS to St John Fisher School",
        "short": "S607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S60-8-sj2-1",
        "label": "S608",
        "long": "Brooke Av PS to Cresthaven Av near Dunning Av",
        "short": "S608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S60-9-sj2-1",
        "label": "S609",
        "long": "Central Coast Grammar School to Gosford Station",
        "short": "S609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S61-0-sj2-1",
        "label": "S610",
        "long": "Central Coast Grammar School to Gosford East PS",
        "short": "S610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S61-1-sj2-1",
        "label": "S611",
        "long": "Central Coast Grammar School to Barralong Rd via East Gosford",
        "short": "S611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S61-2-sj2-1",
        "label": "S612",
        "long": "Central Coast Grammar School to The Entrance North",
        "short": "S612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S61-3-sj2-1",
        "label": "S613",
        "long": "Central Coast Grammar School to Chittaway Shopping Centre",
        "short": "S613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S61-4-sj2-1",
        "label": "S614",
        "long": "Central Coast Grammar School to Holgate and Matcham",
        "short": "S614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S61-5-sj2-1",
        "label": "S615",
        "long": "Central Coast Adventist School to Gosford Station",
        "short": "S615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S61-6-sj2-1",
        "label": "S616",
        "long": "Chertsey PS to Erina HS",
        "short": "S616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S61-7-sj2-1",
        "label": "S617",
        "long": "Chertsey PS to Gosford Station",
        "short": "S617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S61-8-sj2-1",
        "label": "S618",
        "long": "Chittaway Bay PS to Chittaway Shops via Berkeley Rd",
        "short": "S618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S61-9-sj2-1",
        "label": "S619",
        "long": "Chittaway Bay PS to St Peters Catholic College",
        "short": "S619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S62-0-sj2-1",
        "label": "S620",
        "long": "Erina Heights PS to Windsor Rd at Willoughby Rd",
        "short": "S620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S62-1-sj2-1",
        "label": "S621",
        "long": "Erina Heights PS to Woodport PS",
        "short": "S621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S62-2-sj2-1",
        "label": "S622",
        "long": "Erina Heights PS to Central Coast Grammar School via Matcham and Wamberal",
        "short": "S622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S62-3-sj2-1",
        "label": "S623",
        "long": "Woodport PS to Central Coast Grammar School",
        "short": "S623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S62-4-sj2-1",
        "label": "S624",
        "long": "Gosford HS to Gosford Station via Springfield",
        "short": "S624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S62-5-sj2-1",
        "label": "S625",
        "long": "Gosford HS to Bateau Bay via Killarney Vale",
        "short": "S625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S62-6-sj2-1",
        "label": "S626",
        "long": "Gosford HS to Bateau Bay via Forresters Beach",
        "short": "S626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S62-7-sj2-1",
        "label": "S627",
        "long": "Gosford PS to Erina Fair via Springfield",
        "short": "S627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S62-8-sj2-1",
        "label": "S628",
        "long": "Gosford PS to Pacific Hwy after Pemell St via North Gosford",
        "short": "S628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S62-9-sj2-1",
        "label": "S629",
        "long": "St Patricks PS to Gosford Station via Point Frederick",
        "short": "S629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S63-0-sj2-1",
        "label": "S630",
        "long": "Gosford PS to Gertrude St at Dwyer St",
        "short": "S630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S63-2-sj2-1",
        "label": "S632",
        "long": "Henry Kendall HS to Gosford Station",
        "short": "S632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S63-4-sj2-1",
        "label": "S634",
        "long": "Gosford East PS to Chertsey PS",
        "short": "S634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S63-5-sj2-1",
        "label": "S635",
        "long": "Green Point College to Bateau Bay",
        "short": "S635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S63-6-sj2-1",
        "label": "S636",
        "long": "Central Coast Grammar School to Central Coast Hwy via Holgate and Matcham",
        "short": "S636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S63-7-sj2-1",
        "label": "S637",
        "long": "Green Point College to Bateau Bay via Tumbi Rd",
        "short": "S637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S63-8-sj2-1",
        "label": "S638",
        "long": "Henry Kendall HS to Gosford Station via North Gosford",
        "short": "S638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S63-9-sj2-1",
        "label": "S639",
        "long": "Killarney Vale PS to Tumbi Creek Rd via Chittaway Rd",
        "short": "S639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S64-0-sj2-1",
        "label": "S640",
        "long": "Lisarow HS to Tuggerah Station",
        "short": "S640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S64-1-sj2-1",
        "label": "S641",
        "long": "Wyong HS to Bateau Bay via Berkeley Vale",
        "short": "S641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S64-2-sj2-1",
        "label": "S642",
        "long": "Star of the Sea Catholic School to Wamberal PS",
        "short": "S642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S64-3-sj2-1",
        "label": "S643",
        "long": "Erina HS to East Gosford via Springfield",
        "short": "S643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S64-4-sj2-1",
        "label": "S644",
        "long": "Erina HS to Barralong Rd via East Gosford",
        "short": "S644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S64-5-sj2-1",
        "label": "S645",
        "long": "Erina HS to Point Frederick",
        "short": "S645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S64-6-sj2-1",
        "label": "S646",
        "long": "Erina HS to Barralong Rd via Springfield",
        "short": "S646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S64-7-sj2-1",
        "label": "S647",
        "long": "St Cecilias PS to Tuggerah PS",
        "short": "S647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S64-8-sj2-1",
        "label": "S648",
        "long": "St Edwards College to Erina Fair",
        "short": "S648",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S64-9-sj2-1",
        "label": "S649",
        "long": "St Edwards College to Bateau Bay via Killarney Vale",
        "short": "S649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S65-0-sj2-1",
        "label": "S650",
        "long": "St Edwards College to Bateau Bay via Tumbi Rd",
        "short": "S650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S65-1-sj2-1",
        "label": "S651",
        "long": "St Edwards College to Gosford Station",
        "short": "S651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S65-2-sj2-1",
        "label": "S652",
        "long": "Gosford HS to Glenning Valley",
        "short": "S652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S65-3-sj2-1",
        "label": "S653",
        "long": "St Josephs HS to The Entrance North",
        "short": "S653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S65-4-sj2-1",
        "label": "S654",
        "long": "Terrigal HS to Forresters Beach via Lowanna Av",
        "short": "S654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S65-5-sj2-1",
        "label": "S655",
        "long": "Terrigal HS to Bateau Bay",
        "short": "S655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S65-6-sj2-1",
        "label": "S656",
        "long": "Terrigal HS to Wamberal PS",
        "short": "S656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S65-7-sj2-1",
        "label": "S657",
        "long": "Terrigal HS to Central Coast Hwy via Holgate and Matcham",
        "short": "S657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S65-8-sj2-1",
        "label": "S658",
        "long": "Terrigal HS to Matcham and Holgate",
        "short": "S658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S65-9-sj2-1",
        "label": "S659",
        "long": "Terrigal HS to Bateau Bay via Tumbi Rd",
        "short": "S659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S66-0-sj2-1",
        "label": "S660",
        "long": "Terrigal HS to Bateau Bay via Tumbi Rd and Yakalla St",
        "short": "S660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S66-1-sj2-1",
        "label": "S661",
        "long": "Terrigal HS to Wamberal PS via Lavinia St",
        "short": "S661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S66-2-sj2-1",
        "label": "S662",
        "long": "Terrigal HS to Forresters Beach via Lavinia St",
        "short": "S662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S66-3-sj2-1",
        "label": "S663",
        "long": "Tuggerah Lakes SC, The Entrance to Tuggerah Lakes SC, Berkeley Vale",
        "short": "S663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S67-0-sj2-1",
        "label": "S670",
        "long": "The Entrance PS to The Entrance North via Towoon Bay",
        "short": "S670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S67-1-sj2-1",
        "label": "S671",
        "long": "The Entrance PS to Long Jetty via Towoon Bay and The Entrance North",
        "short": "S671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S67-2-sj2-1",
        "label": "S672",
        "long": "The Entrance PS to Bateau Bay via Killarney Vale",
        "short": "S672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S67-3-sj2-1",
        "label": "S673",
        "long": "Tuggerah PS to Wyong HS",
        "short": "S673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S67-4-sj2-1",
        "label": "S674",
        "long": "Tuggerah PS to Wyong Christian School",
        "short": "S674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S67-5-sj2-1",
        "label": "S675",
        "long": "Tuggerah PS to St Peters Catholic College",
        "short": "S675",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S67-6-sj2-1",
        "label": "S676",
        "long": "Wyong Christian School to Bateau Bay",
        "short": "S676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S67-7-sj2-1",
        "label": "S677",
        "long": "Wyong PS to Wyong Station via St Cecilias PS, Wyong Christian School and Wyong HS",
        "short": "S677",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S67-8-sj2-1",
        "label": "S678",
        "long": "Wamberal PS to Coleridge Rd before Central Coast Hwy",
        "short": "S678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S67-9-sj2-1",
        "label": "S679",
        "long": "Wamberal PS to Central Coast Hwy opp Whalans Rd via Wamberal",
        "short": "S679",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S68-0-sj2-1",
        "label": "S680",
        "long": "Wamberal PS to Bateau Bay via Lowanna Av",
        "short": "S680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S68-1-sj2-1",
        "label": "S681",
        "long": "Wyoming PS to Dwyer St at Gertrude St via Bradys Gully Rd",
        "short": "S681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S68-2-sj2-1",
        "label": "S682",
        "long": "St Philips College to Wyong Station",
        "short": "S682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S68-3-sj2-1",
        "label": "S683",
        "long": "St Philips College to Killarney Vale",
        "short": "S683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S68-4-sj2-1",
        "label": "S684",
        "long": "Tuggerah Lakes SC, Berkeley Vale to St Cecilias PS",
        "short": "S684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S68-5-sj2-1",
        "label": "S685",
        "long": "Tuggerah Lakes SC, Berkeley Vale to St Cecilias PS",
        "short": "S685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S68-6-sj2-1",
        "label": "S686",
        "long": "Tuggerah Lakes SC, Berkeley Vale to Chittaway Bay PS",
        "short": "S686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S68-7-sj2-1",
        "label": "S687",
        "long": "Tuggerah Lakes SC, Berkeley Vale to Chittaway Bay PS",
        "short": "S687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S68-8-sj2-1",
        "label": "S688",
        "long": "Tuggerah Lakes SC, Berkeley Vale to Brooke Av PS",
        "short": "S688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S68-9-sj2-1",
        "label": "S689",
        "long": "Tuggerah Lakes SC, Berkeley Vale to Brooke Av PS",
        "short": "S689",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S69-0-sj2-1",
        "label": "S690",
        "long": "Tuggerah Lakes SC, Berkeley Vale to Berkeley Vale PS via Tumbi Creek Rd",
        "short": "S690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S69-1-sj2-1",
        "label": "S691",
        "long": "Tuggerah Lakes SC, Berkeley Vale to Tuggerah Lakes SC, Tumbi Umbi",
        "short": "S691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S69-2-sj2-1",
        "label": "S692",
        "long": "Tuggerah Lakes SC, Berkeley Vale to Berkeley Vale PS via Adelaide St",
        "short": "S692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S69-3-sj2-1",
        "label": "S693",
        "long": "Tuggerah Lakes SC, Berkeley Vale to Tumbi Rd at Central Coast Hwy",
        "short": "S693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S69-4-sj2-1",
        "label": "S694",
        "long": "Tuggerah Lakes SC, Berkeley Vale to The Entrance PS via Wyong Rd and Towoon Bay",
        "short": "S694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S69-5-sj2-1",
        "label": "S695",
        "long": "Tuggerah Lakes College, Berkeley Vale to The Entrance PS via Eastern Rd",
        "short": "S695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S69-6-sj2-1",
        "label": "S696",
        "long": "Tuggerah Lakes SC, Berkeley Vale to The Entrance North",
        "short": "S696",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S69-7-sj2-1",
        "label": "S697",
        "long": "Tuggerah Lakes SC, Berkeley Vale to Central Coast Hwy at Old Gosford Rd",
        "short": "S697",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S69-8-sj2-1",
        "label": "S698",
        "long": "Tuggerah Lakes SC, Berkeley Vale to Central Coast Hwy at Old Gosford Rd",
        "short": "S698",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S70-1-sj2-1",
        "label": "S701",
        "long": "Bateau Bay to Bateau Bay PS via Shelly Beach",
        "short": "S701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S70-2-sj2-1",
        "label": "S702",
        "long": "Tuggerah Lakes SC, The Entrance to Brooke Av PS via Bateau Bay and Berkley Vale",
        "short": "S702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S70-3-sj2-1",
        "label": "S703",
        "long": "Central Coast Hwy at Cresthaven Rd to Brooke Av PS",
        "short": "S703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S70-4-sj2-1",
        "label": "S704",
        "long": "Bay Village to Central Coast Adventist School via The Entrance",
        "short": "S704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S70-5-sj2-1",
        "label": "S705",
        "long": "Wyong Station to Central Coast Grammar School",
        "short": "S705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S70-6-sj2-1",
        "label": "S706",
        "long": "Bundeena Rd to Central Coast Steiner School",
        "short": "S706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S70-7-sj2-1",
        "label": "S707",
        "long": "Chittaway Point to Chittaway PS via Tuggerah PS",
        "short": "S707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S70-8-sj2-1",
        "label": "S708",
        "long": "Central Coast Grammar School to Erina Heights PS via Matcham",
        "short": "S708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S70-9-sj2-1",
        "label": "S709",
        "long": "Terrigal HS to Erina Heights PS via Ocean View Dr",
        "short": "S709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S71-0-sj2-1",
        "label": "S710",
        "long": "The Entrance to Gosford HS",
        "short": "S710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S71-1-sj2-1",
        "label": "S711",
        "long": "Hills St at Enta St to Gosford PS via North Gosford",
        "short": "S711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S71-2-sj2-1",
        "label": "S712",
        "long": "Gosford HS to Gosford PS via North Gosford",
        "short": "S712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S71-3-sj2-1",
        "label": "S713",
        "long": "Barralong Rd to Gosford PS via Springfield",
        "short": "S713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S71-4-sj2-1",
        "label": "S714",
        "long": "Tuggerah Lakes SC, The Entrance to Green Point Christian College",
        "short": "S714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S71-5-sj2-1",
        "label": "S715",
        "long": "Tuggerah Lakes SC, The Entrance to Green Point Christian College",
        "short": "S715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S71-6-sj2-1",
        "label": "S716",
        "long": "North Gosford to Henry Kendall HS",
        "short": "S716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S71-7-sj2-1",
        "label": "S717",
        "long": "Wyong Rd at Tumbi Creek Rd to Berkeley Vale PS via Tumbi Umbi and Chittaway Bay",
        "short": "S717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S71-8-sj2-1",
        "label": "S718",
        "long": "Brooke Av PS to Killarney Vale PS",
        "short": "S718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S71-9-sj2-1",
        "label": "S719",
        "long": "Tuggerah Lakes College, Berkeley Vale to Wyong PS",
        "short": "S719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S72-0-sj2-1",
        "label": "S720",
        "long": "East Gosford to Erina HS via Holgate",
        "short": "S720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S72-1-sj2-1",
        "label": "S721",
        "long": "Bay Village to Central Coast Grammar School via East Gosford",
        "short": "S721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S72-2-sj2-1",
        "label": "S722",
        "long": "Berkeley Vale to Gosford HS via Palm Valley Rd",
        "short": "S722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S72-3-sj2-1",
        "label": "S723",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to St Edwards and St Josephs Colleges",
        "short": "S723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S72-4-sj2-1",
        "label": "S724",
        "long": "Bateau Bay to Wamberal via East Gosford and Terrigal",
        "short": "S724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S72-5-sj2-1",
        "label": "S725",
        "long": "Bateau Bay to St Josephs HS via Killarney Vale",
        "short": "S725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S72-6-sj2-1",
        "label": "S726",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Terrigal HS",
        "short": "S726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S72-7-sj2-1",
        "label": "S727",
        "long": "Tuggerah Lakes SC, The Entrance to Terrigal HS",
        "short": "S727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S72-8-sj2-1",
        "label": "S728",
        "long": "Central Coast Grammar School to Terrigal HS",
        "short": "S728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S72-9-sj2-1",
        "label": "S729",
        "long": "Bateau Bay to Terrigal HS via Tumbi Rd",
        "short": "S729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S73-1-sj2-1",
        "label": "S731",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Terrigal PS via Forresters Beach",
        "short": "S731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S73-3-sj2-1",
        "label": "S733",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Tuggerah Lakes SC, The Entrance",
        "short": "S733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S73-4-sj2-1",
        "label": "S734",
        "long": "Berkeley Vale to Tuggerah Lakes SC, The Entrance",
        "short": "S734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S73-5-sj2-1",
        "label": "S735",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Tuggerah Lakes SC, The Entrance",
        "short": "S735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S73-6-sj2-1",
        "label": "S736",
        "long": "Bay Village to The Entrance PS via Bay Rd",
        "short": "S736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S73-7-sj2-1",
        "label": "S737",
        "long": "The Entrance North to The Entrance PS",
        "short": "S737",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S73-9-sj2-1",
        "label": "S739",
        "long": "St Peters College to Tuggerah PS via Wyong Christian School",
        "short": "S739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S74-0-sj2-1",
        "label": "S740",
        "long": "St Peters College to Tuggerah PS",
        "short": "S740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S74-1-sj2-1",
        "label": "S741",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Wyong Station via Old Maitland Rd",
        "short": "S741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S74-2-sj2-1",
        "label": "S742",
        "long": "Chittaway Point to Wyong PS",
        "short": "S742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S74-3-sj2-1",
        "label": "S743",
        "long": "Brooke Av PS to Wamberal PS",
        "short": "S743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S74-4-sj2-1",
        "label": "S744",
        "long": "Bateau Bay PS to Wamberal PS",
        "short": "S744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S74-5-sj2-1",
        "label": "S745",
        "long": "Wamberal to Wamberal PS via Lavinia St",
        "short": "S745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S74-6-sj2-1",
        "label": "S746",
        "long": "Berkeley Vale PS to Wamberal PS",
        "short": "S746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S74-7-sj2-1",
        "label": "S747",
        "long": "Wyong Station to Gosford Christian School via Lakedge Av",
        "short": "S747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S74-8-sj2-1",
        "label": "S748",
        "long": "Bateau Bay to Central Coast Steiner School via Springfield and North Gosford",
        "short": "S748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S74-9-sj2-1",
        "label": "S749",
        "long": "Bateau Bay to Our Lady of the Rosary PS",
        "short": "S749",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S75-0-sj2-1",
        "label": "S750",
        "long": "Wamberal to Our Lady of the Rosary PS",
        "short": "S750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S75-1-sj2-1",
        "label": "S751",
        "long": "St Peters Catholic College to Our Lady of the Rosary PS via Glenning Valley",
        "short": "S751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S75-2-sj2-1",
        "label": "S752",
        "long": "Our Lady of the Rosary PS to Tuggerah Lakes College, Berkeley Vale via The Entrance",
        "short": "S752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S75-3-sj2-1",
        "label": "S753",
        "long": "Tuggerah Lakes SC, The Entrance to Tuggerah Lakes SC, Berkeley Vale",
        "short": "S753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S75-4-sj2-1",
        "label": "S754",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Tuggerah Lakes College, Berkeley Vale",
        "short": "S754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S75-5-sj2-1",
        "label": "S755",
        "long": "Tuggerah Lakes SC, Berkeley Vale to Tuggerah Lakes SC, Berkeley Vale via Chittaway Bay",
        "short": "S755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S75-6-sj2-1",
        "label": "S756",
        "long": "Bateau Bay to Tuggerah Lakes SC, Berkeley Vale",
        "short": "S756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S75-7-sj2-1",
        "label": "S757",
        "long": "Bateau Bay to Tuggerah Lakes SC, Berkeley Vale",
        "short": "S757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S75-8-sj2-1",
        "label": "S758",
        "long": "Bateau Bay to St Peters Catholic College via Eastern Rd",
        "short": "S758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S75-9-sj2-1",
        "label": "S759",
        "long": "Swadling St opp Lindsay St to St Peters College",
        "short": "S759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S76-0-sj2-1",
        "label": "S760",
        "long": "Bateau Bay to St Peters College via Palm Valley Rd",
        "short": "S760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S76-1-sj2-1",
        "label": "S761",
        "long": "Bateau Bay to St Peters College via Wyong Rd",
        "short": "S761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S76-2-sj2-1",
        "label": "S762",
        "long": "Bateau Bay to St Peters College via Shelly Beach and Robertson Rd",
        "short": "S762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S76-3-sj2-1",
        "label": "S763",
        "long": "Tuggerah LakesSC, Berkeley Vale to St Peters Catholic College via Chittaway Bay",
        "short": "S763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S76-4-sj2-1",
        "label": "S764",
        "long": "Wyong Rd at South St to St Peters College",
        "short": "S764",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S76-5-sj2-1",
        "label": "S765",
        "long": "The Entrance to Tuggerah Lakes SC, Tumbi Umbi via Bay Rd",
        "short": "S765",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S76-6-sj2-1",
        "label": "S766",
        "long": "Eastern Rd to Tuggerah Lakes College, Tumbi",
        "short": "S766",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S76-7-sj2-1",
        "label": "S767",
        "long": "The Entrance North to Tuggerah Lakes SC, Tumbi Umbi",
        "short": "S767",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S76-8-sj2-1",
        "label": "S768",
        "long": "Bateau Bay to Tuggerah Lakes SC, Tumbi Umbi via Long Jetty and Killarney Vale",
        "short": "S768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S76-9-sj2-1",
        "label": "S769",
        "long": "Toowoon Bay to Tuggerah Lakes SC, Tumbi Umbi",
        "short": "S769",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S77-0-sj2-1",
        "label": "S770",
        "long": "Central Coast Hwy at Nepean St to Tuggerah Lakes SC, Tumbi Umbi via Bay Rd",
        "short": "S770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S77-1-sj2-1",
        "label": "S771",
        "long": "South St after East St to Tuggerah Lakes SC, Tumbi Umbi",
        "short": "S771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S77-2-sj2-1",
        "label": "S772",
        "long": "Bateau Bay Rd to Tuggerah Lakes SC, Tumbi Umbi",
        "short": "S772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S77-3-sj2-1",
        "label": "S773",
        "long": "Central Coast Hwy opp Bateau Bay Rd to Tuggerah Lakes SC, Tumbi Umbi via Cresthaven Av",
        "short": "S773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S77-4-sj2-1",
        "label": "S774",
        "long": "The Entrance Rd at Warrigal Rd to Tuggerah Lakes SC, Tumbi Umbi",
        "short": "S774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S77-5-sj2-1",
        "label": "S775",
        "long": "Wyong Rd to Tuggerah Lakes SC, Tumbi Umbi via Brooke Av",
        "short": "S775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S77-6-sj2-1",
        "label": "S776",
        "long": "Tuggerah Lakes SC, Berkeley Vale to St John Fisher School",
        "short": "S776",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S77-7-sj2-1",
        "label": "S777",
        "long": "Wyong Station to TLK Alesco School",
        "short": "S777",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S77-9-sj2-1",
        "label": "S779",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Central Coast Rudolf Steiner School",
        "short": "S779",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S78-0-sj2-1",
        "label": "S780",
        "long": "Erina HS to Holgate PS via Matcham",
        "short": "S780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S78-1-sj2-1",
        "label": "S781",
        "long": "Gosford Station to Narara Valley HS",
        "short": "S781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S78-2-sj2-1",
        "label": "S782",
        "long": "Bay Village to Mary MacKillop College",
        "short": "S782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S78-3-sj2-1",
        "label": "S783",
        "long": "St Edwards College to St Patricks PS via Gosford",
        "short": "S783",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S78-5-sj2-1",
        "label": "S785",
        "long": "Wyong Station to Tuggerah PS",
        "short": "S785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S78-6-sj2-1",
        "label": "S786",
        "long": "Bateau Bay to Lisarow HS",
        "short": "S786",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S78-7-sj2-1",
        "label": "S787",
        "long": "Forresters Beach to TLSC Tumbi Umbi Campus",
        "short": "S787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S80-1-sj2-1",
        "label": "S801",
        "long": "Tuggerah Lakes SC, Berkeley Vale to Killarney Vale via Bateau Bay",
        "short": "S801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S80-2-sj2-1",
        "label": "S802",
        "long": "St Peters College to Cresthaven Av at Ireland Dr",
        "short": "S802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S80-3-sj2-1",
        "label": "S803",
        "long": "St Peters College to Our Lady of the Rosary PS via The Entrance",
        "short": "S803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S80-4-sj2-1",
        "label": "S804",
        "long": "St Peters College to Bateau Bay",
        "short": "S804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S80-5-sj2-1",
        "label": "S805",
        "long": "St Peters College to Bateau Bay via Shelly Beach",
        "short": "S805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S80-6-sj2-1",
        "label": "S806",
        "long": "St Peters College to Bateau Bay via Palm Valley Rd",
        "short": "S806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S80-7-sj2-1",
        "label": "S807",
        "long": "St Peters College to Bundilla Pde",
        "short": "S807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S80-8-sj2-1",
        "label": "S808",
        "long": "St Peters College to Killarney Vale",
        "short": "S808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S80-9-sj2-1",
        "label": "S809",
        "long": "St Peters College to Wyong Station",
        "short": "S809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S81-0-sj2-1",
        "label": "S810",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Cresthaven Av",
        "short": "S810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S81-1-sj2-1",
        "label": "S811",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to The Entrance",
        "short": "S811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S81-2-sj2-1",
        "label": "S812",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Tuggerah PS",
        "short": "S812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S81-3-sj2-1",
        "label": "S813",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Bundeena Rd",
        "short": "S813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S81-4-sj2-1",
        "label": "S814",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Toowoon Bay",
        "short": "S814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S81-5-sj2-1",
        "label": "S815",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Bateau Bay via Tumbi Rd",
        "short": "S815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S81-6-sj2-1",
        "label": "S816",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Robertson Rd",
        "short": "S816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S81-7-sj2-1",
        "label": "S817",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to The Entrance North",
        "short": "S817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S81-8-sj2-1",
        "label": "S818",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Bateau Bay via Robertson Rd",
        "short": "S818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S81-9-sj2-1",
        "label": "S819",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Central Coast Steiner School",
        "short": "S819",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S82-0-sj2-1",
        "label": "S820",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Bateau Bay Showground",
        "short": "S820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S82-1-sj2-1",
        "label": "S821",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to Brooke Av PS",
        "short": "S821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S82-2-sj2-1",
        "label": "S822",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to The Entrance PS",
        "short": "S822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S82-3-sj2-1",
        "label": "S823",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to The Entrance PS",
        "short": "S823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S82-4-sj2-1",
        "label": "S824",
        "long": "Tuggerah Lakes SC, Tumbi Umbi to The Entrance via Toowoon Bay",
        "short": "S824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S82-5-sj2-1",
        "label": "S825",
        "long": "St John Fisher School to Tumbi Creek Rd via Chittaway Bay",
        "short": "S825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S82-6-sj2-1",
        "label": "S826",
        "long": "St John Fisher School to Bateau Bay via Berkeley Vale",
        "short": "S826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S82-7-sj2-1",
        "label": "S827",
        "long": "TLK Alesco School to Wyong Station",
        "short": "S827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S82-8-sj2-1",
        "label": "S828",
        "long": "The Entrance North to Bateau Bay",
        "short": "S828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S82-9-sj2-1",
        "label": "S829",
        "long": "Ourimbah PS to Bateau Bay via North Gosford",
        "short": "S829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S83-0-sj2-1",
        "label": "S830",
        "long": "Holgate PS to Central Coast Hwy",
        "short": "S830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S83-1-sj2-1",
        "label": "S831",
        "long": "Holgate PS to Central Coast Grammar School via Matcham",
        "short": "S831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S83-2-sj2-1",
        "label": "S832",
        "long": "Narara Valley HS to Central Coast Grammar School",
        "short": "S832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S83-3-sj2-1",
        "label": "S833",
        "long": "Lakes Grammar School to Bay Village",
        "short": "S833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S83-4-sj2-1",
        "label": "S834",
        "long": "Central Coast Steiner School to Berkeley Vale",
        "short": "S834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S83-5-sj2-1",
        "label": "S835",
        "long": "Wamberal Public School to Bateau Bay via Tumbi Umbi and Killarney Vale",
        "short": "S835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S84-0-sj2-1",
        "label": "S840",
        "long": "Wamberal PS to Tumbi Umbi",
        "short": "S840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S84-1-sj2-1",
        "label": "S841",
        "long": "TLSC Tumbi Umbi Campus to Our Lady of the Rosary PS",
        "short": "S841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-S84-2-sj2-1",
        "label": "S842",
        "long": "TLSC Tumbi Umbi Campus to Forresters Beach",
        "short": "S842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-100-sj2-1",
        "label": "100",
        "long": "Taronga Zoo to City QVB",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-111-sj2-1",
        "label": "111",
        "long": "South Mosman Wharf to Chowder Bay",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-114-sj2-1",
        "label": "114",
        "long": "Royal North Shore Hospital to Balmoral",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-144-sj2-1",
        "label": "144",
        "long": "Chatswood to Manly via St Leonards",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-145-sj2-1",
        "label": "145",
        "long": "Seaforth to Warringah Mall",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-150-X-sj2-1",
        "label": "150X",
        "long": "Milsons Point to Manly (Express Service)",
        "short": "150X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-154-X-sj2-1",
        "label": "154X",
        "long": "Milsons Point to Dee Why (Express Service)",
        "short": "154X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-155-sj2-1",
        "label": "155",
        "long": "Frenchs Forest to Bayview Garden Village",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-156-sj2-1",
        "label": "156",
        "long": "Mona Vale to McCarrs Creek",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-160-X-sj2-1",
        "label": "160X",
        "long": "Chatswood to Dee Why via Frenchs Forest (Express Service)",
        "short": "160X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-161-sj2-1",
        "label": "161",
        "long": "Manly to North Head (Loop Service)",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-162-sj2-1",
        "label": "162",
        "long": "Manly to Seaforth",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-165-X-sj2-1",
        "label": "165X",
        "long": "City Wynyard to South Curl Curl (Express Service)",
        "short": "165X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-166-sj2-1",
        "label": "166",
        "long": "Manly to Frenchs Forest via Dee Why Beach",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-167-sj2-1",
        "label": "167",
        "long": "Manly to Warringah Mall via South Curl Curl",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-168-X-sj2-1",
        "label": "168X",
        "long": "City Wynyard to Balgowlah via North Balgowlah (Express Service)",
        "short": "168X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-170-X-sj2-1",
        "label": "170X",
        "long": "City Wynyard to Manly (Express Service)",
        "short": "170X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-171-X-sj2-1",
        "label": "171X",
        "long": "City Wynyard to Balgowlah via Clontarf (Express Service)",
        "short": "171X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-172-X-sj2-1",
        "label": "172X",
        "long": "City Wynyard to Warringah Mall via North Balgowlah (Express Service)",
        "short": "172X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-173-X-sj2-1",
        "label": "173X",
        "long": "City Wynyard to Warringah Mall via Balgowlah Shops (Express Service)",
        "short": "173X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-174-X-sj2-1",
        "label": "174X",
        "long": "City Wynyard to Narraweena (Express Service)",
        "short": "174X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-176-X-sj2-1",
        "label": "176X",
        "long": "City Wynyard to Dee Why via North Curl Curl (Express Service)",
        "short": "176X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-177-X-sj2-1",
        "label": "177X",
        "long": "City Wynyard to Dee Why via Wingala (Express Service)",
        "short": "177X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-177-sj2-1",
        "label": "177",
        "long": "Warringah Mall to Dee Why",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-178-sj2-1",
        "label": "178",
        "long": "Warringah Mall to Cromer Heights",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-179-sj2-1",
        "label": "179",
        "long": "Warringah Mall to Wheeler Heights",
        "short": "179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-180-X-sj2-1",
        "label": "180X",
        "long": "City Wynyard to Collaroy Plateau (Express Service)",
        "short": "180X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-180-sj2-1",
        "label": "180",
        "long": "Warringah Mall to Collaroy Plateau",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-181-X-sj2-1",
        "label": "181X",
        "long": "City Wynyard to Narrabeen (Express Service)",
        "short": "181X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-182-sj2-1",
        "label": "182",
        "long": "Narrabeen to Mona Vale",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-185-sj2-1",
        "label": "185",
        "long": "Narrabeen to Mona Vale via Warriewood Valley",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-190-X-sj2-1",
        "label": "190X",
        "long": "City Wynyard to North Avalon (Express Service)",
        "short": "190X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-191-sj2-1",
        "label": "191",
        "long": "Avalon Beach to Taylors Point (Loop Service)",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-192-sj2-1",
        "label": "192",
        "long": "Avalon Beach to Stokes Point (Loop Service)",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-199-sj2-1",
        "label": "199",
        "long": "Manly to Palm Beach via Dee Why and Mona Vale",
        "short": "199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-201-sj2-1",
        "label": "201",
        "long": "City Bridge St to Cremorne",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-225-sj2-1",
        "label": "225",
        "long": "Neutral Bay Wharf to Cremorne Point Wharf",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-228-sj2-1",
        "label": "228",
        "long": "Mosman to Clifton Gardens",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-229-sj2-1",
        "label": "229",
        "long": "North Sydney to Beauty Point",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-230-sj2-1",
        "label": "230",
        "long": "Milsons Point to Mosman Wharf via North Sydney",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-238-sj2-1",
        "label": "238",
        "long": "Balmoral to Taronga Zoo Wharf",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-243-sj2-1",
        "label": "243",
        "long": "City Wynyard to Spit Junction via North Cremorne",
        "short": "243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-246-sj2-1",
        "label": "246",
        "long": "City Wynyard to Balmoral Heights",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-249-sj2-1",
        "label": "249",
        "long": "City Wynyard to Beauty Point",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-263-sj2-1",
        "label": "263",
        "long": "City Bridge St to Crows Nest via Cremorne",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-280-sj2-1",
        "label": "280",
        "long": "Chatswood to Warringah Mall",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-560-N-sj2-1",
        "label": "560n",
        "long": "Mosman PS to Florence St at Reed St",
        "short": "560n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-563-N-sj2-1",
        "label": "563n",
        "long": "Pindari Av opp Euryalus St, Mosman to Mosman HS",
        "short": "563n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-564-N-sj2-1",
        "label": "564n",
        "long": "Queenwood School for Girls to Beauty Point Public School",
        "short": "564n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-565-N-sj2-1",
        "label": "565n",
        "long": "Cremorne Wharf to Middle Harbour PS",
        "short": "565n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-566-N-sj2-1",
        "label": "566n",
        "long": "Middle Harbour PS to Cremorne Wharf",
        "short": "566n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-567-N-sj2-1",
        "label": "567n",
        "long": "Middle Harbour PS to Balmoral Beach",
        "short": "567n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-568-N-sj2-1",
        "label": "568n",
        "long": "Fitzroy St, Milsons Pt to Taronga Zoo",
        "short": "568n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-569-N-sj2-1",
        "label": "569n",
        "long": "Fitzroy St, Milsons Pt to Balmoral Beach",
        "short": "569n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-570-N-sj2-1",
        "label": "570n",
        "long": "Broughton St, Milsons Pt to Neutral Bay PS",
        "short": "570n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-571-N-sj2-1",
        "label": "571n",
        "long": "Neutral Bay PS to Eastern Valley Way at McCelland St, Willoughby East",
        "short": "571n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-572-N-sj2-1",
        "label": "572n",
        "long": "Neutral Bay PS to Milsons Pt Wharf",
        "short": "572n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-573-N-sj2-1",
        "label": "573n",
        "long": "Neutral Bay Public to Warringah Mall",
        "short": "573n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-574-N-sj2-1",
        "label": "574n",
        "long": "Narrabeen High to Wynyard Station",
        "short": "574n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-578-N-sj2-1",
        "label": "578n",
        "long": "Queenwood to Lane Cove Shops",
        "short": "578n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-579-N-sj2-1",
        "label": "579n",
        "long": "Chatswood Station to Queenwood",
        "short": "579n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-580-N-sj2-1",
        "label": "580n",
        "long": "Queenwood Junior to Castlecrag",
        "short": "580n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-581-N-sj2-1",
        "label": "581n",
        "long": "Queenwood to Chatswood Station",
        "short": "581n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-582-N-sj2-1",
        "label": "582n",
        "long": "Queenwood Junior School to Milsons Pt via Queenwood School, Waitovu St",
        "short": "582n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-583-N-sj2-1",
        "label": "583n",
        "long": "Queenwood School for Girls to Manly Wharf",
        "short": "583n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-584-N-sj2-1",
        "label": "584n",
        "long": "Queenwood Junior School to Warringah Mall via Queenwood School, Waitovu St",
        "short": "584n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-586-N-sj2-1",
        "label": "586n",
        "long": "Sacred Heart Catholic PS to Middle Head Rd at Chowder Bay Rd",
        "short": "586n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-588-N-sj2-1",
        "label": "588n",
        "long": "Sacred Heart Primary School to Seaforth Public School via Condamine St",
        "short": "588n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-589-N-sj2-1",
        "label": "589n",
        "long": "Fitzroy St at Alfred St, Milsons Pt to Brady St before Military Rd, Mosman",
        "short": "589n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-591-N-sj2-1",
        "label": "591n",
        "long": "Mosman HS to Lane Cove",
        "short": "591n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-592-N-sj2-1",
        "label": "592n",
        "long": "Mosman High to Chatswood Station",
        "short": "592n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-593-N-sj2-1",
        "label": "593n",
        "long": "Chatswood to Mosman PS and Mosman HS",
        "short": "593n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-595-N-sj2-1",
        "label": "595n",
        "long": "Redlands to East Lindfield",
        "short": "595n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-596-N-sj2-1",
        "label": "596n",
        "long": "East Lindfield to Redlands",
        "short": "596n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-597-N-sj2-1",
        "label": "597n",
        "long": "Spit Bridge to North Sydney Station",
        "short": "597n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-598-N-sj2-1",
        "label": "598n",
        "long": "North Sydney Oval to Broughton St, Milsons Pt",
        "short": "598n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-600-N-sj2-1",
        "label": "600n",
        "long": "NBSC Cromer Campus to Warringah Mall",
        "short": "600n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-601-N-sj2-1",
        "label": "601n",
        "long": "Cromer PS to Manly via Dee Why and Freshwater",
        "short": "601n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-602-N-sj2-1",
        "label": "602n",
        "long": "Cromer HS to Frenchs Forest",
        "short": "602n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-603-N-sj2-1",
        "label": "603n",
        "long": "Cromer HS to Warringah Mall",
        "short": "603n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-604-N-sj2-1",
        "label": "604n",
        "long": "Cromer HS to Collaroy Plateau",
        "short": "604n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-605-N-sj2-1",
        "label": "605n",
        "long": "Cromer PS to Wheeler Heights PS",
        "short": "605n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-607-N-sj2-1",
        "label": "607n",
        "long": "Blessed Sacrement PS to Beauty Pt",
        "short": "607n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-608-N-sj2-1",
        "label": "608n",
        "long": "Blessed Sacrament PS to NBSC Balgowlah Boys Campus via Balgowlah Heights",
        "short": "608n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-609-N-sj2-1",
        "label": "609n",
        "long": "Beauty Pt PS to Military Rd at Wycombe Rd",
        "short": "609n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-610-N-sj2-1",
        "label": "610n",
        "long": "NBSC Mackellar Girls Campus to Seaforth Oval via Balgowlah Heights",
        "short": "610n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-611-N-sj2-1",
        "label": "611n",
        "long": "NBSC Mackellar Girls Campus to Dee Why via Curl Curl",
        "short": "611n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-612-N-sj2-1",
        "label": "612n",
        "long": "NBSC Mackellar Girls Campus to St Augustines College",
        "short": "612n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-613-N-sj2-1",
        "label": "613n",
        "long": "NBSC Mackellar Girls Campus to Seaforth Child Care Centre",
        "short": "613n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-614-N-sj2-1",
        "label": "614n",
        "long": "St Kierans Catholic PS to Seaforth",
        "short": "614n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-615-N-sj2-1",
        "label": "615n",
        "long": "NBSC Mackellar Girls Campus to Beacon Hill",
        "short": "615n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-616-N-sj2-1",
        "label": "616n",
        "long": "NBSC Mackellar Girls Campus to St Pauls Catholic College, Manly",
        "short": "616n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-617-N-sj2-1",
        "label": "617n",
        "long": "Broughton St at Fitzroy St, Milsons Pt to West Promenade, Manly",
        "short": "617n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-618-N-sj2-1",
        "label": "618n",
        "long": "Manly Vale PS to NBSC Mackellar Girls Campus",
        "short": "618n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-619-N-sj2-1",
        "label": "619n",
        "long": "NBSC Mackellar Girls Campus to Manly Vale PS",
        "short": "619n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-620-N-sj2-1",
        "label": "620n",
        "long": "Manly Vale Schools to Allambie Heights",
        "short": "620n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-621-N-sj2-1",
        "label": "621n",
        "long": "The Forest High School to Dee Why",
        "short": "621n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-622-N-sj2-1",
        "label": "622n",
        "long": "NBSC Mackellar Girls Campus to McIntosh Rd after Mundara Pl, Narraweena",
        "short": "622n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-624-N-sj2-1",
        "label": "624n",
        "long": "Mackellar Girls High to Narraweena",
        "short": "624n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-625-N-sj2-1",
        "label": "625n",
        "long": "Mackellar Girls High to Skyline Shops",
        "short": "625n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-626-N-sj2-1",
        "label": "626n",
        "long": "Pittwater House to Neutral Bay Junction",
        "short": "626n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-627-N-sj2-1",
        "label": "627n",
        "long": "Mackellar Girls High to Narrabeen",
        "short": "627n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-628-N-sj2-1",
        "label": "628n",
        "long": "Mackellar Girls High to Mona Vale Junction",
        "short": "628n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-629-N-sj2-1",
        "label": "629n",
        "long": "Mackellar Girls High to Avalon",
        "short": "629n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-630-N-sj2-1",
        "label": "630n",
        "long": "North Narrabeen Public School to Mater Maria Warriewood",
        "short": "630n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-631-N-sj2-1",
        "label": "631n",
        "long": "Manly Wharf to St. Lukes Dee Why",
        "short": "631n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-632-N-sj2-1",
        "label": "632n",
        "long": "Pittwater High School to Warringah Mall",
        "short": "632n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-633-N-sj2-1",
        "label": "633n",
        "long": "Pittwater High to Mater Maria Warriewood",
        "short": "633n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-634-N-sj2-1",
        "label": "634n",
        "long": "Mona Vale Primary to Mona Vale Junction",
        "short": "634n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-635-N-sj2-1",
        "label": "635n",
        "long": "Mater Maria College to Narrabeen",
        "short": "635n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-636-N-sj2-1",
        "label": "636n",
        "long": "Warringah Mall to Pittwater HS",
        "short": "636n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-637-N-sj2-1",
        "label": "637n",
        "long": "Beacon Hill to Pittwater HS",
        "short": "637n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-638-N-sj2-1",
        "label": "638n",
        "long": "Pittwater High to Newport",
        "short": "638n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-640-N-sj2-1",
        "label": "640n",
        "long": "Pittwater High to Careel Head Rd",
        "short": "640n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-641-N-sj2-1",
        "label": "641n",
        "long": "Mater Maria Warriewood to Collaroy Plateau",
        "short": "641n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-642-N-sj2-1",
        "label": "642n",
        "long": "Mater Maria to Narrabeen",
        "short": "642n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-643-N-sj2-1",
        "label": "643n",
        "long": "Mater Maria Catholic to McCarrs Creek via Mona Vale Schools",
        "short": "643n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-644-N-sj2-1",
        "label": "644n",
        "long": "Careel Head Road to Pittwater High",
        "short": "644n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-645-N-sj2-1",
        "label": "645n",
        "long": "Mater Maria Warriewood to McCarrs Creek",
        "short": "645n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-646-N-sj2-1",
        "label": "646n",
        "long": "Mona Vale Primary to Church Point",
        "short": "646n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-647-N-sj2-1",
        "label": "647n",
        "long": "Cromer High School to Mater Maria Warriewood",
        "short": "647n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-648-N-sj2-1",
        "label": "648n",
        "long": "Cromer High School to Mater Maria Warriewood",
        "short": "648n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-649-N-sj2-1",
        "label": "649n",
        "long": "Pittwater High to Beacon Hill",
        "short": "649n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-650-N-sj2-1",
        "label": "650n",
        "long": "Mater Maria Warriewood to Careel Head Road",
        "short": "650n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-651-N-sj2-1",
        "label": "651n",
        "long": "Mater Maria Warriewood to Palm Beach",
        "short": "651n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-652-N-sj2-1",
        "label": "652n",
        "long": "Mona Vale Primary to Pittwater Rd and Garden St",
        "short": "652n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-653-N-sj2-1",
        "label": "653n",
        "long": "St. Augustines Brookvale to Manly Wharf",
        "short": "653n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-655-N-sj2-1",
        "label": "655n",
        "long": "St. Augustines to Seaforth, Frenchs Forest and Sydney Rds",
        "short": "655n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-656-N-sj2-1",
        "label": "656n",
        "long": "St. Augustines Brookvale to Manly Wharf",
        "short": "656n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-657-N-sj2-1",
        "label": "657n",
        "long": "St Augustine's to Collaroy Plateau",
        "short": "657n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-658-N-sj2-1",
        "label": "658n",
        "long": "Mackellar Girls High to Wheeler Heights Shops",
        "short": "658n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-659-N-sj2-1",
        "label": "659n",
        "long": "Beacon Hill Public School to St. Augustines Brookvale",
        "short": "659n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-660-N-sj2-1",
        "label": "660n",
        "long": "Frenchs Forest to St Augustine",
        "short": "660n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-661-N-sj2-1",
        "label": "661n",
        "long": "St. Augustines Brookvale to Rabbett St and Forest Way",
        "short": "661n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-662-N-sj2-1",
        "label": "662n",
        "long": "Queenwood School to Avalon",
        "short": "662n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-663-N-sj2-1",
        "label": "663n",
        "long": "St. Pauls High, Manly to Avalon",
        "short": "663n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-664-N-sj2-1",
        "label": "664n",
        "long": "Mater Maria Warriewood to Avalon",
        "short": "664n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-665-N-sj2-1",
        "label": "665n",
        "long": "Narrabeen High School to Neutral Bay Junction",
        "short": "665n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-667-N-sj2-1",
        "label": "667n",
        "long": "Narrabeen High School to Palm Beach",
        "short": "667n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-668-N-sj2-1",
        "label": "668n",
        "long": "St. Lukes Dee Why to The Bluff",
        "short": "668n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-670-N-sj2-1",
        "label": "670n",
        "long": "St. Lukes Dee Why to Bantry Bay",
        "short": "670n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-671-N-sj2-1",
        "label": "671n",
        "long": "St. Lukes Dee Why to Skyline Shops",
        "short": "671n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-672-N-sj2-1",
        "label": "672n",
        "long": "St. Lukes Dee Why to Collaroy Plateau",
        "short": "672n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-673-N-sj2-1",
        "label": "673n",
        "long": "Careel Head Road to St. Lukes Dee Why",
        "short": "673n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-674-N-sj2-1",
        "label": "674n",
        "long": "Stella Maris Manly to Frenchs Forest",
        "short": "674n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-675-N-sj2-1",
        "label": "675n",
        "long": "Freshwater Senior Campus to Seaforth Shops",
        "short": "675n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-676-N-sj2-1",
        "label": "676n",
        "long": "Cromer Primary to South Creek Rd and Pittwater Rd",
        "short": "676n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-677-N-sj2-1",
        "label": "677n",
        "long": "St. Lukes Dee Why to Narrabeen",
        "short": "677n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-678-N-sj2-1",
        "label": "678n",
        "long": "St. Lukes Dee Why to Newport",
        "short": "678n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-679-N-sj2-1",
        "label": "679n",
        "long": "Pittwater High to Plateau and Barrenjoey Rds",
        "short": "679n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-680-N-sj2-1",
        "label": "680n",
        "long": "Mackellar Girls High to Carawa and Carcoola Rds",
        "short": "680n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-681-N-sj2-1",
        "label": "681n",
        "long": "Manly Wharf to Balgowlah Boys High",
        "short": "681n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-682-N-sj2-1",
        "label": "682n",
        "long": "St. John's School, Harbord to North Curl Curl",
        "short": "682n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-683-N-sj2-1",
        "label": "683n",
        "long": "Seaforth Primary to Manly Wharf",
        "short": "683n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-684-N-sj2-1",
        "label": "684n",
        "long": "Cromer High School to St. Lukes Dee Why",
        "short": "684n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-685-N-sj2-1",
        "label": "685n",
        "long": "Balgowlah Boys High to North Curl Curl",
        "short": "685n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-686-N-sj2-1",
        "label": "686n",
        "long": "Balgowlah Boys High to Skyline Shops",
        "short": "686n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-687-N-sj2-1",
        "label": "687n",
        "long": "Harbord to Milsons Point",
        "short": "687n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-688-N-sj2-1",
        "label": "688n",
        "long": "Balgowlah Boys High to North Narrabeen",
        "short": "688n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-689-N-sj2-1",
        "label": "689n",
        "long": "Mona Vale to NBSC Balgowlah Boys High School",
        "short": "689n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-690-N-sj2-1",
        "label": "690n",
        "long": "St. Pauls High, Manly to Narraweena",
        "short": "690n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-691-N-sj2-1",
        "label": "691n",
        "long": "St. Pauls High, Manly to Narraweena",
        "short": "691n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-692-N-sj2-1",
        "label": "692n",
        "long": "St. Pauls High, Manly to Skyline Shops",
        "short": "692n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-693-N-sj2-1",
        "label": "693n",
        "long": "Stella Maris Manly to Skyline Shops",
        "short": "693n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-695-N-sj2-1",
        "label": "695n",
        "long": "Frenchs Forest to St Pauls",
        "short": "695n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-696-N-sj2-1",
        "label": "696n",
        "long": "Beacon Hill to St Pauls College via Dee Why",
        "short": "696n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-698-N-sj2-1",
        "label": "698n",
        "long": "St Pauls to Wheeler Heights",
        "short": "698n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-699-N-sj2-1",
        "label": "699n",
        "long": "St. Pauls High, Manly to Collaroy Plateau",
        "short": "699n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-700-N-sj2-1",
        "label": "700n",
        "long": "St Pauls Manly to Narraweena",
        "short": "700n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-701-N-sj2-1",
        "label": "701n",
        "long": "St. Pauls High, Manly to Frenchs Forest",
        "short": "701n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-704-N-sj2-1",
        "label": "704n",
        "long": "Avalon to Pittwater House School",
        "short": "704n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-705-N-sj2-1",
        "label": "705n",
        "long": "Freshwater Senior Campus to Manly Wharf",
        "short": "705n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-706-N-sj2-1",
        "label": "706n",
        "long": "Freshwater Senior Campus to Narraweena",
        "short": "706n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-707-N-sj2-1",
        "label": "707n",
        "long": "Milsons Point to North Balgowlah",
        "short": "707n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-708-N-sj2-1",
        "label": "708n",
        "long": "Fitzroy St, Milsons Pt to Musgrave Street Wharf",
        "short": "708n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-709-N-sj2-1",
        "label": "709n",
        "long": "The Esplanade at Awaba St to Mosman High School",
        "short": "709n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-710-N-sj2-1",
        "label": "710n",
        "long": "Broughton St, Milsons Pt to Dee Why",
        "short": "710n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-711-N-sj2-1",
        "label": "711n",
        "long": "Broughton St, Milsons Pt to Warringah Mall",
        "short": "711n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-712-N-sj2-1",
        "label": "712n",
        "long": "Pittwater House to Pittwater High",
        "short": "712n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-713-N-sj2-1",
        "label": "713n",
        "long": "Barrenjoey High to Narrabeen",
        "short": "713n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-714-N-sj2-1",
        "label": "714n",
        "long": "Barrenjoey High to Avalon",
        "short": "714n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-715-N-sj2-1",
        "label": "715n",
        "long": "Barrenjoey High to Avalon Public School",
        "short": "715n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-717-N-sj2-1",
        "label": "717n",
        "long": "Avalon Primary to Whale Beach Loop",
        "short": "717n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-719-N-sj2-1",
        "label": "719n",
        "long": "Avalon Public School to Barrenjoey High",
        "short": "719n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-720-N-sj2-1",
        "label": "720n",
        "long": "Frenchs Forest Public School to Brookvale",
        "short": "720n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-722-N-sj2-1",
        "label": "722n",
        "long": "Oxford Falls Grammar School to Seaforth Shops",
        "short": "722n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-723-N-sj2-1",
        "label": "723n",
        "long": "Oxford Falls Grammar School to Manly Wharf",
        "short": "723n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-725-N-sj2-1",
        "label": "725n",
        "long": "Wheeler Heights Shops to Manly High School",
        "short": "725n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-726-N-sj2-1",
        "label": "726n",
        "long": "Seaforth Shops to Manly High School",
        "short": "726n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-727-N-sj2-1",
        "label": "727n",
        "long": "Manly West Primary to Seaforth Shops",
        "short": "727n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-728-N-sj2-1",
        "label": "728n",
        "long": "Manly High School to Collaroy Plateau",
        "short": "728n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-729-N-sj2-1",
        "label": "729n",
        "long": "Manly High School to Frenchs Forest",
        "short": "729n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-730-N-sj2-1",
        "label": "730n",
        "long": "Frenchs Forest to NBSC Manly Campus",
        "short": "730n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-731-N-sj2-1",
        "label": "731n",
        "long": "NBSC Manly Campus to Castlecrag",
        "short": "731n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-732-N-sj2-1",
        "label": "732n",
        "long": "Oxford Falls Grammar School to St. Lukes Dee Why",
        "short": "732n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-733-N-sj2-1",
        "label": "733n",
        "long": "Manly High School to Mona Vale Junction",
        "short": "733n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-734-N-sj2-1",
        "label": "734n",
        "long": "Manly High School to Mona Vale Junction",
        "short": "734n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-735-N-sj2-1",
        "label": "735n",
        "long": "Manly High School to Careel Head Road",
        "short": "735n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-736-N-sj2-1",
        "label": "736n",
        "long": "Newport Public School to Mona Vale Junction",
        "short": "736n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-737-N-sj2-1",
        "label": "737n",
        "long": "Oxford Falls Road and Brooker to Frenchs Forest Public School",
        "short": "737n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-738-N-sj2-1",
        "label": "738n",
        "long": "South Creek and Pittwater Rd to North Narrabeen Public School",
        "short": "738n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-739-N-sj2-1",
        "label": "739n",
        "long": "Forest High School to Seaforth",
        "short": "739n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-740-N-sj2-1",
        "label": "740n",
        "long": "Narrabeen Public School to Grenfell Ave, North Narrabeen",
        "short": "740n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-741-N-sj2-1",
        "label": "741n",
        "long": "Northern Beaches SC, Manly Campus to Chatswood Station",
        "short": "741n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-742-N-sj2-1",
        "label": "742n",
        "long": "NBSC Manly to City Wynyard",
        "short": "742n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-743-N-sj2-1",
        "label": "743n",
        "long": "Narrabeen Public School to Pittwater Rd and Vineyard St",
        "short": "743n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-744-N-sj2-1",
        "label": "744n",
        "long": "North Narrabeen Public School to Coronation St, Mona Vale",
        "short": "744n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-745-N-sj2-1",
        "label": "745n",
        "long": "Stella Maris Manly to Seaforth Shops",
        "short": "745n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-746-N-sj2-1",
        "label": "746n",
        "long": "Rabbett St and Forest Way to NBSC Manly Campus",
        "short": "746n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-747-N-sj2-1",
        "label": "747n",
        "long": "Frenchs Forest to Stella Maris",
        "short": "747n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-748-N-sj2-1",
        "label": "748n",
        "long": "Stella Maris Manly to Collaroy Plateau",
        "short": "748n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-749-N-sj2-1",
        "label": "749n",
        "long": "St. Pauls High, Manly to Mona Vale Junction",
        "short": "749n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-750-N-sj2-1",
        "label": "750n",
        "long": "NBSC Balgowlah Boys High to North Curl Curl",
        "short": "750n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-752-N-sj2-1",
        "label": "752n",
        "long": "St. Johns Narraweena to Nalya and Yallaroi, Narraweena",
        "short": "752n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-753-N-sj2-1",
        "label": "753n",
        "long": "St. Rose, Collaroy Plateau to Dee Why",
        "short": "753n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-754-N-sj2-1",
        "label": "754n",
        "long": "Kokoda Crescent to St. Johns Narraweena",
        "short": "754n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-755-N-sj2-1",
        "label": "755n",
        "long": "Seaforth Primary to The Bluff",
        "short": "755n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-756-N-sj2-1",
        "label": "756n",
        "long": "Harbord Public School to Wyadra Av and Harbord Rd",
        "short": "756n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-757-N-sj2-1",
        "label": "757n",
        "long": "North Curl Curl Public School to Manly Wharf",
        "short": "757n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-758-N-sj2-1",
        "label": "758n",
        "long": "Dee Why Public School to Dee Why",
        "short": "758n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-759-N-sj2-1",
        "label": "759n",
        "long": "North Curl Curl Public School to North Curl Curl",
        "short": "759n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-760-N-sj2-1",
        "label": "760n",
        "long": "Broughton St, Milsons Pt to Bantry Bay",
        "short": "760n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-761-N-sj2-1",
        "label": "761n",
        "long": "Broughton St, Milsons Pt to Manly Wharf",
        "short": "761n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-762-N-sj2-1",
        "label": "762n",
        "long": "SCEGGS to Manly Wharf",
        "short": "762n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-763-N-sj2-1",
        "label": "763n",
        "long": "Milsons Pt to Harbord and Abbott Rds",
        "short": "763n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-764-N-sj2-1",
        "label": "764n",
        "long": "Milsons Pt to Beatrice and Ernest Sts",
        "short": "764n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-765-N-sj2-1",
        "label": "765n",
        "long": "Milsons Point to Manly Wharf",
        "short": "765n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-766-N-sj2-1",
        "label": "766n",
        "long": "Avalon Beach SLSC to Dee Why via Newport Public School",
        "short": "766n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-767-N-sj2-1",
        "label": "767n",
        "long": "Avalon to Milsons Point",
        "short": "767n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-768-N-sj2-1",
        "label": "768n",
        "long": "Cromer High School to Cromer heights",
        "short": "768n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-769-N-sj2-1",
        "label": "769n",
        "long": "Milsons Pt to Avalon",
        "short": "769n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-770-N-sj2-1",
        "label": "770n",
        "long": "Mona Vale Primary to Avalon",
        "short": "770n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-772-N-sj2-1",
        "label": "772n",
        "long": "Barrenjoey High to Palm Beach",
        "short": "772n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-773-n-sj2-1",
        "label": "773n",
        "long": "Warringah Mall to Oxford Falls Grammar",
        "short": "773n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-774-N-sj2-1",
        "label": "774n",
        "long": "Oxford Falls to Pittwater House",
        "short": "774n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-775-N-sj2-1",
        "label": "775n",
        "long": "St. Kierans Manly Vale to Warringah and Pittwater Rds",
        "short": "775n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-777-N-sj2-1",
        "label": "777n",
        "long": "The Forest High School to Warringah Mall",
        "short": "777n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-778-N-sj2-1",
        "label": "778n",
        "long": "The Forest High School to Pittwater House School",
        "short": "778n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-779-N-sj2-1",
        "label": "779n",
        "long": "St. Kierans Manly Vale to Brookvale",
        "short": "779n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-780-N-sj2-1",
        "label": "780n",
        "long": "Manly West Primary to Manly Wharf",
        "short": "780n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-781-N-sj2-1",
        "label": "781n",
        "long": "Manly Wharf to Oxford Falls Grammar School",
        "short": "781n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-782-n-sj2-1",
        "label": "782n",
        "long": "The Forest High School to Seaforth",
        "short": "782n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-783-N-sj2-1",
        "label": "783n",
        "long": "St Augustine to Frenchs Forest",
        "short": "783n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-784-N-sj2-1",
        "label": "784n",
        "long": "St Lukes to Frenchs Forest",
        "short": "784n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-786-N-sj2-1",
        "label": "786n",
        "long": "Pittwater High to Barrenjoey High",
        "short": "786n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-787-N-sj2-1",
        "label": "787n",
        "long": "St Luke's Grammar to Avalon",
        "short": "787n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-788-n-sj2-1",
        "label": "788n",
        "long": "Pittwater House School to Allambie Heights",
        "short": "788n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-789-N-sj2-1",
        "label": "789n",
        "long": "Pittwater House School to Avalon",
        "short": "789n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-790-N-sj2-1",
        "label": "790n",
        "long": "Plateau and Barrenjoey Rds to Clareville",
        "short": "790n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-791-N-sj2-1",
        "label": "791n",
        "long": "St Lukes Grammar School to Palm Beach",
        "short": "791n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-792-N-sj2-1",
        "label": "792n",
        "long": "North Sydney Boys School High to Taronga Park Zoo",
        "short": "792n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-793-N-sj2-1",
        "label": "793n",
        "long": "North Sydney Girls High School to Manly Wharf",
        "short": "793n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-794-N-sj2-1",
        "label": "794n",
        "long": "North Sydney Girls High School to Manly Wharf",
        "short": "794n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-B1-sj2-1",
        "label": "B1",
        "long": "B-Line City Wynyard to Mona Vale",
        "short": "B1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-BN1-sj2-1",
        "label": "BN1",
        "long": "B-Line City QVB to Mona Vale (Night Service)",
        "short": "BN1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "168388",
        "color_name": "teal",
        "has_shape": true,
        "id": "3-M1-sj2-1",
        "label": "M1",
        "long": "M1 Metro North West and Bankstown Line",
        "short": "M1",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-13T-4-sj2-1",
        "label": "13T4",
        "long": "Kogarah, Rockdale, Wolli Creek (Loop Service)",
        "short": "13T4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-1T3-sj2-1",
        "label": "1T3",
        "long": "Central, then all stations to Sydenham",
        "short": "1T3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-304-sj2-1",
        "label": "304",
        "long": "City Circular Quay to Green Square (Loop Service)",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-306-sj2-1",
        "label": "306",
        "long": "Redfern to Mascot Station (Loop Service)",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-307-sj2-1",
        "label": "307",
        "long": "Eastgardens to Mascot Station (Loop Service)",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-309-sj2-1",
        "label": "309",
        "long": "Redfern to Port Botany",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-310-sj2-1",
        "label": "310",
        "long": "Central Railway Square to Botany",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-311-sj2-1",
        "label": "311",
        "long": "City Millers Point to Central Belmore Park via Potts Point and Darlinghurst",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-313-sj2-1",
        "label": "313",
        "long": "Bondi Junction to Coogee via Carrington Rd",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-323-sj2-1",
        "label": "323",
        "long": "Edgecliff to North Bondi via New South Head Rd",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-324-sj2-1",
        "label": "324",
        "long": "City Walsh Bay to Watsons Bay via Old South Head Rd",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-325-sj2-1",
        "label": "325",
        "long": "City Walsh Bay to Watsons Bay via Vaucluse Rd",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-326-sj2-1",
        "label": "326",
        "long": "Edgecliff to Bondi Junction via Bellevue Hill",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-327-sj2-1",
        "label": "327",
        "long": "Edgecliff to Bondi Junction via Manning Rd and Bellevue Rd",
        "short": "327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-328-sj2-1",
        "label": "328",
        "long": "Bondi Junction to Darling Point via Edgecliff (Loop Service)",
        "short": "328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-333-sj2-1",
        "label": "333",
        "long": "City Circular Quay to North Bondi via Bondi Junction",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-339-X-sj2-1",
        "label": "339X",
        "long": "City Martin Place to Clovelly (Express Service)",
        "short": "339X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-339-sj2-1",
        "label": "339",
        "long": "Clovelly to Central Foveaux St (Loop Service)",
        "short": "339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-342-sj2-1",
        "label": "342",
        "long": "Kingsford to Daceyville",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-343-sj2-1",
        "label": "343",
        "long": "City Circular Quay to Kingsford",
        "short": "343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-350-sj2-1",
        "label": "350",
        "long": "Bondi Junction to Sydney Airport Domestic",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-352-sj2-1",
        "label": "352",
        "long": "Bondi Junction to Marrickville Metro via Oxford St, Crown St and King St",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-355-sj2-1",
        "label": "355",
        "long": "Bondi Junction to Marrickville Metro via Moore Park and Erskineville",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-356-sj2-1",
        "label": "356",
        "long": "Bondi Junction to Eastgardens",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-360-sj2-1",
        "label": "360",
        "long": "Bondi Junction to Clovelly",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-362-sj2-1",
        "label": "362",
        "long": "Rose Bay to Coogee",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-370-sj2-1",
        "label": "370",
        "long": "Glebe Point to Coogee",
        "short": "370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-373-X-sj2-1",
        "label": "373X",
        "long": "City Martin Place to Coogee (Express Service)",
        "short": "373X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-373-sj2-1",
        "label": "373",
        "long": "Coogee to City Museum (Loop Service)",
        "short": "373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-374-X-sj2-1",
        "label": "374X",
        "long": "City Martin Place to Coogee via Bream St (Express Service)",
        "short": "374X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-374-sj2-1",
        "label": "374",
        "long": "Central Belmore Park to Coogee via Bream St",
        "short": "374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-375-sj2-1",
        "label": "375",
        "long": "Eastgardens to Randwick (Loop Service)",
        "short": "375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-377-X-sj2-1",
        "label": "377X",
        "long": "City Martin Place to Maroubra Beach via South Coogee (Express Service)",
        "short": "377X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-379-sj2-1",
        "label": "379",
        "long": "Bronte to North Bondi",
        "short": "379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-380-sj2-1",
        "label": "380",
        "long": "Bondi Junction to Watsons Bay via Bondi Beach",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-381-X-sj2-1",
        "label": "381X",
        "long": "Bondi Junction to Bondi Beach",
        "short": "381X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-381-sj2-1",
        "label": "381",
        "long": "Bondi Junction to Tamarama (Loop Service)",
        "short": "381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-386-sj2-1",
        "label": "386",
        "long": "Bondi Junction to Vaucluse via New South Head Rd and Old South Head Rd",
        "short": "386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-387-sj2-1",
        "label": "387",
        "long": "Bondi Junction to South Head Cemetery",
        "short": "387",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-388-sj2-1",
        "label": "388",
        "long": "Paddington to Bondi Junction",
        "short": "388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-390-X-sj2-1",
        "label": "390X",
        "long": "Bondi Junction to La Perouse (Express Service)",
        "short": "390X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-392-N-sj2-1",
        "label": "392N",
        "long": "City Circular Quay to Matraville (Night Service)",
        "short": "392N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-392-X-sj2-1",
        "label": "392X",
        "long": "Little Bay to City Museum (Loop Service)",
        "short": "392X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-392-sj2-1",
        "label": "392",
        "long": "Redfern to Little Bay",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-393-sj2-1",
        "label": "393",
        "long": "Eastgardens to Matraville",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-394-X-sj2-1",
        "label": "394X",
        "long": "La Perouse to City Museum (Express Service)",
        "short": "394X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-396-X-sj2-1",
        "label": "396X",
        "long": "City Martin Place to Maroubra Beach (Express Service)",
        "short": "396X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-396-sj2-1",
        "label": "396",
        "long": "City Circular Quay to Maroubra Beach",
        "short": "396",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-397-X-sj2-1",
        "label": "397X",
        "long": "City Martin Place to South Maroubra (Express Service)",
        "short": "397X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-397-sj2-1",
        "label": "397",
        "long": "Eastgardens to South Maroubra (Loop Service)",
        "short": "397",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-399-sj2-1",
        "label": "399",
        "long": "Little Bay to UNSW (Loop Service)",
        "short": "399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-44T-2-sj2-1",
        "label": "44T2",
        "long": "Central, Stanmore, then all stations to Strathfield",
        "short": "44T2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-600-E-sj2-1",
        "label": "600e",
        "long": "Rose Bay PS to Bondi Junction",
        "short": "600e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-601-E-sj2-1",
        "label": "601e",
        "long": "Maroubra Junction to Rose Bay SC",
        "short": "601e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-602-E-sj2-1",
        "label": "602e",
        "long": "Rose Bay SC to Kings Cross",
        "short": "602e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-603-E-sj2-1",
        "label": "603e",
        "long": "Rose Bay SC to Edgecliff",
        "short": "603e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-604-E-sj2-1",
        "label": "604e",
        "long": "Rose Bay SC to Watsons Bay",
        "short": "604e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-605-E-sj2-1",
        "label": "605e",
        "long": "Bondi Junction to Rose Bay SC",
        "short": "605e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-606-E-sj2-1",
        "label": "606e",
        "long": "Rose Bay SC to Oxford St near Queen St",
        "short": "606e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-608-E-sj2-1",
        "label": "608e",
        "long": "Vaucluse PS to Bondi Junction",
        "short": "608e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-609-E-sj2-1",
        "label": "609e",
        "long": "Rose Bay SC to Bondi Junction",
        "short": "609e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-60T-8-sj2-1",
        "label": "60T8",
        "long": "Central, then Green Square, Mascot, Domestic Airport,  Int Airport, Wolli Creek, Sydenham",
        "short": "60T8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-611-E-sj2-1",
        "label": "611e",
        "long": "Our Lady of The Rosary Catholic PS to King St Before Botany Rd",
        "short": "611e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-612-E-sj2-1",
        "label": "612e",
        "long": "Sydney Girls HS to Bondi Junction",
        "short": "612e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-615-E-sj2-1",
        "label": "615e",
        "long": "Kingsford to Marcellin College",
        "short": "615e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-616-E-sj2-1",
        "label": "616e",
        "long": "Perry St at Bunnerong Rd to Marcellin College",
        "short": "616e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-617-E-sj2-1",
        "label": "617e",
        "long": "Marcellin College to Bunnerong Rd near Moorina Ave",
        "short": "617e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-619-E-sj2-1",
        "label": "619e",
        "long": "St Brigidine Catholic PS to Maroubra Junction",
        "short": "619e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-620-E-sj2-1",
        "label": "620e",
        "long": "Randwick High School to Matraville",
        "short": "620e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-623-E-sj2-1",
        "label": "623e",
        "long": "Randwick High School to Bondi Junction",
        "short": "623e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-624-E-sj2-1",
        "label": "624e",
        "long": "Bondi Junction to Randwick High School",
        "short": "624e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-625-E-sj2-1",
        "label": "625e",
        "long": "Watsons Bay to Randwick High School",
        "short": "625e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-627-E-sj2-1",
        "label": "627e",
        "long": "Randwick High School to Maroubra",
        "short": "627e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-629-E-sj2-1",
        "label": "629e",
        "long": "Randwick High School to Clovelly Beach",
        "short": "629e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-62T-8-sj2-1",
        "label": "62T8",
        "long": "Central, then Green Square, Mascot",
        "short": "62T8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-630-E-sj2-1",
        "label": "630e",
        "long": "Randwick High School to Central Railway Square",
        "short": "630e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-632-E-sj2-1",
        "label": "632e",
        "long": "Gardeners and Botany Rds to Randwick High Schools",
        "short": "632e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-634-E-sj2-1",
        "label": "634e",
        "long": "Bondi Junction to Eastgardens",
        "short": "634e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-640-E-sj2-1",
        "label": "640e",
        "long": "Randwick High Schools to Railway Square",
        "short": "640e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-642-E-sj2-1",
        "label": "642e",
        "long": "Eddy Avenue to Randwick High Schools",
        "short": "642e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-644-E-sj2-1",
        "label": "644e",
        "long": "Elizabeth and Wellington Sts to Randwick High Schools",
        "short": "644e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-647-E-sj2-1",
        "label": "647e",
        "long": "Randwick High Schools to North Bondi",
        "short": "647e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-649-E-sj2-1",
        "label": "649e",
        "long": "Maroubra Junction to Randwick High Schools",
        "short": "649e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-650-E-sj2-1",
        "label": "650e",
        "long": "Brigidine College Randwick to Mascot",
        "short": "650e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-651-E-sj2-1",
        "label": "651e",
        "long": "Mascot to Brigidine College Randwick",
        "short": "651e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-652-E-sj2-1",
        "label": "652e",
        "long": "Maroubra Junction to Randwick High School",
        "short": "652e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-653-E-sj2-1",
        "label": "653e",
        "long": "Marcellin College Randwick to Matraville",
        "short": "653e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-654-E-sj2-1",
        "label": "654e",
        "long": "Little Bay to Brigidine College Randwick",
        "short": "654e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-655-E-sj2-1",
        "label": "655e",
        "long": "Brigidine College Randwick to Gardeners and Botany Rds",
        "short": "655e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-657-E-sj2-1",
        "label": "657e",
        "long": "Marcellin College Randwick to Eastgardens",
        "short": "657e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-658-E-sj2-1",
        "label": "658e",
        "long": "La Perouse to Brigidine College Randwick",
        "short": "658e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-660-E-sj2-1",
        "label": "660e",
        "long": "Smith St Pagewood to Mascot",
        "short": "660e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-661-E-sj2-1",
        "label": "661e",
        "long": "King St and Botany Rd to Daceyville Public School",
        "short": "661e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-662-E-sj2-1",
        "label": "662e",
        "long": "Daceyville Public School to Matraville",
        "short": "662e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-663-E-sj2-1",
        "label": "663e",
        "long": "St. Clares College Waverley to Mascot",
        "short": "663e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-664-E-sj2-1",
        "label": "664e",
        "long": "St. Clares College Waverley to Matraville",
        "short": "664e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-665-E-sj2-1",
        "label": "665e",
        "long": "St. Clares College Waverley to South Head Cemetery",
        "short": "665e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-667-E-sj2-1",
        "label": "667e",
        "long": "Banksmeadow (Discovery Cove) to OLSH College Kensington",
        "short": "667e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-668-E-sj2-1",
        "label": "668e",
        "long": "La Perouse to OLSH College Kensington",
        "short": "668e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-669-E-sj2-1",
        "label": "669e",
        "long": "OLSH College Kensington to Banksmeadow (Discovery Cove)",
        "short": "669e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-670-E-sj2-1",
        "label": "670e",
        "long": "Randwick Junction to Kincoppal Rose Bay",
        "short": "670e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-671-E-sj2-1",
        "label": "671e",
        "long": "Maroubra Beach to Kincoppal Rose Bay",
        "short": "671e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-672-E-sj2-1",
        "label": "672e",
        "long": "Kincoppal Rose Bay to Maroubra Junction",
        "short": "672e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-675-E-sj2-1",
        "label": "675e",
        "long": "Kincoppal Rose Bay to Bondi Junction",
        "short": "675e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-676-E-sj2-1",
        "label": "676e",
        "long": "Kincoppal Rose Bay to Maroubra Junction",
        "short": "676e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-677-E-sj2-1",
        "label": "677e",
        "long": "Maroubra Beach to Cranbrook School Bellevue Hill",
        "short": "677e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-680-E-sj2-1",
        "label": "680e",
        "long": "Cranbrook School Bellevue Hill to Randwick Junction",
        "short": "680e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-681-E-sj2-1",
        "label": "681e",
        "long": "Cranbrook School Bellevue Hill to Maroubra Junction",
        "short": "681e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-682-E-sj2-1",
        "label": "682e",
        "long": "Cranbrook School Bellevue Hill to Bondi Junction",
        "short": "682e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-683-E-sj2-1",
        "label": "683e",
        "long": "Emanuel School Randwick to Watsons Bay",
        "short": "683e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-685-E-sj2-1",
        "label": "685e",
        "long": "Chifley Public School to Little Bay",
        "short": "685e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-686-E-sj2-1",
        "label": "686e",
        "long": "Waverley College to Malabar",
        "short": "686e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-687-E-sj2-1",
        "label": "687e",
        "long": "Sydney Grammar Preparatory School to Bondi Junction",
        "short": "687e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-688-E-sj2-1",
        "label": "688e",
        "long": "Eastgardens to Woollahra PS",
        "short": "688e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-689-E-sj2-1",
        "label": "689e",
        "long": "Woollahra Public School to North Bondi",
        "short": "689e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-690-E-sj2-1",
        "label": "690e",
        "long": "Maroubra Junction to Waverley College",
        "short": "690e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-691-E-sj2-1",
        "label": "691e",
        "long": "Little Bay to Waverley College",
        "short": "691e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-692-E-sj2-1",
        "label": "692e",
        "long": "Mascot to Waverley College",
        "short": "692e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-693-E-sj2-1",
        "label": "693e",
        "long": "Waverley College to Maroubra Junction",
        "short": "693e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-694-E-sj2-1",
        "label": "694e",
        "long": "Waverley College to Matraville",
        "short": "694e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-695-E-sj2-1",
        "label": "695e",
        "long": "Waverley College to Maroubra Junction",
        "short": "695e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-697-E-sj2-1",
        "label": "697e",
        "long": "Mount Sinai College to Dover Heights",
        "short": "697e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-698-E-sj2-1",
        "label": "698e",
        "long": "Waverley College to Mascot",
        "short": "698e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-699-E-sj2-1",
        "label": "699e",
        "long": "Watsons Bay to Moriah College Queens Park",
        "short": "699e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-700-E-sj2-1",
        "label": "700e",
        "long": "Moriah College Queens Park to Watsons Bay",
        "short": "700e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-701-E-sj2-1",
        "label": "701e",
        "long": "Moriah College Queens Park to Watsons Bay",
        "short": "701e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-702-E-sj2-1",
        "label": "702e",
        "long": "Moriah College Queens Park to Dover and New South Head Rds",
        "short": "702e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-703-E-sj2-1",
        "label": "703e",
        "long": "Moriah College Queens Park to Bondi Junction",
        "short": "703e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-704-E-sj2-1",
        "label": "704e",
        "long": "Moriah College Queens Park to Maroubra Beach",
        "short": "704e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-705-E-sj2-1",
        "label": "705e",
        "long": "Moriah College Queens Park to Dover Heights",
        "short": "705e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-706-E-sj2-1",
        "label": "706e",
        "long": "Moriah College Queens Park to South Head Cemetery",
        "short": "706e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-707-E-sj2-1",
        "label": "707e",
        "long": "Mascot Public School to Gardeners Rd and Maloney St",
        "short": "707e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-708-E-sj2-1",
        "label": "708e",
        "long": "Sydney High Schools to Mascot Public School",
        "short": "708e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-710-E-sj2-1",
        "label": "710e",
        "long": "Rose Bay Secondary College to Bondi Jct",
        "short": "710e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-711-E-sj2-1",
        "label": "711e",
        "long": "Rose Bay Secondary College to Bondi Junction",
        "short": "711e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-712-E-sj2-1",
        "label": "712e",
        "long": "Rose Bay Secondary College to Bondi Junction",
        "short": "712e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-713-E-sj2-1",
        "label": "713e",
        "long": "Rose Bay Secondary College to Clovelly (Ocean St)",
        "short": "713e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-715-E-sj2-1",
        "label": "715e",
        "long": "Mascot Public School to Rose Bay Secondary College",
        "short": "715e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-716-E-sj2-1",
        "label": "716e",
        "long": "Rose Bay Secondary College to Randwick Junction",
        "short": "716e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-717-E-sj2-1",
        "label": "717e",
        "long": "Bondi Junction Interchange to Rose Bay Secondary",
        "short": "717e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-718-E-sj2-1",
        "label": "718e",
        "long": "Sydney French School to Watsons Bay",
        "short": "718e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-719-E-sj2-1",
        "label": "719e",
        "long": "Edgecliff to Sydney French School",
        "short": "719e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-720-E-sj2-1",
        "label": "720e",
        "long": "Scots College Preparatory School to Rose Bay",
        "short": "720e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-721-E-sj2-1",
        "label": "721e",
        "long": "Scots College to Edgecliff",
        "short": "721e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-724-E-sj2-1",
        "label": "724e",
        "long": "SCEGGS, Darlinghurst to City",
        "short": "724e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-725-E-sj2-1",
        "label": "725e",
        "long": "Sydney Grammar School to Watsons Bay",
        "short": "725e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-726-e-sj2-1",
        "label": "726e",
        "long": "Bondi Junction to Rose Bay Secondary College via Waverley College",
        "short": "726e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-728-E-sj2-1",
        "label": "728e",
        "long": "Chifley to Chifley Public School",
        "short": "728e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-731-E-sj2-1",
        "label": "731e",
        "long": "South Sydney High School to Botany",
        "short": "731e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-732-E-sj2-1",
        "label": "732e",
        "long": "South Sydney High School to South Botany",
        "short": "732e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-733-E-sj2-1",
        "label": "733e",
        "long": "Banksmeadow (Discovery Cove) to Maroubra Junction",
        "short": "733e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-734-E-sj2-1",
        "label": "734e",
        "long": "Banksmeadow (Discovery Cove) to Maroubra Junction",
        "short": "734e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-735-E-sj2-1",
        "label": "735e",
        "long": "South Sydney High School to La Perouse",
        "short": "735e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-736-E-sj2-1",
        "label": "736e",
        "long": "La Perouse to South Sydney High School",
        "short": "736e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-738-E-sj2-1",
        "label": "738e",
        "long": "Reddam House Sydney to Watsons Bay",
        "short": "738e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-739-E-sj2-1",
        "label": "739e",
        "long": "Maroubra Junction to Maroubra Bay Public School",
        "short": "739e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-740-E-sj2-1",
        "label": "740e",
        "long": "Marist College Pagewood to Gardeners and Botany Rds",
        "short": "740e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-741-E-sj2-1",
        "label": "741e",
        "long": "Marist College Pagewood to Matraville Sports High School",
        "short": "741e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-743-E-sj2-1",
        "label": "743e",
        "long": "Gardeners and Botany Rds to Marist College Pagewood",
        "short": "743e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-744-E-sj2-1",
        "label": "744e",
        "long": "Gardeners Rd Public School to Marist College Pagewood",
        "short": "744e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-745-E-sj2-1",
        "label": "745e",
        "long": "Marist College Pagewood to La Perouse",
        "short": "745e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-746-E-sj2-1",
        "label": "746e",
        "long": "Matraville Sports High School to Bunnerong and Heffron Rds",
        "short": "746e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-747-E-sj2-1",
        "label": "747e",
        "long": "St. Spyridon College Maroubra to Railway Square",
        "short": "747e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-748-E-sj2-1",
        "label": "748e",
        "long": "Matraville Sports High School to La Perouse",
        "short": "748e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-749-E-sj2-1",
        "label": "749e",
        "long": "Malabar Public School to Matraville Hotel",
        "short": "749e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-750-E-sj2-1",
        "label": "750e",
        "long": "Alexandria Park Community School to Redfern and George Sts",
        "short": "750e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-755-E-sj2-1",
        "label": "755e",
        "long": "Bondi Junction to Kesser Torah College",
        "short": "755e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-756-E-sj2-1",
        "label": "756e",
        "long": "Kesser Torah College - Old South Head and O'Sullivan Rds",
        "short": "756e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-757-E-sj2-1",
        "label": "757e",
        "long": "Kesser Torah College to Waverley Depot",
        "short": "757e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-758-E-sj2-1",
        "label": "758e",
        "long": "Bellevue Hill Primary School to South Head Cemetery",
        "short": "758e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-759-E-sj2-1",
        "label": "759e",
        "long": "Bellevue Hill Primary School to Eastgardens",
        "short": "759e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-779-E-sj2-1",
        "label": "779e",
        "long": "Maroubra Bay Public School to Maroubra Junction",
        "short": "779e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "30-_01-sj2-1",
        "label": "001",
        "long": "Central Chalmers Street to Moore Park Interchange",
        "short": "001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-10T-4-sj2-1",
        "label": "10T4",
        "long": "Sutherland, then all stations to Waterfall",
        "short": "10T4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-26T-8-sj2-1",
        "label": "26T8",
        "long": "Wolli Creek, then all stations to East Hills",
        "short": "26T8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-28T-4-sj2-1",
        "label": "28T4",
        "long": "Central, then express to Hurstville, all stations to Sutherland",
        "short": "28T4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-29T-2-sj2-1",
        "label": "29T2",
        "long": "Fairfield, then all stations to Leppington",
        "short": "29T2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-2C-sj2-1",
        "label": "2C",
        "long": "Woolooware HS to Saunders Bay Rd after Parthenia St, Caringbah South",
        "short": "2C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-301-sj2-1",
        "label": "301",
        "long": "Eastgardens to Rosebery (Loop Service)",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-36T-4-sj2-1",
        "label": "36T4",
        "long": "Sydenham, then Wolli Creek, Arncliffe",
        "short": "36T4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-41T-4-sj2-1",
        "label": "41T4",
        "long": "Hurstville, Sutherland, then all stations to Waterfall",
        "short": "41T4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-42T-4-sj2-1",
        "label": "42T4",
        "long": "Hurstville, Sutherland, then all stations to Cronulla",
        "short": "42T4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-43T-4-sj2-1",
        "label": "43T4",
        "long": "Hurstville, then all stations to Sutherland",
        "short": "43T4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-446-sj2-1",
        "label": "446",
        "long": "Roselands to St George Hospital",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-450-sj2-1",
        "label": "450",
        "long": "Hurstville to Strathfield",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-452-sj2-1",
        "label": "452",
        "long": "Rockdale to Beverly Hills",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-453-sj2-1",
        "label": "453",
        "long": "Rockdale Station to Percival Street Rockdale",
        "short": "453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-455-sj2-1",
        "label": "455",
        "long": "St George Hospital to Kingsgrove",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-4C-sj2-1",
        "label": "4C",
        "long": "Wooloware HS to Port Hacking Rd before Lynch Ave, Carringbah South",
        "short": "4C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-606-n-sj2-1",
        "label": "606n",
        "long": "St John's PS to NBSC Mackellar Girls Campus via Cromer",
        "short": "606n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-626-n-sj2-1",
        "label": "626n",
        "long": "NBSC Mackellar Girls Campus",
        "short": "626n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-669-n-sj2-1",
        "label": "669n",
        "long": "St. Luke's Grammar School to Manly Wharf",
        "short": "669n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-673-n-sj2-1",
        "label": "673n",
        "long": "Mona Vale PS to St Josephs Church Narrabeen",
        "short": "673n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-6C-sj2-1",
        "label": "6C",
        "long": "Endeavour Sports HS to Woolooware HS",
        "short": "6C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-702-n-sj2-1",
        "label": "702n",
        "long": "Frenchs Forest to St Pauls College",
        "short": "702n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-721-n-sj2-1",
        "label": "721n",
        "long": "Balgowlah to Oxford Falls Grammar School",
        "short": "721n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-724-n-sj2-1",
        "label": "724n",
        "long": "Oxford Falls Grammar to Queenscliff",
        "short": "724n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-738-n-sj2-1",
        "label": "738n",
        "long": "St Josephs Church Narrabeen to Truman Ave Shops",
        "short": "738n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-74T-8-sj2-1",
        "label": "74T8",
        "long": "East Hills, then Glenfield, then all stations to Macarthur",
        "short": "74T8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-751-n-sj2-1",
        "label": "751n",
        "long": "Narraweena Public School to Frenchs Forest Public School",
        "short": "751n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-754-n-sj2-1",
        "label": "754n",
        "long": "St. Johns Primary School to Beacon Hill",
        "short": "754n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-768-n-sj2-1",
        "label": "768n",
        "long": "NBSC Cromer Campus to Truman Ave Shops",
        "short": "768n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-771-n-sj2-1",
        "label": "771n",
        "long": "Pittwater House School to Avalon",
        "short": "771n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-785-n-sj2-1",
        "label": "785n",
        "long": "Seaforth to NBSC Cromer Campus",
        "short": "785n",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-922-sj2-1",
        "label": "922",
        "long": "Bankstown to East Hills via Milperra",
        "short": "922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-923-sj2-1",
        "label": "923",
        "long": "Bankstown to Panania via Picnic Point",
        "short": "923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-924-sj2-1",
        "label": "924",
        "long": "Bankstown to East Hills via Panania",
        "short": "924",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-926-sj2-1",
        "label": "926",
        "long": "Bankstown to Revesby Heights",
        "short": "926",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-927-sj2-1",
        "label": "927",
        "long": "Padstow to One Tree Point",
        "short": "927",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-938-sj2-1",
        "label": "938",
        "long": "Mount Lewis to Lakemba",
        "short": "938",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-939-sj2-1",
        "label": "939",
        "long": "Bankstown to Greenacre",
        "short": "939",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-940-sj2-1",
        "label": "940",
        "long": "Hurstville to Bankstown via Riverwood",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-941-sj2-1",
        "label": "941",
        "long": "Hurstville to Chullora Marketplace via Roselands and Punchbowl",
        "short": "941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-942-sj2-1",
        "label": "942",
        "long": "Campsie to Riverwood via Lakemba",
        "short": "942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-944-sj2-1",
        "label": "944",
        "long": "Roselands to Bankstown via Punchbowl",
        "short": "944",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-945-sj2-1",
        "label": "945",
        "long": "Hurstville to Bankstown via Mortdale",
        "short": "945",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-946-sj2-1",
        "label": "946",
        "long": "Roselands to Bankstown via Lakemba and Greenacre",
        "short": "946",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-947-sj2-1",
        "label": "947",
        "long": "Hurstville to Kogarah via Dolls Point",
        "short": "947",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-948-sj2-1",
        "label": "948",
        "long": "Riverwood to Lugarno",
        "short": "948",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-949-sj2-1",
        "label": "949",
        "long": "Hurstville to Lugarno",
        "short": "949",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-94T-1-sj2-1",
        "label": "94T1",
        "long": "Chatswood, then all stations to Gordon",
        "short": "94T1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-950-sj2-1",
        "label": "950",
        "long": "Hurstville to Bankstown via Padstow",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-951-sj2-1",
        "label": "951",
        "long": "Roselands to Peakhurst",
        "short": "951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-952-sj2-1",
        "label": "952",
        "long": "Hurstville to Roselands",
        "short": "952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-953-sj2-1",
        "label": "953",
        "long": "Hurstville to Connells Point (Loop Service)",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-954-sj2-1",
        "label": "954",
        "long": "Hurstville to Hurstville Grove",
        "short": "954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-955-sj2-1",
        "label": "955",
        "long": "Hurstville to Mortdale via Oatley",
        "short": "955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-956-sj2-1",
        "label": "956",
        "long": "Mortdale to Peakhurst Heights (Loop Service)",
        "short": "956",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-958-sj2-1",
        "label": "958",
        "long": "Hurstville to Kogarah via Carss Park",
        "short": "958",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-959-sj2-1",
        "label": "959",
        "long": "Hurstville to Bald Face Point (Loop Service)",
        "short": "959",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-960-sj2-1",
        "label": "960",
        "long": "Bankstown to Sutherland",
        "short": "960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-961-sj2-1",
        "label": "961",
        "long": "Miranda to Barden Ridge",
        "short": "961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-962-sj2-1",
        "label": "962",
        "long": "Miranda to East Hills",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-963-sj2-1",
        "label": "963",
        "long": "Menai Marketplace to Alfords Point (Loop Service)",
        "short": "963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-965-sj2-1",
        "label": "965",
        "long": "Sutherland to Woronora (Loop Service)",
        "short": "965",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-967-sj2-1",
        "label": "967",
        "long": "Miranda to Como West via Oyster Bay",
        "short": "967",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-968-sj2-1",
        "label": "968",
        "long": "Miranda to Bonnet Bay via Kareela",
        "short": "968",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-969-sj2-1",
        "label": "969",
        "long": "Sutherland to Cronulla",
        "short": "969",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-970-sj2-1",
        "label": "970",
        "long": "Hurstville to Miranda",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-971-sj2-1",
        "label": "971",
        "long": "Hurstville to Cronulla",
        "short": "971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-972-sj2-1",
        "label": "972",
        "long": "Miranda to Sylvania via Sylvania Waters",
        "short": "972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-973-sj2-1",
        "label": "973",
        "long": "Miranda to Yowie Bay (Loop Service)",
        "short": "973",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-974-sj2-1",
        "label": "974",
        "long": "Miranda to Gymea Bay (Loop Service)",
        "short": "974",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-975-sj2-1",
        "label": "975",
        "long": "Miranda to Grays Point (Loop Service)",
        "short": "975",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-976-sj2-1",
        "label": "976",
        "long": "Sutherland to Grays Point (Loop Service)",
        "short": "976",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-977-sj2-1",
        "label": "977",
        "long": "Miranda to Lilli Pilli (Loop Service)",
        "short": "977",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-978-sj2-1",
        "label": "978",
        "long": "Miranda to Dolans Bay via Port Hacking (Loop Service)",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-985-sj2-1",
        "label": "985",
        "long": "Miranda to Cronulla via Woolooware Bay",
        "short": "985",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-986-sj2-1",
        "label": "986",
        "long": "Miranda to Miranda North",
        "short": "986",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-987-sj2-1",
        "label": "987",
        "long": "Cronulla to Kurnell (Loop Service)",
        "short": "987",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-988-sj2-1",
        "label": "988",
        "long": "Caringbah to Cronulla via Burraneer",
        "short": "988",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-989-sj2-1",
        "label": "989",
        "long": "Bundeena to Maianbar (Loop Service)",
        "short": "989",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-991-sj2-1",
        "label": "991",
        "long": "Sutherland to Heathcote",
        "short": "991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-992-sj2-1",
        "label": "992",
        "long": "Engadine to Kingswood Rd (Loop Service)",
        "short": "992",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-993-sj2-1",
        "label": "993",
        "long": "Miranda to Woronora Heights (Loop Service)",
        "short": "993",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-996-sj2-1",
        "label": "996",
        "long": "Engadine to Heathcote East (Loop Service)",
        "short": "996",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-N10-sj2-1",
        "label": "N10",
        "long": "City Town Hall to Sutherland (Night Service)",
        "short": "N10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-N11-sj2-1",
        "label": "N11",
        "long": "City Town Hall to Cronulla (Night Service)",
        "short": "N11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-N20-sj2-1",
        "label": "N20",
        "long": "City Town Hall to Riverwood via SYD Airport (Night Service)",
        "short": "N20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S00-4-sj2-1",
        "label": "S004",
        "long": "Sutherland Shire School to Illawong PS",
        "short": "S004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S00-6-sj2-1",
        "label": "S006",
        "long": "Tharawal PS to Parc Menai Footbridge, Menai",
        "short": "S006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S01-2-sj2-1",
        "label": "S012",
        "long": "Sutherland Shire School to St Joseph's School Como",
        "short": "S012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S01-5-sj2-1",
        "label": "S015",
        "long": "Sutherland Station to Garnet Rd after Ruby Rd, Gymea",
        "short": "S015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S01-6-sj2-1",
        "label": "S016",
        "long": "Garnet Rd before Sylvania Rd to Sutherland Station",
        "short": "S016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S01-7-sj2-1",
        "label": "S017",
        "long": "Old Illawarra Rd opp Rosewall Dr, Menai to Menai PS",
        "short": "S017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S02-0-sj2-1",
        "label": "S020",
        "long": "Lucas Heights Community School to Tharawal PS",
        "short": "S020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S02-1-sj2-1",
        "label": "S021",
        "long": "Tharawal PS to Lucas Heights Community School",
        "short": "S021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S02-3-sj2-1",
        "label": "S023",
        "long": "Sutherland Shire School to Sutherland Station",
        "short": "S023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S02-4-sj2-1",
        "label": "S024",
        "long": "Inaburra School to Bignell St after Stuart Cl, Illawong",
        "short": "S024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S02-8-sj2-1",
        "label": "S028",
        "long": "Lucas Heights Community School to Alfords Pt via Bangor",
        "short": "S028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S03-5-sj2-1",
        "label": "S035",
        "long": "Sutherland Shire School to Engadine HS",
        "short": "S035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S03-7-sj2-1",
        "label": "S037",
        "long": "Engadine HS to Cooriengah Heights Rd at Kilmarnock Rd, Engadine",
        "short": "S037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S03-9-sj2-1",
        "label": "S039",
        "long": "Sutherland Station to Lucas Heights Community School",
        "short": "S039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S04-0-sj2-1",
        "label": "S040",
        "long": "Sutherland Interchange to Inaburra School",
        "short": "S040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S04-1-sj2-1",
        "label": "S041",
        "long": "St Patrick College Sutherland to Kirrawee HS",
        "short": "S041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S04-2-sj2-1",
        "label": "S042",
        "long": "Kirrawee HS  to Gymea Bay PS",
        "short": "S042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S04-4-sj2-1",
        "label": "S044",
        "long": "Barden Ridge to Tharawal PS via Bangor",
        "short": "S044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S04-5-sj2-1",
        "label": "S045",
        "long": "Fowler Rd after Alfords Point Rd, Illawong to Sutherland Shire School",
        "short": "S045",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S04-7-sj2-1",
        "label": "S047",
        "long": "Inaburra School to Tudar Rd before Sunbury St, Sutherland via Bonnet Bay",
        "short": "S047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S04-9-sj2-1",
        "label": "S049",
        "long": "Lucas Heights Community School to Bignell St after Stuart Cl, Illawong",
        "short": "S049",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S05-1-sj2-1",
        "label": "S051",
        "long": "Holy Family PS to Old Illawara Rd at Monash Rd, Menai",
        "short": "S051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S05-2-sj2-1",
        "label": "S052",
        "long": "Inaburra School to Sutherland Interchange",
        "short": "S052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S05-4-sj2-1",
        "label": "S054",
        "long": "Inaburra School to Menai HS",
        "short": "S054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S05-5-sj2-1",
        "label": "S055",
        "long": "Menai HS to Bignell St after Stuart Cl, Illawong",
        "short": "S055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S05-8-sj2-1",
        "label": "S058",
        "long": "Heathcote HS to Wollybutt Rd after Achilles Rd, Engadine",
        "short": "S058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S06-0-sj2-1",
        "label": "S060",
        "long": "Inaburra School to Sutherland Station",
        "short": "S060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S06-2-sj2-1",
        "label": "S062",
        "long": "Heathcote PS to Sutherland Shire School",
        "short": "S062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S06-3-sj2-1",
        "label": "S063",
        "long": "Bundanoon Rd at Lowry Pl, Woronora Heights to St John Bosco College",
        "short": "S063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S06-4-sj2-1",
        "label": "S064",
        "long": "Menai HS to Goorgool Rd at Kiara Cl, Bangor",
        "short": "S064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S06-5-sj2-1",
        "label": "S065",
        "long": "Bignell St after Stuart Cl, Illawong to Holy Family PS",
        "short": "S065",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S06-6-sj2-1",
        "label": "S066",
        "long": "Inaburra School to Davies Rd at Nella St, Padstow via Illawong",
        "short": "S066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S06-9-sj2-1",
        "label": "S069",
        "long": "Bangor Shopping Centre to Bangor PS",
        "short": "S069",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S07-0-sj2-1",
        "label": "S070",
        "long": "Lucas Heights Community School to Menai HS via Bangor",
        "short": "S070",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S07-3-sj2-1",
        "label": "S073",
        "long": "Padstow Station to Inaburra School",
        "short": "S073",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S07-5-sj2-1",
        "label": "S075",
        "long": "St John Bosco PS to Kingswood Rd at Lantana, Engadine",
        "short": "S075",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S07-6-sj2-1",
        "label": "S076",
        "long": "Sydney Technical HS to Westfield Hurstville",
        "short": "S076",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S07-7-sj2-1",
        "label": "S077",
        "long": "Bethany College to Hurstville Station",
        "short": "S077",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S08-3-sj2-1",
        "label": "S083",
        "long": "Marton PS to Woronora Heights",
        "short": "S083",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S08-4-sj2-1",
        "label": "S084",
        "long": "Sutherland Shire School to Marton PS via Heathcote",
        "short": "S084",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S08-8-sj2-1",
        "label": "S088",
        "long": "Alfords Point to Inaburra School via Menai",
        "short": "S088",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S08-9-sj2-1",
        "label": "S089",
        "long": "Inaburra School to Lucas Heights Community School",
        "short": "S089",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S09-3-sj2-1",
        "label": "S093",
        "long": "Bethany College, Bexely to Rockdale Station",
        "short": "S093",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S09-4-sj2-1",
        "label": "S094",
        "long": "Sydney Technical HS, Carlton to Rockdale Station",
        "short": "S094",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S09-6-sj2-1",
        "label": "S096",
        "long": "Oyster Bay to Sutherland via The Jannali HS",
        "short": "S096",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S09-7-sj2-1",
        "label": "S097",
        "long": "Georges River Rd at Fourth Ave, Jannali to St Patricks PS via Oyster Bay",
        "short": "S097",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S09-8-sj2-1",
        "label": "S098",
        "long": "President Ave at Oak Rd, Kirrawee to Kirrawee PS",
        "short": "S098",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S09-9-sj2-1",
        "label": "S099",
        "long": "Bethany College to Hurstville Station",
        "short": "S099",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S10-0-sj2-1",
        "label": "S100",
        "long": "St Aloysuis to Cronulla Station",
        "short": "S100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S10-1-sj2-1",
        "label": "S101",
        "long": "Boundary Rd and Kemp St to Inaburra School",
        "short": "S101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S10-2-sj2-1",
        "label": "S102",
        "long": "Riverwood to Oatley PS",
        "short": "S102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S10-3-sj2-1",
        "label": "S103",
        "long": "Hurstville to Mater Dei School",
        "short": "S103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S10-4-sj2-1",
        "label": "S104",
        "long": "Roselands to Malek Fahd Islamic School",
        "short": "S104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S10-5-sj2-1",
        "label": "S105",
        "long": "Wiley Park to Malek Fahd Islamic School",
        "short": "S105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S10-6-sj2-1",
        "label": "S106",
        "long": "Lakemba to Strathfield South HS",
        "short": "S106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S10-7-sj2-1",
        "label": "S107",
        "long": "Mortdale to Peakhurst HS",
        "short": "S107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S10-8-sj2-1",
        "label": "S108",
        "long": "Inaburra School to Oatley",
        "short": "S108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S11-0-sj2-1",
        "label": "S110",
        "long": "Kingsgrove North HS to Lakemba",
        "short": "S110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S11-1-sj2-1",
        "label": "S111",
        "long": "Mater Dei School to Hurstville",
        "short": "S111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S11-2-sj2-1",
        "label": "S112",
        "long": "Malek Fahd Islamic School to Lakemba",
        "short": "S112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S11-3-sj2-1",
        "label": "S113",
        "long": "Strathfield South HS to Lakemba",
        "short": "S113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S11-4-sj2-1",
        "label": "S114",
        "long": "Beverly Hills Girls HS to Greenacre",
        "short": "S114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S11-5-sj2-1",
        "label": "S115",
        "long": "Shire Christian School to Hurstville",
        "short": "S115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S11-6-sj2-1",
        "label": "S116",
        "long": "Holy Spirit College to Maiden St",
        "short": "S116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S11-7-sj2-1",
        "label": "S117",
        "long": "Peakhurst HS to Roselands Shopping Centre",
        "short": "S117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S11-8-sj2-1",
        "label": "S118",
        "long": "Penshurst to Rose St and Punchbowl Rd",
        "short": "S118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S11-9-sj2-1",
        "label": "S119",
        "long": "Beverly Hills Girls HS to Campsie",
        "short": "S119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S11-sj2-1",
        "label": "S11",
        "long": "Lilli Pilli Point Rd at Immarna Ave, Lilli Pilli to Woolooware HS",
        "short": "S11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S12-0-sj2-1",
        "label": "S120",
        "long": "Campsie to Beverly Hills Girls HS",
        "short": "S120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S12-1-sj2-1",
        "label": "S121",
        "long": "Cullens Rd and Canterbury Rd to Penshurst Girls HS",
        "short": "S121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S12-2-sj2-1",
        "label": "S122",
        "long": "Lugarno (Boronia Pde) to Penshurst",
        "short": "S122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S12-3-sj2-1",
        "label": "S123",
        "long": "St George Hospital to All Saints Grammar School",
        "short": "S123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S12-4-sj2-1",
        "label": "S124",
        "long": "Bonds Rd and Hannans Rd to Menai HS",
        "short": "S124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S12-5-sj2-1",
        "label": "S125",
        "long": "Menai High School to Bonds Rd before Hannans Rd",
        "short": "S125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S12-6-sj2-1",
        "label": "S126",
        "long": "Greenacre to Wiley Park Girls HS",
        "short": "S126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S12-7-sj2-1",
        "label": "S127",
        "long": "Lakemba to Kingsgrove North HS",
        "short": "S127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S12-8-sj2-1",
        "label": "S128",
        "long": "Punchbowl Rd and Wangee Rd to Beverly Hills Girls HS",
        "short": "S128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S12-9-sj2-1",
        "label": "S129",
        "long": "All Saints Junior School to Bexley North",
        "short": "S129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S12-sj2-1",
        "label": "S12",
        "long": "Crescent Rd before Mirral Rd, Caringbah South to Woolooware HS",
        "short": "S12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S13-0-sj2-1",
        "label": "S130",
        "long": "All Saints Junior School to St George Hospital",
        "short": "S130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S13-1-sj2-1",
        "label": "S131",
        "long": "Malek Fahd Islamic School to Roselands",
        "short": "S131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S13-2-sj2-1",
        "label": "S132",
        "long": "Malek Fahd Islamic School to Wiley Park",
        "short": "S132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S13-3-sj2-1",
        "label": "S133",
        "long": "Riverwood to Peakhurst South PS",
        "short": "S133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S13-4-sj2-1",
        "label": "S134",
        "long": "St Declans School to Lugarno",
        "short": "S134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S13-5-sj2-1",
        "label": "S135",
        "long": "Georges River College Peakhurst to Hurstville",
        "short": "S135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S13-6-sj2-1",
        "label": "S136",
        "long": "Georges River College Penshurst Girls to Riverwood",
        "short": "S136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S13-7-sj2-1",
        "label": "S137",
        "long": "Chullora PS to Beverly Hills Girls HS",
        "short": "S137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S13-8-sj2-1",
        "label": "S138",
        "long": "Penshurst Station to Lugarno",
        "short": "S138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S13-9-sj2-1",
        "label": "S139",
        "long": "GRC Peakhurst HS to Riverwood Station",
        "short": "S139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S14-0-sj2-1",
        "label": "S140",
        "long": "Lugarno Tate Pl to Marist College South Hurstville",
        "short": "S140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S14-1-sj2-1",
        "label": "S141",
        "long": "Marist College South Hurstville to Lugarno Tate Pl",
        "short": "S141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S14-2-sj2-1",
        "label": "S142",
        "long": "Lugarno to Marist Catholic College South Hurstville",
        "short": "S142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S14-3-sj2-1",
        "label": "S143",
        "long": "Marist Catholic College South Hurstville to Lugarno",
        "short": "S143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S14-7-sj2-1",
        "label": "S147",
        "long": "Picnic Point PS to Mt St Joseph Secondary School",
        "short": "S147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S14-9-sj2-1",
        "label": "S149",
        "long": "Glassop St before Little Rd, Yagoona to Kemps Creek PS",
        "short": "S149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S15-0-sj2-1",
        "label": "S150",
        "long": "Christadelphian Heritage College Sydney to Yagoona Station",
        "short": "S150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S15-3-sj2-1",
        "label": "S153",
        "long": "Sir Joseph Banks HS to Padstow Station",
        "short": "S153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S15-4-sj2-1",
        "label": "S154",
        "long": "East Hills Boys HS to Mt St Joseph Secondary School",
        "short": "S154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S15-5-sj2-1",
        "label": "S155",
        "long": "East Hill PS to St Lukes PS",
        "short": "S155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S15-6-sj2-1",
        "label": "S156",
        "long": "Bankstown Senior College to East Hills Boys HS",
        "short": "S156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S15-8-sj2-1",
        "label": "S158",
        "long": "Mt Joseph Secondary School to East Hills Boys HS",
        "short": "S158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S15-sj2-1",
        "label": "S15",
        "long": "Endeavour Sports HS to Woolooware HS via Caringbah Station",
        "short": "S15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S16-2-sj2-1",
        "label": "S162",
        "long": "WSU Bankstown to Mt St Joseph Secondary School via East Hills, Picnic Point",
        "short": "S162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S16-3-sj2-1",
        "label": "S163",
        "long": "Mt St Joseph Secondary School to East Hills Girls Technology HS",
        "short": "S163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S16-4-sj2-1",
        "label": "S164",
        "long": "Picnic Point HS to Henry Lawson Dr before Fromelles Av, Milperra",
        "short": "S164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S16-7-sj2-1",
        "label": "S167",
        "long": "Sandakan Rd at Rowell St, Revesby Heights to East Hills Boys HS",
        "short": "S167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S16-8-sj2-1",
        "label": "S168",
        "long": "Picnic Point HS to Gibson Ave after Turvey St, Padstow",
        "short": "S168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S16-9-sj2-1",
        "label": "S169",
        "long": "Mt St Joseph School to Padstow Station via Revesby PS, Revesby",
        "short": "S169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S17-7-sj2-1",
        "label": "S177",
        "long": "East Hills Boys HS to Panania North PS",
        "short": "S177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S18-sj2-1",
        "label": "S18",
        "long": "Woolware HS to Turriell Point Rd after Tamba Pl, Port Hacking",
        "short": "S18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S19-3-sj2-1",
        "label": "S193",
        "long": "Georges River Grammar to Revesby Station via East Hills Station",
        "short": "S193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S19-6-sj2-1",
        "label": "S196",
        "long": "Heathcote HS to Bundanoon Rd at Sandpiper Pl via Woronora Heights",
        "short": "S196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S19-7-sj2-1",
        "label": "S197",
        "long": "St John Bosco PS to Woronora Heights",
        "short": "S197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S19-9-sj2-1",
        "label": "S199",
        "long": "Sydney Technical HS - Botany Rd to HURSTVILLE Westfield - Cross Street",
        "short": "S199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S20-1-sj2-1",
        "label": "S201",
        "long": "Sylvania HS to Miranda Station",
        "short": "S201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S20-2-sj2-1",
        "label": "S202",
        "long": "Sydney Technical HS to Beverly Hills Station",
        "short": "S202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S20-6-sj2-1",
        "label": "S206",
        "long": "Hurstville Station to Bethany College",
        "short": "S206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S20-7-sj2-1",
        "label": "S207",
        "long": "Beverly Hills Station to Bethany College",
        "short": "S207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S20-8-sj2-1",
        "label": "S208",
        "long": "Hurstville PS to Norman Ave at Gannon Ave, Dolls Point",
        "short": "S208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S21-0-sj2-1",
        "label": "S210",
        "long": "Hurstville Station to St Ursulas College, Kingsgrove",
        "short": "S210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S21-1-sj2-1",
        "label": "S211",
        "long": "Bundanoon Rd opp Whimbrel Pl, Woronora Heights to Heathcote HS",
        "short": "S211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S21-2-sj2-1",
        "label": "S212",
        "long": "Heathcote HS to Bundanoon Rd after Arkana Pl via Woronora Heights",
        "short": "S212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S22-3-sj2-1",
        "label": "S223",
        "long": "Endeavour Sports HS to Caringbah Station",
        "short": "S223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S22-4-sj2-1",
        "label": "S224",
        "long": "Endeavour Sports HS to Sutherland Station",
        "short": "S224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S22-5-sj2-1",
        "label": "S225",
        "long": "St John Bosco PS to Sutherland Station",
        "short": "S225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S22-7-sj2-1",
        "label": "S227",
        "long": "Menai High School to Padstow via Padstow Heights",
        "short": "S227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S22-8-sj2-1",
        "label": "S228",
        "long": "Myrtle St at Spur Cres, Loftus to St John Bosco PS via Yarrawarrah",
        "short": "S228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S22-9-sj2-1",
        "label": "S229",
        "long": "Inaburra School to Prince Edward Park Rd Terminus, Woronora",
        "short": "S229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S23-3-sj2-1",
        "label": "S233",
        "long": "Engadine HS to Woronora Heights",
        "short": "S233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S23-6-sj2-1",
        "label": "S236",
        "long": "St John Bosco PS to Bundanoon Rd at Sandpiper Pl via Woronora Heights",
        "short": "S236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S24-4-sj2-1",
        "label": "S244",
        "long": "Sutherland Station to Kirrawee HS",
        "short": "S244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S24-6-sj2-1",
        "label": "S246",
        "long": "Kirrawee HS to Grays Point",
        "short": "S246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S24-7-sj2-1",
        "label": "S247",
        "long": "St Catherine Laboure School to Kirrawee HS via Grays Point",
        "short": "S247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S24-8-sj2-1",
        "label": "S248",
        "long": "Grays Point Public School Grays Point Rd to St Catherines",
        "short": "S248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S25-1-sj2-1",
        "label": "S251",
        "long": "Sydney Technical HS to Westfields Hurstville",
        "short": "S251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S25-3-sj2-1",
        "label": "S253",
        "long": "Kirrawee HS to Gymea Station, via Gymea Bay",
        "short": "S253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S25-5-sj2-1",
        "label": "S255",
        "long": "Miranda Station to Sylvania Heights PS",
        "short": "S255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S25-6-sj2-1",
        "label": "S256",
        "long": "Kogarah Station to Sylvania HS",
        "short": "S256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S25-7-sj2-1",
        "label": "S257",
        "long": "Sylvania High School to Kogarah",
        "short": "S257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S25-8-sj2-1",
        "label": "S258",
        "long": "Kirrawee HS to Sutherland Station",
        "short": "S258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S26-0-sj2-1",
        "label": "S260",
        "long": "Sylvania HS to Hurstville Station",
        "short": "S260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S26-2-sj2-1",
        "label": "S262",
        "long": "St Patrick College to Miranda Station via Sylvania",
        "short": "S262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S26-3-sj2-1",
        "label": "S263",
        "long": "Kirrawee HS to Grays Point PS",
        "short": "S263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S26-4-sj2-1",
        "label": "S264",
        "long": "Grays Point PS to Grays Point Rd after Swallow Rock Rd, Grays Point",
        "short": "S264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S26-5-sj2-1",
        "label": "S265",
        "long": "Kirrawee PS to Kirrawee HS",
        "short": "S265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S26-6-sj2-1",
        "label": "S266",
        "long": "Achilles Rd opp Cooriengah Heights Rd, Engadine to Sutherland Shire School",
        "short": "S266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S26-7-sj2-1",
        "label": "S267",
        "long": "Bundanoon Rd at Lowry Pl, Woronora Heights to St John Bosco College",
        "short": "S267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S26-9-sj2-1",
        "label": "S269",
        "long": "Sydney Technical HS to Westfields Hurstville, Cross St, Hurstville",
        "short": "S269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S27-6-sj2-1",
        "label": "S276",
        "long": "Jannali HS to Sutherland PS via Bonnet Bay",
        "short": "S276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S27-7-sj2-1",
        "label": "S277",
        "long": "Sunbury St at Tudar Rd, Sutherland to Jannali HS via Bonnet Bay",
        "short": "S277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S28-3-sj2-1",
        "label": "S283",
        "long": "Grays Point Rd before Fernhill Pl, Grays Point to Kirrawee HS",
        "short": "S283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S28-5-sj2-1",
        "label": "S285",
        "long": "Kirrawee HS to St Patricks PS",
        "short": "S285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S29-1-sj2-1",
        "label": "S291",
        "long": "Jannali Station to St Patricks PS via Kareela",
        "short": "S291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S29-2-sj2-1",
        "label": "S292",
        "long": "Bundanoon Rd at Lowry Pl, Woronora Heights to Marton PS",
        "short": "S292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S29-4-sj2-1",
        "label": "S294",
        "long": "Sutherland PS to Our Lady Star Of The Sea PS",
        "short": "S294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S30-1-sj2-1",
        "label": "S301",
        "long": "Toorak Ave at Alexander Ave, Taren Point to St Patricks College via Sylvania",
        "short": "S301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S30-8-sj2-1",
        "label": "S308",
        "long": "Endeavour Sports HS to Como Rd Oyster Bay Oval, Oyster Bay",
        "short": "S308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S30-9-sj2-1",
        "label": "S309",
        "long": "Kirrawee HS to Gymea Bay",
        "short": "S309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S31-1-sj2-1",
        "label": "S311",
        "long": "Jannali HS to Loftus Station",
        "short": "S311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S31-2-sj2-1",
        "label": "S312",
        "long": "Jannali HS to Oyster Bay PS",
        "short": "S312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S31-3-sj2-1",
        "label": "S313",
        "long": "Sutherland PS to Harrison Ave before Mcknley Ave, Bonnet Bay",
        "short": "S313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S31-4-sj2-1",
        "label": "S314",
        "long": "Green Point Rd at Riverview Rd, Oyster Bay to Sylvania HS",
        "short": "S314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S31-5-sj2-1",
        "label": "S315",
        "long": "Jannali HS to Sutherland Interchange",
        "short": "S315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S31-7-sj2-1",
        "label": "S317",
        "long": "Milburn Rd at Talara Lane, Gymea to Princes Hwy after Rocklea Cr, Sylvania",
        "short": "S317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S31-9-sj2-1",
        "label": "S319",
        "long": "Forest Rd before Premier St, Gymea to Kirrawee HS via Gymea Bay",
        "short": "S319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S32-0-sj2-1",
        "label": "S320",
        "long": "North West Arm Rd after Greenhaven Rd, Grays Point to Kirrawee HS",
        "short": "S320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S32-3-sj2-1",
        "label": "S323",
        "long": "Marton PS to Heathcote HS via Engadine",
        "short": "S323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S32-5-sj2-1",
        "label": "S325",
        "long": "St Patricks College to Oyster Bay",
        "short": "S325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S32-6-sj2-1",
        "label": "S326",
        "long": "St Patricks College to Jannali Station via Oyster Bay and Como",
        "short": "S326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S33-1-sj2-1",
        "label": "S331",
        "long": "Blakehurst HS to Hurstville Station",
        "short": "S331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S33-3-sj2-1",
        "label": "S333",
        "long": "Woniora Rd after Princes Hwy, Blakehurst to Hurstville Station",
        "short": "S333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S33-7-sj2-1",
        "label": "S337",
        "long": "Hurstville Station to Bethany College",
        "short": "S337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S34-4-sj2-1",
        "label": "S344",
        "long": "Sutherland Station, Stand C to Loftus PS",
        "short": "S344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S34-6-sj2-1",
        "label": "S346",
        "long": "Heathcote HS to Cassandra Cr at Dalley Rd, Heathcote",
        "short": "S346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S36-1-sj2-1",
        "label": "S361",
        "long": "Bethany College to Hurstville Station",
        "short": "S361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S36-3-sj2-1",
        "label": "S363",
        "long": "Cronulla HS to Marton Park, Kurnell",
        "short": "S363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S37-0-sj2-1",
        "label": "S370",
        "long": "Cronulla HS to Cronulla Station",
        "short": "S370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S37-1-sj2-1",
        "label": "S371",
        "long": "Cronulla Station to Woolooware HS",
        "short": "S371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S37-2-sj2-1",
        "label": "S372",
        "long": "Caringbah Station to Cronulla HS via Woolooware",
        "short": "S372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S37-3-sj2-1",
        "label": "S373",
        "long": "Cronulla HS to Marton Park, Kurnell",
        "short": "S373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S37-4-sj2-1",
        "label": "S374",
        "long": "Cronulla Station to Cronulla HS",
        "short": "S374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S37-5-sj2-1",
        "label": "S375",
        "long": "Cronulla HS to Cronulla Station",
        "short": "S375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S37-6-sj2-1",
        "label": "S376",
        "long": "Cronulla HS to Cronulla Station",
        "short": "S376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S37-7-sj2-1",
        "label": "S377",
        "long": "Cronulla HS to Our Lady of Mercy College via Cronulla Station",
        "short": "S377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S37-8-sj2-1",
        "label": "S378",
        "long": "Cronulla HS to Cronulla Staion",
        "short": "S378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S37-9-sj2-1",
        "label": "S379",
        "long": "Cronulla HS to Eurabalong Rd after Rutherford Av, Burraneer via Carringbah",
        "short": "S379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S38-0-sj2-1",
        "label": "S380",
        "long": "Cronulla Station to Cronulla HS",
        "short": "S380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S38-1-sj2-1",
        "label": "S381",
        "long": "OLO Mercy College to Miranda Westfields before Kiora Rd, Miranda",
        "short": "S381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S38-2-sj2-1",
        "label": "S382",
        "long": "Our Lady of Mercy College to Miranda Station via Carringbah Station",
        "short": "S382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S38-3-sj2-1",
        "label": "S383",
        "long": "OLO Mercy College to Cronulla Station",
        "short": "S383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S38-4-sj2-1",
        "label": "S384",
        "long": "Cronulla HS to Cronulla Station",
        "short": "S384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S38-5-sj2-1",
        "label": "S385",
        "long": "Woolooware HS to Eurabalong Rd after Rutherford Ave, Burraneer",
        "short": "S385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S38-6-sj2-1",
        "label": "S386",
        "long": "Woolooware Rd before Rutherford Ave, Burraneer to Woolooware HS",
        "short": "S386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S38-8-sj2-1",
        "label": "S388",
        "long": "Woolooware HS to Cronulla Station",
        "short": "S388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S43-sj2-1",
        "label": "S43",
        "long": "Carringbah Station to Endeavour Sports HS",
        "short": "S43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S53-5-sj2-1",
        "label": "S535",
        "long": "Georges River Grammar to Condell Park HS via Bass Hill",
        "short": "S535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S54-4-sj2-1",
        "label": "S544",
        "long": "Georgina St at Warringa St, Bass Hill to East Hills Boys HS",
        "short": "S544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S55-6-sj2-1",
        "label": "S556",
        "long": "St Christophers PS to Georges River Grammar via Chipping Norton",
        "short": "S556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S55-7-sj2-1",
        "label": "S557",
        "long": "Georges River Grammar to East Hills Boys HS",
        "short": "S557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S56-0-sj2-1",
        "label": "S560",
        "long": "Maddecks Ave opp Moorebank Plaza to Mt St Joseph HS",
        "short": "S560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S7-sj2-1",
        "label": "S7",
        "long": "Port Hacking Rd before Dudley Ave, Carringbah South to Woolooware HS",
        "short": "S7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S70-1-sj2-1",
        "label": "S701",
        "long": "Holsworthy to Aquinas College",
        "short": "S701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S70-2-sj2-1",
        "label": "S702",
        "long": "Aquinas College to Holsworthy",
        "short": "S702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S70-3-sj2-1",
        "label": "S703",
        "long": "Holsworthy to Lucas Heights Community School",
        "short": "S703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S70-4-sj2-1",
        "label": "S704",
        "long": "Lucas Heights Community School to Holsworthy",
        "short": "S704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S70-5-sj2-1",
        "label": "S705",
        "long": "Lucas Heights Community School to Holsworthy",
        "short": "S705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S70-6-sj2-1",
        "label": "S706",
        "long": "Sutherland Public School to Kirrawee",
        "short": "S706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S70-7-sj2-1",
        "label": "S707",
        "long": "Holsworthy to Lucas Heights Community School via Aquinas College",
        "short": "S707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S70-8-sj2-1",
        "label": "S708",
        "long": "Menai to Tharawal Public School",
        "short": "S708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S70-9-sj2-1",
        "label": "S709",
        "long": "Padstow to Lucas Heights Community School",
        "short": "S709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S71-1-sj2-1",
        "label": "S711",
        "long": "Holy Family Primary School to Menai",
        "short": "S711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S71-4-sj2-1",
        "label": "S714",
        "long": "Shire Christian School to Padstow",
        "short": "S714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S71-7-sj2-1",
        "label": "S717",
        "long": "Revesby Heights to Mount St Joseph Secondary School",
        "short": "S717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S71-8-sj2-1",
        "label": "S718",
        "long": "Milperra to St Lukes Primary School",
        "short": "S718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S71-9-sj2-1",
        "label": "S719",
        "long": "Picnic Point High School to Padstow",
        "short": "S719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S72-0-sj2-1",
        "label": "S720",
        "long": "Revesby to Georges River Grammar",
        "short": "S720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S72-1-sj2-1",
        "label": "S721",
        "long": "De La Salle College to Padstow",
        "short": "S721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S72-3-sj2-1",
        "label": "S723",
        "long": "Sir Joseph Banks School to Bankstown",
        "short": "S723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S72-5-sj2-1",
        "label": "S725",
        "long": "Padstow Heights to Picnic Point High School",
        "short": "S725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S72-6-sj2-1",
        "label": "S726",
        "long": "De La Salle College to Padstow",
        "short": "S726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S72-7-sj2-1",
        "label": "S727",
        "long": "Picnic Point High School to Milperra via Revesby",
        "short": "S727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S72-9-sj2-1",
        "label": "S729",
        "long": "UWS Milperra to Picnic Point HS",
        "short": "S729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S73-4-sj2-1",
        "label": "S734",
        "long": "De La Salle College to Mt St Joseph School",
        "short": "S734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S73-5-sj2-1",
        "label": "S735",
        "long": "Mt St Joseph School to Revesby Heights",
        "short": "S735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S74-0-sj2-1",
        "label": "S740",
        "long": "Georges River Grammar to Padstow Heights",
        "short": "S740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S74-3-sj2-1",
        "label": "S743",
        "long": "Mt St Joseph School to Panania Public School",
        "short": "S743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S74-4-sj2-1",
        "label": "S744",
        "long": "Sans Souci to Endeavour Sports High School",
        "short": "S744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S8-sj2-1",
        "label": "S8",
        "long": "Endeavour Sports HS to Fontainbleau St after Brantwood St, Sans Souci",
        "short": "S8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "31-S9-sj2-1",
        "label": "S9",
        "long": "Woolooware HS to Port Hacking Rd at Jellicoe St, Carringbah South",
        "short": "S9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "36-150-sj2-2",
        "label": "150",
        "long": "Wodonga to Albury via Biralle (Loop Service)",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "36-160-sj2-1",
        "label": "160",
        "long": "Wodonga to Albury via Birallee and Oakmount (Loop Service)",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "36-598-sj2-3",
        "label": "598",
        "long": "Tarana to Oberon",
        "short": "598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "36-699-sj2-4",
        "label": "699",
        "long": "Goonellabah to Lismore",
        "short": "699",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "36-700-1-sj2-5",
        "label": "700-1",
        "long": "Bomaderry to Eden",
        "short": "700-1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "36-855-sj2-3",
        "label": "855",
        "long": "Wollongong to Canberra",
        "short": "855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "36-9-sj2-2",
        "label": "9",
        "long": "UOW North Gong Shuttle via Ring Road",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "36-915-sj2-1",
        "label": "915",
        "long": "Corowa to Albury via Howlong",
        "short": "915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "36-955-sj2-1",
        "label": "955",
        "long": "Dareton Loop via Mildura, Merbein and Curlwaa",
        "short": "955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "36-998-sj2-1",
        "label": "998",
        "long": "Tumut to Wagga Wagga",
        "short": "998",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "36-9N-sj2-1",
        "label": "9N",
        "long": "UOW North Gong Shuttle",
        "short": "9N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "36-AW-sj2-1",
        "label": "AW",
        "long": "Albury to Wodonga",
        "short": "AW",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "36-MCS-sj2-3",
        "label": "MCS",
        "long": "Canberra to South Coast",
        "short": "MCS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-101-sj2-1",
        "label": "101",
        "long": "Forestway Fresh Fruit Market to Frenchs Forest Showground",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-102-sj2-1",
        "label": "102",
        "long": "Chatswood Station to Roseville PS",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-103-sj2-1",
        "label": "103",
        "long": "Forestway Shopping Centre to Mater Maria College",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-104-sj2-1",
        "label": "104",
        "long": "Miller St at Abbott St to Jamieson Square",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-106-sj2-1",
        "label": "106",
        "long": "Pittwater Place Shopping Centre to Sydney Japanese International School",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-107-sj2-1",
        "label": "107",
        "long": "Myoora Rd before Booralie Rd to Northern Beaches Christian School",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-108-sj2-1",
        "label": "108",
        "long": "Waterloo St before Pittwater Rd to Brigidine College via Mona Vale",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-109-sj2-1",
        "label": "109",
        "long": "Terry Hills PS to Frenchs Forest Showground",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-10M-sj2-1",
        "label": "10M",
        "long": "Chatswood, then all stations to Epping",
        "short": "10M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-110-sj2-1",
        "label": "110",
        "long": "Big Bear Shopping Centre to Sydney Japanese International School",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-111-sj2-1",
        "label": "111",
        "long": "Myoora Rd before Booralie Rd to Galstaun College",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-112-sj2-1",
        "label": "112",
        "long": "Wyong Rd at Birramal Rd to Davidson HS",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-113-sj2-1",
        "label": "113",
        "long": "Supa Centre Belrose to John Colet PS",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-114-sj2-1",
        "label": "114",
        "long": "Myoora Rd before Booralie Rd to Nothern Beaches Christian School",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-115-sj2-1",
        "label": "115",
        "long": "Starkey St at Warringah Rd to Oxford Falls Grammar School",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-116-sj2-1",
        "label": "116",
        "long": "Forestville Memorial Hall to Sydney Japanese International School",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-117-sj2-1",
        "label": "117",
        "long": "Blackbutts Rd before Malbara Cr to Brigidine College",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-119-sj2-1",
        "label": "119",
        "long": "Chatswood Station to Sydney Grammar Preparatory School",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-120-sj2-1",
        "label": "120",
        "long": "Wyatt Av at Lockhart Pl to Davidson HS",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-125-sj2-1",
        "label": "125",
        "long": "Eastern Valley Way at Edinburgh Rd to Killarney Heights HS",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-126-sj2-1",
        "label": "126",
        "long": "Miller St at Abbott St to Killarney Heights HS",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-127-sj2-1",
        "label": "127",
        "long": "Chatswood Station to Convenant Christian School",
        "short": "127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-131-sj2-1",
        "label": "131",
        "long": "Galstaun School to Sacred Heart PS via Pittwater HS",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-132-sj2-1",
        "label": "132",
        "long": "Pittwater Place Shopping Centre to Kamaroi Rudolf Steiner School",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-136-sj2-1",
        "label": "136",
        "long": "Pittwater Place Shopping Centre to Oxford Falls Grammar School",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-137-sj2-1",
        "label": "137",
        "long": "Matar Maria College to Oxford Falls Grammar School",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-139-sj2-1",
        "label": "139",
        "long": "Sydney Japanese International School to Oxford Falls Grammar School",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-140-sj2-1",
        "label": "140",
        "long": "Sydney Japanese International School to St Ives HS",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-141-sj2-1",
        "label": "141",
        "long": "Manly to Austlink via Seaforth and Frenchs Forest",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-142-sj2-1",
        "label": "142",
        "long": "Manly to Allambie Heights",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-143-sj2-1",
        "label": "143",
        "long": "Blackbutts Rd before Malbara Cr to Northern Beaches Christian School",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-144-sj2-1",
        "label": "144",
        "long": "Covenant Christian School to Oxford Falls Grammar School",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-145-sj2-1",
        "label": "145",
        "long": "Pittwater Place Shopping Centre to Kinma Preparatory School",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-146-sj2-1",
        "label": "146",
        "long": "Pittwater Place Shopping Centre to Northern Beaches Christian School",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-147-sj2-1",
        "label": "147",
        "long": "Brigidine College to St Ives Chase",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-148-sj2-1",
        "label": "148",
        "long": "Ryrie Av at Warringah Rd to Forrestville PS",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-150-sj2-1",
        "label": "150",
        "long": "Chatswood Chase Sydney to Roseville PS",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-151-sj2-1",
        "label": "151",
        "long": "Wyatt Av at Lockhart Pl to Wakehurst PS via Davidson and French Forest",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-152-sj2-1",
        "label": "152",
        "long": "Pymble Station to Brigidine College",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-153-sj2-1",
        "label": "153",
        "long": "Padulla Pl to Roseville PS via Castle Cove PS",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-154-sj2-1",
        "label": "154",
        "long": "Killarney Heights HS to Our Lady of Good Counsel School",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-157-sj2-1",
        "label": "157",
        "long": "Myoora Rd before Boorallie Rd to Galstaun College",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-158-sj2-1",
        "label": "158",
        "long": "St Ives Community Hall to Killara HS via St Ives Chase",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-159-sj2-1",
        "label": "159",
        "long": "Forestway Shopping Centre to Brigidine College",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-161-sj2-1",
        "label": "161",
        "long": "Pymble Station to Sydney Japanese International School",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-162-sj2-1",
        "label": "162",
        "long": "Myoora Rd before Boorallie Rd to Sacred Heart PS via North Narrabeen",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-164-sj2-1",
        "label": "164",
        "long": "Myoora Rd before Booralie Rd to AGBU Alexander PS",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-165-sj2-1",
        "label": "165",
        "long": "Waterloo st before Pittwater Rd to Covenant Christian School",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-193-sj2-1",
        "label": "193",
        "long": "Austlink to Warringah Mall via Frenchs Forest",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-194-X-sj2-1",
        "label": "194X",
        "long": "City QVB to St Ives (Express Service)",
        "short": "194X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-194-sj2-1",
        "label": "194",
        "long": "City QVB to St Ives",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-195-S-sj2-1",
        "label": "195S1",
        "long": "St Ives Chase to Pymble Station",
        "short": "195S1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-195-T-sj2-1",
        "label": "195S2",
        "long": "Pymble Station to Brigidine College via St Ives Chase",
        "short": "195S2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-195-U-sj2-1",
        "label": "195S3",
        "long": "Gordon Station to St Ives Chase",
        "short": "195S3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-195-sj2-1",
        "label": "195",
        "long": "Gordon to St Ives Chase (Loop Service)",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-196-S-sj2-1",
        "label": "196S5",
        "long": "Pymble Station to Pittwater Place Shopping Centre",
        "short": "196S5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-196-T-sj2-1",
        "label": "196S6",
        "long": "Pymble Station to Pittwater Place Shopping Centre",
        "short": "196S6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-196-U-sj2-1",
        "label": "196S1",
        "long": "Pittwater Place Shopping Centre to Pymble Station",
        "short": "196S1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-196-V-sj2-1",
        "label": "196S4",
        "long": "Pymble Station to Pittwater Place Shopping Centre via North Narrabeen",
        "short": "196S4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-197-sj2-1",
        "label": "197",
        "long": "Macquarie University to Mona Vale via Gordon",
        "short": "197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-201-sj2-1",
        "label": "201",
        "long": "Mona Vale PS to Garden St after Powder Works Rd",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-202-sj2-1",
        "label": "202",
        "long": "Mona Vale PS to Galstaun College via bayview",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-203-sj2-1",
        "label": "203",
        "long": "Oxford Falls Grammar School to Pittwater Place Shopping Centre",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-204-sj2-1",
        "label": "204",
        "long": "St Ives North PS to Brigidine College via ST Ives Chase",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-205-sj2-1",
        "label": "205",
        "long": "Oxford Falls Grammar School to Myoora Rd before Booralie Rd",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-206-sj2-1",
        "label": "206",
        "long": "Sydney Grammar Preparatoru School to Gordon Station",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-207-sj2-1",
        "label": "207",
        "long": "Oxford Falls Grammar School to Babbage Rd at Allan St",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-208-sj2-1",
        "label": "208",
        "long": "Killarney Heights HS to Rabbett St at Holland Cr",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-210-sj2-1",
        "label": "210",
        "long": "The Forest HS to Myroo Rd after Booralie Rd via Davidson HS",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-211-sj2-1",
        "label": "211",
        "long": "Oxford Falls Grammar School to Pittwater Place Shopping Centre",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-212-sj2-1",
        "label": "212",
        "long": "Oxford Falls Grammar School to Wyatt Av opp Lockhart Pl",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-215-sj2-1",
        "label": "215",
        "long": "Covenant Christian School to Pittwater Place Shopping Centre",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-217-sj2-1",
        "label": "217",
        "long": "Davidson HS to Chatswood Station",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-218-sj2-1",
        "label": "218",
        "long": "Davidson HS to Wyatt Av opp Lockhart Pl",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-219-sj2-1",
        "label": "219",
        "long": "Davidson HS to Wyong Rd at Birramal Rd",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-220-sj2-1",
        "label": "220",
        "long": "Davidson HS to Rabbett St at Forest Way",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-221-sj2-1",
        "label": "221",
        "long": "Sydney Grammar Preparatory School to Chatswood Station",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-222-sj2-1",
        "label": "222",
        "long": "Covenant Christian School to Pymble Station",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-223-sj2-1",
        "label": "223",
        "long": "Kinma Preparatory School to Pittwater Place Shopping Centre",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-224-sj2-1",
        "label": "224",
        "long": "Mater Maria College to Mona Vale Rd after Powderworks Rd",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-225-sj2-1",
        "label": "225",
        "long": "Covenant Christian School to Wesley Gardens",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-226-sj2-1",
        "label": "226",
        "long": "Covenant Christian School to Babbage Rd after Allan St",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-227-sj2-1",
        "label": "227",
        "long": "Covenant Christian School to Booralie Rd at Kallaroo Rd",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-229-sj2-1",
        "label": "229",
        "long": "Forestville PS to Forestville Memorial hall",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-230-sj2-1",
        "label": "230",
        "long": "Covenant Christian School to Oxford Falls Grammar School",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-232-sj2-1",
        "label": "232",
        "long": "Northern Beaches Christian School to Pittwater Rd after Waterloo St",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-233-sj2-1",
        "label": "233",
        "long": "Killarney Heights HS to Chatswood Station",
        "short": "233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-235-sj2-1",
        "label": "235",
        "long": "Killarney Heights HS to Chatswood Station via St Thomas PS",
        "short": "235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-236-sj2-1",
        "label": "236",
        "long": "Elanora Heights PS to Mater Maria College via North Narrabeen",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-237-sj2-1",
        "label": "237",
        "long": "Killarney Heights HS to Chatswood Station",
        "short": "237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-238-sj2-1",
        "label": "238",
        "long": "Covenant Christian School to Narrabeen Sports HS",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-239-sj2-1",
        "label": "239",
        "long": "Wyatt Av opp Lockhart Pl to Brigidine College",
        "short": "239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-240-sj2-1",
        "label": "240",
        "long": "Killarney Heights PS to Warringah Rd at Forestville Av",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-241-sj2-1",
        "label": "241",
        "long": "Corpus PS to Killeaton St before Kenthurst Rd",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-242-sj2-1",
        "label": "242",
        "long": "Boundary St at Spearman St to Davidson",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-243-sj2-1",
        "label": "243",
        "long": "Covenant Christian School to Pymble Station via Terry Hills",
        "short": "243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-244-sj2-1",
        "label": "244",
        "long": "Roseville PS to Chatswood Station",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-245-sj2-1",
        "label": "245",
        "long": "St Ives HS to Masada College via St Ives Chase",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-247-sj2-1",
        "label": "247",
        "long": "St Ives HS to Sydney Japanese International School",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-248-sj2-1",
        "label": "248",
        "long": "Narrabeen Sports HS to French Forest PS",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-249-sj2-1",
        "label": "249",
        "long": "Oxford Falls Grammar School to Pittwater Place Shopping Centre",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-250-sj2-1",
        "label": "250",
        "long": "Oxford Falls Grammar School to Myoora Rd before Booralie Rd",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-251-sj2-1",
        "label": "251",
        "long": "Oxford Falls Grammar School to Pittwater Place Shopping Centre",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-252-sj2-1",
        "label": "252",
        "long": "Our Lady Of Good Counsel School to Wyatt Av opp Lockhart Pl",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-253-sj2-1",
        "label": "253",
        "long": "Northern Beaches Christian School to Supa Centa Belrose",
        "short": "253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-254-sj2-1",
        "label": "254",
        "long": "St Pius X College to Wyatt Av opp Lockhart Pl",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-258-sj2-1",
        "label": "258",
        "long": "Brigidine College to Pittwater Place Shopping Centre",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-259-sj2-1",
        "label": "259",
        "long": "Brigidine College to Gordon Station",
        "short": "259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-260-sj2-1",
        "label": "260",
        "long": "North Sydney to Terrey Hills",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-261-sj2-1",
        "label": "261",
        "long": "Sydney Japanese International School to Pittwater Place Shopping Centre",
        "short": "261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-262-sj2-1",
        "label": "262",
        "long": "Galstaun School to Willoughby Rd opp Julian St",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-263-sj2-1",
        "label": "263",
        "long": "Ravenswood Girls School to Pittwater Place Shopping Centre",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-264-sj2-1",
        "label": "264",
        "long": "Galstaun college to Chatswood Station",
        "short": "264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-265-sj2-1",
        "label": "265",
        "long": "Sydney Japanese International School to Military Rd after Watson St",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-266-sj2-1",
        "label": "266",
        "long": "Chatswood to Terrey Hills",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-267-sj2-1",
        "label": "267",
        "long": "Brigidine College to Chatswood Station",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-268-sj2-1",
        "label": "268",
        "long": "AGBU Alexander PS to West Ryde Station to Chatswood Station",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-269-sj2-1",
        "label": "269",
        "long": "Brigidine College to Pymble Station",
        "short": "269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-270-sj2-1",
        "label": "270",
        "long": "City QVB to Terrey Hills",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-271-sj2-1",
        "label": "271",
        "long": "City QVB to Belrose",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-273-sj2-1",
        "label": "273",
        "long": "Killarney Heights to City QVB via Forestville",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-274-sj2-1",
        "label": "274",
        "long": "City QVB to Davidson via Frenchs Forest",
        "short": "274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-275-sj2-1",
        "label": "275",
        "long": "Sydney Japanese International School to Chatswood Station",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-276-S-sj2-1",
        "label": "276S",
        "long": "Westfields Warringah Mall to Supa Centa Belrose",
        "short": "276S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-276-T-sj2-1",
        "label": "276S1",
        "long": "Covenant Christian School to Westfields Warringah Mall",
        "short": "276S1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-277-S-sj2-1",
        "label": "277S1",
        "long": "Roseville PS to Castle Cove",
        "short": "277S1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-277-sj2-1",
        "label": "277",
        "long": "Chatswood to Castle Cove (Loop Service)",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-278-S-sj2-1",
        "label": "278S",
        "long": "Chatswood to Forestville",
        "short": "278S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-278-sj2-1",
        "label": "278",
        "long": "Chatswood to Killarney Heights (Loop Service)",
        "short": "278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-279-sj2-1",
        "label": "279",
        "long": "Chatswood to Frenchs Forest (Loop Service)",
        "short": "279",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-281-sj2-1",
        "label": "281",
        "long": "Chatswood to Davidson (Loop Service)",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-283-S-sj2-1",
        "label": "283S2",
        "long": "Chatswood to Belrose",
        "short": "283S2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-283-sj2-1",
        "label": "283",
        "long": "Chatswood to Belrose (Loop Service)",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-284-sj2-1",
        "label": "284",
        "long": "Chatswood to Terrey Hills and Duffys Forest",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-286-sj2-1",
        "label": "286",
        "long": "Killarney Heights H to Chatswood Station",
        "short": "286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-287-sj2-1",
        "label": "287",
        "long": "Northern Beaches Christian School to Pittwater Place Shopping Centre",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-288-sj2-1",
        "label": "288",
        "long": "Sydney Japanese International School to Miller St before Amherst St",
        "short": "288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-290-sj2-1",
        "label": "290",
        "long": "Brigidine College to Wakehurst PS via Davidson",
        "short": "290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-292-sj2-1",
        "label": "292",
        "long": "Pittwater HS to Myoora Rd after Booralie Rd via Bayview",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-293-sj2-1",
        "label": "293",
        "long": "St Pius X College to Stocklands Glenrose",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-294-sj2-1",
        "label": "294",
        "long": "Pittwater HS to Myoora Rd after Booralie Rd via Bayview",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-297-sj2-1",
        "label": "297",
        "long": "Masada College to Brigidine College via St Ives Chase",
        "short": "297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-298-sj2-1",
        "label": "298",
        "long": "Oxford Falls Grammar School to Galstaun School",
        "short": "298",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-556-sj2-1",
        "label": "556",
        "long": "Lindfield to East Killara (Loop Service)",
        "short": "556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-558-sj2-1",
        "label": "558",
        "long": "Lindfield to Chatswood",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-560-sj2-1",
        "label": "560",
        "long": "Gordon to West Pymble (Loop Service)",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-562-sj2-1",
        "label": "562",
        "long": "Macquarie University to Gordon",
        "short": "562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-565-sj2-1",
        "label": "565",
        "long": "Macquarie University to Chatswood",
        "short": "565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-571-sj2-1",
        "label": "571",
        "long": "Turramurra to South Turramurra (Loop Service)",
        "short": "571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-572-sj2-1",
        "label": "572",
        "long": "Macquarie University to Turramurra via South Turramura and West Pymble",
        "short": "572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-573-sj2-1",
        "label": "573",
        "long": "Turramurra to Sydney Adventist Hospital via Fox Valley Rd (Loop Service)",
        "short": "573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-575-sj2-1",
        "label": "575",
        "long": "Macquarie University to Hornsby via Turramurra",
        "short": "575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-576-T-sj2-1",
        "label": "576T",
        "long": "Turramurra to North Wahroonga (Loop Service)",
        "short": "576T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-576-sj2-1",
        "label": "576",
        "long": "Wahroonga to North Wahroonga (Loop Service)",
        "short": "576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-577-P-sj2-1",
        "label": "577P",
        "long": "Turramurra to Murdoch St (Loop Service)",
        "short": "577P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-577-sj2-1",
        "label": "577",
        "long": "Turramurra to North Turramurra (Loop Service)",
        "short": "577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-579-sj2-1",
        "label": "579",
        "long": "Pymble to East Turramurra (Loop Service)",
        "short": "579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-582-sj2-1",
        "label": "582",
        "long": "Gordon to St Ives Shopping Centre",
        "short": "582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-586-sj2-1",
        "label": "586",
        "long": "Pennant Hills to Westleigh",
        "short": "586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-587-sj2-1",
        "label": "587",
        "long": "Hornsby to Westleigh (Loop Service)",
        "short": "587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-588-sj2-1",
        "label": "588",
        "long": "Hornsby to Normanhurst West (Loop Service)",
        "short": "588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-589-sj2-1",
        "label": "589",
        "long": "Hornsby to Sydney Adventist Hospital",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-591-sj2-1",
        "label": "591",
        "long": "St Ives to Hornsby",
        "short": "591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-592-sj2-1",
        "label": "592",
        "long": "Brooklyn to Cheero Point and Mooney Mooney",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-593-sj2-1",
        "label": "593",
        "long": "Berowra to Mount Kuring-Gai Beaumont Rd",
        "short": "593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-595-sj2-1",
        "label": "595",
        "long": "Hornsby to Mount Colah (Loop Service)",
        "short": "595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-596-sj2-1",
        "label": "596",
        "long": "Hornsby to Hornsby Heights (Loop Service)",
        "short": "596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-597-sj2-1",
        "label": "597",
        "long": "Berowra to Hornsby",
        "short": "597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-598-sj2-1",
        "label": "598",
        "long": "Hornsby to Asquith (Loop Service)",
        "short": "598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-599-sj2-1",
        "label": "599",
        "long": "Berowra to Berowra Heights (Loop Service)",
        "short": "599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-800-1-sj2-1",
        "label": "8001",
        "long": "Clanville Rd at Cranbook Av, Roseville to Killara HS",
        "short": "8001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-800-2-sj2-1",
        "label": "8002",
        "long": "Gordon Station to St Ives North PS",
        "short": "8002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-800-4-sj2-1",
        "label": "8004",
        "long": "Wahroonga Station to Pennant Hills HS via Thornleigh",
        "short": "8004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-800-5-sj2-1",
        "label": "8005",
        "long": "Mt Kuringai Station to Kuringai HS via Mount Colah, Hornsby",
        "short": "8005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-800-6-sj2-1",
        "label": "8006",
        "long": "Wahroonga Station to Kuringai HS via Waitara",
        "short": "8006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-800-7-sj2-1",
        "label": "8007",
        "long": "Gordon to St Ives High School",
        "short": "8007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-800-8-sj2-1",
        "label": "8008",
        "long": "Turramurra Station to Wahroonga PS",
        "short": "8008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-801-0-sj2-1",
        "label": "8010",
        "long": "Berowra Community PS to Kuringai HS via Berowra Heights",
        "short": "8010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-801-3-sj2-1",
        "label": "8013",
        "long": "Brooklyn to Wideview PS",
        "short": "8013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-801-4-sj2-1",
        "label": "8014",
        "long": "Hornsby Heights to Asquith Girls HS",
        "short": "8014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-801-5-sj2-1",
        "label": "8015",
        "long": "Asquith Boys HS to Hornsby North PS via Hopeville Park",
        "short": "8015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-801-6-sj2-1",
        "label": "8016",
        "long": "Pennant Hills Station to Kooringal Av opp Gilgandra Av",
        "short": "8016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-801-7-sj2-1",
        "label": "8017",
        "long": "Turramurra Station to Killara HS via North Turramurra and St Ives",
        "short": "8017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-801-8-sj2-1",
        "label": "8018",
        "long": "Gordon Station to Gordon West PS",
        "short": "8018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-802-0-sj2-1",
        "label": "8020",
        "long": "Wahroonga Station to Waitara PS",
        "short": "8020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-802-1-sj2-1",
        "label": "8021",
        "long": "Hornsby Station to Loreto Normanhurst School",
        "short": "8021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-802-2-sj2-1",
        "label": "8022",
        "long": "Westleigh to Pennant Hills HS",
        "short": "8022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-802-4-sj2-1",
        "label": "8024",
        "long": "Barker College Junior School to Thornleigh West PS via Pennant Hills",
        "short": "8024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-802-5-sj2-1",
        "label": "8025",
        "long": "Turramurra Station to Sacred Heart PS",
        "short": "8025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-802-6-sj2-1",
        "label": "8026",
        "long": "Pacific Hwy before Livingstone Av to Gordon West PS via West Pymble",
        "short": "8026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-802-7-sj2-1",
        "label": "8027",
        "long": "Pymble Station to St Ives HS",
        "short": "8027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-802-8-sj2-1",
        "label": "8028",
        "long": "Goodlands Av at The Esplanade, Thorneigh to Barker College Junior School",
        "short": "8028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-802-9-sj2-1",
        "label": "8029",
        "long": "Duffy Av before Sinclair Av, Thornleigh to Waitara PS via Westleigh",
        "short": "8029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-803-0-sj2-1",
        "label": "8030",
        "long": "Crowley Rd after Berowra Waters Rd, Berowra to Kuringai HS via Mt Colah",
        "short": "8030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-803-2-sj2-1",
        "label": "8032",
        "long": "Hornsby Station to Northern Beaches School",
        "short": "8032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-803-3-sj2-1",
        "label": "8033",
        "long": "Pennant Hills Station to Northside Montessori PS",
        "short": "8033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-803-4-sj2-1",
        "label": "8034",
        "long": "Turramurra Station to Northern Beaches School",
        "short": "8034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-803-5-sj2-1",
        "label": "8035",
        "long": "Memorial Av before Mona Vale Rd, St Ives to Kings School via Macquarie Park",
        "short": "8035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-803-6-sj2-1",
        "label": "8036",
        "long": "Hornsby Station to Northern Beaches School",
        "short": "8036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-803-7-sj2-1",
        "label": "8037",
        "long": "Lane Cove Rd before Quarry Rd, Ryde to Galstaun College",
        "short": "8037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-803-8-sj2-1",
        "label": "8038",
        "long": "West Ryde Station to Galstaun College",
        "short": "8038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-803-9-sj2-1",
        "label": "8039",
        "long": "West Ryde station to AGBU Alexander PS",
        "short": "8039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-804-0-sj2-1",
        "label": "8040",
        "long": "Gardener Av before Buffalo Rd, Ryde to Galstaun College",
        "short": "8040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-804-2-sj2-1",
        "label": "8042",
        "long": "Killara Station to Killara HS",
        "short": "8042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-804-3-sj2-1",
        "label": "8043",
        "long": "Wyina Rd after Ryde Rd, West Pymble to Gordon Station",
        "short": "8043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-804-4-sj2-1",
        "label": "8044",
        "long": "Killara Station to Lindfield East PS via Lindfield",
        "short": "8044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-804-5-sj2-1",
        "label": "8045",
        "long": "CSIRO Lindfield, Bradfield Rd to Killara HS",
        "short": "8045",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-804-6-sj2-1",
        "label": "8046",
        "long": "Archbold Rd before Chlemsford Rd, Lindfield to Killara HS via East Lindfield",
        "short": "8046",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-804-7-sj2-1",
        "label": "8047",
        "long": "Lindfield Station to Sydney Grammar Preparatory School via East Killara",
        "short": "8047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-804-8-sj2-1",
        "label": "8048",
        "long": "Gordon Station to St Ives HS",
        "short": "8048",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-804-9-sj2-1",
        "label": "8049",
        "long": "Chatswood West to LLV and Lindfield PS",
        "short": "8049",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-805-0-sj2-1",
        "label": "8050",
        "long": "Roseville Station to Nothern Beaches Christian School",
        "short": "8050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-805-1-sj2-1",
        "label": "8051",
        "long": "Shirley Rd to Killara HS",
        "short": "8051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-805-2-sj2-1",
        "label": "8052",
        "long": "Killara HS to Lindfield East PS via East Killara",
        "short": "8052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-805-4-sj2-1",
        "label": "8054",
        "long": "Turramurra HS to Pennant Hills HS",
        "short": "8054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-805-5-sj2-1",
        "label": "8055",
        "long": "Hornsby Station to Covenant Christian School via Turramurra",
        "short": "8055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-805-6-sj2-1",
        "label": "8056",
        "long": "Hornsby Heights to Kuringai HS",
        "short": "8056",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-805-7-sj2-1",
        "label": "8057",
        "long": "Hornsby Station to Kuringai HS",
        "short": "8057",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-805-8-sj2-1",
        "label": "8058",
        "long": "Darnley St at Mt Ida St, Gordon to Killara HS",
        "short": "8058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-805-9-sj2-1",
        "label": "8059",
        "long": "Killara Station to Killara HS",
        "short": "8059",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-806-0-sj2-1",
        "label": "8060",
        "long": "Fox Valley Rd opp Sydney Adventist Hospital to Pennant Hills Station",
        "short": "8060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-806-1-sj2-1",
        "label": "8061",
        "long": "Primula St at Polding Rd, Lindfield to Killara HS",
        "short": "8061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-806-2-sj2-1",
        "label": "8062",
        "long": "Gordon Station to St Ives HS",
        "short": "8062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-806-4-sj2-1",
        "label": "8064",
        "long": "Gordon to St Ives High School",
        "short": "8064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-806-6-sj2-1",
        "label": "8066",
        "long": "Turramurra HS to Pymble PS",
        "short": "8066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-806-7-sj2-1",
        "label": "8067",
        "long": "Hornsby Station to Normanhurst PS",
        "short": "8067",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-807-0-sj2-1",
        "label": "8070",
        "long": "Turramurra HS to Warrawee PS via Wahroonga",
        "short": "8070",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-807-1-sj2-1",
        "label": "8071",
        "long": "Pacific Hwy at Old Berowra Rd, Hornsby to Mt Kuringai PS via Mt Colah",
        "short": "8071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-807-2-sj2-1",
        "label": "8072",
        "long": "Gordon Station to Killara HS",
        "short": "8072",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-807-3-sj2-1",
        "label": "8073",
        "long": "Addison Av after Babbage Rd, Roseville to Killara HS",
        "short": "8073",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-807-4-sj2-1",
        "label": "8074",
        "long": "Gordon Station to St Ives HS",
        "short": "8074",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-807-6-sj2-1",
        "label": "8076",
        "long": "Pennant Hills Station to Pennant Hills HS",
        "short": "8076",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-807-7-sj2-1",
        "label": "8077",
        "long": "The Gully Rd opp Mary Wall Cr, Beowra to Berowra Station",
        "short": "8077",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-807-8-sj2-1",
        "label": "8078",
        "long": "Lindfield to Lindfield Learning Village",
        "short": "8078",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-807-9-sj2-1",
        "label": "8079",
        "long": "Lindfield to Lindfield Learning Village",
        "short": "8079",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-808-2-sj2-1",
        "label": "8082",
        "long": "Gordon Station to Killara HS",
        "short": "8082",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-808-9-sj2-1",
        "label": "8089",
        "long": "Turramurra High School to Sydney Adventist Hospital",
        "short": "8089",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-809-1-sj2-1",
        "label": "8091",
        "long": "Hornsby Station to Hornsby Station via Lowe Rd before Derby Rd, Hornsby",
        "short": "8091",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-809-2-sj2-1",
        "label": "8092",
        "long": "Mount Colah to Mount Colah PS",
        "short": "8092",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-809-7-sj2-1",
        "label": "8097",
        "long": "Berowra to Berowra Heights Schools",
        "short": "8097",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-809-8-sj2-1",
        "label": "8098",
        "long": "Mount Colah to Mildred Av after Jersey Rd",
        "short": "8098",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-809-9-sj2-1",
        "label": "8099",
        "long": "Berowra to Wideview Public School",
        "short": "8099",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-810-1-sj2-1",
        "label": "8101",
        "long": "Junction Rd after Grosvenor St, Wahroonga to Turramurra HS",
        "short": "8101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-810-2-sj2-1",
        "label": "8102",
        "long": "Turramurra Station to Turramurra HS",
        "short": "8102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-810-4-sj2-1",
        "label": "8104",
        "long": "Gordon Station to Turramurra HS",
        "short": "8104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-810-5-sj2-1",
        "label": "8105",
        "long": "Pymble to Turramurra HS",
        "short": "8105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-810-6-sj2-1",
        "label": "8106",
        "long": "Duffy Av before Sinclair Av, Thorneigh to Turramurra HS via Westleigh",
        "short": "8106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-810-7-sj2-1",
        "label": "8107",
        "long": "Normanhurst West PS to Turramurra HS",
        "short": "8107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-810-8-sj2-1",
        "label": "8108",
        "long": "Prestoria Pde after Fuller Av, Hornsby to Turramurra HS",
        "short": "8108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-810-9-sj2-1",
        "label": "8109",
        "long": "Loreto Normanhurst to Turramurra HS",
        "short": "8109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-811-0-sj2-1",
        "label": "8110",
        "long": "Fox Valley Rd opp Sydney Adventist Hospital, Wahroonga to Turramurra HS",
        "short": "8110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-811-2-sj2-1",
        "label": "8112",
        "long": "Barker College Junior School to Turramurra HS",
        "short": "8112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-811-6-sj2-1",
        "label": "8116",
        "long": "Pymble Station to Northern Beaches Christian School",
        "short": "8116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-812-0-sj2-1",
        "label": "8120",
        "long": "Killara Station to Calvert Av before Fitzroy St, Killara",
        "short": "8120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-812-1-sj2-1",
        "label": "8121",
        "long": "CSIRO Lindfield to Killara HS",
        "short": "8121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-812-2-sj2-1",
        "label": "8122",
        "long": "Hornsby to Asquith PS",
        "short": "8122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-812-6-sj2-1",
        "label": "8126",
        "long": "Gordon Station to St Ives High School",
        "short": "8126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-812-7-sj2-1",
        "label": "8127",
        "long": "Gordon Station to Killara High School",
        "short": "8127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-812-8-sj2-1",
        "label": "8128",
        "long": "Gordon Station to St Ives High School",
        "short": "8128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-812-9-sj2-1",
        "label": "8129",
        "long": "Gordon Station to St Ives High School",
        "short": "8129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-813-0-sj2-1",
        "label": "8130",
        "long": "Gordon Station to St Ives High School",
        "short": "8130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-813-1-sj2-1",
        "label": "8131",
        "long": "Gordon to St Ives High School",
        "short": "8131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-900-1-sj2-1",
        "label": "9001",
        "long": "Northern Beaches Christian School to Hornsby Station via Wahroonga Station",
        "short": "9001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-900-2-sj2-1",
        "label": "9002",
        "long": "Northern Beaches Christian School to Roseville Station",
        "short": "9002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-900-3-sj2-1",
        "label": "9003",
        "long": "St Ives High School to Gordon",
        "short": "9003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-900-4-sj2-1",
        "label": "9004",
        "long": "Killara HS to Gordon Station",
        "short": "9004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-900-5-sj2-1",
        "label": "9005",
        "long": "St Ives HS to Gordon Station",
        "short": "9005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-900-6-sj2-1",
        "label": "9006",
        "long": "Killara HS to UTS",
        "short": "9006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-900-7-sj2-1",
        "label": "9007",
        "long": "Northern Beaches Christian School to Turramurra Station",
        "short": "9007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-900-8-sj2-1",
        "label": "9008",
        "long": "Northside Montessori PS to Pennant Hills Station",
        "short": "9008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-901-2-sj2-1",
        "label": "9012",
        "long": "Berowra Chrisitan Community PS to Turner Rd at Alston Dr, Berowra Heights",
        "short": "9012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-901-3-sj2-1",
        "label": "9013",
        "long": "Berowra Chrstian Community PS to Hornsby Station via Berowra Heights Oval",
        "short": "9013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-901-5-sj2-1",
        "label": "9015",
        "long": "Sacred Heart PS to Canoon Rd at Barwon Av, South Turramurra",
        "short": "9015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-901-6-sj2-1",
        "label": "9016",
        "long": "Pennant Hills HS to Hornsby Station",
        "short": "9016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-901-9-sj2-1",
        "label": "9019",
        "long": "Kuringai HS to Hornsby Station",
        "short": "9019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-902-0-sj2-1",
        "label": "9020",
        "long": "Berowra Christian Community PS to Hawkesbury River Station via Berowra Hts",
        "short": "9020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-902-1-sj2-1",
        "label": "9021",
        "long": "Kuringai HS to Hornsby Heights",
        "short": "9021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-902-2-sj2-1",
        "label": "9022",
        "long": "Normanhurst West PS to Pomona St at Pennnant Hills Rd, Pennant Hills",
        "short": "9022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-902-3-sj2-1",
        "label": "9023",
        "long": "St Agathas Parish PS to Turramurra Station via Pennant Hills Station",
        "short": "9023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-902-4-sj2-1",
        "label": "9024",
        "long": "Normanhurst PS to Pennant Hills Station via Thornleigh and Waitara",
        "short": "9024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-902-5-sj2-1",
        "label": "9025",
        "long": "St Ives High School to Gordon",
        "short": "9025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-902-8-sj2-1",
        "label": "9028",
        "long": "Wahroonga PS to Turramurra Station via North Wahroonga",
        "short": "9028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-902-9-sj2-1",
        "label": "9029",
        "long": "Kuringai HS to Hornsby Station",
        "short": "9029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-903-1-sj2-1",
        "label": "9031",
        "long": "Wahroonga PS to Turramurra Station",
        "short": "9031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-903-3-sj2-1",
        "label": "9033",
        "long": "Asquith Girls HS to Hornsby Heights",
        "short": "9033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-903-4-sj2-1",
        "label": "9034",
        "long": "Northern Beaches Christian School to Berowra Station",
        "short": "9034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-903-6-sj2-1",
        "label": "9036",
        "long": "St Patrick PS to Hornsby Station via Hornsby Heights",
        "short": "9036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-903-7-sj2-1",
        "label": "9037",
        "long": "Asquith PS to Excelsior Rd at Pacific Hwy, Mount Colah",
        "short": "9037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-903-8-sj2-1",
        "label": "9038",
        "long": "Mt Kuringai PS to Pacific Hwy opp Gatson Rd, Hornsby",
        "short": "9038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-903-9-sj2-1",
        "label": "9039",
        "long": "Pymble PS to Pymble Station",
        "short": "9039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-904-0-sj2-1",
        "label": "9040",
        "long": "Normanhurst West PS to Thornleigh Station via Westleigh",
        "short": "9040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-904-5-sj2-1",
        "label": "9045",
        "long": "Kuringai HS to Berowra Village via Berowra Heights",
        "short": "9045",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-904-6-sj2-1",
        "label": "9046",
        "long": "St Ives North PS to Gordon Station",
        "short": "9046",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-904-7-sj2-1",
        "label": "9047",
        "long": "St Ives High School to Gordon",
        "short": "9047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-904-8-sj2-1",
        "label": "9048",
        "long": "Killara HS to Roseville PS",
        "short": "9048",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-904-9-sj2-1",
        "label": "9049",
        "long": "Roseville PS to Roseville Station",
        "short": "9049",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-905-0-sj2-1",
        "label": "9050",
        "long": "The Kings School to Memorial Av at Village Green Pde, St Ives",
        "short": "9050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-905-1-sj2-1",
        "label": "9051",
        "long": "Galstaun college to Holy Spirit School",
        "short": "9051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-905-2-sj2-1",
        "label": "9052",
        "long": "Galstaun College to West Ryde Station",
        "short": "9052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-905-3-sj2-1",
        "label": "9053",
        "long": "AGBU Alexander PS to West Ryde Station",
        "short": "9053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-905-4-sj2-1",
        "label": "9054",
        "long": "Galstaun College to Top Ryde City",
        "short": "9054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-905-5-sj2-1",
        "label": "9055",
        "long": "Covenant Christian School to Hornsby Station via Duffy Forest",
        "short": "9055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-905-6-sj2-1",
        "label": "9056",
        "long": "The King's School to St Ives",
        "short": "9056",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-905-7-sj2-1",
        "label": "9057",
        "long": "Wahroonga to Thornleigh Station via Westleigh",
        "short": "9057",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-905-9-sj2-1",
        "label": "9059",
        "long": "Killara HS to Lindfield East PS",
        "short": "9059",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-906-0-sj2-1",
        "label": "9060",
        "long": "Lindfield East PS to Koola Av at Albany Cr, East Killara",
        "short": "9060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-906-1-sj2-1",
        "label": "9061",
        "long": "Holy Family PS to East Lindfield Community Hall",
        "short": "9061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-906-2-sj2-1",
        "label": "9062",
        "long": "Killara HS to Lindfield East PS",
        "short": "9062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-906-3-sj2-1",
        "label": "9063",
        "long": "Lindfield East PS to Gordon Station",
        "short": "9063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-906-4-sj2-1",
        "label": "9064",
        "long": "Killara HS to Calvert Av before Fitzroy St, Killara",
        "short": "9064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-906-5-sj2-1",
        "label": "9065",
        "long": "Holy Family PS to Killara HS",
        "short": "9065",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-906-6-sj2-1",
        "label": "9066",
        "long": "Killara HS to Kuringai HS via St Ives",
        "short": "9066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-906-7-sj2-1",
        "label": "9067",
        "long": "Kuringai HS to Hornsby Station via North Wahroonga",
        "short": "9067",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-906-8-sj2-1",
        "label": "9068",
        "long": "Killara High School to Ku-ring-gai Creative Arts High School",
        "short": "9068",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-906-9-sj2-1",
        "label": "9069",
        "long": "Lindfield PS to Lindfield Station",
        "short": "9069",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-907-1-sj2-1",
        "label": "9071",
        "long": "Masada College to Beaumont Rd at Anembo Cr, Killara via East Killara",
        "short": "9071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-907-2-sj2-1",
        "label": "9072",
        "long": "St Patricks PS to St Bernards School via Berowra Heights",
        "short": "9072",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-907-3-sj2-1",
        "label": "9073",
        "long": "Killara HS to Gordon Station",
        "short": "9073",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-907-4-sj2-1",
        "label": "9074",
        "long": "Kuringai HS to Pacific Hwy before Excelsior Rd, Mount Colah",
        "short": "9074",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-907-5-sj2-1",
        "label": "9075",
        "long": "St Ives High School to Gordon",
        "short": "9075",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-907-6-sj2-1",
        "label": "9076",
        "long": "Kuringai HS to Berowra PS via Berowra Heights",
        "short": "9076",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-907-7-sj2-1",
        "label": "9077",
        "long": "Killara HS to Killara Station",
        "short": "9077",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-907-8-sj2-1",
        "label": "9078",
        "long": "St Ives HS to Gordon Station",
        "short": "9078",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-907-9-sj2-1",
        "label": "9079",
        "long": "Kuringai HS to Berowra via Mount Colah",
        "short": "9079",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-908-1-sj2-1",
        "label": "9081",
        "long": "St Ives to Gordon Station via St Ives HS",
        "short": "9081",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-908-2-sj2-1",
        "label": "9082",
        "long": "Killara HS to Gordon Station",
        "short": "9082",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-908-3-sj2-1",
        "label": "9083",
        "long": "Killara HS to Gordon Station",
        "short": "9083",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-908-4-sj2-1",
        "label": "9084",
        "long": "St Ives HS to 1178 Pacific Hwy, Pymble",
        "short": "9084",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-908-5-sj2-1",
        "label": "9085",
        "long": "Warrawee PS to Westleigh via Hornsby",
        "short": "9085",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-908-6-sj2-1",
        "label": "9086",
        "long": "Warrawee PS to Fox Valley Rd before Field Pl, Wahroonga",
        "short": "9086",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-908-7-sj2-1",
        "label": "9087",
        "long": "Mount St Benedict College to Hornsby Station via Westleigh",
        "short": "9087",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-908-8-sj2-1",
        "label": "9088",
        "long": "Asquith PS to Hornsby Station via Hornsby North PS",
        "short": "9088",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-908-9-sj2-1",
        "label": "9089",
        "long": "Sydney Grammar Preparatory School to Lindfield Station",
        "short": "9089",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-909-2-sj2-1",
        "label": "9092",
        "long": "Wahroonga PS to Wahroonga Station",
        "short": "9092",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-909-3-sj2-1",
        "label": "9093",
        "long": "Normanhurst PS to Hornsby Station",
        "short": "9093",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-909-4-sj2-1",
        "label": "9094",
        "long": "Gordon Station to Gordon East PS (Loop Service)",
        "short": "9094",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-909-6-sj2-1",
        "label": "9096",
        "long": "Kuringai HS to Turramurra Station",
        "short": "9096",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-909-7-sj2-1",
        "label": "9097",
        "long": "Killara HS to West Killara Shops",
        "short": "9097",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-909-8-sj2-1",
        "label": "9098",
        "long": "Loreto Normanhurst to Wahroonga Station",
        "short": "9098",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-909-9-sj2-1",
        "label": "9099",
        "long": "Waitara PS to Hornsby Station",
        "short": "9099",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-910-1-sj2-1",
        "label": "9101",
        "long": "Turramurra HS to Turramurra Station",
        "short": "9101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-910-2-sj2-1",
        "label": "9102",
        "long": "Turramurra HS to Turramurra Station",
        "short": "9102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-910-3-sj2-1",
        "label": "9103",
        "long": "Turramurra HS to Turramurra Station",
        "short": "9103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-910-4-sj2-1",
        "label": "9104",
        "long": "Turramurra HS to Gordon Station",
        "short": "9104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-910-5-sj2-1",
        "label": "9105",
        "long": "Turramurra HS to 1178 Pacific Hwy, Pymble",
        "short": "9105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-910-6-sj2-1",
        "label": "9106",
        "long": "Turramurra HS to Duffy Av after Huntingdale way, Thornleigh via Westleigh",
        "short": "9106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-910-7-sj2-1",
        "label": "9107",
        "long": "Turramurra HS to Normanhurst West PS via Thornleigh",
        "short": "9107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-910-8-sj2-1",
        "label": "9108",
        "long": "Turramurra HS to Pretoria Pde before Pacific Hwy, Hornsby",
        "short": "9108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-910-9-sj2-1",
        "label": "9109",
        "long": "Turramurra HS to Loreto Normanhurst",
        "short": "9109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-911-0-sj2-1",
        "label": "9110",
        "long": "Turramurra HS to Pacific Hwy at Turramurra Av, Turramurra",
        "short": "9110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-911-1-sj2-1",
        "label": "9111",
        "long": "Turramurra HS to Kuringai HS",
        "short": "9111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-911-2-sj2-1",
        "label": "9112",
        "long": "Turramurra HS to Pacific Hwy after Pretoria Pde, Hornsby",
        "short": "9112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-911-3-sj2-1",
        "label": "9113",
        "long": "Lindfield Learning Village to Killara",
        "short": "9113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-911-4-sj2-1",
        "label": "9114",
        "long": "Lindfield Learning Village to Lindfield",
        "short": "9114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-911-5-sj2-1",
        "label": "9115",
        "long": "Lindfield Learning Village to Beaumont Rd Public School",
        "short": "9115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-911-7-sj2-1",
        "label": "9117",
        "long": "Holy Family Primary School to Chatswood",
        "short": "9117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-911-8-sj2-1",
        "label": "9118",
        "long": "Lindfield Learning Village to Chatswood West",
        "short": "9118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-912-0-sj2-1",
        "label": "9120",
        "long": "Calvert Av before Fitzroy St, Killara to Killara Station",
        "short": "9120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-912-1-sj2-1",
        "label": "9121",
        "long": "Killara HS to CSIRO Lindfield",
        "short": "9121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-912-2-sj2-1",
        "label": "9122",
        "long": "St Patrick's PS to Hornsby",
        "short": "9122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-912-3-sj2-1",
        "label": "9123",
        "long": "Killara High School to Gordon via East Lindfield",
        "short": "9123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-912-4-sj2-1",
        "label": "9124",
        "long": "St Ives High School to St Ives",
        "short": "9124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-912-6-sj2-1",
        "label": "9126",
        "long": "St Ives High School to Gordon Station",
        "short": "9126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-912-7-sj2-1",
        "label": "9127",
        "long": "Killara High School to Gordon Station",
        "short": "9127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-912-8-sj2-1",
        "label": "9128",
        "long": "St Ives High School to Gordon Station",
        "short": "9128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-912-9-sj2-1",
        "label": "9129",
        "long": "St Ives High School to Gordon Station",
        "short": "9129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37-98T-1-sj2-1",
        "label": "98T1",
        "long": "Wynyard, Chatswood, then all stations to Hornsby",
        "short": "98T1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "38-35T-3-sj2-1",
        "label": "35T3",
        "long": "Central to Bankstown",
        "short": "35T3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "38-78T-3-sj2-1",
        "label": "78T3",
        "long": "Central to Campsie",
        "short": "78T3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "38-SW1-sj2-1",
        "label": "SW1",
        "long": "Sydenham to Bankstown",
        "short": "SW1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "38-SW3-sj2-1",
        "label": "SW3",
        "long": "Sydenham to Campsie via Canterbury (Limited stops)",
        "short": "SW3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "39-24T-3-sj2-1",
        "label": "24T3",
        "long": "Central to Bankstown",
        "short": "24T3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "39-SW2-sj2-1",
        "label": "SW2",
        "long": "Sydenham to Bankstown (Limited stops)",
        "short": "SW2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5AB031",
        "color_name": "green",
        "has_shape": true,
        "id": "4-BRK-L-sj2-1",
        "label": "BRKL",
        "long": "BRKL Brooklyn Ferry",
        "short": "BRKL",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "5AB031",
        "color_name": "green",
        "has_shape": true,
        "id": "4-BUN-C-sj2-1",
        "label": "BUNC",
        "long": "BUNC Bundeena Ferry",
        "short": "BUNC",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "5AB031",
        "color_name": "green",
        "has_shape": true,
        "id": "4-CCL-C-sj2-1",
        "label": "CCLC",
        "long": "CCLC Lane Cove Ferry",
        "short": "CCLC",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "5AB031",
        "color_name": "green",
        "has_shape": true,
        "id": "4-CCS-H-sj2-2",
        "label": "CCSH",
        "long": "CCSH Shark Island Ferry",
        "short": "CCSH",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "5AB031",
        "color_name": "green",
        "has_shape": true,
        "id": "4-CCT-Z-sj2-3",
        "label": "CCTZ",
        "long": "CCTZ Taronga Zoo Ferry",
        "short": "CCTZ",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "5AB031",
        "color_name": "green",
        "has_shape": true,
        "id": "4-CCW-B-sj2-2",
        "label": "CCWB",
        "long": "CCWB Watsons Bay Ferry",
        "short": "CCWB",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "5AB031",
        "color_name": "green",
        "has_shape": true,
        "id": "4-CCW-M-sj2-3",
        "label": "CCWM",
        "long": "CCWM Manly and Watsons Bay Ferry",
        "short": "CCWM",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "5AB031",
        "color_name": "green",
        "has_shape": true,
        "id": "4-CHC-P-sj2-1",
        "label": "CHCP",
        "long": "CHCP Church Point Ferry",
        "short": "CHCP",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "5AB031",
        "color_name": "green",
        "has_shape": true,
        "id": "4-CRF-sj2-1",
        "label": "CRF",
        "long": "CRF Clarence River Ferry",
        "short": "CRF",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "5AB031",
        "color_name": "green",
        "has_shape": true,
        "id": "4-EMP-B-sj2-4",
        "label": "EMPB",
        "long": "EMPB Woy Woy to Empire Bay Ferry",
        "short": "EMPB",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "5AB031",
        "color_name": "green",
        "has_shape": true,
        "id": "4-PLM-B-sj2-2",
        "label": "PLMB",
        "long": "PLMB Palm Beach to Mackerel Ferry",
        "short": "PLMB",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "5AB031",
        "color_name": "green",
        "has_shape": true,
        "id": "4-WAG-E-sj2-1",
        "label": "WAGE",
        "long": "WAGE Palm Beach to Ettalong Ferry",
        "short": "WAGE",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-160-sj2-1",
        "label": "160",
        "long": "Newcastle to Cessnock",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-161-sj2-1",
        "label": "161",
        "long": "Cessnock to Hospital Hill and Vineyard Grove (Loop Service)",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-162-sj2-1",
        "label": "162",
        "long": "Cessnock to Abernethy via Kearsley",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-163-sj2-1",
        "label": "163",
        "long": "Morisset to Cessnock via Kurri Kurri",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-164-sj2-1",
        "label": "164",
        "long": "Maitland to Cessnock via Kurri Kurri",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-165-sj2-1",
        "label": "165",
        "long": "Cessnock to West Cessnock (Loop Service)",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-166-sj2-1",
        "label": "166",
        "long": "Kurri Kurri to Maitland",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-167-sj2-1",
        "label": "167",
        "long": "Cessnock to Nulkaba (Loop Service)",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-168-sj2-1",
        "label": "168",
        "long": "Cessnock to Millfield (Loop Service)",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-171-sj2-1",
        "label": "171",
        "long": "Weston to Kurri Kurri",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-172-sj2-1",
        "label": "172",
        "long": "Kurri Kurri Rotary Park to Deakin St",
        "short": "172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S85-0-sj2-1",
        "label": "S850",
        "long": "Rover Depot, Vincent St to Mount View HS",
        "short": "S850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S85-1-sj2-1",
        "label": "S851",
        "long": "Gillieston PS to Scenic Dr at Champion Cres",
        "short": "S851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S85-2-sj2-1",
        "label": "S852",
        "long": "St Philips Nulkaba to North Rothbury",
        "short": "S852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S85-3-sj2-1",
        "label": "S853",
        "long": "Linuwel School to Vincent St opp Rover Depot via Hunter Valley Grammar School",
        "short": "S853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S85-4-sj2-1",
        "label": "S854",
        "long": "Branxton to Huntlee and North Rothbury",
        "short": "S854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S85-5-sj2-1",
        "label": "S855",
        "long": "Maitland Christian School to Vincent St opp Rover Depot",
        "short": "S855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S85-6-sj2-1",
        "label": "S856",
        "long": "Gillieston Heights to Holy Spirit Infants School via Holy Spirit PS",
        "short": "S856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S85-7-sj2-1",
        "label": "S857",
        "long": "Hunter Valley Grammar School to Wine Country Dr opp O'connors Rd",
        "short": "S857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S85-8-sj2-1",
        "label": "S858",
        "long": "Maitland Station to Weston PS",
        "short": "S858",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S85-9-sj2-1",
        "label": "S859",
        "long": "Murray Run Rd before Wollombi Rd to Congewai PS via St Philips College",
        "short": "S859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S86-0-sj2-1",
        "label": "S860",
        "long": "Mount View HS to Murrays Run Rd after Wollombi Rd via St Philips College",
        "short": "S860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S86-1-sj2-1",
        "label": "S861",
        "long": "St Philips College to Murrays Run Rd after Wollombi Rd via Mount View HS",
        "short": "S861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S86-2-sj2-1",
        "label": "S862",
        "long": "Merewether HS to University of Newcastle",
        "short": "S862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S86-3-sj2-1",
        "label": "S863",
        "long": "Hunter Christian School to Vincent St opp Rover Depot",
        "short": "S863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S86-5-sj2-1",
        "label": "S865",
        "long": "Kurri Kurri HS to Maitland Station",
        "short": "S865",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S86-6-sj2-1",
        "label": "S866",
        "long": "All Saints College Maitland to Kurri Kurri",
        "short": "S866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S86-8-sj2-1",
        "label": "S868",
        "long": "Mount View HS to Old Maitland Rd opp James Lane via Kurri Kurri",
        "short": "S868",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S86-9-sj2-1",
        "label": "S869",
        "long": "Mount View HS to Old Maitland Rd opp James Lane via Kurri Kurri Hospital",
        "short": "S869",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S87-0-sj2-1",
        "label": "S870",
        "long": "Rover Depot, Vincent St to Kurri Kurri HS via Maitland",
        "short": "S870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S87-1-sj2-1",
        "label": "S871",
        "long": "Middle Rd after Dunlop Dr to Mount View HS via The Paxton",
        "short": "S871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S87-2-sj2-1",
        "label": "S872",
        "long": "Sandy Creek Rd opp Whitings Lane to Cessnock PS",
        "short": "S872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S87-3-sj2-1",
        "label": "S873",
        "long": "Mount View HS to Bellbird Hotel",
        "short": "S873",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S87-4-sj2-1",
        "label": "S874",
        "long": "Ellalong Rd before Pelton Rd to Cessnock Swimming Club via Abernethy",
        "short": "S874",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S87-5-sj2-1",
        "label": "S875",
        "long": "St Philips College to Wollombi Rd opp Crawford Pl via Ellalong",
        "short": "S875",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S87-6-sj2-1",
        "label": "S876",
        "long": "Bellbird PS to Cessnock PS via Mount View School",
        "short": "S876",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S87-7-sj2-1",
        "label": "S877",
        "long": "St Philips College to Abermain PS via Pelaw Main and Cessnock HS",
        "short": "S877",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S87-8-sj2-1",
        "label": "S878",
        "long": "Cessnock HS to Pelaw Main via Abernethy and St Philips College",
        "short": "S878",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S87-9-sj2-1",
        "label": "S879",
        "long": "Millfield Rd opp Irwin Cr to Cessnock PS via Abernethy",
        "short": "S879",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S88-0-sj2-1",
        "label": "S880",
        "long": "St Philips College to Abernethy via Mount View HS",
        "short": "S880",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S88-1-sj2-1",
        "label": "S881",
        "long": "St Philips College to Abernethy",
        "short": "S881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S88-2-sj2-1",
        "label": "S882",
        "long": "St Philips College to Abernethy via Cessnock PS",
        "short": "S882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S88-3-sj2-1",
        "label": "S883",
        "long": "East Branxton to Cessnock PS via Greta Main",
        "short": "S883",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S88-4-sj2-1",
        "label": "S884",
        "long": "Mount View HS to Millfield via Bellbird, Ellalong and Paxton",
        "short": "S884",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S88-6-sj2-1",
        "label": "S886",
        "long": "Pelton to Mount View HS via Ellalong",
        "short": "S886",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S88-7-sj2-1",
        "label": "S887",
        "long": "Abermain to Nulkaba PS",
        "short": "S887",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S88-8-sj2-1",
        "label": "S888",
        "long": "Mount View HS to Vincent St opp Rover Depot via Ellalong",
        "short": "S888",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S88-9-sj2-1",
        "label": "S889",
        "long": "Cessnock Rd at Scone St to Holy Spirit PS",
        "short": "S889",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S89-0-sj2-1",
        "label": "S890",
        "long": "Cessnock HS to Heddon Greta",
        "short": "S890",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S89-2-sj2-1",
        "label": "S892",
        "long": "Holy Spirit PS to Holy Spirit Infants School",
        "short": "S892",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S89-3-sj2-1",
        "label": "S893",
        "long": "Branxton to Cessnock PS via North Rothbury and Nulkaba",
        "short": "S893",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S89-4-sj2-1",
        "label": "S894",
        "long": "St Patricks PS to Branxton via North Rothbury",
        "short": "S894",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S89-5-sj2-1",
        "label": "S895",
        "long": "Mount View HS to Branxton via North Rothbury",
        "short": "S895",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S89-6-sj2-1",
        "label": "S896",
        "long": "Cessnock HS to Branxton via North Rothbury",
        "short": "S896",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S89-7-sj2-1",
        "label": "S897",
        "long": "Sandy Creek at Quorronbolong Rd to Cessnock HS via Mount View HS",
        "short": "S897",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S89-8-sj2-1",
        "label": "S898",
        "long": "St Philips College to 165 Wollong Rd, Quorrobolong",
        "short": "S898",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S89-9-sj2-1",
        "label": "S899",
        "long": "Mount View HS to 165 Wollong Rd, Quorrobolong via Nulkaba",
        "short": "S899",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S90-0-sj2-1",
        "label": "S900",
        "long": "Greta to St Philips College",
        "short": "S900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S90-1-sj2-1",
        "label": "S901",
        "long": "Cessnock HS to Lovedale Rd at Camp Rd via Mount View HS",
        "short": "S901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S90-2-sj2-1",
        "label": "S902",
        "long": "Mount View HS to Lovedale Rd at Camp Rd",
        "short": "S902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S90-3-sj2-1",
        "label": "S903",
        "long": "Mount View HS to Lovedale Rd at Camp Rd via Bellbird",
        "short": "S903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S90-4-sj2-1",
        "label": "S904",
        "long": "Northcote St after Kearsley St to St Philips College",
        "short": "S904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S90-5-sj2-1",
        "label": "S905",
        "long": "St Philips College to Branxton",
        "short": "S905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S90-6-sj2-1",
        "label": "S906",
        "long": "Mount View HS to Greta Main via Ellalong",
        "short": "S906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S90-7-sj2-1",
        "label": "S907",
        "long": "All Saints College to Vincent St opp Rover Depot",
        "short": "S907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S90-8-sj2-1",
        "label": "S908",
        "long": "Rover Depot, Vincent St to Maitland Station",
        "short": "S908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S90-9-sj2-1",
        "label": "S909",
        "long": "St Philips College to Heddon Greta via Pokolbin",
        "short": "S909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S91-0-sj2-1",
        "label": "S910",
        "long": "St Philips College to Cessnock via Pokolbin",
        "short": "S910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S91-1-sj2-1",
        "label": "S911",
        "long": "Cessnock East PS to Mount View Rd after O'Shea Cct via Nulkaba PS",
        "short": "S911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S91-2-sj2-1",
        "label": "S912",
        "long": "St Philips College to Millfield via Abernethy and Ellalong",
        "short": "S912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S91-3-sj2-1",
        "label": "S913",
        "long": "Cessnock HS to Bellbird Heights via St Philips College",
        "short": "S913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S91-5-sj2-1",
        "label": "S915",
        "long": "Trebbiano Dr at Merlot St to St Philips College",
        "short": "S915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S91-6-sj2-1",
        "label": "S916",
        "long": "Mount View HS to Bellbird",
        "short": "S916",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S91-7-sj2-1",
        "label": "S917",
        "long": "Cessnock HS to Quorrobolong via St Philips College",
        "short": "S917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S91-8-sj2-1",
        "label": "S918",
        "long": "St Philips College to Quorrobolong via Cessnock HS",
        "short": "S918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S92-0-sj2-1",
        "label": "S920",
        "long": "St Philips College to Main Rd at Heddon St via Weston",
        "short": "S920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S92-1-sj2-1",
        "label": "S921",
        "long": "Vincent St at Jeffries St to Rover Depot, Vincent St via Abernethy",
        "short": "S921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S92-2-sj2-1",
        "label": "S922",
        "long": "Elrington to All Saints College via Abernethy",
        "short": "S922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S92-3-sj2-1",
        "label": "S923",
        "long": "St Philips College to Abernethy via Branxton",
        "short": "S923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S92-4-sj2-1",
        "label": "S924",
        "long": "All Saints College to Quorrobolong",
        "short": "S924",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S92-5-sj2-1",
        "label": "S925",
        "long": "All Saints College to Ellalong",
        "short": "S925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S92-6-sj2-1",
        "label": "S926",
        "long": "Kurri Kurri to St Patricks PS via Mount View HS",
        "short": "S926",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S92-7-sj2-1",
        "label": "S927",
        "long": "St Philips College to Kurri Kurri via Greta and All Saints College",
        "short": "S927",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S92-8-sj2-1",
        "label": "S928",
        "long": "Mount View HS to Kurri Kurri via Greta and All Saints College",
        "short": "S928",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S93-1-sj2-1",
        "label": "S931",
        "long": "Kurri Kurri HS to Kurri Kurri PS via Standford Merthyr",
        "short": "S931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S93-2-sj2-1",
        "label": "S932",
        "long": "Brunkerville to All Saints College Maitland via Kurri Kurri HS",
        "short": "S932",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S93-3-sj2-1",
        "label": "S933",
        "long": "Rotary Park, Hamden St to Hunter Trade College, Junction St",
        "short": "S933",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S93-4-sj2-1",
        "label": "S934",
        "long": "Kurri Kurri Cemetery to Gillieston PS via Kurri Kurri HS",
        "short": "S934",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S93-5-sj2-1",
        "label": "S935",
        "long": "Hunter Trade College, Junction St to Maitland Station",
        "short": "S935",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S93-6-sj2-1",
        "label": "S936",
        "long": "Gilleston PS to Kurri Kurri PS via Holy Spirit PS",
        "short": "S936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S93-8-sj2-1",
        "label": "S938",
        "long": "Kurri Kurri PS to Heddon Greta",
        "short": "S938",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S94-0-sj2-1",
        "label": "S940",
        "long": "Kurri Kurri HS to Rutherford PS via Gillieston PS",
        "short": "S940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S94-1-sj2-1",
        "label": "S941",
        "long": "Cessnock HS to Rutherford PS via Abermain PS",
        "short": "S941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S94-2-sj2-1",
        "label": "S942",
        "long": "Rutherford PS to Weston",
        "short": "S942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S94-3-sj2-1",
        "label": "S943",
        "long": "Rover Depot, Vincent St to Rutherford Technology HS via Weston PS",
        "short": "S943",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S94-4-sj2-1",
        "label": "S944",
        "long": "Rutherford Technology HS to Kurri Kurri PS via Stanford Merthyr and Pelaw Main PS",
        "short": "S944",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S94-5-sj2-1",
        "label": "S945",
        "long": "Rotary Park, Hamden St to Abermain PS via Standford Merthyr and Aberdare",
        "short": "S945",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S94-7-sj2-1",
        "label": "S947",
        "long": "Kurri Kurri HS to Rotary Park, Hampden St via Abermain",
        "short": "S947",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S94-8-sj2-1",
        "label": "S948",
        "long": "Kurri Kurri TAFE to Rotary Park, Hampden St",
        "short": "S948",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S94-9-sj2-1",
        "label": "S949",
        "long": "Bellbird PS to Cessnock",
        "short": "S949",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S95-1-sj2-1",
        "label": "S951",
        "long": "Kurri Kurri High School to Maitland Station",
        "short": "S951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S95-2-sj2-1",
        "label": "S952",
        "long": "Maitland Station to Kurri Kurri High School",
        "short": "S952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S95-3-sj2-1",
        "label": "S953",
        "long": "Redwood Drive to Gillieston Public School",
        "short": "S953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S95-4-sj2-1",
        "label": "S954",
        "long": "Huntlee to Cessnock Public School via The Vintage",
        "short": "S954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S95-5-sj2-1",
        "label": "S955",
        "long": "St Philips to Rusty Lane Branxton via The Vintage",
        "short": "S955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "42-S95-6-sj2-1",
        "label": "S956",
        "long": "Unknown",
        "short": "S956",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-100-1-sj2-1",
        "label": "1001",
        "long": "Callaghan College to Stockton Wharf",
        "short": "1001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-10H-U-sj2-1",
        "label": "10HU",
        "long": "Maitland, then Singleton, Muswellbrook",
        "short": "10HU",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-11-sj2-1",
        "label": "0011",
        "long": "Lemon Tree Passage to Tanilba Bay PS",
        "short": "0011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-111-sj2-1",
        "label": "0111",
        "long": "Meadowie Rd to Irrawang HS",
        "short": "0111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-115-1-sj2-1",
        "label": "1151",
        "long": "Paterson Rd to Bishop Tyrell Anglican College",
        "short": "1151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-118-0-sj2-1",
        "label": "1180",
        "long": "Wirreanda Public School to Medowie Primary School",
        "short": "1180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-118-1-sj2-1",
        "label": "1181",
        "long": "Raymond Terrace to Catherine McAuley via Williamtown",
        "short": "1181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-118-2-sj2-1",
        "label": "1182",
        "long": "Catherine McAuley to Raymond Terrace via Williamtown",
        "short": "1182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-118-3-sj2-1",
        "label": "1183",
        "long": "Catherine McAuley to Federation Dr (Loop Service)",
        "short": "1183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-118-4-sj2-1",
        "label": "1184",
        "long": "Catherine McAuley College to Raymond Terrace Shopping Centre",
        "short": "1184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-119-1-sj2-1",
        "label": "1191",
        "long": "Raymond Terrace to Catherine McAuley College",
        "short": "1191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-119-2-sj2-1",
        "label": "1192",
        "long": "Wirreanda Public School to Catherine McAuley College",
        "short": "1192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-119-3-sj2-1",
        "label": "1193",
        "long": "Medowie to Wirreanda Public School",
        "short": "1193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-119-4-sj2-1",
        "label": "1194",
        "long": "Catherine McAuley College to Raymond Terrace",
        "short": "1194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-119-5-sj2-1",
        "label": "1195",
        "long": "Catherine McAuley College to Raymond Terrace Shopping Centre",
        "short": "1195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-12-sj2-1",
        "label": "0012",
        "long": "President Wilson Walk to Tanilba Bay PS",
        "short": "0012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-120-1-sj2-1",
        "label": "1201",
        "long": "Lemon Tree Passage to St Brigids PS and Hunter River HS",
        "short": "1201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-120-2-sj2-1",
        "label": "1202",
        "long": "Hunter School of Performing Arts to Lemon Tree Passage",
        "short": "1202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-121-1-sj2-1",
        "label": "1211",
        "long": "Mallabula and Tanilba Bay to Grahamstown PS",
        "short": "1211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-122-1-sj2-1",
        "label": "1221",
        "long": "Seaham and Brandy Hill to Raymond Terrace",
        "short": "1221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-122-3-sj2-1",
        "label": "1223",
        "long": "Mayfield Christian College to Chisholm Rd",
        "short": "1223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-123-1-sj2-1",
        "label": "1231",
        "long": "Oyster Cove and Salt Ash to Raymond Terrace PS",
        "short": "1231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-123-2-sj2-1",
        "label": "1232",
        "long": "Raymond Terrace PS to Bellevue and Greenslopes",
        "short": "1232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-123-3-sj2-1",
        "label": "1233",
        "long": "Hunter River HS to Lemon Tree Passage Rd at Oyster Rd",
        "short": "1233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-124-1-sj2-1",
        "label": "1241",
        "long": "Lemon Tree Passage to Medowie Christian School",
        "short": "1241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-124-5-sj2-1",
        "label": "1245",
        "long": "San Clemente HS to Medowie via Williamtown",
        "short": "1245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-125-1-sj2-1",
        "label": "1251",
        "long": "St Phillips Christian College to Lemon Tree Passage",
        "short": "1251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-126-1-sj2-1",
        "label": "1261",
        "long": "Tregenna St to Maitland HS",
        "short": "1261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-126-2-sj2-1",
        "label": "1262",
        "long": "Raymond Terrace PS to Pommie Hill and Tomago",
        "short": "1262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-126-3-sj2-1",
        "label": "1263",
        "long": "Williamtown PS to Stockton",
        "short": "1263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-127-1-sj2-1",
        "label": "1271",
        "long": "Clarence Town to Grahamstown PS",
        "short": "1271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-127-2-sj2-1",
        "label": "1272",
        "long": "Callaghan College to Clarence Town",
        "short": "1272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-128-1-sj2-1",
        "label": "1281",
        "long": "Medowie to Irrawang HS",
        "short": "1281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-128-2-sj2-1",
        "label": "1282",
        "long": "Raymond Terrace to Medowie PS",
        "short": "1282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-128-3-sj2-1",
        "label": "1283",
        "long": "Medowie to Medowie Christian and PS",
        "short": "1283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-128-4-sj2-1",
        "label": "1284",
        "long": "Raymond Terrace PS to Lakeview and Medowie",
        "short": "1284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-129-1-sj2-1",
        "label": "1291",
        "long": "Bellevue and Lakeside to San Clemente HS",
        "short": "1291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-129-2-sj2-1",
        "label": "1292",
        "long": "San Clemente HS to Raymond Terrace",
        "short": "1292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-129-3-sj2-1",
        "label": "1293",
        "long": "Francis Greenway HS to All Saints College St Peters Campus",
        "short": "1293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-129-4-sj2-1",
        "label": "1294",
        "long": "All Saints College St Peters Campus to Raymond Terrace",
        "short": "1294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-130-1-sj2-1",
        "label": "1301",
        "long": "Lemon Tree Passage to Irrawang HS and Raymond Terrace",
        "short": "1301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-130-3-sj2-1",
        "label": "1303",
        "long": "Wighton St to Mt Kanwary School",
        "short": "1303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-131-1-sj2-1",
        "label": "1311",
        "long": "Medowie and Richardson to Newcastle Grammar",
        "short": "1311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-131-2-sj2-1",
        "label": "1312",
        "long": "Woodberry to Beresfield",
        "short": "1312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-131-3-sj2-1",
        "label": "1313",
        "long": "Raymond Terrace PS to Clyde Ct",
        "short": "1313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-131-4-sj2-1",
        "label": "1314",
        "long": "Irrawang HS to Lemon Tree Passage",
        "short": "1314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-132-1-sj2-1",
        "label": "1321",
        "long": "Tanilba Bay to Raymond Terrace",
        "short": "1321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-132-2-sj2-1",
        "label": "1322",
        "long": "Treganna St to Grahamstown PS",
        "short": "1322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-132-3-sj2-1",
        "label": "1323",
        "long": "Tighes Hill PS to Howell and Dawson",
        "short": "1323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-133-1-sj2-1",
        "label": "1331",
        "long": "Thornton to Seaham PS",
        "short": "1331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-133-2-sj2-1",
        "label": "1332",
        "long": "Seaham PS to Seaham PS",
        "short": "1332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-133-3-sj2-1",
        "label": "1333",
        "long": "Seaham PS to Glen Oak and Seaham",
        "short": "1333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-133-7-sj2-1",
        "label": "1337",
        "long": "Maitland High School to Chisholm",
        "short": "1337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-134-1-sj2-1",
        "label": "1341",
        "long": "Lemon Tree Passage to St Phillips College",
        "short": "1341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-134-2-sj2-1",
        "label": "1342",
        "long": "Tomago to Raymond Terrace Schools",
        "short": "1342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-134-4-sj2-1",
        "label": "1344",
        "long": "Hunter River HS to Tanilba Bay and Lemon Tree Passage",
        "short": "1344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-135-1-sj2-1",
        "label": "1351",
        "long": "Medowie to Tomaree HS",
        "short": "1351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-135-2-sj2-1",
        "label": "1352",
        "long": "Lemon Tree Passage to Tanilba Bay PS",
        "short": "1352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-135-3-sj2-1",
        "label": "1353",
        "long": "Tomaree HS to Lemon Tree Passage",
        "short": "1353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-136-1-sj2-1",
        "label": "1361",
        "long": "Medowie to Irrawang HS",
        "short": "1361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-136-2-sj2-1",
        "label": "1362",
        "long": "Campvale to Wirreandra PS",
        "short": "1362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-136-5-sj2-1",
        "label": "1365",
        "long": "Grahamstown PS to Mt Hall and Irrawang Rd",
        "short": "1365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-136-6-sj2-1",
        "label": "1366",
        "long": "Hunter River HS to Irrawang HS",
        "short": "1366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-136-7-sj2-1",
        "label": "1367",
        "long": "Irrawang HS to Medowie",
        "short": "1367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-136-sj2-1",
        "label": "136",
        "long": "Raymond Terrace to Stockton via Medowie",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-137-1-sj2-1",
        "label": "1371",
        "long": "Medowie to Fern Bay PS",
        "short": "1371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-137-4-sj2-1",
        "label": "1374",
        "long": "Glendale Technology HS to Elermore Vale",
        "short": "1374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-137-6-sj2-1",
        "label": "1376",
        "long": "Wallsend HS to Goat Hill and Cressington Way",
        "short": "1376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-137-7-sj2-1",
        "label": "1377",
        "long": "Our Lady of Victories and Plattsburg PS to Maryland",
        "short": "1377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-137-8-sj2-1",
        "label": "1378",
        "long": "Maryland PS to Maryland",
        "short": "1378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-137-sj2-1",
        "label": "137",
        "long": "Raymond Terrace to Lemon Tree Passage via Medowie",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-138-1-sj2-1",
        "label": "1381",
        "long": "Williamtown to Hunter River HS",
        "short": "1381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-138-2-sj2-1",
        "label": "1382",
        "long": "Medowie PS to Medowie and Campvale",
        "short": "1382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-138-3-sj2-1",
        "label": "1383",
        "long": "Wirreandra PS to Abundance and Lisadell Rds",
        "short": "1383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-138-sj2-1",
        "label": "138",
        "long": "Lemon Tree Passage to Newcastle Interchange via Airport",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-139-1-sj2-1",
        "label": "1391",
        "long": "Medowie to Newcastle Grammar",
        "short": "1391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-139-2-sj2-1",
        "label": "1392",
        "long": "Rutherfortd HS to Branxton East",
        "short": "1392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-139-3-sj2-1",
        "label": "1393",
        "long": "St Patricks PS to Rutherford HS",
        "short": "1393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-139-4-sj2-1",
        "label": "1394",
        "long": "All Saints College, New England Hwy to North Rothbury",
        "short": "1394",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-140-1-sj2-1",
        "label": "1401",
        "long": "Medowie to Newcastle HS",
        "short": "1401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-140-2-sj2-1",
        "label": "1402",
        "long": "Merewether HS to Stockton and Medowie",
        "short": "1402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-140-sj2-1",
        "label": "140",
        "long": "Raymond Terrace to Newcastle Interchange",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-141-1-sj2-1",
        "label": "1411",
        "long": "Medowie to Newcastle HS",
        "short": "1411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-141-2-sj2-1",
        "label": "1412",
        "long": "St Phillips Christian College to Medowie",
        "short": "1412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-141-sj2-1",
        "label": "141",
        "long": "Raymond Terrace to Dawson Rd and Kent St (Loop Service)",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-142-1-sj2-1",
        "label": "1421",
        "long": "Nelson Bay and Vardon Rds to Newcastle HS",
        "short": "1421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-142-3-sj2-1",
        "label": "1423",
        "long": "Metford Christian School to Morpeth Rd",
        "short": "1423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-142-4-sj2-1",
        "label": "1424",
        "long": "Maitland Grossman HS to Bolwarra",
        "short": "1424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-142-5-sj2-1",
        "label": "1425",
        "long": "Francis Greenway HS to Greygum and Forest",
        "short": "1425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-142-sj2-1",
        "label": "0142",
        "long": "Raymond Terrace PS to Rees James Rd",
        "short": "0142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-143-1-sj2-1",
        "label": "1431",
        "long": "Nelson Bay Rd to Merewether HS",
        "short": "1431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-143-3-sj2-1",
        "label": "1433",
        "long": "Medowie Christian College to Medowie",
        "short": "1433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-143-sj2-1",
        "label": "0143",
        "long": "Hunter River HS to Sturgeon St",
        "short": "0143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-144-1-sj2-1",
        "label": "1441",
        "long": "Campvale to Hunter Valley Grammar",
        "short": "1441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-144-2-sj2-1",
        "label": "1442",
        "long": "Ashtonfield to St Josephs PS",
        "short": "1442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-144-6-sj2-1",
        "label": "1446",
        "long": "Linuwel School to Largs via Lochinvar",
        "short": "1446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-144-sj2-1",
        "label": "0144",
        "long": "Thornton Depot to Grahamstown PS via Seaham",
        "short": "0144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-145-1-sj2-1",
        "label": "1451",
        "long": "Medowie to Irrawang HS",
        "short": "1451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-145-sj2-1",
        "label": "145",
        "long": "Green Hills Shopping Centre to Newcastle Airport via Raymond Terrace",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-146-1-sj2-1",
        "label": "1461",
        "long": "Lemon Tree Passage to Callaghan College",
        "short": "1461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-146-2-sj2-1",
        "label": "1462",
        "long": "Wallsend to Wallsend PS",
        "short": "1462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-146-3-sj2-1",
        "label": "1463",
        "long": "Irrawang High School to Booral Public School via Medowie",
        "short": "1463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-147-1-sj2-1",
        "label": "1471",
        "long": "Hunter Valley Grammar to Medowie",
        "short": "1471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-148-1-sj2-1",
        "label": "1481",
        "long": "Bellevue and Raymond Terrace to Bishop Tyrell College",
        "short": "1481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-148-2-sj2-1",
        "label": "1482",
        "long": "Medowie Public to Medowie Christian School",
        "short": "1482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-148-3-sj2-1",
        "label": "1483",
        "long": "Medowie Christian School to Lemon Tree Passage",
        "short": "1483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-148-4-sj2-1",
        "label": "1484",
        "long": "Wirreanda Public School to Medowie Christian School",
        "short": "1484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-149-1-sj2-1",
        "label": "1491",
        "long": "Callaghan College to Maryland Dr and Minmi Rd",
        "short": "1491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-149-2-sj2-1",
        "label": "1492",
        "long": "Bishop Tyrell College to Raymond Terrace",
        "short": "1492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-149-4-sj2-1",
        "label": "1494",
        "long": "Stroud to Medowie Christian School",
        "short": "1494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-150-1-sj2-1",
        "label": "1501",
        "long": "Rutherford Shops to Macquarie College",
        "short": "1501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-15H-U-sj2-1",
        "label": "15HU",
        "long": "Maitland, then all stations to Muswellbrook",
        "short": "15HU",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-161-1-sj2-1",
        "label": "1611",
        "long": "Medowie to Irrawang HS",
        "short": "1611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-161-sj2-1",
        "label": "0161",
        "long": "Raymond Terrace PS to Hunter River HS",
        "short": "0161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-162-1-sj2-1",
        "label": "1621",
        "long": "Irrawang HS to Federation Dr near Glanmorgan Av",
        "short": "1621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-162-3-sj2-1",
        "label": "1623",
        "long": "Irrawang HS to Medowie",
        "short": "1623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-162-sj2-1",
        "label": "0162",
        "long": "Hunter River HS to Mallabula",
        "short": "0162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-163-1-sj2-1",
        "label": "1631",
        "long": "Grahamstown PS to Seaham",
        "short": "1631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-164-1-sj2-1",
        "label": "1641",
        "long": "Richardson Rd and Pacific Hwy to St Michaels PS",
        "short": "1641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-164-2-sj2-1",
        "label": "1642",
        "long": "St Michaels PS to Lemon Tree Passage",
        "short": "1642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-165-1-sj2-1",
        "label": "1651",
        "long": "Medowie to Newcastle HS",
        "short": "1651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-165-2-sj2-1",
        "label": "1652",
        "long": "Newcastle HS to Medowie",
        "short": "1652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-166-2-sj2-1",
        "label": "1662",
        "long": "Hunter Sports HS to Hexham McDonalds",
        "short": "1662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-167-1-sj2-1",
        "label": "1671",
        "long": "Medowie to Newcastle Schools",
        "short": "1671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-177-sj2-1",
        "label": "177",
        "long": "Rutherford to Aberglasslyn via Budgeree Dr (Loop Service)",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-178-sj2-1",
        "label": "178",
        "long": "Rutherford to Anambah Rd via Rutherford Industrial Estate (Loop Service)",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-179-sj2-1",
        "label": "179",
        "long": "Green Hills Shopping Centre to North Rothbury via Maitland",
        "short": "179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-180-X-sj2-1",
        "label": "180X",
        "long": "Maitland Station to Singleton Station (Express Service)",
        "short": "180X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-180-sj2-1",
        "label": "180",
        "long": "Stockland Green Hills to Singleton Heights via Maitland",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-181-sj2-1",
        "label": "181",
        "long": "Woodberry to Rutherford via Beresfield, Green Hills Shopping Centre and Maitland",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-182-sj2-1",
        "label": "182",
        "long": "Thornton to Rutherford via Ashtonfield, Green Hills Shopping Centre and Maitland",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-183-sj2-1",
        "label": "183",
        "long": "Tenambit to Rutherford via Green Hills Shopping Centre and Maitland",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-184-sj2-1",
        "label": "184",
        "long": "Green Hills Shopping Centre to Morpeth via East Maitland and Tenambit",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-185-sj2-1",
        "label": "185",
        "long": "Maitland to Largs and Gresford  via Lorn and Bolwarra",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-186-sj2-1",
        "label": "186",
        "long": "Rutherford to Aberglasslyn via Denton Park Dr (Loop Service)",
        "short": "186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-187-sj2-1",
        "label": "187",
        "long": "Green Hills Shopping Centre to Wilton Dr (Loop Service)",
        "short": "187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-188-sj2-1",
        "label": "188",
        "long": "Woodlands Estate to Green Hills Shopping Centre via Maitland Hospital",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-189-sj2-1",
        "label": "189",
        "long": "Thornton to Green Hills Shopping Centre via Chisholm",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-192-sj2-1",
        "label": "192",
        "long": "Maitland to South Maitland (Loop Service)",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-19H-U-sj2-1",
        "label": "19HU",
        "long": "Dungog all stations to Maitland, Victoria Street, then all stations to Beresfield, Warabrook, then all stations to Newcastle Interchange",
        "short": "19HU",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-1HU-sj2-1",
        "label": "1HU",
        "long": "Newcastle Interchange, then all stations to Telarah",
        "short": "1HU",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-216-1-sj2-1",
        "label": "2161",
        "long": "All Saints College St Peters Campus to Tocal Rd near Hilldale Dr",
        "short": "2161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-217-1-sj2-1",
        "label": "2171",
        "long": "Greenhills to Chisholm Estate",
        "short": "2171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-219-1-sj2-1",
        "label": "2191",
        "long": "East Maitland to All Saints College Lochinvar",
        "short": "2191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-219-2-sj2-1",
        "label": "2192",
        "long": "Rutherford to St Johns PS",
        "short": "2192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-219-3-sj2-1",
        "label": "2193",
        "long": "Francis Greenway HS to Taylor Ave",
        "short": "2193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-219-4-sj2-1",
        "label": "2194",
        "long": "Thornton PS to Raymond Terrace Rd",
        "short": "2194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-220-1-sj2-1",
        "label": "2201",
        "long": "Thornton to Francis Greenway HS",
        "short": "2201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-220-2-sj2-1",
        "label": "2202",
        "long": "Tarro to Ashtonfield PS",
        "short": "2202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-220-3-sj2-1",
        "label": "2203",
        "long": "Ferrably Dr and Lowe St to Maitland HS",
        "short": "2203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-220-4-sj2-1",
        "label": "2204",
        "long": "Newcastle HS to Medowie",
        "short": "2204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-221-1-sj2-1",
        "label": "2211",
        "long": "Telarah to St Patricks Lochinvar",
        "short": "2211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-221-2-sj2-1",
        "label": "2212",
        "long": "Greta to Rutherford HS",
        "short": "2212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-221-3-sj2-1",
        "label": "2213",
        "long": "Harvey Rd area to Telarah PS",
        "short": "2213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-221-4-sj2-1",
        "label": "2214",
        "long": "Rutherford HS to Greta",
        "short": "2214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-221-5-sj2-1",
        "label": "2215",
        "long": "St Patricks PS to Telarah",
        "short": "2215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-221-8-sj2-1",
        "label": "2218",
        "long": "Hunter Valley Grammar to Hunterglen Dr and Paterson Rd",
        "short": "2218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-222-1-sj2-1",
        "label": "2221",
        "long": "Louth Park Waterford Estate to Maitland HS",
        "short": "2221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-222-3-sj2-1",
        "label": "2223",
        "long": "Astonfield PS to Thornton",
        "short": "2223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-222-4-sj2-1",
        "label": "2224",
        "long": "Maitland HS to Metford Tafe",
        "short": "2224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-222-5-sj2-1",
        "label": "2225",
        "long": "Francis Greenway HS to Thomas Coke Dr and Taylor Ave",
        "short": "2225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-223-1-sj2-1",
        "label": "2231",
        "long": "Brunswick St and Richardson Dr to St John the Baptist PS",
        "short": "2231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-223-2-sj2-1",
        "label": "2232",
        "long": "Bolwarra Heights to Bolwarra PS",
        "short": "2232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-223-3-sj2-1",
        "label": "2233",
        "long": "All Saints College St Marys Campus to Rutherford",
        "short": "2233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-224-1-sj2-1",
        "label": "2241",
        "long": "Dunmore Rd to All Saints College St Marys Campus",
        "short": "2241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-224-2-sj2-1",
        "label": "2242",
        "long": "Bolwarra to Maitland Grossmann HS and Maitland HS",
        "short": "2242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-224-4-sj2-1",
        "label": "2244",
        "long": "East Maitland PS to Ashtonfield",
        "short": "2244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-224-5-sj2-1",
        "label": "2245",
        "long": "All Saints College St Peters Campus to Johnsons Farm Gate",
        "short": "2245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-225-1-sj2-1",
        "label": "2251",
        "long": "Martins Creek to Hunter Valley Grammar",
        "short": "2251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-225-2-sj2-1",
        "label": "2252",
        "long": "Ashtonfield Area to East Maitland PS",
        "short": "2252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-225-3-sj2-1",
        "label": "2253",
        "long": "Maitland and Lochinvar to Branxton",
        "short": "2253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-226-1-sj2-1",
        "label": "2261",
        "long": "Hanwood Estate to Rutherford HS",
        "short": "2261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-226-3-sj2-1",
        "label": "2263",
        "long": "St Pauls PS to Bishops Bridge",
        "short": "2263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-227-1-sj2-1",
        "label": "2271",
        "long": "Vacy to Maitland Christian School",
        "short": "2271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-227-2-sj2-1",
        "label": "2272",
        "long": "Maitland Christian School to Tenambit PS",
        "short": "2272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-227-3-sj2-1",
        "label": "2273",
        "long": "Tenambit PS to Morpeth PS",
        "short": "2273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-227-4-sj2-1",
        "label": "2274",
        "long": "Metford Christian School to Paterson",
        "short": "2274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-229-1-sj2-1",
        "label": "2291",
        "long": "Largs to St Johns PS",
        "short": "2291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-229-2-sj2-1",
        "label": "2292",
        "long": "East Maitland PS to East Maitland",
        "short": "2292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-229-3-sj2-1",
        "label": "2293",
        "long": "All Saints College St Peters Campus to Worchester Dr and Chisholm Rd",
        "short": "2293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-229-4-sj2-1",
        "label": "2294",
        "long": "All Saints College St Marys Campus to Bolwarra Heights",
        "short": "2294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-230-1-sj2-1",
        "label": "2301",
        "long": "Woodville to St Josephs PS",
        "short": "2301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-230-2-sj2-1",
        "label": "2302",
        "long": "Hunter Valley Grammar to East Maitland and Louth Park",
        "short": "2302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-230-3-sj2-1",
        "label": "2303",
        "long": "Maitland Grossmann HS to Thornton",
        "short": "2303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-231-3-sj2-1",
        "label": "2313",
        "long": "All Saints College St Marys Campus to Richardson Road",
        "short": "2313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-232-2-sj2-1",
        "label": "2322",
        "long": "Morpeth to Largs PS",
        "short": "2322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-232-3-sj2-1",
        "label": "2323",
        "long": "St Johns PS to All Saints College St Marys Campus",
        "short": "2323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-232-4-sj2-1",
        "label": "2324",
        "long": "All Saints College St Peters Campus to Tenambit",
        "short": "2324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-232-5-sj2-1",
        "label": "2325",
        "long": "All Saints College St Marys Campus to Tenambit",
        "short": "2325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-234-0-sj2-1",
        "label": "2340",
        "long": "Beresfield to Millers Forest PS",
        "short": "2340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-234-1-sj2-1",
        "label": "2341",
        "long": "Duckenfield to Morpeth PS",
        "short": "2341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-234-2-sj2-1",
        "label": "2342",
        "long": "Wallalong to Hinton PS",
        "short": "2342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-234-4-sj2-1",
        "label": "2344",
        "long": "Rutherford PS to Windella",
        "short": "2344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-235-1-sj2-1",
        "label": "2351",
        "long": "Bolwarra Heights to Ashtonfield PS",
        "short": "2351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-235-2-sj2-1",
        "label": "2352",
        "long": "Astonfield to Maitland HS",
        "short": "2352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-235-3-sj2-1",
        "label": "2353",
        "long": "Metford Christian to Bolwarra Heights",
        "short": "2353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-236-1-sj2-1",
        "label": "2361",
        "long": "Clarence Town to All Saints Maitland",
        "short": "2361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-236-2-sj2-1",
        "label": "2362",
        "long": "All Saints College St Peters Campus to East Maitland PS",
        "short": "2362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-236-3-sj2-1",
        "label": "2363",
        "long": "St Pauls PS to Ashtonfield",
        "short": "2363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-236-4-sj2-1",
        "label": "2364",
        "long": "All Saints College St Marys Campus to Telarah",
        "short": "2364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-237-1-sj2-1",
        "label": "2371",
        "long": "Bolwarra Heights to St Phillips PS",
        "short": "2371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-237-2-sj2-1",
        "label": "2372",
        "long": "Thornton to Our Lady of Loudes PS",
        "short": "2372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-237-3-sj2-1",
        "label": "2373",
        "long": "Hunter Christian Mayfield to Dunmore and Morpeth",
        "short": "2373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-238-1-sj2-1",
        "label": "2381",
        "long": "Rutherford Shops to Merewether HS",
        "short": "2381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-238-2-sj2-1",
        "label": "2382",
        "long": "Francis Greenway HS to Thornton",
        "short": "2382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-238-3-sj2-1",
        "label": "2383",
        "long": "Francis Greenway HS to Thornton",
        "short": "2383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-238-4-sj2-1",
        "label": "2384",
        "long": "Thornton PS to Thornton",
        "short": "2384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-239-1-sj2-1",
        "label": "2391",
        "long": "Blackhill and John Renshaw Dr to Francis Greenway HS",
        "short": "2391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-239-6-sj2-1",
        "label": "2396",
        "long": "Linuwel School to East Maitland",
        "short": "2396",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-239-7-sj2-1",
        "label": "2397",
        "long": "Maitland Grossman HS to Ashtonfield",
        "short": "2397",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-240-1-sj2-1",
        "label": "2401",
        "long": "Metford Shops to Francis Greenway HS",
        "short": "2401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-240-2-sj2-1",
        "label": "2402",
        "long": "Woodberry to Maitland HS",
        "short": "2402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-240-3-sj2-1",
        "label": "2403",
        "long": "St Patricks PS to Lochinvar",
        "short": "2403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-240-4-sj2-1",
        "label": "2404",
        "long": "All Saints Lochinvar to Maitland Station",
        "short": "2404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-241-1-sj2-1",
        "label": "2411",
        "long": "Cessnock Rd and Drinan St to Rutherford HS",
        "short": "2411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-241-2-sj2-1",
        "label": "2412",
        "long": "Rutherford to St Johns PS",
        "short": "2412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-241-6-sj2-1",
        "label": "2416",
        "long": "St Josephs PS to Duckenfield",
        "short": "2416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-242-1-sj2-1",
        "label": "2421",
        "long": "Butterwick Rd and Dunns Creek to Maitland HS",
        "short": "2421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-242-2-sj2-1",
        "label": "2422",
        "long": "Tenambit to Rutherford PS",
        "short": "2422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-242-3-sj2-1",
        "label": "2423",
        "long": "Morpeth PS to Wallalong",
        "short": "2423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-243-1-sj2-1",
        "label": "2431",
        "long": "New England Hwy and Victoria St to St Josephs PS",
        "short": "2431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-243-2-sj2-1",
        "label": "2432",
        "long": "Maitland Christian to Ashtonfield",
        "short": "2432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-243-3-sj2-1",
        "label": "2433",
        "long": "Maitland Grossmann HS and Maitland HS to Sommerset Dr",
        "short": "2433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-243-4-sj2-1",
        "label": "2434",
        "long": "Irrawong HS to Kindlebark",
        "short": "2434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-244-1-sj2-1",
        "label": "2441",
        "long": "Branxton to Greta PS",
        "short": "2441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-244-2-sj2-1",
        "label": "2442",
        "long": "Rosary Park Catholic School to Hillview Rd Branxton via Elderslie",
        "short": "2442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-245-1-sj2-1",
        "label": "2451",
        "long": "Hanwood Estate to East Maitland PS",
        "short": "2451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-245-2-sj2-1",
        "label": "2452",
        "long": "Hunter Valley Grammar School to Maitland",
        "short": "2452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-246-1-sj2-1",
        "label": "2461",
        "long": "Rosebank Estate to St Peters Campus",
        "short": "2461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-246-2-sj2-1",
        "label": "2462",
        "long": "St John PS to Ashtonfield",
        "short": "2462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-246-3-sj2-1",
        "label": "2463",
        "long": "All Saints College St Marys Campus to McFarlanes and Raymond Terrace Rds",
        "short": "2463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-247-1-sj2-1",
        "label": "2471",
        "long": "Maitland Station to Gateshead HS",
        "short": "2471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-247-2-sj2-1",
        "label": "2472",
        "long": "Gateshead HS to Maitland Station",
        "short": "2472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-248-1-sj2-1",
        "label": "2481",
        "long": "Anambah Rd Turnaround to Rutherford HS",
        "short": "2481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-248-2-sj2-1",
        "label": "2482",
        "long": "Lochinvar PS to Anambah Rd",
        "short": "2482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-249-1-sj2-1",
        "label": "2491",
        "long": "Bolwarra Heights to Lochinvar PS",
        "short": "2491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-249-3-sj2-1",
        "label": "2493",
        "long": "Beresford PS to Thornton",
        "short": "2493",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-249-4-sj2-1",
        "label": "2494",
        "long": "Maitland Grossmann HS to Metford TAFE",
        "short": "2494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-249-5-sj2-1",
        "label": "2495",
        "long": "All Saints College St Marys Campus to Greta",
        "short": "2495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-250-2-sj2-1",
        "label": "2502",
        "long": "Thornton to St Josephs PS",
        "short": "2502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-250-3-sj2-1",
        "label": "2503",
        "long": "Metford PS to Woodville",
        "short": "2503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-251-1-sj2-1",
        "label": "2511",
        "long": "Timberlane Estate to Francis Greenway HS",
        "short": "2511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-251-2-sj2-1",
        "label": "2512",
        "long": "Thornton to Maitland PS",
        "short": "2512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-251-3-sj2-1",
        "label": "2513",
        "long": "Francis Greenway HS to Thornton and Metford",
        "short": "2513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-251-4-sj2-1",
        "label": "2514",
        "long": "Millers For PS to Beresfield PS to Minmi Rd",
        "short": "2514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-252-1-sj2-1",
        "label": "2521",
        "long": "Buchanan to Metford PS",
        "short": "2521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-252-2-sj2-1",
        "label": "2522",
        "long": "Merewether HS to Bolwarra Heights",
        "short": "2522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-253-1-sj2-1",
        "label": "2531",
        "long": "Seaham to East Maitland PS",
        "short": "2531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-253-2-sj2-1",
        "label": "2532",
        "long": "Maitland PS to Louth Park",
        "short": "2532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-254-1-sj2-1",
        "label": "2541",
        "long": "Timberland Estate to All Saints College St Peters Campus",
        "short": "2541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-254-2-sj2-1",
        "label": "2542",
        "long": "Brunswick Estate to Maitland HS",
        "short": "2542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-254-3-sj2-1",
        "label": "2543",
        "long": "Maitland Christian College to Morpeth",
        "short": "2543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-255-1-sj2-1",
        "label": "2551",
        "long": "Thornton to Francis Greenway HS",
        "short": "2551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-255-2-sj2-1",
        "label": "2552",
        "long": "Ashtonfield to St John the Baptist PS",
        "short": "2552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-255-5-sj2-1",
        "label": "2555",
        "long": "St Peters PS to Williamtown PS",
        "short": "2555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-256-1-sj2-1",
        "label": "2561",
        "long": "Morpeth Rd to Rutherford PS",
        "short": "2561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-256-2-sj2-1",
        "label": "2562",
        "long": "Rutherford HS to North Rothbury",
        "short": "2562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-256-3-sj2-1",
        "label": "2563",
        "long": "Lochinvar Schools to Windella Downs",
        "short": "2563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-257-0-sj2-1",
        "label": "2570",
        "long": "Tea Tree Av at Rivergum Dr to Rutherford Shopping Centre",
        "short": "2570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-257-1-sj2-1",
        "label": "2571",
        "long": "Aberglasslyn to All Saints College St Josephs Campus",
        "short": "2571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-257-2-sj2-1",
        "label": "2572",
        "long": "Fairfax and Dunkley St to Telarah PS",
        "short": "2572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-257-3-sj2-1",
        "label": "2573",
        "long": "East Maitland PS to Ashtonfield",
        "short": "2573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-257-4-sj2-1",
        "label": "2574",
        "long": "St Peters to Thornton",
        "short": "2574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-258-1-sj2-1",
        "label": "2581",
        "long": "North Rothbury to Rutherford HS",
        "short": "2581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-258-2-sj2-1",
        "label": "2582",
        "long": "Rutherford to Rutherford PS",
        "short": "2582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-258-4-sj2-1",
        "label": "2584",
        "long": "Largs PS to Bolwarra Heights",
        "short": "2584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-258-5-sj2-1",
        "label": "2585",
        "long": "Bolwarra PS to Largs",
        "short": "2585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-258-6-sj2-1",
        "label": "2586",
        "long": "St Peters PS to Swan St and Morpeth Rd",
        "short": "2586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-259-1-sj2-1",
        "label": "2591",
        "long": "Aberglasslyn Rd and Alexander Ave to Metford TAFE",
        "short": "2591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-259-2-sj2-1",
        "label": "2592",
        "long": "Metford to Maitland HS",
        "short": "2592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-259-3-sj2-1",
        "label": "2593",
        "long": "St Johns PS to Largs",
        "short": "2593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-259-4-sj2-1",
        "label": "2594",
        "long": "All Saints College St Marys Campus to Thornton",
        "short": "2594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-260-1-sj2-1",
        "label": "2601",
        "long": "Summerset Park to All Saints College St Peters Campus",
        "short": "2601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-260-2-sj2-1",
        "label": "2602",
        "long": "Ashtonfield to Maitland HS",
        "short": "2602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-260-3-sj2-1",
        "label": "2603",
        "long": "Hunter Valley Grammar to All Saints College St Peters Campus",
        "short": "2603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-261-1-sj2-1",
        "label": "2611",
        "long": "Chisholm to Merewether High School",
        "short": "2611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-261-2-sj2-1",
        "label": "2612",
        "long": "Linuwel School to Morpeth",
        "short": "2612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-261-3-sj2-1",
        "label": "2613",
        "long": "Morpeth PS to Raworth",
        "short": "2613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-261-4-sj2-1",
        "label": "2614",
        "long": "East Maitland PS to Morpeth",
        "short": "2614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-261-5-sj2-1",
        "label": "2615",
        "long": "Maitland HS to Metford TAFE",
        "short": "2615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-262-1-sj2-1",
        "label": "2621",
        "long": "Ashtonfield to Maitland HS",
        "short": "2621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-262-2-sj2-1",
        "label": "2622",
        "long": "Timberlane Estate to Woodberry PS",
        "short": "2622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-262-3-sj2-1",
        "label": "2623",
        "long": "Metford PS to George Booth Dr",
        "short": "2623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-263-1-sj2-1",
        "label": "2631",
        "long": "Morpeth to All Saints College St Peters Campus",
        "short": "2631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-263-2-sj2-1",
        "label": "2632",
        "long": "Timberlane Estate to Maitland HS",
        "short": "2632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-263-3-sj2-1",
        "label": "2633",
        "long": "St Johns PS to Rathluba",
        "short": "2633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-263-4-sj2-1",
        "label": "2634",
        "long": "All Saints College St Peters College to Woodberry",
        "short": "2634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-264-1-sj2-1",
        "label": "2641",
        "long": "Seaham PS to Glenoak and Brandy Hill",
        "short": "2641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-265-2-sj2-1",
        "label": "2652",
        "long": "Francis Greenway HS to Thornton Depot",
        "short": "2652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-266-1-sj2-1",
        "label": "2661",
        "long": "Francis Greenway HS to Parkwood",
        "short": "2661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-266-2-sj2-1",
        "label": "2662",
        "long": "Our Lady of Lourdes PS to Thornton",
        "short": "2662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-266-3-sj2-1",
        "label": "2663",
        "long": "Maitland Grossmann HS and Maitland HS to Metford",
        "short": "2663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-266-4-sj2-1",
        "label": "2664",
        "long": "All Saints College St Marys Campus to Greta",
        "short": "2664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-269-1-sj2-1",
        "label": "2691",
        "long": "Metford CS to Reflection Dr and Louth Pk Dr",
        "short": "2691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-269-2-sj2-1",
        "label": "2692",
        "long": "All Saints College St Peters Campus to Thornton",
        "short": "2692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-269-3-sj2-1",
        "label": "2693",
        "long": "St Bede's CC to Raymond Terrace",
        "short": "2693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-269-4-sj2-1",
        "label": "2694",
        "long": "Raymond Terrace to St Aloysius Catholic PS",
        "short": "2694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-269-5-sj2-1",
        "label": "2695",
        "long": "St Bede's CC to Thornton",
        "short": "2695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-269-6-sj2-1",
        "label": "2696",
        "long": "Raymond Terrace Rd at Eales Rd to St Aloysius Catholic PS",
        "short": "2696",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-269-7-sj2-1",
        "label": "2697",
        "long": "St Aloysius Catholic PS to St Bede's CC via Thornton East",
        "short": "2697",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-269-8-sj2-1",
        "label": "2698",
        "long": "St Aloysius Catholic PS to Thornton East",
        "short": "2698",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-269-9-sj2-1",
        "label": "2699",
        "long": "St Aloysius Catholic PS to St Bede's CC via Thornton West",
        "short": "2699",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-270-0-sj2-1",
        "label": "2700",
        "long": "St Aloysius Catholic PS to Thornton West",
        "short": "2700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-270-1-sj2-1",
        "label": "2701",
        "long": "Aberglasslyn to All Saints College St Josephs Campus",
        "short": "2701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-270-2-sj2-1",
        "label": "2702",
        "long": "St Pats and St Joes to Aberglasslyn to Alexandra Ave",
        "short": "2702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-270-3-sj2-1",
        "label": "2703",
        "long": "Rutherford HS to Aberglasslyn to Alexandra Ave",
        "short": "2703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-270-4-sj2-1",
        "label": "2704",
        "long": "Station Lane to Lochinvar PS",
        "short": "2704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-271-1-sj2-1",
        "label": "2711",
        "long": "Lochinvar PS and St Josephs to Lambs Valley Fire Station",
        "short": "2711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-271-2-sj2-1",
        "label": "2712",
        "long": "Aberglasslyn Rd to Rutherford PS",
        "short": "2712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-271-3-sj2-1",
        "label": "2713",
        "long": "Rutherford PS to Aberglasslyn Rd",
        "short": "2713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-272-1-sj2-1",
        "label": "2721",
        "long": "St Pats PS to Mckeachie and Aberglasslyn Rd",
        "short": "2721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-272-2-sj2-1",
        "label": "2722",
        "long": "Rutherford Shops to Mckeachie and Aberglasslyn Rd",
        "short": "2722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-272-5-sj2-1",
        "label": "2725",
        "long": "Aberglasslyn to Lochinvar PS",
        "short": "2725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-272-6-sj2-1",
        "label": "2726",
        "long": "Lochinvar Schools to Aberglasslyn",
        "short": "2726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-276-1-sj2-1",
        "label": "2761",
        "long": "Bolwarra Uniting Church to St Aloysius Primary School",
        "short": "2761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-276-2-sj2-1",
        "label": "2762",
        "long": "St Aloysius PS to St Bedes HS via Thornton",
        "short": "2762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-276-3-sj2-1",
        "label": "2763",
        "long": "St Aloysius PS to Maitland Grossmann HS via Thornthon",
        "short": "2763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-276-4-sj2-1",
        "label": "2764",
        "long": "St Bedes HS to Bolwarra Heights",
        "short": "2764",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-277-1-sj2-1",
        "label": "2771",
        "long": "East Maitland to St Aloysius PS via Ashtonfield",
        "short": "2771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-277-2-sj2-1",
        "label": "2772",
        "long": "Francis Greenway HS to Thornton",
        "short": "2772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-277-4-sj2-1",
        "label": "2774",
        "long": "St Aloysius PS to East Maitland via Ashtonfield",
        "short": "2774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-280-2-sj2-1",
        "label": "2802",
        "long": "Maitland High School to High St after Ken Tubman Dr",
        "short": "2802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-281-sj2-1",
        "label": "0281",
        "long": "St Pauls PS to Largs Ave and Paterson Rd",
        "short": "0281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-28H-U-sj2-1",
        "label": "28HU",
        "long": "Muswellbrook, All to Maitland, then Victoria Street All to Beresfield, then Warabrook All to Newcastle",
        "short": "28HU",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-301-sj2-1",
        "label": "0301",
        "long": "East Maitland PS to Pacific and South Seas Dr",
        "short": "0301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-32-sj2-1",
        "label": "0032",
        "long": "Greta to Rutherford HS",
        "short": "0032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-321-sj2-1",
        "label": "0321",
        "long": "East Maitland PS to Thornton",
        "short": "0321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-331-sj2-1",
        "label": "0331",
        "long": "Bendeigh Property to Miller Park",
        "short": "0331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-332-sj2-1",
        "label": "0332",
        "long": "Bendeigh Property to Branxton PS",
        "short": "0332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-333-sj2-1",
        "label": "0333",
        "long": "Branxton East to Branxton PS",
        "short": "0333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-334-sj2-1",
        "label": "0334",
        "long": "St Brigids PS to Branxton PS",
        "short": "0334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-335-sj2-1",
        "label": "0335",
        "long": "Branxton PS to Bell Rd and New England Hwy",
        "short": "0335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-336-sj2-1",
        "label": "0336",
        "long": "Miller Park to Bemdiegh Property",
        "short": "0336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-342-sj2-1",
        "label": "0342",
        "long": "Tenambit PS to East Maitland PS and St Josephs PS",
        "short": "0342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-343-sj2-1",
        "label": "0343",
        "long": "Maitland Grossmann HS to HS School St before Lee St",
        "short": "0343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-344-sj2-1",
        "label": "0344",
        "long": "Maitland HS to Maitland TAFE",
        "short": "0344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-37-sj2-1",
        "label": "0037",
        "long": "Raymond Terrace PS to Government Rd Thornton",
        "short": "0037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-401-sj2-1",
        "label": "401",
        "long": "Singleton Square to Hospital via Civic Park and Station (Loop Service)",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-402-sj2-1",
        "label": "402",
        "long": "Singleton to Hunterview via Darlington (Loop Service)",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-403-sj2-1",
        "label": "403",
        "long": "Singleton to Hunterview via Singleton Heights (Loop Service)",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-404-sj2-1",
        "label": "404",
        "long": "Singleton to Singleton Heights via Hunterview (Loop Service)",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-451-sj2-1",
        "label": "0451",
        "long": "Hunter Valley Grammar to Singleton",
        "short": "0451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-4HU-sj2-1",
        "label": "4HU",
        "long": "Maitland, then all stations to Dungog",
        "short": "4HU",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-50-sj2-1",
        "label": "0050",
        "long": "Millers Forest PS to Raymond Terrace PS",
        "short": "0050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-51-sj2-1",
        "label": "0051",
        "long": "Raymond Terrace PS to Phillip Rd",
        "short": "0051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-52-sj2-1",
        "label": "0052",
        "long": "Hunter River HS to Raymond Terrace and Bellevue",
        "short": "0052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-61-sj2-1",
        "label": "0061",
        "long": "Tanilba Bay PS to Oyster Cove",
        "short": "0061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-615-5-sj2-1",
        "label": "6155",
        "long": "Rudolph Steiner to Mayfield",
        "short": "6155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-616-9-sj2-1",
        "label": "6169",
        "long": "Wallsend HS to Maryland",
        "short": "6169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-62-sj2-1",
        "label": "0062",
        "long": "Salt Ash PS to Lemon Tree Passage",
        "short": "0062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-620-0-sj2-1",
        "label": "6200",
        "long": "Maryland to Callaghan College",
        "short": "6200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-621-2-sj2-1",
        "label": "6212",
        "long": "Elemore Vale to Glendale Technology HS",
        "short": "6212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-621-4-sj2-1",
        "label": "6214",
        "long": "Wallsend to Glendale Technology HS",
        "short": "6214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-621-6-sj2-1",
        "label": "6216",
        "long": "Fletcher to Glendore PS",
        "short": "6216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-621-9-sj2-1",
        "label": "6219",
        "long": "Glendale Technology HS to Glendore PS",
        "short": "6219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-622-1-sj2-1",
        "label": "6221",
        "long": "Glendale Technology HS to Elermore Vale",
        "short": "6221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-622-4-sj2-1",
        "label": "6224",
        "long": "Shortland to Jesmond HS",
        "short": "6224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-623-0-sj2-1",
        "label": "6230",
        "long": "Elermore Vale to Lambton HS",
        "short": "6230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-623-2-sj2-1",
        "label": "6232",
        "long": "Cardiff Heights to Lambton HS",
        "short": "6232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-623-4-sj2-1",
        "label": "6234",
        "long": "Elermore Vale to Lambton HS",
        "short": "6234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-623-6-sj2-1",
        "label": "6236",
        "long": "Minmi Shops to Macquarie College",
        "short": "6236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-623-7-sj2-1",
        "label": "6237",
        "long": "Wallsend HS to Minmi Terminus",
        "short": "6237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-623-8-sj2-1",
        "label": "6238",
        "long": "Glendale Technology HS to Wallsend Library",
        "short": "6238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-624-2-sj2-1",
        "label": "6242",
        "long": "Elermore Vale to Mayfield Christian",
        "short": "6242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-624-5-sj2-1",
        "label": "6245",
        "long": "Glendore PS to Maryland",
        "short": "6245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-624-6-sj2-1",
        "label": "6246",
        "long": "Maryland to Newcastle HS",
        "short": "6246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-624-7-sj2-1",
        "label": "6247",
        "long": "Glendore PS to Fletcher",
        "short": "6247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-624-8-sj2-1",
        "label": "6248",
        "long": "Maryland to Our Lady of Victories PS",
        "short": "6248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-625-0-sj2-1",
        "label": "6250",
        "long": "Wallsend to Plattsburg PS",
        "short": "6250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-625-3-sj2-1",
        "label": "6253",
        "long": "Jesmond HS to Shortland",
        "short": "6253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-625-5-sj2-1",
        "label": "6255",
        "long": "Lambton HS to Rankin Park",
        "short": "6255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-625-7-sj2-1",
        "label": "6257",
        "long": "Lambton HS to Cardiff Heights",
        "short": "6257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-625-9-sj2-1",
        "label": "6259",
        "long": "Lambton HS to Elermore Vale",
        "short": "6259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-626-1-sj2-1",
        "label": "6261",
        "long": "Lambton HS to Maryland",
        "short": "6261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-626-2-sj2-1",
        "label": "6262",
        "long": "Callaghan College to St Patricks PS",
        "short": "6262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-626-3-sj2-1",
        "label": "6263",
        "long": "Callaghan College to Rankin Park and Shortland",
        "short": "6263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-626-4-sj2-1",
        "label": "6264",
        "long": "Elermore Vale to St Patricks PS",
        "short": "6264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-626-5-sj2-1",
        "label": "6265",
        "long": "Lambton HS to Rankin Park and Shortland",
        "short": "6265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-626-7-sj2-1",
        "label": "6267",
        "long": "Macquarie College to St Patricks PS",
        "short": "6267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-626-8-sj2-1",
        "label": "6268",
        "long": "Minmi to Lambton HS",
        "short": "6268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-627-0-sj2-1",
        "label": "6270",
        "long": "Minmi to Trinity Catholic College",
        "short": "6270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-627-3-sj2-1",
        "label": "6273",
        "long": "Newcastle Schools to Maryland",
        "short": "6273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-627-4-sj2-1",
        "label": "6274",
        "long": "Wallsend to Wallsend PS",
        "short": "6274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-627-5-sj2-1",
        "label": "6275",
        "long": "Plattsburg PS to Wallsend",
        "short": "6275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-627-7-sj2-1",
        "label": "6277",
        "long": "San Clemente HS to Meadows",
        "short": "6277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-628-2-sj2-1",
        "label": "6282",
        "long": "Meadows Estate and Minmi to Wilkinson Ave",
        "short": "6282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-628-4-sj2-1",
        "label": "6284",
        "long": "Meadows to Wallsend HS",
        "short": "6284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-628-5-sj2-1",
        "label": "6285",
        "long": "St Patricks PS to Rankin Park",
        "short": "6285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-628-7-sj2-1",
        "label": "6287",
        "long": "St Patricks PS to Maryland",
        "short": "6287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-628-8-sj2-1",
        "label": "6288",
        "long": "Maryland to Plattsburg PS",
        "short": "6288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-629-5-sj2-1",
        "label": "6295",
        "long": "St Phillips to Maryland",
        "short": "6295",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-629-7-sj2-1",
        "label": "6297",
        "long": "Trinity Catholic College to Maryland and Black Hill",
        "short": "6297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-630-1-sj2-1",
        "label": "6301",
        "long": "Singleton PS to Mitchells Flat",
        "short": "6301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-630-2-sj2-1",
        "label": "6302",
        "long": "Singleton Heights Shops to King St PS",
        "short": "6302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-630-3-sj2-1",
        "label": "6303",
        "long": "Singleton Christian College to Blaxland and Bridgman",
        "short": "6303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-630-4-sj2-1",
        "label": "6304",
        "long": "Singleton Heights to Hunter Valley Grammar",
        "short": "6304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-630-6-sj2-1",
        "label": "6306",
        "long": "Singleton Heights to Maitland Christian College",
        "short": "6306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-630-7-sj2-1",
        "label": "6307",
        "long": "Singleton Christian College to Burbank and Acacia",
        "short": "6307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-630-8-sj2-1",
        "label": "6308",
        "long": "White and Blaxland to Mount Pleasant PS",
        "short": "6308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-630-9-sj2-1",
        "label": "6309",
        "long": "St Catherines College to Blaxland and Wakehurst",
        "short": "6309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-631-0-sj2-1",
        "label": "6310",
        "long": "Hebden to Singleton Heights PS",
        "short": "6310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-631-1-sj2-1",
        "label": "6311",
        "long": "Mt Pleasant PS to Wilkinson Blvd and Acacia Cct",
        "short": "6311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-631-2-sj2-1",
        "label": "6312",
        "long": "Whittingham to Singleton Heights PS",
        "short": "6312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-631-4-sj2-1",
        "label": "6314",
        "long": "Bulga to Singleton Heights PS",
        "short": "6314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-631-5-sj2-1",
        "label": "6315",
        "long": "St Catherines College to Deans and Blaxland Ave",
        "short": "6315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-631-6-sj2-1",
        "label": "6316",
        "long": "Glendonbrook to Singleton Heights PS",
        "short": "6316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-631-7-sj2-1",
        "label": "6317",
        "long": "St Catherines Senior to Deans and Blaxland Ave",
        "short": "6317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-631-8-sj2-1",
        "label": "6318",
        "long": "Greta to Singleton Schools",
        "short": "6318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-631-9-sj2-1",
        "label": "6319",
        "long": "Singleton PS to Jerrys Plains",
        "short": "6319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-632-0-sj2-1",
        "label": "6320",
        "long": "Wakehurst and Mitchell to Singleton Heights PS",
        "short": "6320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-632-1-sj2-1",
        "label": "6321",
        "long": "Singleton HS to Gardner Cr and Lloyd Jones Dr",
        "short": "6321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-632-2-sj2-1",
        "label": "6322",
        "long": "Elderslie to Singleton Heights PS",
        "short": "6322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-632-3-sj2-1",
        "label": "6323",
        "long": "Singleton Hts PS to Glennies Creek",
        "short": "6323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-632-4-sj2-1",
        "label": "6324",
        "long": "Hunter View to Singleton Heights PS",
        "short": "6324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-632-5-sj2-1",
        "label": "6325",
        "long": "Singleton Heights PS to Singleton",
        "short": "6325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-632-6-sj2-1",
        "label": "6326",
        "long": "White and Northcott Ave to Singleton Christian",
        "short": "6326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-632-7-sj2-1",
        "label": "6327",
        "long": "Singleton PS to Belford",
        "short": "6327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-632-8-sj2-1",
        "label": "6328",
        "long": "Bridgman to Singleton HS",
        "short": "6328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-632-9-sj2-1",
        "label": "6329",
        "long": "Singleton Heights PS to John and Argyle",
        "short": "6329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-633-0-sj2-1",
        "label": "6330",
        "long": "Mirannie Hall to Singleton PS",
        "short": "6330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-633-1-sj2-1",
        "label": "6331",
        "long": "Singleton Heights PS to Glendonbrook",
        "short": "6331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-633-2-sj2-1",
        "label": "6332",
        "long": "Mitchells Flat to Singleton PS",
        "short": "6332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-633-3-sj2-1",
        "label": "6333",
        "long": "Singleton Christian to Mirannie Hall",
        "short": "6333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-633-4-sj2-1",
        "label": "6334",
        "long": "Glennies Creek to Singleton PS",
        "short": "6334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-633-5-sj2-1",
        "label": "6335",
        "long": "Singleton Christian College to Mitchell and Blaxland",
        "short": "6335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-633-6-sj2-1",
        "label": "6336",
        "long": "Warkworth to Singleton PS",
        "short": "6336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-633-8-sj2-1",
        "label": "6338",
        "long": "Wynyard and Rawcliffe Sts to Singleton PS",
        "short": "6338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-633-9-sj2-1",
        "label": "6339",
        "long": "Singleton PS to Hebden",
        "short": "6339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-634-0-sj2-1",
        "label": "6340",
        "long": "Darlington Estate to St Catherines College",
        "short": "6340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-634-1-sj2-1",
        "label": "6341",
        "long": "Singleton Heights PS to Bulga",
        "short": "6341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-634-2-sj2-1",
        "label": "6342",
        "long": "St Pauls PSto St Josephs Lochinvar",
        "short": "6342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-634-3-sj2-1",
        "label": "6343",
        "long": "Singleton Christian to Shell Service Station",
        "short": "6343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-634-4-sj2-1",
        "label": "6344",
        "long": "Belford to St Catherines College",
        "short": "6344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-634-5-sj2-1",
        "label": "6345",
        "long": "Hunter Valley Grammar to Shell Service Station",
        "short": "6345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-634-6-sj2-1",
        "label": "6346",
        "long": "Bridgeman Rd and Blaxland Ave and St Catherines College",
        "short": "6346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-634-7-sj2-1",
        "label": "6347",
        "long": "Metford Christian to Singleton Heights Shops",
        "short": "6347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-634-8-sj2-1",
        "label": "6348",
        "long": "Miller Park to Singleton HS",
        "short": "6348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-634-9-sj2-1",
        "label": "6349",
        "long": "Singleton PS to Warkworth",
        "short": "6349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-635-0-sj2-1",
        "label": "6350",
        "long": "Wattle Ponds to St Catherines College",
        "short": "6350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-635-1-sj2-1",
        "label": "6351",
        "long": "Singleton Heights PS to Elderslie",
        "short": "6351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-635-2-sj2-1",
        "label": "6352",
        "long": "Jerrys Plains to St Catherines College",
        "short": "6352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-635-3-sj2-1",
        "label": "6353",
        "long": "Singleton Heights PS to Wattle Ponds",
        "short": "6353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-635-5-sj2-1",
        "label": "6355",
        "long": "Singleton Christian School to Whittingham",
        "short": "6355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-635-6-sj2-1",
        "label": "6356",
        "long": "Maitland to Ashtonfield PS",
        "short": "6356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-635-7-sj2-1",
        "label": "6357",
        "long": "St Catherines College to Pitt and Church Sts",
        "short": "6357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-635-9-sj2-1",
        "label": "6359",
        "long": "Singleton HS to Wilkinson and Acacia",
        "short": "6359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-636-0-sj2-1",
        "label": "6360",
        "long": "Singleton to Hunter Valley Grammar",
        "short": "6360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-72-sj2-1",
        "label": "0072",
        "long": "Roslyn Estate to Hunter River HS",
        "short": "0072",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-73-sj2-1",
        "label": "0073",
        "long": "Nelson Bay Rd after Richardson Rd to Lemon Tree Passage via Tanilba Bay PS",
        "short": "0073",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "46-91-sj2-1",
        "label": "0091",
        "long": "Berry Park to St Joseph's PS",
        "short": "0091",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-130-sj2-1",
        "label": "130",
        "long": "Newcastle to Fingal Bay via Gan Gan Rd",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-131-sj2-1",
        "label": "131",
        "long": "Newcastle to Fingal Bay (Express Service)",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-132-sj2-1",
        "label": "132",
        "long": "Soldiers Point to Nelson Bay and Shoal Bay",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-133-sj2-1",
        "label": "133",
        "long": "Soldiers Point to Nelson Bay and Shoal Bay",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-134-sj2-1",
        "label": "134",
        "long": "Soldiers Point to Anna Bay",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-135-sj2-1",
        "label": "135",
        "long": "Raymond Terrace to Anna Bay and Salamander Bay",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S10-0-sj2-1",
        "label": "S100",
        "long": "Salamander Bay to Tomaree HS",
        "short": "S100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S10-1-sj2-1",
        "label": "S101",
        "long": "Fingal Bay to Tomaree HS",
        "short": "S101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S10-2-sj2-1",
        "label": "S102",
        "long": "Nelson Bay Shops to Tomaree HS",
        "short": "S102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S10-3-sj2-1",
        "label": "S103",
        "long": "Tomaree HS to Anna Bay PS",
        "short": "S103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S10-4-sj2-1",
        "label": "S104",
        "long": "Anna Bay PS to Salt Ash PS",
        "short": "S104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S11-1-sj2-1",
        "label": "S111",
        "long": "Tomaree HS to Boat Harbour",
        "short": "S111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S11-2-sj2-1",
        "label": "S112",
        "long": "St Michaels PS to Fingal Bay Shops",
        "short": "S112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S11-3-sj2-1",
        "label": "S113",
        "long": "Shoal Bay School to Tomaree PS",
        "short": "S113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S11-4-sj2-1",
        "label": "S114",
        "long": "Tomaree PS to Port Stephens Dr before Sky Cl",
        "short": "S114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S12-1-sj2-1",
        "label": "S121",
        "long": "Tomaree HS to Sandy Point Rd before Carroll Ave",
        "short": "S121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S12-2-sj2-1",
        "label": "S122",
        "long": "St Phillips Christian College to Bagnalls Beach Rd",
        "short": "S122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S12-3-sj2-1",
        "label": "S123",
        "long": "St Phillips Christian College to Anna Bay Shops",
        "short": "S123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S20-1-sj2-1",
        "label": "S201",
        "long": "Anna Bay Shops to St Phillips Christian College",
        "short": "S201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S20-2-sj2-1",
        "label": "S202",
        "long": "St Michaels PS to St Phillips Christian College",
        "short": "S202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S21-1-sj2-1",
        "label": "S211",
        "long": "Tomaree HS to Port Stephens Dr at Muller St",
        "short": "S211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S21-2-sj2-1",
        "label": "S212",
        "long": "Tomaree HS to Anna Bay PS",
        "short": "S212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S21-3-sj2-1",
        "label": "S213",
        "long": "Anna Bay PS to St Phillips Christian College",
        "short": "S213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S21-4-sj2-1",
        "label": "S214",
        "long": "St Phillips Christian College to Anna Bay Oval",
        "short": "S214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S21-5-sj2-1",
        "label": "S215",
        "long": "Anna Bay Oval to Soldiers Point",
        "short": "S215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S30-1-sj2-1",
        "label": "S301",
        "long": "Nelson Bay Rd to Tomaree HS",
        "short": "S301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S30-2-sj2-1",
        "label": "S302",
        "long": "Shoal Bay to St Phillips Christian College",
        "short": "S302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S30-3-sj2-1",
        "label": "S303",
        "long": "St Phillips Christian College to Shoal Bay School",
        "short": "S303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S31-1-sj2-1",
        "label": "S311",
        "long": "Tomaree HS to Soldiers Point PS",
        "short": "S311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S31-2-sj2-1",
        "label": "S312",
        "long": "Soldiers Point PS to Anna Bay PS",
        "short": "S312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S31-3-sj2-1",
        "label": "S313",
        "long": "Anna Pay PS to Tomaree PS",
        "short": "S313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S31-4-sj2-1",
        "label": "S314",
        "long": "Tomaree PS to Fingal Bay Shops",
        "short": "S314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S40-1-sj2-1",
        "label": "S401",
        "long": "Taylors Beach to Tomaree HS",
        "short": "S401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S40-2-sj2-1",
        "label": "S402",
        "long": "Marsh Rd at Nelson Bay Rd to St Michaels PS",
        "short": "S402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S40-3-sj2-1",
        "label": "S403",
        "long": "St Michaels PS to Tomaree PS",
        "short": "S403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S41-1-sj2-1",
        "label": "S411",
        "long": "Tomaree HS to Anna Bay PS",
        "short": "S411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S41-2-sj2-1",
        "label": "S412",
        "long": "St Michaels PS to St Phillips Christian College",
        "short": "S412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S41-3-sj2-1",
        "label": "S413",
        "long": "St Phillips Christian College to Fern Bay",
        "short": "S413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S50-1-sj2-1",
        "label": "S501",
        "long": "Shoal Bay to Tomaree HS",
        "short": "S501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S50-2-sj2-1",
        "label": "S502",
        "long": "Nelson Bay to Tomaree HS",
        "short": "S502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S50-3-sj2-1",
        "label": "S503",
        "long": "Tomaree HS to St Michaels PS",
        "short": "S503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S51-1-sj2-1",
        "label": "S511",
        "long": "Tomaree PS to Nelson Bay",
        "short": "S511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S51-2-sj2-1",
        "label": "S512",
        "long": "St Michaels PS to Anna Bay Shops",
        "short": "S512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S51-3-sj2-1",
        "label": "S513",
        "long": "Tomaree HS to Nelson Bay",
        "short": "S513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S55-1-sj2-1",
        "label": "S551",
        "long": "Fingal Bay Shops to Merewether HS",
        "short": "S551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S55-3-sj2-1",
        "label": "S553",
        "long": "Soldiers Point to Newcastle HS",
        "short": "S553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S55-4-sj2-1",
        "label": "S554",
        "long": "Salamander Bay to Broadmeadow",
        "short": "S554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S55-5-sj2-1",
        "label": "S555",
        "long": "Anna Bay to Hunter Sports HS",
        "short": "S555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S55-6-sj2-1",
        "label": "S556",
        "long": "Fingal Bay to Hunter Valley Grammar School",
        "short": "S556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S56-1-sj2-1",
        "label": "S561",
        "long": "Hunter School of Performing Arts to Nelson Bay",
        "short": "S561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S56-2-sj2-1",
        "label": "S562",
        "long": "Newcastle Grammar School to Fingal Bay Shops",
        "short": "S562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S56-3-sj2-1",
        "label": "S563",
        "long": "St Phillips Christian College to Corlette",
        "short": "S563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S56-5-sj2-1",
        "label": "S565",
        "long": "Hunter Sports HS to Anna Bay Oval",
        "short": "S565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S56-6-sj2-1",
        "label": "S566",
        "long": "Merewether HS to Soldiers Point",
        "short": "S566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S56-7-sj2-1",
        "label": "S567",
        "long": "Hunter Valley Grammar School to Salamander Bay",
        "short": "S567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S57-0-sj2-1",
        "label": "S570",
        "long": "Fingal Bay Shops to Catherine McAuley College",
        "short": "S570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S57-1-sj2-1",
        "label": "S571",
        "long": "Soldiers Point to Medowie",
        "short": "S571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S57-2-sj2-1",
        "label": "S572",
        "long": "Catherine McAuley College to Fingal Bay Shops",
        "short": "S572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S57-3-sj2-1",
        "label": "S573",
        "long": "Medowie Catholic to Soldiers Point",
        "short": "S573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S57-4-sj2-1",
        "label": "S574",
        "long": "Corlette to Catherine McAuley",
        "short": "S574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S57-5-sj2-1",
        "label": "S575",
        "long": "Catherine McAuley to Corlette",
        "short": "S575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S57-6-sj2-1",
        "label": "S576",
        "long": "Fingal Bay to Catherine McAuley via Nelson Bay",
        "short": "S576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S57-7-sj2-1",
        "label": "S577",
        "long": "Catherine McAuley to Fingal Bay via Nelson Bay",
        "short": "S577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S61-1-sj2-1",
        "label": "S611",
        "long": "Tomaree HS to Corlette",
        "short": "S611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S61-2-sj2-1",
        "label": "S612",
        "long": "Tomaree HS to Fingal Bay Shops",
        "short": "S612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S61-3-sj2-1",
        "label": "S613",
        "long": "Shoal Bay School to Tomaree HS",
        "short": "S613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S61-4-sj2-1",
        "label": "S614",
        "long": "Tomaree PS to Soldiers Point",
        "short": "S614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S70-1-sj2-1",
        "label": "S701",
        "long": "Bobs Farm to Tomaree HS",
        "short": "S701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S70-2-sj2-1",
        "label": "S702",
        "long": "Salamander Bay to Tomaree HS",
        "short": "S702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S70-3-sj2-1",
        "label": "S703",
        "long": "Tomaree HS to Soldiers Point PS",
        "short": "S703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S70-4-sj2-1",
        "label": "S704",
        "long": "Soldiers Point PS to St Michaels PS",
        "short": "S704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S70-5-sj2-1",
        "label": "S705",
        "long": "St Michaels PS to Tomaree PS",
        "short": "S705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S71-1-sj2-1",
        "label": "S711",
        "long": "Tomaree HS to Anna Bay PS",
        "short": "S711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S71-2-sj2-1",
        "label": "S712",
        "long": "Anna Bay PS to Salamander Bay",
        "short": "S712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S71-3-sj2-1",
        "label": "S713",
        "long": "St Phillips Christian College to Nelson Bay",
        "short": "S713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S71-4-sj2-1",
        "label": "S714",
        "long": "Tomaree PS to Anna Bay Shops",
        "short": "S714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S81-1-sj2-1",
        "label": "S811",
        "long": "Tomaree HS to Tomaree Rd",
        "short": "S811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S81-2-sj2-1",
        "label": "S812",
        "long": "St Michaels PS to Soldiers Point",
        "short": "S812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S90-1-sj2-1",
        "label": "S901",
        "long": "Anna Bay to Tomaree HS",
        "short": "S901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S90-2-sj2-1",
        "label": "S902",
        "long": "Shoal Bay to St Michaels PS",
        "short": "S902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S90-3-sj2-1",
        "label": "S903",
        "long": "St Michaels PS to St Phillips Christian College",
        "short": "S903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S90-4-sj2-1",
        "label": "S904",
        "long": "St Phillips Christian College to Soldiers Point PS",
        "short": "S904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S90-5-sj2-1",
        "label": "S905",
        "long": "Soldiers Point PS to Tomaree TAFE",
        "short": "S905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S91-1-sj2-1",
        "label": "S911",
        "long": "Soldiers Point PS to St Phillips Christian College",
        "short": "S911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "48-S91-2-sj2-1",
        "label": "S912",
        "long": "St Phillips Christian College to Fingal Bay Shops",
        "short": "S912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5AB031",
        "color_name": "green",
        "has_shape": true,
        "id": "5-MFF-sj2-1",
        "label": "MFF",
        "long": "MFF Manly Fast Ferry",
        "short": "MFF",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-550-sj2-1",
        "label": "550",
        "long": "Parkes Town Centre to Parkes Hospital via Currajong St and South Parkes (Loop Service)",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-551-sj2-1",
        "label": "551",
        "long": "Parkes Danilenko St to Parkes Town Centre",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-552-sj2-1",
        "label": "552",
        "long": "Parkes Town Centre to Parkes Hospital via East Parkes (Loop Service)",
        "short": "552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-553-sj2-1",
        "label": "553",
        "long": "Parkes Town Centre to North Parkes via Thomas St (Loop Service)",
        "short": "553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-554-sj2-1",
        "label": "554",
        "long": "Parkes Town Centre to West Parkes via Best St (Loop Services)",
        "short": "554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-555-sj2-1",
        "label": "555",
        "long": "Dubbo to Narromine via Mitchell Hwy",
        "short": "555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-556-sj2-1",
        "label": "556",
        "long": "Dubbo to Wellington via Wongarbon and Geurie",
        "short": "556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-570-sj2-1",
        "label": "570",
        "long": "Dubbo CBD to Orana Mall via South Dubbo and Southlakes",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-571-sj2-1",
        "label": "571",
        "long": "Dubbo CBD to Orana Mall via North Dubbo, Base Hospital and Eastridge",
        "short": "571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-572-sj2-1",
        "label": "572",
        "long": "Orana Mall to West Dubbo via Base Hospital and CBD (Loop Service)",
        "short": "572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-573-sj2-1",
        "label": "573",
        "long": "Orana Mall to West Dubbo via South Dubbo, CBD and Zoo (Loop Service)",
        "short": "573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-575-sj2-1",
        "label": "575",
        "long": "Dubbo CBD to Orana Mall via South Dubbo and Keswick",
        "short": "575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-586-sj2-1",
        "label": "586",
        "long": "Forbes Town Centre to Forbes Dawson St via Edward St (Loop Service)",
        "short": "586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-587-sj2-1",
        "label": "587",
        "long": "Forbes Town Centre to Forbes Alder St via Calarie Rd (Loop Service)",
        "short": "587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-588-sj2-1",
        "label": "588",
        "long": "Forbes Town Centre to Riverside Tourist Park via Forbes Hospital (Loop Service)",
        "short": "588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S10-0-sj2-1",
        "label": "S100",
        "long": "Wellington Schools to Wellington via Falls Rd",
        "short": "S100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S10-1-sj2-1",
        "label": "S101",
        "long": "Wellington Schools to Wellington via Marsh St",
        "short": "S101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S10-2-sj2-1",
        "label": "S102",
        "long": "St Mary's Primary to Wellington via Dubbol Schools",
        "short": "S102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S10-3-sj2-1",
        "label": "S103",
        "long": "Orana Heights PS to Wellington via Dubbo Schools",
        "short": "S103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S10-4-sj2-1",
        "label": "S104",
        "long": "Wellington Schools to Maryvale",
        "short": "S104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S10-5-sj2-1",
        "label": "S105",
        "long": "Wellington Schools to Stuart Town",
        "short": "S105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S10-6-sj2-1",
        "label": "S106",
        "long": "Wellington Schools to Mt Bodangora",
        "short": "S106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S10-7-sj2-1",
        "label": "S107",
        "long": "Wellington Schools to Curra Creek",
        "short": "S107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S10-8-sj2-1",
        "label": "S108",
        "long": "Wellington Schools to Dripstone",
        "short": "S108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S10-9-sj2-1",
        "label": "S109",
        "long": "Wellington Schools to Comobella via Gollan and Saxa Rd",
        "short": "S109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S11-0-sj2-1",
        "label": "S110",
        "long": "Wellington Schools to Umagarlee",
        "short": "S110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S11-2-sj2-1",
        "label": "S112",
        "long": "Wellington Schools to Suntop",
        "short": "S112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S11-3-sj2-1",
        "label": "S113",
        "long": "Dubbo Schools to Bunglegumbie",
        "short": "S113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S13-7-sj2-1",
        "label": "S137",
        "long": "Dubbo Schools to Dunedoo",
        "short": "S137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S13-8-sj2-1",
        "label": "S138",
        "long": "Dubbo Schools to Dubbo Boundary Creek Rd via Durraween Lane",
        "short": "S138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S13-9-sj2-1",
        "label": "S139",
        "long": "Dubbo Schools to Beni",
        "short": "S139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S14-0-sj2-1",
        "label": "S140",
        "long": "Dubbo Schools to Elong Elong",
        "short": "S140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S14-1-sj2-1",
        "label": "S141",
        "long": "Dubbo Schools to Eschol",
        "short": "S141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S14-2-sj2-1",
        "label": "S142",
        "long": "Dubbo Schools to Evergreen",
        "short": "S142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S14-3-sj2-1",
        "label": "S143",
        "long": "Dubbo Schools to Comobella Rd via Geurie",
        "short": "S143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S14-4-sj2-1",
        "label": "S144",
        "long": "Dubbo Schools to Geurie",
        "short": "S144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S14-5-sj2-1",
        "label": "S145",
        "long": "Dubbo Schools to Gilgandra",
        "short": "S145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S14-6-sj2-1",
        "label": "S146",
        "long": "Dubbo Schools to Minore",
        "short": "S146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S14-7-sj2-1",
        "label": "S147",
        "long": "Dubbo Schools to Minore North Minore Rd via Burrabadine",
        "short": "S147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S14-8-sj2-1",
        "label": "S148",
        "long": "Dubbo Schools to Mogriguy",
        "short": "S148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S14-9-sj2-1",
        "label": "S149",
        "long": "Dubbo Schools to Narromine Showground",
        "short": "S149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S15-0-sj2-1",
        "label": "S150",
        "long": "Dubbo Schools to Narromine Showground via Meringo St",
        "short": "S150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S15-1-sj2-1",
        "label": "S151",
        "long": "Dubbo Schools to Rawsonville",
        "short": "S151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S15-2-sj2-1",
        "label": "S152",
        "long": "Dubbo Schools to The Falls",
        "short": "S152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S15-3-sj2-1",
        "label": "S153",
        "long": "Dubbo Schools to Trangie",
        "short": "S153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S15-4-sj2-1",
        "label": "S154",
        "long": "Dubbo Schools to Jones Creek",
        "short": "S154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S15-5-sj2-1",
        "label": "S155",
        "long": "Dubbo Schools to Bennelong",
        "short": "S155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S15-6-sj2-1",
        "label": "S156",
        "long": "Wellington Schools to Cundumbul",
        "short": "S156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S16-0-sj2-1",
        "label": "S160",
        "long": "Narromine Schools to Buddah",
        "short": "S160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S16-1-sj2-1",
        "label": "S161",
        "long": "Narromine Schools to Bradys Cowal",
        "short": "S161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S16-3-sj2-1",
        "label": "S163",
        "long": "Narromine Schools to Narromine via A'Beckett St",
        "short": "S163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S16-4-sj2-1",
        "label": "S164",
        "long": "Narromine Schools to Narromine via Ironbark St",
        "short": "S164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S17-5-sj2-1",
        "label": "S175",
        "long": "Condobolin Schools to Fifield",
        "short": "S175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S17-7-sj2-1",
        "label": "S177",
        "long": "Fairholme to Condobolin Schools",
        "short": "S177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S17-8-sj2-1",
        "label": "S178",
        "long": "Condobolin Schools to Black Range",
        "short": "S178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S17-9-sj2-1",
        "label": "S179",
        "long": "Condobolin Schools to Boona Gap",
        "short": "S179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S18-0-sj2-1",
        "label": "S180",
        "long": "Condobolin Schools to Derriwong",
        "short": "S180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S18-1-sj2-1",
        "label": "S181",
        "long": "Condobolin Schools to Restbank",
        "short": "S181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S18-2-sj2-1",
        "label": "S182",
        "long": "Condobolin Schools to Melrose Road",
        "short": "S182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S18-3-sj2-1",
        "label": "S183",
        "long": "Condobolin Schools to Gunnebang",
        "short": "S183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S18-4-sj2-1",
        "label": "S184",
        "long": "Condobolin Schools to Condobolin via Maitland St and TAFE",
        "short": "S184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S22-0-sj2-1",
        "label": "S220",
        "long": "Dubbo Schools to Kickabil",
        "short": "S220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S22-1-sj2-1",
        "label": "S221",
        "long": "Dubbo Schools to Wambangalang Dilladerry Lane",
        "short": "S221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S22-2-sj2-1",
        "label": "S222",
        "long": "Yeoval Schools to Wambangalang Obley Rd",
        "short": "S222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S22-3-sj2-1",
        "label": "S223",
        "long": "Yeoval Schools to Rocky Ponds",
        "short": "S223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S22-4-sj2-1",
        "label": "S224",
        "long": "Yeoval Schools to Walmer via Arthurville",
        "short": "S224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S22-5-sj2-1",
        "label": "S225",
        "long": "Yeoval Schools to Baldry",
        "short": "S225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S22-6-sj2-1",
        "label": "S226",
        "long": "Yeoval Schools to Obley Greenbah Creek Rd",
        "short": "S226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S22-7-sj2-1",
        "label": "S227",
        "long": "Ballimore PS to Gollan Golden Hwy via Saxa Rd and Muronbung Rd",
        "short": "S227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S22-8-sj2-1",
        "label": "S228",
        "long": "Gilgandra Schools to Bearbong",
        "short": "S228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S22-9-sj2-1",
        "label": "S229",
        "long": "Gilgandra Schools to Juggah",
        "short": "S229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S23-0-sj2-1",
        "label": "S230",
        "long": "Gilgandra Schools to Tooraweenah",
        "short": "S230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S23-1-sj2-1",
        "label": "S231",
        "long": "Narromine Schools to Fairview",
        "short": "S231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S23-2-sj2-1",
        "label": "S232",
        "long": "Nyngan Schools to Honeybugle",
        "short": "S232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S23-3-sj2-1",
        "label": "S233",
        "long": "Nyngan Schools to Mulla via Mullengudgery",
        "short": "S233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S23-4-sj2-1",
        "label": "S234",
        "long": "Nyngan Schools to Nyngan Old Warren Rd via Canonba",
        "short": "S234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S23-5-sj2-1",
        "label": "S235",
        "long": "Warren Schools to Bullagreen Lane via Marthaguy Rd",
        "short": "S235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S23-6-sj2-1",
        "label": "S236",
        "long": "Warren Schools to Bullagreen Lane via Warren Rd",
        "short": "S236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S25-5-sj2-1",
        "label": "S255",
        "long": "Camel Bus - Peak Hill to Dubbo Schools via Newell Hwy",
        "short": "S255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S25-7-sj2-1",
        "label": "S257",
        "long": "Frog Bus - Wongarbon to Dubbo Schools",
        "short": "S257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S25-8-sj2-1",
        "label": "S258",
        "long": "Penguin Bus - South Dubbo to Dubbo Schools via Buninyong Rd",
        "short": "S258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S26-0-sj2-1",
        "label": "S260",
        "long": "Horse Bus - Firgrove to Dubbo Schools via Janina Rd",
        "short": "S260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S26-1-sj2-1",
        "label": "S261",
        "long": "Owl Bus - Firgrove to Dubbo Schools",
        "short": "S261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S26-2-sj2-1",
        "label": "S262",
        "long": "Ladybug Bus - South Dubbo and Eastridges to Dubbo Schools",
        "short": "S262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S26-3-sj2-1",
        "label": "S263",
        "long": "Hippo Bus - Richmonds and West Dubbo to Dubbo Schools",
        "short": "S263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S26-4-sj2-1",
        "label": "S264",
        "long": "Zebra Bus - Grangewood and West Dubbo to Dubbo Schools",
        "short": "S264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S26-5-sj2-1",
        "label": "S265",
        "long": "Lion Bus - West Dubbo and Dulhunty to Dubbo Schools",
        "short": "S265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S26-6-sj2-1",
        "label": "S266",
        "long": "Rosella Bus - Eastridge and West Dubbo to Dubbo Schools",
        "short": "S266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S26-7-sj2-1",
        "label": "S267",
        "long": "Giraffe Bus - Eastridge and South Dubbo to Dubbo Schools",
        "short": "S267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S26-9-sj2-1",
        "label": "S269",
        "long": "Kookaburra Bus - North Dubbo and Eastridges to Dubbo Schools",
        "short": "S269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S27-0-sj2-1",
        "label": "S270",
        "long": "Squirrel Bus - East Dubbo and South Dubbo to Dubbo Schools via Buninyong Rd",
        "short": "S270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S27-1-sj2-1",
        "label": "S271",
        "long": "Kangaroo Bus - East Dubbo and West Dubbo to Dubbo Schools",
        "short": "S271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S27-2-sj2-1",
        "label": "S272",
        "long": "Butterfly Bus - Eastridge and Dulhunty to Dubbo Schools",
        "short": "S272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S27-3-sj2-1",
        "label": "S273",
        "long": "Swan Bus - South Dubbo and Sheraton Meadows to Dubbo Schools",
        "short": "S273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S27-4-sj2-1",
        "label": "S274",
        "long": "Monkey Bus - Grangewood, South Dubbo and East Dubbo to Dubbo Schools",
        "short": "S274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S27-5-sj2-1",
        "label": "S275",
        "long": "Camel Bus - Dubbo Schools to Sth Dubbo and Nth Dubbo via Apollo and Eastridge",
        "short": "S275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S27-6-sj2-1",
        "label": "S276",
        "long": "Rhino Bus - Victoria Park to Dubbo Schools via South Dubbo",
        "short": "S276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S27-7-sj2-1",
        "label": "S277",
        "long": "Frog Bus - Dubbo Schools to West Dubbo and Eastridge",
        "short": "S277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S27-8-sj2-1",
        "label": "S278",
        "long": "Penguin Bus - Dubbo Schools to Dulhunty via Tamworth St and Darling St",
        "short": "S278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S27-9-sj2-1",
        "label": "S279",
        "long": "Panda Bus - Dubbo Schools to Eastridge",
        "short": "S279",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S28-0-sj2-1",
        "label": "S280",
        "long": "Horse Bus - Dubbo Schools to Grangewood and East Dubbo",
        "short": "S280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S28-1-sj2-1",
        "label": "S281",
        "long": "Owl Bus - Dubbo Schools to East Dubbo, Southlakes and South Dubbo",
        "short": "S281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S28-2-sj2-1",
        "label": "S282",
        "long": "Ladybug Bus - Dubbo Schools to Dulhunty, Eastridges and South Dubbo",
        "short": "S282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S28-3-sj2-1",
        "label": "S283",
        "long": "Hippo Bus - Dubbo Schools to Eastridge, West Dubbo and Grangewood",
        "short": "S283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S28-4-sj2-1",
        "label": "S284",
        "long": "Zebra Bus - Dubbo Schools to South Dubbo and Dulhunty",
        "short": "S284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S28-5-sj2-1",
        "label": "S285",
        "long": "Lion Bus - Dubbo Schools to Eastridge and Grangewood",
        "short": "S285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S28-6-sj2-1",
        "label": "S286",
        "long": "Rosella Bus - Dubbo Schools to Dulhunty and Richmond",
        "short": "S286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S28-7-sj2-1",
        "label": "S287",
        "long": "Giraffe Bus - Dubbo Schools to South Dubbo and East Dubbo",
        "short": "S287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S28-8-sj2-1",
        "label": "S288",
        "long": "Elephant Bus - Dubbo Schools to South Dubbo and West Dubbo",
        "short": "S288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S29-0-sj2-1",
        "label": "S290",
        "long": "Squirrel Bus - Dubbo Schools to Eastridge and Dulhunty",
        "short": "S290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S29-1-sj2-1",
        "label": "S291",
        "long": "Kangaroo Bus - Dubbo Schools to Wongarbon",
        "short": "S291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S29-2-sj2-1",
        "label": "S292",
        "long": "Butterfly Bus - Dubbo Schools to West Dubbo and Firgrove",
        "short": "S292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S29-3-sj2-1",
        "label": "S293",
        "long": "Swan Bus - Dubbo Schools to Firgrove via Dulhunty",
        "short": "S293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S29-4-sj2-1",
        "label": "S294",
        "long": "Monkey Bus - Dubbo Schools to West Dubbo and South Dubbo",
        "short": "S294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S29-5-sj2-1",
        "label": "S295",
        "long": "Duck Bus - South Dubbo and North Dubbo to Dubbo Schools",
        "short": "S295",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S29-6-sj2-1",
        "label": "S296",
        "long": "Rabbit Bus - Wongarbon Public to Dubbo via Wongarbon",
        "short": "S296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S29-7-sj2-1",
        "label": "S297",
        "long": "Koala Bus - Narromine Schools to Dubbo",
        "short": "S297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S30-5-sj2-1",
        "label": "S305",
        "long": "Duck Bus - Dubbo Schools to Peak Hill via Newell Hwy",
        "short": "S305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S39-8-sj2-1",
        "label": "S398",
        "long": "Tooraweenah to Box Ridge Rd",
        "short": "S398",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S39-9-sj2-1",
        "label": "S399",
        "long": "Tooraweenah to Windurong Rd",
        "short": "S399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S44-0-sj2-1",
        "label": "S440",
        "long": "Snake Bus - Forbes Schools to Inchgower Rd via Calarie Rd",
        "short": "S440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S44-1-sj2-1",
        "label": "S441",
        "long": "Turtle Bus - Forbes Schools to Gunning Gap",
        "short": "S441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S44-2-sj2-1",
        "label": "S442",
        "long": "Bear Bus - Forbes Schools to Daroobalgie via Calarie Rd",
        "short": "S442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S44-3-sj2-1",
        "label": "S443",
        "long": "Emu Bus - Forbes Schools to Waugan Rd",
        "short": "S443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S44-4-sj2-1",
        "label": "S444",
        "long": "Giraffe Bus - Forbes Schools to Wirrinya Newell Hwy",
        "short": "S444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S44-5-sj2-1",
        "label": "S445",
        "long": "Monkey Bus - Forbes Schools to Gaymards Lane",
        "short": "S445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S44-6-sj2-1",
        "label": "S446",
        "long": "Dragon Bus - Forbes Schools to Eugowra",
        "short": "S446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S44-7-sj2-1",
        "label": "S447",
        "long": "Eagle Bus - Forbes Schools to Paytens Bridge via Wandary Lane",
        "short": "S447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S44-8-sj2-1",
        "label": "S448",
        "long": "Rabbit Bus - Forbes Schools to Pineleigh Rd via New Grenfell Rd",
        "short": "S448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S44-9-sj2-1",
        "label": "S449",
        "long": "Goanna Bus - Forbes School to Forbes Warrul Rd via South Lead Rd",
        "short": "S449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S45-0-sj2-1",
        "label": "S450",
        "long": "Koala Bus - Parkes Schools to Back Trundle Rd",
        "short": "S450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S45-1-sj2-1",
        "label": "S451",
        "long": "Cat Bus - Forbes Schools to Forbes Ferry St",
        "short": "S451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S45-2-sj2-1",
        "label": "S452",
        "long": "Cow Bus - Forbes Schools to Forbes River Rd",
        "short": "S452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S45-3-sj2-1",
        "label": "S453",
        "long": "Rooster Bus - Forbes Schools to Forbes Barwin St",
        "short": "S453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S45-4-sj2-1",
        "label": "S454",
        "long": "Shark Bus - Forbes Schools to Forbes Grenfell St",
        "short": "S454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S45-6-sj2-1",
        "label": "S456",
        "long": "Horse Bus - Forbes Schools to Ooma via Rainville Rd",
        "short": "S456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S45-7-sj2-1",
        "label": "S457",
        "long": "Kangaroo Bus - Forbes Schools to Battery Hill Rd via Wirrinya Rd",
        "short": "S457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S45-8-sj2-1",
        "label": "S458",
        "long": "Gorilla Bus - Forbes Schools to Bedgerabong Hodges Rd",
        "short": "S458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S45-9-sj2-1",
        "label": "S459",
        "long": "Dog Bus - Forbes Schools to Canowindra via Eugowra",
        "short": "S459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S46-0-sj2-1",
        "label": "S460",
        "long": "Tiger Bus - Forbes Schools to Driftway Rd via Lachlan Valley Way",
        "short": "S460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S46-1-sj2-1",
        "label": "S461",
        "long": "Parkes Schools to Goobang National Park via Renshaw Mcgirr Way",
        "short": "S461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S46-2-sj2-1",
        "label": "S462",
        "long": "Parkes Schools to Bumberry via Henry Parkes Way",
        "short": "S462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S46-3-sj2-1",
        "label": "S463",
        "long": "Parkes Schools to Alectown via Plowman Lane and Kadina Rd",
        "short": "S463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S46-4-sj2-1",
        "label": "S464",
        "long": "Parkes Schools to Reedy Creek Rd via Mandagery",
        "short": "S464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S46-5-sj2-1",
        "label": "S465",
        "long": "Parkes Schools to Back Yamma Rd",
        "short": "S465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S46-6-sj2-1",
        "label": "S466",
        "long": "RBCC 3 - Red Bend Catholic to Parkes via Tanks Rd",
        "short": "S466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S46-7-sj2-1",
        "label": "S467",
        "long": "Parkes Schools to Bogan Gate",
        "short": "S467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S46-8-sj2-1",
        "label": "S468",
        "long": "Parkes Schools to Tichborne via Newell Hwy",
        "short": "S468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S46-9-sj2-1",
        "label": "S469",
        "long": "Parkes Schools to Middle Trundle Rd via Henry Parkes Way",
        "short": "S469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S47-0-sj2-1",
        "label": "S470",
        "long": "RBCC 1 - Forbes Schools to Parkes",
        "short": "S470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S47-1-sj2-1",
        "label": "S471",
        "long": "Parkes Schools to Coradgery via McClintocks Lane",
        "short": "S471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S47-2-sj2-1",
        "label": "S472",
        "long": "RBCC 4 - Red Bend Catholic to Parkes via Back Yamma Rd",
        "short": "S472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S47-3-sj2-1",
        "label": "S473",
        "long": "RBCC 6 - Red Bend Catholic to Parkes Orange St",
        "short": "S473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S47-4-sj2-1",
        "label": "S474",
        "long": "Parkes Schools to Nelungaloo",
        "short": "S474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S47-5-sj2-1",
        "label": "S475",
        "long": "Parkes Schools to Cookamidgera via Military Rd",
        "short": "S475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S47-6-sj2-1",
        "label": "S476",
        "long": "RBCC 2 - Red Bend Catholic to Parkes via Henry Parkes Way",
        "short": "S476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S47-7-sj2-1",
        "label": "S477",
        "long": "RBCC 5 - Red Bend Catholic - Parkes Danilenko St",
        "short": "S477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S47-8-sj2-1",
        "label": "S478",
        "long": "Town 1 - Parkes Schools to Parkes Clarinda St",
        "short": "S478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S47-9-sj2-1",
        "label": "S479",
        "long": "Town 2 - Parkes Schools to Parkes Barton St",
        "short": "S479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S48-0-sj2-1",
        "label": "S480",
        "long": "Town 3 - Parkes Schools to Parkes Victoria St",
        "short": "S480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S48-1-sj2-1",
        "label": "S481",
        "long": "Town 4 - Parkes Schools to Parkes Danilenko St",
        "short": "S481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S51-1-sj2-1",
        "label": "S511",
        "long": "Coonamble Schools to Hollywood Lane",
        "short": "S511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S51-2-sj2-1",
        "label": "S512",
        "long": "Coonamble Schools to Magometon",
        "short": "S512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S51-3-sj2-1",
        "label": "S513",
        "long": "Lightning Ridge Central to Grawin Opal Fields",
        "short": "S513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S51-4-sj2-1",
        "label": "S514",
        "long": "Walgett Schools to Walgett and Gingie Village",
        "short": "S514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S51-5-sj2-1",
        "label": "S515",
        "long": "Walgett Schools to Walgett and Namoi Village",
        "short": "S515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S51-6-sj2-1",
        "label": "S516",
        "long": "Lightning Ridge Central to Lightning Ridge and Angledool",
        "short": "S516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S51-7-sj2-1",
        "label": "S517",
        "long": "Lightning Ridge Central to Lightning Ridge and Walgett Rd",
        "short": "S517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S51-8-sj2-1",
        "label": "S518",
        "long": "Hebel State School to Angledool and Lightning Ridge",
        "short": "S518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S51-9-sj2-1",
        "label": "S519",
        "long": "Walgett Schools to Grawin Opal Fields via Cumborah",
        "short": "S519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S52-0-sj2-1",
        "label": "S520",
        "long": "Coonamble Schools to Wingadee",
        "short": "S520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S52-1-sj2-1",
        "label": "S521",
        "long": "Pilliga Public to Pilliga and Gwabegar",
        "short": "S521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S52-3-sj2-1",
        "label": "S523",
        "long": "Coolah Schools to Neilrex Rd",
        "short": "S523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S52-4-sj2-1",
        "label": "S524",
        "long": "Coolah Schools to Turee Creek",
        "short": "S524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S52-5-sj2-1",
        "label": "S525",
        "long": "Coolah Schools to Tongy Lane",
        "short": "S525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S52-6-sj2-1",
        "label": "S526",
        "long": "Narromine to Waterloo Rd via Farrendale Rd",
        "short": "S526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S52-7-sj2-1",
        "label": "S527",
        "long": "Tullamore Central School to Tullamore via Numalla Rd",
        "short": "S527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S52-8-sj2-1",
        "label": "S528",
        "long": "Tottenham Central School to Tottenham via Albert",
        "short": "S528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S52-9-sj2-1",
        "label": "S529",
        "long": "Tottenham Central School to Bobadah via Bobadah Rd",
        "short": "S529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S53-0-sj2-1",
        "label": "S530",
        "long": "Tullamore Central School to Tullamore via Fifield",
        "short": "S530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S53-1-sj2-1",
        "label": "S531",
        "long": "Tullamore Central School to Tullamore via Boona Mount",
        "short": "S531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S53-2-sj2-1",
        "label": "S532",
        "long": "Trundle Schools to Trundle via Bruie Plains",
        "short": "S532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S53-6-sj2-1",
        "label": "S536",
        "long": "Manildra Schools to Manildra via Gumble and Bocobra",
        "short": "S536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S53-7-sj2-1",
        "label": "S537",
        "long": "Canowindra Schools to Murga",
        "short": "S537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S53-8-sj2-1",
        "label": "S538",
        "long": "Molong Schools to Euchareena and Molong via Boomey",
        "short": "S538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S53-9-sj2-1",
        "label": "S539",
        "long": "Canowindra Schools to Cudal via the Monument",
        "short": "S539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S54-0-sj2-1",
        "label": "S540",
        "long": "Canowindra Schools to Cargo and Cudal",
        "short": "S540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S54-1-sj2-1",
        "label": "S541",
        "long": "Cudal Public to Cudal via Bowen Park",
        "short": "S541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S54-2-sj2-1",
        "label": "S542",
        "long": "Canowindra Schools to Bowen Park",
        "short": "S542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S54-3-sj2-1",
        "label": "S543",
        "long": "Canowindra Schools to Canowindra via Rivers Rd",
        "short": "S543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S54-4-sj2-1",
        "label": "S544",
        "long": "Cudal Public to Cudal via Toogong",
        "short": "S544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S54-5-sj2-1",
        "label": "S545",
        "long": "Canowindra Schools to Woodstock and Canowindra via Moorbel",
        "short": "S545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S55-0-sj2-1",
        "label": "S550",
        "long": "Coonabarabran Schools to Box Ridge via Ulamambri",
        "short": "S550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S55-1-sj2-1",
        "label": "S551",
        "long": "Coonabarabran Schools to Mt Bullaway West via Baradine Rd",
        "short": "S551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S55-2-sj2-1",
        "label": "S552",
        "long": "Coonabarabran Schools to Hickeys Falls via Newell Hwy",
        "short": "S552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S55-3-sj2-1",
        "label": "S553",
        "long": "Coonabarabran Schools to New Mollyan via Belar Creek",
        "short": "S553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S55-4-sj2-1",
        "label": "S554",
        "long": "Coonabarabran Schools to Goolhi via Rocky Glen",
        "short": "S554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S55-5-sj2-1",
        "label": "S555",
        "long": "Coonabarabran Schools to Tambar Springs via Purlewaugh Rd",
        "short": "S555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S55-6-sj2-1",
        "label": "S556",
        "long": "Coonabarabran Schools to Baradine via Baradine Rd",
        "short": "S556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S55-7-sj2-1",
        "label": "S557",
        "long": "Coonabarabran Schools to Dandry via Newell Hwy",
        "short": "S557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S56-2-sj2-1",
        "label": "S562",
        "long": "Cumnock Public to Cumnock via Baldry Rd",
        "short": "S562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S56-3-sj2-1",
        "label": "S563",
        "long": "Yeoval Schools to Yeoval via Bournewood",
        "short": "S563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S56-4-sj2-1",
        "label": "S564",
        "long": "Cumnock Public to Cumnock via Eurimbula",
        "short": "S564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S56-6-sj2-1",
        "label": "S566",
        "long": "Bogan Gate Public to Gunning Gap and Bogan Gate",
        "short": "S566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S56-7-sj2-1",
        "label": "S567",
        "long": "Tottenham Central School to Moira Vale Rd",
        "short": "S567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S56-8-sj2-1",
        "label": "S568",
        "long": "Trundle Schools to Fifield",
        "short": "S568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S56-9-sj2-1",
        "label": "S569",
        "long": "Tottenham Central School to Wonga Rd and Tabratong",
        "short": "S569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S57-1-sj2-1",
        "label": "S571",
        "long": "Peak Hill Schools to Dunmore via Bogan Rd",
        "short": "S571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S57-2-sj2-1",
        "label": "S572",
        "long": "Peak Hill Schools to Kitto's Bridge via Bulgandramine Rd",
        "short": "S572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S57-3-sj2-1",
        "label": "S573",
        "long": "Peak Hill Schools to Trewilga via Alectown",
        "short": "S573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S57-4-sj2-1",
        "label": "S574",
        "long": "Peak Hill Schools to Tomingley",
        "short": "S574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S58-0-sj2-1",
        "label": "S580",
        "long": "Dunedoo to Cainbil Creek",
        "short": "S580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S58-1-sj2-1",
        "label": "S581",
        "long": "Dunedoo to Narangari",
        "short": "S581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S58-2-sj2-1",
        "label": "S582",
        "long": "Dunedoo to Digilah",
        "short": "S582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S58-8-sj2-1",
        "label": "S588",
        "long": "Lion Bus - Eugowra Schools to Trajere via Nanami",
        "short": "S588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S58-9-sj2-1",
        "label": "S589",
        "long": "Donkey Bus - Eugowra Schools to The Escort Way",
        "short": "S589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S59-0-sj2-1",
        "label": "S590",
        "long": "Wombat Bus - Eugowra Schools to Murga via Mackays Creek",
        "short": "S590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S59-3-sj2-1",
        "label": "S593",
        "long": "Mendooran Central to Mendooran via Connabarabran Road",
        "short": "S593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S59-7-sj2-1",
        "label": "S597",
        "long": "Narromine Schools to Narromine Manildra St via Ceres",
        "short": "S597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S59-8-sj2-1",
        "label": "S598",
        "long": "Mendooran Central to Merrygoen via Neilrex",
        "short": "S598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S59-9-sj2-1",
        "label": "S599",
        "long": "Molong Schools to Molong via Amaroo",
        "short": "S599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S60-0-sj2-1",
        "label": "S600",
        "long": "Tullibigeal Central School to Burgooney via Boreamble Rd",
        "short": "S600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S60-1-sj2-1",
        "label": "S601",
        "long": "Baradine Schools to Baradine",
        "short": "S601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S60-2-sj2-1",
        "label": "S602",
        "long": "Warren Schools to Warren",
        "short": "S602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S60-4-sj2-1",
        "label": "S604",
        "long": "Canowindra Schools to Canowindra via Nyrang Creek",
        "short": "S604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S60-5-sj2-1",
        "label": "S605",
        "long": "Canowindra Schools to Nyrang Creek via Gooloogong",
        "short": "S605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S61-0-sj2-1",
        "label": "S610",
        "long": "Tullibigeal Central Sch to Tullibigeal via Tullibigeal Rd",
        "short": "S610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S61-1-sj2-1",
        "label": "S611",
        "long": "Derriwong to Ootha",
        "short": "S611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S61-2-sj2-1",
        "label": "S612",
        "long": "Condobolin Schools to The Gipps Way",
        "short": "S612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S61-5-sj2-1",
        "label": "S615",
        "long": "Coolah Schools to Weetaliba",
        "short": "S615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S61-6-sj2-1",
        "label": "S616",
        "long": "Coolah Schools to Leadville",
        "short": "S616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S61-7-sj2-1",
        "label": "S617",
        "long": "Coonabarabran Schools to Coonabarabran Town",
        "short": "S617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S61-8-sj2-1",
        "label": "S618",
        "long": "Coolah Schools to Coolah Creek Rd",
        "short": "S618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S62-0-sj2-1",
        "label": "S620",
        "long": "Coonamble Schools to Combara",
        "short": "S620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S62-1-sj2-1",
        "label": "S621",
        "long": "Coonamble Schools to Conimbia via Carinda Rd",
        "short": "S621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S62-2-sj2-1",
        "label": "S622",
        "long": "Lake Cargelligo Schools to Lake Cargelligo via Naradhan",
        "short": "S622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S62-3-sj2-1",
        "label": "S623",
        "long": "Naradhan to Lake Cargelligo via Rankins Springs Rd",
        "short": "S623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S62-5-sj2-1",
        "label": "S625",
        "long": "Warren Schools to Warren",
        "short": "S625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S62-7-sj2-1",
        "label": "S627",
        "long": "Narromine to Tomingley to Tomingley Rd",
        "short": "S627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S62-8-sj2-1",
        "label": "S628",
        "long": "Narromine to Dandaloo via Dandaloo Rd",
        "short": "S628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S62-9-sj2-1",
        "label": "S629",
        "long": "Lake Cargelligo Schools to Wyalong Rd",
        "short": "S629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S63-0-sj2-1",
        "label": "S630",
        "long": "Narromine Schools to Burroway Rd via Eumungerie Rd",
        "short": "S630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S63-3-sj2-1",
        "label": "S633",
        "long": "Lake Cargelligo Schools to Lachlan Valley Way",
        "short": "S633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S63-4-sj2-1",
        "label": "S634",
        "long": "Trangie Schools to Willydah Rd",
        "short": "S634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S63-5-sj2-1",
        "label": "S635",
        "long": "Trangie Schools to Wambianna Rd",
        "short": "S635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S63-6-sj2-1",
        "label": "S636",
        "long": "Tottenham Central to Lansdale Rd",
        "short": "S636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S63-7-sj2-1",
        "label": "S637",
        "long": "Baradine Schools to Baradine",
        "short": "S637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S63-8-sj2-1",
        "label": "S638",
        "long": "Tullibigeal Central School to Tullibigeal via Baleveolan",
        "short": "S638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S64-0-sj2-1",
        "label": "S640",
        "long": "Warren Schools to Mount Harris",
        "short": "S640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S64-1-sj2-1",
        "label": "S641",
        "long": "Warren Schools to Nevertire",
        "short": "S641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S64-4-sj2-1",
        "label": "S644",
        "long": "Mendooran Central to Mendooran via Goonoo Forest",
        "short": "S644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S64-5-sj2-1",
        "label": "S645",
        "long": "Baradine Schools to Gwabegar",
        "short": "S645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S64-6-sj2-1",
        "label": "S646",
        "long": "Coonabarabran Schools to Coonabarabran via Timor Rd",
        "short": "S646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S64-7-sj2-1",
        "label": "S647",
        "long": "Coonabarabran Schools to Napier Lane",
        "short": "S647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S64-8-sj2-1",
        "label": "S648",
        "long": "Dunedoo Schools to Cobbora via Boomley Rd",
        "short": "S648",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S64-9-sj2-1",
        "label": "S649",
        "long": "Coonabarabran Schools to Binnaway",
        "short": "S649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S65-1-sj2-1",
        "label": "S651",
        "long": "Mendooran to Grandchester Rd and Tooraweenah Rd",
        "short": "S651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S65-2-sj2-1",
        "label": "S652",
        "long": "Coonamble Schools to Coonamble Town (West Side) via Back Gular Rd",
        "short": "S652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S65-3-sj2-1",
        "label": "S653",
        "long": "Coonamble Schools to Coonamble Town (East Side)",
        "short": "S653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S65-4-sj2-1",
        "label": "S654",
        "long": "Manildra Schools to Manildra Kurrajong Rd via Henry Parkes Way",
        "short": "S654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S65-8-sj2-1",
        "label": "S658",
        "long": "Waroo to Bedgerebong via Lachlan Valley Way",
        "short": "S658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S65-9-sj2-1",
        "label": "S659",
        "long": "Tullamore Central to Tullamore",
        "short": "S659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S66-0-sj2-1",
        "label": "S660",
        "long": "Narromine Schools to Hamiltons Lane",
        "short": "S660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S66-1-sj2-1",
        "label": "S661",
        "long": "Narromine Schools to Narromine Mitchell Hwy via Dubbo - Burroway Rd",
        "short": "S661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S66-2-sj2-1",
        "label": "S662",
        "long": "St Brigid's Catholic Primary to Teridgerie",
        "short": "S662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S66-6-sj2-1",
        "label": "S666",
        "long": "Binnaway Central School to Neilrex",
        "short": "S666",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S66-8-sj2-1",
        "label": "S668",
        "long": "Lake Cargelligo Schools to Gunniguldrie via Murrin Bridge",
        "short": "S668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S67-1-sj2-1",
        "label": "S671",
        "long": "Trundle Schools to Numalla Rd via The Bogan Way",
        "short": "S671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S67-2-sj2-1",
        "label": "S672",
        "long": "Trundle Schools to The Bogan Way via Bogan Gate",
        "short": "S672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S67-3-sj2-1",
        "label": "S673",
        "long": "Nyngan Schools to Buddabadah via Tottenham Rd",
        "short": "S673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S67-4-sj2-1",
        "label": "S674",
        "long": "Nyngan Schools to Hermidale via Miandetta",
        "short": "S674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S67-5-sj2-1",
        "label": "S675",
        "long": "Bedgerabong Public School to Lachlan Valley Way",
        "short": "S675",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S67-6-sj2-1",
        "label": "S676",
        "long": "Gilgandra to Berida Bullagreen Rd",
        "short": "S676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S68-0-sj2-1",
        "label": "S680",
        "long": "Warren Schools to Bundemar via Udora Rd",
        "short": "S680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S68-1-sj2-1",
        "label": "S681",
        "long": "Warroo Driftway Rd to Corinella",
        "short": "S681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S68-2-sj2-1",
        "label": "S682",
        "long": "Narromine Schools to Farrendale Rd via Tullimore Rd",
        "short": "S682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S73-9-sj2-1",
        "label": "S739",
        "long": "Crookwell Schools to Narrawa via Boorowa Rd",
        "short": "S739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S74-0-sj2-1",
        "label": "S740",
        "long": "Crookwell Schools to Binda via Binda Rd",
        "short": "S740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S79-0-sj2-1",
        "label": "S790",
        "long": "Gooloogong Public to Paytens Bridge via Kangarooby Rd",
        "short": "S790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S79-1-sj2-1",
        "label": "S791",
        "long": "Grenfell Schools to Grenfell via Henry Lawson Way",
        "short": "S791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S79-2-sj2-1",
        "label": "S792",
        "long": "Grenfell Schools to Bimbi via Grenfell",
        "short": "S792",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S79-3-sj2-1",
        "label": "S793",
        "long": "Coonamble Schools to Quambone via Tooloon",
        "short": "S793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S79-5-sj2-1",
        "label": "S795",
        "long": "Nyngan Schools to Coolabah via Girilambone",
        "short": "S795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S80-0-sj2-1",
        "label": "S800",
        "long": "Dunedoo Schools to Mendooran via Castlereagh Hwy",
        "short": "S800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S80-1-sj2-1",
        "label": "S801",
        "long": "Dunedoo Schools to Birriwa via Tucklan Rd",
        "short": "S801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S80-2-sj2-1",
        "label": "S802",
        "long": "Dunedoo Schools to Leadville",
        "short": "S802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "51-S91-1-sj2-1",
        "label": "S911",
        "long": "Mendooran Central to Yarrow Rd",
        "short": "S911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-594-sj2-1",
        "label": "594",
        "long": "Broken Hill to Menindee",
        "short": "594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-595-sj2-1",
        "label": "595",
        "long": "Broken Hill to Wilcannia",
        "short": "595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-596-sj2-1",
        "label": "596",
        "long": "Broken Hill CBD to Broken Hill South and Hillside (Loop Service)",
        "short": "596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-597-sj2-1",
        "label": "597",
        "long": "Broken Hill CBD to Thomas St and Broken Hill North (Loop Service)",
        "short": "597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-950-sj2-1",
        "label": "950",
        "long": "Mildura to Wentworth via Dareton",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-951-sj2-1",
        "label": "951",
        "long": "Wentworth to Mildura via Dareton",
        "short": "951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-953-sj2-1",
        "label": "953",
        "long": "Mildura to Gol Gol via Buronga",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-954-sj2-1",
        "label": "954",
        "long": "Gol Gol to Mildura via Buronga",
        "short": "954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-956-sj2-1",
        "label": "956",
        "long": "Dareton to Mildura via Merbein and Curlwaa (Loop Service)",
        "short": "956",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S10-6-sj2-1",
        "label": "S106",
        "long": "Willyama High to Broken Hill via Burke Ward Public",
        "short": "S106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S10-7-sj2-1",
        "label": "S107",
        "long": "Railway Town Public to Broken Hill via Broken Hill Schools",
        "short": "S107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S10-8-sj2-1",
        "label": "S108",
        "long": "Broken Hill Schools to Broken Hill",
        "short": "S108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S10-9-sj2-1",
        "label": "S109",
        "long": "Alma Public to Broken Hill via Willyama High",
        "short": "S109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S11-6-sj2-1",
        "label": "S116",
        "long": "Coomealla High to Monak via Buronga",
        "short": "S116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S11-7-sj2-1",
        "label": "S117",
        "long": "Coomealla High to Mildura via Buronga and Gol Gol",
        "short": "S117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S11-8-sj2-1",
        "label": "S118",
        "long": "Mildura Schools to Monak via Gol Gol Primary",
        "short": "S118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S11-9-sj2-1",
        "label": "S119",
        "long": "Gol Gol Public to Monak",
        "short": "S119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S12-0-sj2-1",
        "label": "S120",
        "long": "Wentworth Public to Wentworth via Anabranch South",
        "short": "S120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S12-1-sj2-1",
        "label": "S121",
        "long": "Coomealla and Ellerslie Schools to Pooncarie",
        "short": "S121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S12-2-sj2-1",
        "label": "S122",
        "long": "Irymple to Buronga Public via Irymple, Mildura and Gol Gol Schools",
        "short": "S122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S12-3-sj2-1",
        "label": "S123",
        "long": "Coomealla High to Wentworth",
        "short": "S123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S12-4-sj2-1",
        "label": "S124",
        "long": "Coomealla High to Pomona via Wentworth and Pomona Schools",
        "short": "S124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S12-5-sj2-1",
        "label": "S125",
        "long": "Dateron and Coomealla Schools to Coomealla",
        "short": "S125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S12-6-sj2-1",
        "label": "S126",
        "long": "Mildura Primary to Mildura via Mildura Schools",
        "short": "S126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S17-1-sj2-1",
        "label": "S171",
        "long": "Burren Junction Public to Cryon",
        "short": "S171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S17-2-sj2-1",
        "label": "S172",
        "long": "Burren Junction Public to Merah North",
        "short": "S172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S17-3-sj2-1",
        "label": "S173",
        "long": "Burren Junction Public to Pilliga Rd",
        "short": "S173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S18-5-sj2-1",
        "label": "S185",
        "long": "Rowena Public to Moomin Rd",
        "short": "S185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S19-8-sj2-1",
        "label": "S198",
        "long": "Rowena Public School to Rowena",
        "short": "S198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S22-3-sj2-1",
        "label": "S223",
        "long": "Lightning Ridge Central Sch to Eurangie via Shermans Way",
        "short": "S223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S27-5-sj2-1",
        "label": "S275",
        "long": "Balranald Schools to Yanga via Yanga Way",
        "short": "S275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S27-6-sj2-1",
        "label": "S276",
        "long": "Balranald Schools to Yanga via Sturt Hwy",
        "short": "S276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S27-7-sj2-1",
        "label": "S277",
        "long": "Balranald Schools to Weimby Kyalite Rd",
        "short": "S277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S27-8-sj2-1",
        "label": "S278",
        "long": "Balranald and Euston Schools to Balranald",
        "short": "S278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S27-9-sj2-1",
        "label": "S279",
        "long": "Swan Hill Schools to Balranald",
        "short": "S279",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S45-1-sj2-1",
        "label": "S451",
        "long": "Carinda Public to Quabathoo",
        "short": "S451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S56-9-sj2-1",
        "label": "S569",
        "long": "Robinvale and Euston Schools to Euston via Mt Dispersion",
        "short": "S569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S57-0-sj2-1",
        "label": "S570",
        "long": "Robinvale and Euston Schools to Euston via Lake Benanee",
        "short": "S570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S58-4-sj2-1",
        "label": "S584",
        "long": "Cobar Schools to Nymagee via Kidman Way",
        "short": "S584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S58-5-sj2-1",
        "label": "S585",
        "long": "Cobar Schools to Cobar via Marshall St",
        "short": "S585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S58-6-sj2-1",
        "label": "S586",
        "long": "Cobar Schools to Cobar via Barrier Hwy",
        "short": "S586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S59-4-sj2-1",
        "label": "S594",
        "long": "Bourke Schools to North Bourke",
        "short": "S594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S59-5-sj2-1",
        "label": "S595",
        "long": "Bourke Schools to Bourke via North Bourke",
        "short": "S595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S59-6-sj2-1",
        "label": "S596",
        "long": "Carinda Public Sch to Macquarie Marshes via Carinda Rd",
        "short": "S596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S60-3-sj2-1",
        "label": "S603",
        "long": "Lake Cargelligo to Euabalong via Curlew Rd",
        "short": "S603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S61-9-sj2-1",
        "label": "S619",
        "long": "Euabalong West Public to Eremerang via Euabalong",
        "short": "S619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S65-0-sj2-1",
        "label": "S650",
        "long": "Collarenebri Central School to Merrywinebone Rd",
        "short": "S650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S65-6-sj2-1",
        "label": "S656",
        "long": "Walgett High to Collarenebri Central",
        "short": "S656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S65-7-sj2-1",
        "label": "S657",
        "long": "Baroona Rd to Gundabloui Rd",
        "short": "S657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S87-0-sj2-1",
        "label": "S870",
        "long": "Bourke Schools to North Bourke",
        "short": "S870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S88-1-sj2-1",
        "label": "S881",
        "long": "Brewarrina Schools to Gongolgon",
        "short": "S881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S88-2-sj2-1",
        "label": "S882",
        "long": "Bourke Schools to Kamilaroi Hwy",
        "short": "S882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S88-3-sj2-1",
        "label": "S883",
        "long": "Brewarrina Schools to Weilmoringle",
        "short": "S883",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S88-4-sj2-1",
        "label": "S884",
        "long": "Brewarrina Schools to Barwon Four Res",
        "short": "S884",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "52-S97-4-sj2-1",
        "label": "S974",
        "long": "Walgett Schools to Come By Chance",
        "short": "S974",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-170-sj2-1",
        "label": "170",
        "long": "Glen Innes to Emmaville",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-428-sj2-1",
        "label": "428",
        "long": "Tamworth to Quirindi",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-430-sj2-1",
        "label": "430",
        "long": "Tamworth to Oxley Vale via Tamworth Hospital (Loop Service)",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-431-sj2-1",
        "label": "431",
        "long": "Tamworth to North Tamworth via Tamworth Hospital (Loop Service)",
        "short": "431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-433-sj2-1",
        "label": "433",
        "long": "Tamworth to South Tamworth (Loop Service)",
        "short": "433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-435-sj2-1",
        "label": "435",
        "long": "Tamworth to Tamworth Sports Dome via South Tamworth (Loop Service)",
        "short": "435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-436-sj2-1",
        "label": "436",
        "long": "Tamworth to Calala via Goonoo Goonoo Rd (Loop Service)",
        "short": "436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-437-sj2-1",
        "label": "437",
        "long": "Tamworth to Westdale and Coledale (Loop Service)",
        "short": "437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-438-sj2-1",
        "label": "438",
        "long": "Tamworth to Coledale and Westdale (Loop Service)",
        "short": "438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-443-sj2-1",
        "label": "443",
        "long": "Tamworth to Manilla",
        "short": "443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-444-sj2-1",
        "label": "444",
        "long": "Tamworth to Bendemeer",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-451-sj2-1",
        "label": "451",
        "long": "Gunnedah to Gunnedah Southwest (Loop Service)",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-452-sj2-1",
        "label": "452",
        "long": "Gunnedah to Gunnedah Southeast (Loop Service)",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-455-sj2-1",
        "label": "455",
        "long": "Gunnedah Schools and Curlewis Public to Gunnedah",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-457-sj2-1",
        "label": "457",
        "long": "Narrabri West to Narrabri (Loop Service)",
        "short": "457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-471-sj2-1",
        "label": "471",
        "long": "Inverell CBD to Ross Hill and Southside (Loop Service)",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-472-sj2-1",
        "label": "472",
        "long": "Inverell CBD to Belgravia (Loop Service)",
        "short": "472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-480-sj2-1",
        "label": "480",
        "long": "Armidale to Uralla",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-481-sj2-1",
        "label": "481",
        "long": "Armidale to University of New England",
        "short": "481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-483-sj2-1",
        "label": "483",
        "long": "Armidale to South Hill (Loop Service)",
        "short": "483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-484-sj2-1",
        "label": "484",
        "long": "Armidale to North Hill (Loop Service)",
        "short": "484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-490-sj2-1",
        "label": "490",
        "long": "Inverell to Tingha via Gilgai",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S10-1-sj2-1",
        "label": "S101",
        "long": "Camel Bus - Manilla to Tintinhull PS via Oxley Vale and Daruka",
        "short": "S101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S10-2-sj2-1",
        "label": "S102",
        "long": "Rhino Bus - Tamworth to Tintinhull PS via Kootingal",
        "short": "S102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S10-3-sj2-1",
        "label": "S103",
        "long": "Frog Bus - Moore Creek Manilla Rd to Kootingal PS via Attunga",
        "short": "S103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S10-4-sj2-1",
        "label": "S104",
        "long": "Penguin Bus - Oxley Vale Manilla Rd to Westdale PS via Hallsville",
        "short": "S104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S10-5-sj2-1",
        "label": "S105",
        "long": "Panda Bus - Tamworth to Oxley Vale PS via East Tamworth",
        "short": "S105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S10-6-sj2-1",
        "label": "S106",
        "long": "Horse Bus - Moonbi New England Hwy to Oxley High via East Tamworth",
        "short": "S106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S10-7-sj2-1",
        "label": "S107",
        "long": "Owl Bus - Moonbi to Tamworth South PS via Tamworth",
        "short": "S107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S10-8-sj2-1",
        "label": "S108",
        "long": "Ladybug Bus - Kootingal to Tamworth PS via Hillvue",
        "short": "S108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S10-9-sj2-1",
        "label": "S109",
        "long": "Hippo Bus - Moonbi to Tamworth West PS via South Tamworth",
        "short": "S109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S11-0-sj2-1",
        "label": "S110",
        "long": "Zebra Bus - Kootingal Sandy Rd to Oxley Vale PS via Arthur St",
        "short": "S110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S11-1-sj2-1",
        "label": "S111",
        "long": "Lion Bus - South Tamworth to Oxley Vale PS via Calala",
        "short": "S111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S11-2-sj2-1",
        "label": "S112",
        "long": "Rosella Bus - East Tamworth to Tamworth PS via Calala",
        "short": "S112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S11-3-sj2-1",
        "label": "S113",
        "long": "Giraffe Bus - West Tamworth to Nemingha PS via Calala",
        "short": "S113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S11-4-sj2-1",
        "label": "S114",
        "long": "Elephant Bus - Calala to Tamworth West PS via East Tamworth and Hillvue",
        "short": "S114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S11-5-sj2-1",
        "label": "S115",
        "long": "Kookaburra Bus - West Tamworth to Tamworth South PS via Calala",
        "short": "S115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S11-6-sj2-1",
        "label": "S116",
        "long": "Squirrel Bus - North Tamworth Peel St to Tamworth South PS",
        "short": "S116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S11-7-sj2-1",
        "label": "S117",
        "long": "Kangaroo Bus - Calala to Oxley High",
        "short": "S117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S11-8-sj2-1",
        "label": "S118",
        "long": "Butterfly Bus - Tamworth to McCarthy Catholic",
        "short": "S118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S11-9-sj2-1",
        "label": "S119",
        "long": "Swan - Hillvue to Peel High via North Tamworth",
        "short": "S119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S12-0-sj2-1",
        "label": "S120",
        "long": "Monkey Bus - West Tamworth to Nemingha PS via Kootingal",
        "short": "S120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S12-1-sj2-1",
        "label": "S121",
        "long": "Duck Bus - Tamworth PS to East Tamworth (Loop Service)",
        "short": "S121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S12-2-sj2-1",
        "label": "S122",
        "long": "Rabbit Bus - South Tamworth Duri Rd to Westdale PS via North Tamworth",
        "short": "S122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S12-3-sj2-1",
        "label": "S123",
        "long": "Dog Bus - Oxley Vale to Tamworth West PS via Hillvue",
        "short": "S123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S12-5-sj2-1",
        "label": "S125",
        "long": "Elk Bus - Duri to Timbumburi PS via West Tamworth",
        "short": "S125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S12-6-sj2-1",
        "label": "S126",
        "long": "Platypus Bus - Currabubula to Quirindi",
        "short": "S126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S12-7-sj2-1",
        "label": "S127",
        "long": "Brown Bear Bus - Werris Creek to West Tamworth via North Tamworth",
        "short": "S127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S12-8-sj2-1",
        "label": "S128",
        "long": "Cow Bus - Duri Werris Creek Rd to Tamworth South PS via North Tamworth",
        "short": "S128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S12-9-sj2-1",
        "label": "S129",
        "long": "Pig Bus - Quirindi to St Edward's Infants via Carinya Christian",
        "short": "S129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S13-1-sj2-1",
        "label": "S131",
        "long": "Skunk Bus - Werris Creek PS to Werris Creek Barnbrook Rd",
        "short": "S131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S13-2-sj2-1",
        "label": "S132",
        "long": "Cat Bus - Quirindi to Quipolly Paynes Rd",
        "short": "S132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S13-3-sj2-1",
        "label": "S133",
        "long": "Basset Hound Bus - Werris Creek Coronation Ave to Werris Creek Gap Rd",
        "short": "S133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S13-4-sj2-1",
        "label": "S134",
        "long": "Mouse Bus - Tamworth to Oxley High via Oxley Vale",
        "short": "S134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S14-1-sj2-1",
        "label": "S141",
        "long": "Camel Bus - Calrossy Anglican to Manilla via East Tamworth",
        "short": "S141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S14-2-sj2-1",
        "label": "S142",
        "long": "Rhino Bus - Calrossy Anglican to Tamworth via Hillvue and Peel High",
        "short": "S142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S14-3-sj2-1",
        "label": "S143",
        "long": "Frog Bus - Hillvue PS to Attunga via North Tamworth",
        "short": "S143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S14-5-sj2-1",
        "label": "S145",
        "long": "Panda Bus - Timbumburi PS to Tamworth",
        "short": "S145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S14-6-sj2-1",
        "label": "S146",
        "long": "Horse Bus - St Joseph's Primary to Tintinhull New England Hwy",
        "short": "S146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S14-7-sj2-1",
        "label": "S147",
        "long": "Owl Bus - Tamworth PS to Moonbi via Hillvue",
        "short": "S147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S14-8-sj2-1",
        "label": "S148",
        "long": "Ladybug Bus - Farrer Memorial Agricultural High to Tintinhull",
        "short": "S148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S14-9-sj2-1",
        "label": "S149",
        "long": "Hippo Bus - Calrossy Anglican to Moonbi via Calala",
        "short": "S149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S15-0-sj2-1",
        "label": "S150",
        "long": "Zebra Bus - Tamworth to North Tamworth via East Tamworth",
        "short": "S150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S15-1-sj2-1",
        "label": "S151",
        "long": "Lion Bus - St Nicholas Primary to Calala via Oxley Vale",
        "short": "S151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S15-2-sj2-1",
        "label": "S152",
        "long": "Rosella Bus - McCarthy Catholic to North Tamworth via Hallsville",
        "short": "S152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S15-3-sj2-1",
        "label": "S153",
        "long": "Giraffe Bus - Farrer Memorial Agricultural High to Kootingal",
        "short": "S153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S15-4-sj2-1",
        "label": "S154",
        "long": "Elephant Bus - St Edward's Primary to Calala via West Tamworth",
        "short": "S154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S15-5-sj2-1",
        "label": "S155",
        "long": "Kookaburra Bus - St Edward's Infants to South Tamworth Calala Lane",
        "short": "S155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S15-6-sj2-1",
        "label": "S156",
        "long": "Squirrel Bus - St Joseph's Primary to Tamworth",
        "short": "S156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S15-7-sj2-1",
        "label": "S157",
        "long": "Kangaroo Bus - Carinya Christian to South Tamworth via East Tamworth",
        "short": "S157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S15-8-sj2-1",
        "label": "S158",
        "long": "Butterfly Bus - Tamworth PS to Oxley Vale via Calala",
        "short": "S158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S15-9-sj2-1",
        "label": "S159",
        "long": "Swan Bus - Calrossy Anglican to Tamworth via Calala",
        "short": "S159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S16-0-sj2-1",
        "label": "S160",
        "long": "Monkey Bus - Hillvue PS to Duri via Calala",
        "short": "S160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S16-1-sj2-1",
        "label": "S161",
        "long": "Duck Bus - Calrossy Anglican to South Tamworth via Hillvue",
        "short": "S161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S16-2-sj2-1",
        "label": "S162",
        "long": "Rabbit Bus - McCarthy Catholic to South Tamworth via Calala",
        "short": "S162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S16-3-sj2-1",
        "label": "S163",
        "long": "Dog Bus - St Nicholas Primary to Tamworth via Kootingal",
        "short": "S163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S16-4-sj2-1",
        "label": "S164",
        "long": "Koala Bus - Calrossy Anglican to North Tamworth via Kootingal and Daruka",
        "short": "S164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S16-5-sj2-1",
        "label": "S165",
        "long": "Elk Bus - Calrossy Anglican to Hillvue via South Tamworth",
        "short": "S165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S16-6-sj2-1",
        "label": "S166",
        "long": "Platypus Bus - Tamworth PS to Werris Creek via East Tamworth",
        "short": "S166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S16-7-sj2-1",
        "label": "S167",
        "long": "Brown Bear Bus - St Joseph's Primary to Quirindi via Calrossy Anglican",
        "short": "S167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S16-8-sj2-1",
        "label": "S168",
        "long": "Cow Bus - Nemingha PS to East Tamworth",
        "short": "S168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S16-9-sj2-1",
        "label": "S169",
        "long": "Pig Bus - St Joseph's Primary to Quirindi",
        "short": "S169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S17-7-sj2-1",
        "label": "S177",
        "long": "Woolomin Schools to Woolomin via Duncans Creek Rd",
        "short": "S177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S17-9-sj2-1",
        "label": "S179",
        "long": "Spring Ridge Public to Blackville",
        "short": "S179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S18-0-sj2-1",
        "label": "S180",
        "long": "Spring Ridge Public to Goran Lake Rd via Colly Blue",
        "short": "S180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S18-3-sj2-1",
        "label": "S183",
        "long": "Moree Schools to Moree",
        "short": "S183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S18-4-sj2-1",
        "label": "S184",
        "long": "Barraba Schools to Barraba",
        "short": "S184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S18-6-sj2-1",
        "label": "S186",
        "long": "Uralla Schools to Wollun via New England Hwy",
        "short": "S186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S18-7-sj2-1",
        "label": "S187",
        "long": "Narrabri Schools to Narrabri via Bellata",
        "short": "S187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S18-8-sj2-1",
        "label": "S188",
        "long": "Narrabri Schools to Wee Waa Interchange and Narrabri via Bohena Creek",
        "short": "S188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S19-1-sj2-1",
        "label": "S191",
        "long": "Mullaley Public to Tambar Springs via Goolhi",
        "short": "S191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S19-2-sj2-1",
        "label": "S192",
        "long": "Mullaley Public to Tambar Springs via Mount Nombi",
        "short": "S192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S19-3-sj2-1",
        "label": "S193",
        "long": "Warialda Schools to Balfours Peak",
        "short": "S193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S19-4-sj2-1",
        "label": "S194",
        "long": "Warialda Schools to Oregon Rd",
        "short": "S194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S19-9-sj2-1",
        "label": "S199",
        "long": "Attunga Public to Garthowen via Top Somerton Rd",
        "short": "S199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S20-0-sj2-1",
        "label": "S200",
        "long": "Rooster Bus - Tamworth Schools to Bective via Wallamore Rd",
        "short": "S200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S20-1-sj2-1",
        "label": "S201",
        "long": "Cow Bus - Tamworth Schools to Bithramere via Heiligmans Lane",
        "short": "S201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S20-2-sj2-1",
        "label": "S202",
        "long": "Pig Bus - Tamworth Schools to Garoo Rd via Gowrie Rd",
        "short": "S202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S20-3-sj2-1",
        "label": "S203",
        "long": "Cat Bus - Tamworth Schools to Goonoo Goonoo via Marsden Park Rd",
        "short": "S203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S20-4-sj2-1",
        "label": "S204",
        "long": "Dalmation Bus -Tamworth Schools to Kingswood",
        "short": "S204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S20-5-sj2-1",
        "label": "S205",
        "long": "Swan Bus - Tamworth Schools to Goonoo Goonoo Bartons Lane via Kingswood",
        "short": "S205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S20-6-sj2-1",
        "label": "S206",
        "long": "Tortoise Bus - Timbumburi PS to Marsden Park Rd via Kingswood",
        "short": "S206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S20-7-sj2-1",
        "label": "S207",
        "long": "Sheep Bus - Tamworth Schools to Winton",
        "short": "S207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S20-8-sj2-1",
        "label": "S208",
        "long": "Skunk Bus - Tamworth Schools to Calala Whitehouse Lane",
        "short": "S208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S20-9-sj2-1",
        "label": "S209",
        "long": "Fish Bus - St Nicholas Primary to Westdale via West Tamworth",
        "short": "S209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S21-0-sj2-1",
        "label": "S210",
        "long": "Cockatoo Bus - Tamworth Schools to West Tamworth via Westdale",
        "short": "S210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S21-1-sj2-1",
        "label": "S211",
        "long": "Seal Bus - Oxley Vale PS to West Tamworth via Tamworth West PS",
        "short": "S211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S21-2-sj2-1",
        "label": "S212",
        "long": "Starfish Bus - Carinya Christian to West Tamworth via Westdale",
        "short": "S212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S21-3-sj2-1",
        "label": "S213",
        "long": "Dinosaur Bus - Parry School and Tamworth South PS to West Tamworth",
        "short": "S213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S21-4-sj2-1",
        "label": "S214",
        "long": "Dinosaur Bus - Tamworth Schools to West Tamworth via Westdale",
        "short": "S214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S21-6-sj2-1",
        "label": "S216",
        "long": "Nemingha PS to Mulla Creek via Moonbi and Kootingal",
        "short": "S216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S21-7-sj2-1",
        "label": "S217",
        "long": "Moonbi PS to Limbri via Kootingal",
        "short": "S217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S21-8-sj2-1",
        "label": "S218",
        "long": "Timbumburi PS to Timbumburi via Garoo",
        "short": "S218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S21-9-sj2-1",
        "label": "S219",
        "long": "Duri PS to Duri via Kelsos Lane",
        "short": "S219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S22-1-sj2-1",
        "label": "S221",
        "long": "Duri PS to Tamworth",
        "short": "S221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S22-2-sj2-1",
        "label": "S222",
        "long": "Oxley Vale Public School to Upper Moore Creek Rd",
        "short": "S222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S22-3-sj2-1",
        "label": "S223",
        "long": "St Nicholas Primary School to Daruka via Moore Creek",
        "short": "S223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S22-4-sj2-1",
        "label": "S224",
        "long": "Tamworth Schools to Moore Creek via Stirling Rd",
        "short": "S224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S22-5-sj2-1",
        "label": "S225",
        "long": "Tamworth Schools to Daruka via Woonooka Rd",
        "short": "S225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S22-6-sj2-1",
        "label": "S226",
        "long": "Tamworth Schools to Daruka via Eloura Rd",
        "short": "S226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S22-7-sj2-1",
        "label": "S227",
        "long": "Tamworth Schools to Moore Creek Rd via Forest Rd",
        "short": "S227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S22-8-sj2-1",
        "label": "S228",
        "long": "Tamworth Schools to Windmill Dr via Forest Rd",
        "short": "S228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S22-9-sj2-1",
        "label": "S229",
        "long": "Tamworth Schools to Limbri",
        "short": "S229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S23-0-sj2-1",
        "label": "S230",
        "long": "Tamworth Schools to Davidsons Lane via Tregarthen Rd",
        "short": "S230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S23-1-sj2-1",
        "label": "S231",
        "long": "Tamworth Schools to Carroll Rushes Creek Rd via Somerton",
        "short": "S231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S23-2-sj2-1",
        "label": "S232",
        "long": "Tamworth Schools to Carroll Oxley Hwy via Somerton",
        "short": "S232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S23-3-sj2-1",
        "label": "S233",
        "long": "Moonbi PS to Moonbi New England Gully Rd",
        "short": "S233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S23-4-sj2-1",
        "label": "S234",
        "long": "Tamworth Schools to Carroll Rushes Creek Rd",
        "short": "S234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S23-6-sj2-1",
        "label": "S236",
        "long": "Tamworth Schools to Nundle via Woolomin",
        "short": "S236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S23-7-sj2-1",
        "label": "S237",
        "long": "Tamworth Schools to Woolomin",
        "short": "S237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S23-8-sj2-1",
        "label": "S238",
        "long": "Nemingha PS to Back Woolomin Rd via Dungowan",
        "short": "S238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S23-9-sj2-1",
        "label": "S239",
        "long": "Tamworth Schools to Ogunbil via Duri-Dungowan Rd",
        "short": "S239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S24-0-sj2-1",
        "label": "S240",
        "long": "Tamworth Schools to Montaray Rd via Loomberah Rd",
        "short": "S240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S24-1-sj2-1",
        "label": "S241",
        "long": "Tamworth Schools to Dungowan via Nundle Rd",
        "short": "S241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S24-2-sj2-1",
        "label": "S242",
        "long": "Barraba Schools to Hill Top via Cobbadah",
        "short": "S242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S24-3-sj2-1",
        "label": "S243",
        "long": "Barraba Schools to Barraba and Upper Manilla",
        "short": "S243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S24-4-sj2-1",
        "label": "S244",
        "long": "Cobbadah to Upper Horton",
        "short": "S244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S24-5-sj2-1",
        "label": "S245",
        "long": "Barraba to Trevallyn Rd via Plumthorpe",
        "short": "S245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S24-9-sj2-1",
        "label": "S249",
        "long": "Emmaville Central to Gordons Rd",
        "short": "S249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S25-0-sj2-1",
        "label": "S250",
        "long": "Ashford Central School to Ashford",
        "short": "S250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S25-1-sj2-1",
        "label": "S251",
        "long": "North Star Public to North Star",
        "short": "S251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S25-2-sj2-1",
        "label": "S252",
        "long": "Inverell Schools to Inverell via Pindaroi",
        "short": "S252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S25-3-sj2-1",
        "label": "S253",
        "long": "Inverell Schools to Inverell via Kingsland",
        "short": "S253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S25-4-sj2-1",
        "label": "S254",
        "long": "Inverell Schools to Inverell",
        "short": "S254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S25-5-sj2-1",
        "label": "S255",
        "long": "Inverell Schools to Inverell via Graman",
        "short": "S255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S25-6-sj2-1",
        "label": "S256",
        "long": "Inverell Schools to Inverell via Delungra",
        "short": "S256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S25-7-sj2-1",
        "label": "S257",
        "long": "Gilgai Public to Inverell",
        "short": "S257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S25-8-sj2-1",
        "label": "S258",
        "long": "Inverell Schools to Inverell via Ashford Rd",
        "short": "S258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S25-9-sj2-1",
        "label": "S259",
        "long": "Bundarra Central to Bundarra via Abington",
        "short": "S259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S26-0-sj2-1",
        "label": "S260",
        "long": "North Star Public to North Star via Warialda",
        "short": "S260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S26-1-sj2-1",
        "label": "S261",
        "long": "Inverell Schools to Gragin via Delungra",
        "short": "S261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S26-2-sj2-1",
        "label": "S262",
        "long": "Inverell Schools to Bundarra via Gilgai",
        "short": "S262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S26-3-sj2-1",
        "label": "S263",
        "long": "Inverell Schools to Myall Ck via Delungra",
        "short": "S263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S26-4-sj2-1",
        "label": "S264",
        "long": "Inverell Schools to Kings Plains",
        "short": "S264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S26-5-sj2-1",
        "label": "S265",
        "long": "Inverell Schools to Paradise via Elsmore",
        "short": "S265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S26-6-sj2-1",
        "label": "S266",
        "long": "Inverell Schools to Ashford via Bukkulla",
        "short": "S266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S26-7-sj2-1",
        "label": "S267",
        "long": "Tingha Public to Stannifer",
        "short": "S267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S26-8-sj2-1",
        "label": "S268",
        "long": "Inverell Schools to Glen Innes",
        "short": "S268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S26-9-sj2-1",
        "label": "S269",
        "long": "Inverell Schools to Mount Russell via Little Plain",
        "short": "S269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S27-0-sj2-1",
        "label": "S270",
        "long": "Inverell Schools to Auburn Vale",
        "short": "S270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S27-1-sj2-1",
        "label": "S271",
        "long": "Inverell Schools to Copeton Dam Rd via Gum Flat",
        "short": "S271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S27-2-sj2-1",
        "label": "S272",
        "long": "Tingha to New Valley Rd via Bundarra",
        "short": "S272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S27-3-sj2-1",
        "label": "S273",
        "long": "Delungra Public to Delungra via Gragin",
        "short": "S273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S27-4-sj2-1",
        "label": "S274",
        "long": "Ashford Central to Ashford via Wallangra",
        "short": "S274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S27-5-sj2-1",
        "label": "S275",
        "long": "Pallamallawa Public to County Boundary Rd",
        "short": "S275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S27-6-sj2-1",
        "label": "S276",
        "long": "Inverell Schools to South Inverell",
        "short": "S276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S27-7-sj2-1",
        "label": "S277",
        "long": "Inverell Schools to Inverell Town via Auburn Vale Rd",
        "short": "S277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S27-8-sj2-1",
        "label": "S278",
        "long": "Inverell Schools to Inverell Town via Old Bundarra Rd",
        "short": "S278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S27-9-sj2-1",
        "label": "S279",
        "long": "Inverell Schools to South Inverell via Campbell St",
        "short": "S279",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S28-0-sj2-1",
        "label": "S280",
        "long": "South Inverell to Inverell Schools",
        "short": "S280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S28-1-sj2-1",
        "label": "S281",
        "long": "Inverell Town to Inverell Schools via Old Bundarra Rd",
        "short": "S281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S28-2-sj2-1",
        "label": "S282",
        "long": "Inverell Town to Inverell Schools via Brae St",
        "short": "S282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S28-3-sj2-1",
        "label": "S283",
        "long": "Moree Schools to Gurley",
        "short": "S283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S28-4-sj2-1",
        "label": "S284",
        "long": "Moree Schools to Rosedale Rd",
        "short": "S284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S28-5-sj2-1",
        "label": "S285",
        "long": "Moree Schools to Biniguy",
        "short": "S285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S28-6-sj2-1",
        "label": "S286",
        "long": "Moree Schools to North and West Moree",
        "short": "S286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S28-7-sj2-1",
        "label": "S287",
        "long": "Moree Schools to East and West Moree",
        "short": "S287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S28-8-sj2-1",
        "label": "S288",
        "long": "Moree Schools to North and South Moree",
        "short": "S288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S28-9-sj2-1",
        "label": "S289",
        "long": "Moree to Boomi",
        "short": "S289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S29-0-sj2-1",
        "label": "S290",
        "long": "Moree Town to Moree East Public",
        "short": "S290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S29-1-sj2-1",
        "label": "S291",
        "long": "Deepwater to Torrington via Emmaville Central",
        "short": "S291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S29-6-sj2-1",
        "label": "S296",
        "long": "Tamworth Public School to Moore Creek",
        "short": "S296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S29-7-sj2-1",
        "label": "S297",
        "long": "St Nicholas Primary School to Moore Creek",
        "short": "S297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S29-8-sj2-1",
        "label": "S298",
        "long": "Calrossy Anglican School to Moore Creek via Oxley High School",
        "short": "S298",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S30-2-sj2-1",
        "label": "S302",
        "long": "Armidale Schools to Thalgarrah Lyndhurst Rd",
        "short": "S302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S30-3-sj2-1",
        "label": "S303",
        "long": "Armidale Schools to Guyra via Black Mountain Rd",
        "short": "S303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S30-4-sj2-1",
        "label": "S304",
        "long": "Armidale Schools to Guyra Tenterden Rd via Hoys Rd",
        "short": "S304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S30-6-sj2-1",
        "label": "S306",
        "long": "Armidale Schools to Arding",
        "short": "S306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S30-7-sj2-1",
        "label": "S307",
        "long": "Armidale Schools to Castle Doyle",
        "short": "S307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S30-8-sj2-1",
        "label": "S308",
        "long": "Armidale Schools to Cluny Rd",
        "short": "S308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S30-9-sj2-1",
        "label": "S309",
        "long": "Armidale Schools to Blue Nobby Rd via Dangarsleigh Rd and Enmore Rd",
        "short": "S309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S31-0-sj2-1",
        "label": "S310",
        "long": "Armidale Schools to Old Gostwyck Rd via Lynland Park",
        "short": "S310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S31-1-sj2-1",
        "label": "S311",
        "long": "Armidale Schools to Hillgrove via Grafton Rd",
        "short": "S311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S31-2-sj2-1",
        "label": "S312",
        "long": "Armidale Schools to Invergowrie 1 via Pinegrove Rd",
        "short": "S312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S31-3-sj2-1",
        "label": "S313",
        "long": "Armidale Schools to Invergowrie 2 via Pinegrove Rd",
        "short": "S313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S31-4-sj2-1",
        "label": "S314",
        "long": "Armidale Schools to Kellys Plains",
        "short": "S314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S31-5-sj2-1",
        "label": "S315",
        "long": "Kentucky to Armidale Schools via Uralla",
        "short": "S315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S31-6-sj2-1",
        "label": "S316",
        "long": "Armidale Schools to Longford via Boorolong Rd",
        "short": "S316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S31-7-sj2-1",
        "label": "S317",
        "long": "Armidale Schools to Long Swamp Rd via Fosters Rd",
        "short": "S317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S31-8-sj2-1",
        "label": "S318",
        "long": "Armidale Schools to Marble Hill Rd and Mundays Lane",
        "short": "S318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S31-9-sj2-1",
        "label": "S319",
        "long": "Armidale Schools to Puddledock",
        "short": "S319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S32-0-sj2-1",
        "label": "S320",
        "long": "Armidale Schools to Herbert Park Rd via Donald Rd",
        "short": "S320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S32-1-sj2-1",
        "label": "S321",
        "long": "Armidale Schools to Walcha via Uralla",
        "short": "S321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S32-2-sj2-1",
        "label": "S322",
        "long": "Armidale Schools to Warrane Stn",
        "short": "S322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S32-3-sj2-1",
        "label": "S323",
        "long": "Armidale Schools to Ebor",
        "short": "S323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S32-4-sj2-1",
        "label": "S324",
        "long": "Armidale Schools to Yarrowyck",
        "short": "S324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S32-5-sj2-1",
        "label": "S325",
        "long": "East School Bus - Armidale Schools to Armidale",
        "short": "S325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S32-6-sj2-1",
        "label": "S326",
        "long": "Handel School Bus - Armidale Schools to Armidale",
        "short": "S326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S32-7-sj2-1",
        "label": "S327",
        "long": "Perrott School Bus - Armidale Schools to Armidale",
        "short": "S327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S32-8-sj2-1",
        "label": "S328",
        "long": "Stoney Ridge School Bus - Armidale Schools to Armidale",
        "short": "S328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S32-9-sj2-1",
        "label": "S329",
        "long": "Taylor School Bus - Armidale Schools to Armidale",
        "short": "S329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S33-0-sj2-1",
        "label": "S330",
        "long": "Uralla 1 - Armidale Schools to Uralla via Rocky River Rd",
        "short": "S330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S33-1-sj2-1",
        "label": "S331",
        "long": "Uralla 2 - Armidale Schools to Uralla via Thunderbolts Way Rd",
        "short": "S331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S33-2-sj2-1",
        "label": "S332",
        "long": "Armidale Schools to Armidale City Centre",
        "short": "S332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S33-3-sj2-1",
        "label": "S333",
        "long": "Armidale Schools to Armidale via Canambe St and MacDonald Dr",
        "short": "S333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S33-4-sj2-1",
        "label": "S334",
        "long": "Uralla Schools to Uralla Town",
        "short": "S334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S33-5-sj2-1",
        "label": "S334",
        "long": "Murrurundi Public School to Timor via Blandford Public School",
        "short": "S334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S33-6-sj2-1",
        "label": "S335",
        "long": "Carroll Public School to Blue Vale via Gunnedah Schools",
        "short": "S335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S34-0-sj2-1",
        "label": "S340",
        "long": "Markham School Bus - Armidale Schools to Armidale",
        "short": "S340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S34-6-sj2-1",
        "label": "S346",
        "long": "Sydenham to Bundarra via Mt Drummond",
        "short": "S346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S34-7-sj2-1",
        "label": "S347",
        "long": "Bundarra to Georges Creek via Georges Creek Rd",
        "short": "S347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S35-7-sj2-1",
        "label": "S357",
        "long": "Guyra Schools to Ben Lomond via Llangothlin",
        "short": "S357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S35-8-sj2-1",
        "label": "S358",
        "long": "Guyra Schools to Tenterden via New Valley",
        "short": "S358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S35-9-sj2-1",
        "label": "S359",
        "long": "Guyra Central and Bald Blair Public to Wongwibinda",
        "short": "S359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S36-4-sj2-1",
        "label": "S364",
        "long": "Manilla Schools to Namoi River",
        "short": "S364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S36-5-sj2-1",
        "label": "S365",
        "long": "Manilla Schools to Halls Creek",
        "short": "S365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S36-6-sj2-1",
        "label": "S366",
        "long": "Manilla Schools to Rushes Creek via Klori",
        "short": "S366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S37-1-sj2-1",
        "label": "S371",
        "long": "Boggabri Schools to Boggabri via Baan Baa",
        "short": "S371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S37-2-sj2-1",
        "label": "S372",
        "long": "Boggabri Schools to Boggabri via Willala",
        "short": "S372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S37-3-sj2-1",
        "label": "S373",
        "long": "Boggabri Schools to Boggabri via Gunnedah",
        "short": "S373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S37-7-sj2-1",
        "label": "S377",
        "long": "Glen Innes Schools to Wellingrove",
        "short": "S377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S37-8-sj2-1",
        "label": "S378",
        "long": "Glen Innes Schools to Kookabookra",
        "short": "S378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S37-9-sj2-1",
        "label": "S379",
        "long": "Glen Innes Schools to Furracabad",
        "short": "S379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S38-3-sj2-1",
        "label": "S383",
        "long": "Gunnedah Schools to Black Jack Rd",
        "short": "S383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S38-4-sj2-1",
        "label": "S384",
        "long": "Gunnedah Schools to Tambar Springs via Mullaley",
        "short": "S384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S38-5-sj2-1",
        "label": "S385",
        "long": "Gunnedah Schools to Goolhi",
        "short": "S385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S38-8-sj2-1",
        "label": "S388",
        "long": "Narrabri Schools to Bullawa Creek via Haire Dr",
        "short": "S388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S38-9-sj2-1",
        "label": "S389",
        "long": "Narrabri Schools to Eulah Creek",
        "short": "S389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S39-2-sj2-1",
        "label": "S392",
        "long": "Moree Schools to Berrigal",
        "short": "S392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S39-3-sj2-1",
        "label": "S393",
        "long": "Pallamallawa Public to Biniguy",
        "short": "S393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S39-5-sj2-1",
        "label": "S395",
        "long": "Narrabri Schools to Baan Baa via Kamilaroi Hwy",
        "short": "S395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S39-6-sj2-1",
        "label": "S396",
        "long": "Narrabri Schools to Baan Baa via Jacks Creek Rd",
        "short": "S396",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S39-9-sj2-1",
        "label": "S399",
        "long": "Wallabadah Public to Gaspard Rd, Lindsays Gap Rd and Wallabadah Ck Rd",
        "short": "S399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S40-0-sj2-1",
        "label": "S400",
        "long": "Gunnedah Schools and Boggabri Schools to Willala",
        "short": "S400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S40-1-sj2-1",
        "label": "S401",
        "long": "Gunnedah Schools to Carroll",
        "short": "S401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S40-2-sj2-1",
        "label": "S402",
        "long": "Gunnedah Schools to Piallaway and Carroll",
        "short": "S402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S40-3-sj2-1",
        "label": "S403",
        "long": "Gunnedah Schools to Trinkey Forest via Wandobah Road",
        "short": "S403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S40-4-sj2-1",
        "label": "S404",
        "long": "Gunnedah Schools to Wandobah Rd via Booloocooroo Rd",
        "short": "S404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S40-5-sj2-1",
        "label": "S405",
        "long": "Gunnedah Schools to Wean",
        "short": "S405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S40-6-sj2-1",
        "label": "S406",
        "long": "Gunnedah Schools and Curlewis Public to Curlewis and Breeza",
        "short": "S406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S40-7-sj2-1",
        "label": "S407",
        "long": "Gunnedah Schools to Elgin St via Gunnedah Town",
        "short": "S407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S40-8-sj2-1",
        "label": "S408",
        "long": "Gunnedah Schools to View St via Gunnedah Town",
        "short": "S408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S40-9-sj2-1",
        "label": "S409",
        "long": "Gallen Ave to Gunnedah Schools via Gunnedah Town",
        "short": "S409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S41-0-sj2-1",
        "label": "S410",
        "long": "Gunnedah Schools to Gunnedah and Rangari via Kelvin",
        "short": "S410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S41-1-sj2-1",
        "label": "S411",
        "long": "Tamworth Interchange to Carroll and Gunnedah",
        "short": "S411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S41-2-sj2-1",
        "label": "S412",
        "long": "Gunnedah and Carroll to Tamworth Interchange via Barber St",
        "short": "S412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S41-3-sj2-1",
        "label": "S413",
        "long": "Tamworth Interchange to Carroll and Gunnedah via Wentworth St",
        "short": "S413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S41-4-sj2-1",
        "label": "S414",
        "long": "Gunnedah and Carroll to Tamworth Interchange",
        "short": "S414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S41-5-sj2-1",
        "label": "S415",
        "long": "Gunnedah and Rangari to Gunnedah Schools via Kelvin",
        "short": "S415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S41-6-sj2-1",
        "label": "S416",
        "long": "Gunnedah Schools to Tamworth Interchange via Keepit",
        "short": "S416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S41-7-sj2-1",
        "label": "S417",
        "long": "Tamworth Interchange to Gunnedah Schools via Keepit",
        "short": "S417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S41-8-sj2-1",
        "label": "S418",
        "long": "Gunnedah Schools to Emerald Hill",
        "short": "S418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S41-9-sj2-1",
        "label": "S419",
        "long": "Emerald Hill to Gunnedah Schools",
        "short": "S419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S42-0-sj2-1",
        "label": "S420",
        "long": "Martin Rd to Gunnedah Schools via Gunnedah Town",
        "short": "S420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S43-2-sj2-1",
        "label": "S432",
        "long": "Willow Tree Public Sch to Warrah Creek via Swinging Ridges Rd",
        "short": "S432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S43-4-sj2-1",
        "label": "S434",
        "long": "Goondiwindi to Osterley via Boggabilla",
        "short": "S434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S43-5-sj2-1",
        "label": "S435",
        "long": "Kentucky to Uralla via Kentucky South",
        "short": "S435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S43-6-sj2-1",
        "label": "S436",
        "long": "Cobar Shools to Lerida via Cobar",
        "short": "S436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S44-5-sj2-1",
        "label": "S445",
        "long": "Moree Schools to Tulloona via Gwydirfield Rd",
        "short": "S445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S44-6-sj2-1",
        "label": "S446",
        "long": "Moree Schools to Croppa Creek via Croppa Moree Rd",
        "short": "S446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S44-9-sj2-1",
        "label": "S449",
        "long": "Uralla Schools to Kingstown via Balala",
        "short": "S449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S45-0-sj2-1",
        "label": "S450",
        "long": "Manilla Schools to Manilla and Upper Manilla",
        "short": "S450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S45-2-sj2-1",
        "label": "S452",
        "long": "Bingara Central Sch to Elcombe via Killarney Gap Rd",
        "short": "S452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S45-3-sj2-1",
        "label": "S453",
        "long": "Warialda Schools to Biniguy",
        "short": "S453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S45-5-sj2-1",
        "label": "S455",
        "long": "Kingstown Public to Old Kingstown Rd and Warrabah Rd",
        "short": "S455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S45-6-sj2-1",
        "label": "S456",
        "long": "Kingstown Public to Watsons Creek",
        "short": "S456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S45-7-sj2-1",
        "label": "S457",
        "long": "Kingstown Public to Yarrowyck via Torryburn Rd",
        "short": "S457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S46-0-sj2-1",
        "label": "S460",
        "long": "Tenterfield Schools to Bryans Gap via Black Swan",
        "short": "S460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S46-1-sj2-1",
        "label": "S461",
        "long": "Tenterfield Schools to Tenterfield via East St and Derby St",
        "short": "S461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S46-2-sj2-1",
        "label": "S462",
        "long": "Tenterfield Schools to Tenterfield via Logan St and Molesworth St",
        "short": "S462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S46-3-sj2-1",
        "label": "S463",
        "long": "Tenterfield Schools to Drake via Sandy Hill",
        "short": "S463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S46-4-sj2-1",
        "label": "S464",
        "long": "Tenterfield Schools to Deepwater via Bolivia",
        "short": "S464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S46-5-sj2-1",
        "label": "S465",
        "long": "Tenterfield Schools to Scrub Rd via Rouse St and Dairy Mountain Rd",
        "short": "S465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S46-6-sj2-1",
        "label": "S466",
        "long": "Tenterfield Schools to Tenterfield via Leechs Gully",
        "short": "S466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S50-0-sj2-1",
        "label": "S500",
        "long": "Ashford Central to Atholwood via Limestone",
        "short": "S500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S50-1-sj2-1",
        "label": "S501",
        "long": "Narrabri Schools to Edgeroi District",
        "short": "S501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S50-2-sj2-1",
        "label": "S502",
        "long": "Mungindi Schools to Morialta Junction",
        "short": "S502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S50-3-sj2-1",
        "label": "S503",
        "long": "Mungindi Schools to Weemelah",
        "short": "S503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S50-5-sj2-1",
        "label": "S505",
        "long": "Warialda Schools to Koloona",
        "short": "S505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S53-2-sj2-1",
        "label": "S532",
        "long": "Glen Innes Schools to Kingsland via West Furracabad Rd and Ilparran Rd",
        "short": "S532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S53-3-sj2-1",
        "label": "S533",
        "long": "Glen Innes Schools to Dundee and Rangers Valley",
        "short": "S533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S53-4-sj2-1",
        "label": "S534",
        "long": "Glen Innes Schools to Glencoe and Grahams Valley",
        "short": "S534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S53-5-sj2-1",
        "label": "S535",
        "long": "Glen Innes Schools to Town 3 Glen Innes",
        "short": "S535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S53-6-sj2-1",
        "label": "S536",
        "long": "Glen Innes Schools to Emmaville",
        "short": "S536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S53-7-sj2-1",
        "label": "S537",
        "long": "Glen Innes Schools to Town 2 Glen Innes",
        "short": "S537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S53-8-sj2-1",
        "label": "S538",
        "long": "Glen Innes Schools to Town 1 Glen Innes",
        "short": "S538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S53-9-sj2-1",
        "label": "S539",
        "long": "Ben Lomond Public to Glencoe and Llangothlin",
        "short": "S539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S54-0-sj2-1",
        "label": "S540",
        "long": "Red Range Public to Glen Innes",
        "short": "S540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S54-1-sj2-1",
        "label": "S541",
        "long": "Glen Innes Schools to Shannon Vale",
        "short": "S541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S54-2-sj2-1",
        "label": "S542",
        "long": "Glen Innes Schools to Bald Nob",
        "short": "S542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S54-3-sj2-1",
        "label": "S543",
        "long": "Glen Innes Schools to Red Range",
        "short": "S543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S54-4-sj2-1",
        "label": "S544",
        "long": "Emmaville Central to Glen Innes",
        "short": "S544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S55-8-sj2-1",
        "label": "S558",
        "long": "Wytaliba Public School to Old Grafton Rd",
        "short": "S558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S55-9-sj2-1",
        "label": "S559",
        "long": "Warialda Schools to Mosquito Creek",
        "short": "S559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S56-0-sj2-1",
        "label": "S560",
        "long": "Warialda Schools to Gineroi",
        "short": "S560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S56-1-sj2-1",
        "label": "S561",
        "long": "Warialda Schools to Yetman",
        "short": "S561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S57-2-sj2-1",
        "label": "S572",
        "long": "Glen Innes Schools to Backwater via Glen Legh Rd and Mount Mitchell",
        "short": "S572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S59-9-sj2-1",
        "label": "S599",
        "long": "Goondiwindi Schools to Boomi",
        "short": "S599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S60-0-sj2-1",
        "label": "S600",
        "long": "Bullarah Public to Bullarah via Gwydir Hwy",
        "short": "S600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S60-1-sj2-1",
        "label": "S601",
        "long": "Chandler Public to Wollomombi and Jeogla via Hillgrove",
        "short": "S601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S60-2-sj2-1",
        "label": "S602",
        "long": "Goondiwindi Schools to Boonal via Bruxner Hwy",
        "short": "S602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S61-0-sj2-1",
        "label": "S610",
        "long": "Wee Waa Schools to Farr Park Rd",
        "short": "S610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S61-1-sj2-1",
        "label": "S611",
        "long": "Narrabri Schools to Wee Waa",
        "short": "S611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S61-2-sj2-1",
        "label": "S612",
        "long": "Spring Plains to Wee Waa Schools",
        "short": "S612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S61-3-sj2-1",
        "label": "S613",
        "long": "Pilliga to Wee Waa Schools",
        "short": "S613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S61-5-sj2-1",
        "label": "S615",
        "long": "Wee Waa Schools to Burren Junction",
        "short": "S615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S61-6-sj2-1",
        "label": "S616",
        "long": "Narrabri West PS to Gunnedah Schools",
        "short": "S616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S61-7-sj2-1",
        "label": "S617",
        "long": "Gunnedah Schools to Narrabri West PS",
        "short": "S617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S61-8-sj2-1",
        "label": "S618",
        "long": "Stony Creek Rd to Narrabri West PS",
        "short": "S618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S61-9-sj2-1",
        "label": "S619",
        "long": "Narrabri to Narrabri West",
        "short": "S619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S62-0-sj2-1",
        "label": "S620",
        "long": "Narrabri Town to Narrabri West PS",
        "short": "S620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S62-1-sj2-1",
        "label": "S621",
        "long": "Narrabri Town to Narrabri West",
        "short": "S621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S62-2-sj2-1",
        "label": "S622",
        "long": "Narrabri West PS to Stony Creek Rd",
        "short": "S622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S62-3-sj2-1",
        "label": "S623",
        "long": "Narrabri West PS to Narrabri Town",
        "short": "S623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S62-4-sj2-1",
        "label": "S624",
        "long": "Narrabri Schools to Bellata",
        "short": "S624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S62-5-sj2-1",
        "label": "S625",
        "long": "Narrabri Schools to Tarriaro",
        "short": "S625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S62-6-sj2-1",
        "label": "S626",
        "long": "Narrabri Schools to Yarrie Lake",
        "short": "S626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S62-7-sj2-1",
        "label": "S627",
        "long": "Narrabri Schools to Maules Creek",
        "short": "S627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S62-8-sj2-1",
        "label": "S628",
        "long": "Barraba Schools to Burindi Rd via Mayvale Rd",
        "short": "S628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S62-9-sj2-1",
        "label": "S629",
        "long": "Uralla and Kentucky Schools to Bendemeer",
        "short": "S629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S63-0-sj2-1",
        "label": "S630",
        "long": "Manilla Schools to Wongo Creek",
        "short": "S630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S63-1-sj2-1",
        "label": "S631",
        "long": "Moree School to Tyrone Rd",
        "short": "S631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S63-2-sj2-1",
        "label": "S632",
        "long": "Tenterfield Schools to Billirimba Rd via Steinbrook",
        "short": "S632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S63-3-sj2-1",
        "label": "S633",
        "long": "Bundarra Central to Bundarra via Camerons Creek",
        "short": "S633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S63-4-sj2-1",
        "label": "S634",
        "long": "Warialda Schools to North Star to N Star Rd",
        "short": "S634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S63-5-sj2-1",
        "label": "S635",
        "long": "Texas State and Bonshaw Public to Newfarm",
        "short": "S635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S63-6-sj2-1",
        "label": "S636",
        "long": "Texas State to Atholwood",
        "short": "S636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S63-7-sj2-1",
        "label": "S637",
        "long": "Barraba Schools to Bundarra Rd",
        "short": "S637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S63-8-sj2-1",
        "label": "S638",
        "long": "Barraba Schools to Gulf Creek",
        "short": "S638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S64-0-sj2-1",
        "label": "S640",
        "long": "Bingara Central Sch to Gineroi via Allan Cunningham Rd and Mt Rodd Rd",
        "short": "S640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S64-1-sj2-1",
        "label": "S641",
        "long": "Bingara Central Sch to Cascades via Killarney Gap Rd",
        "short": "S641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S64-2-sj2-1",
        "label": "S642",
        "long": "Bingara Central Sch to Hilltop and Upper Bingara",
        "short": "S642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S64-3-sj2-1",
        "label": "S643",
        "long": "Gravesend Public to Wilsons Rd",
        "short": "S643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S64-4-sj2-1",
        "label": "S644",
        "long": "Bingara Central to Elcombe-Box Hill",
        "short": "S644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S64-5-sj2-1",
        "label": "S645",
        "long": "Bingara Central to Bingara-Copeton Dam Rd (Link)",
        "short": "S645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S64-6-sj2-1",
        "label": "S646",
        "long": "Bingara Central to Bingara-Delungra Rd via Michell Lane (Link)",
        "short": "S646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S64-7-sj2-1",
        "label": "S647",
        "long": "Warialda Schools to Bingara",
        "short": "S647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S64-8-sj2-1",
        "label": "S648",
        "long": "Bellata Public to Millie",
        "short": "S648",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S64-9-sj2-1",
        "label": "S649",
        "long": "Bellata Public to Edgeroi",
        "short": "S649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S65-0-sj2-1",
        "label": "S650",
        "long": "Yetman Public to North Star via Tucka Tucka Rd",
        "short": "S650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S65-1-sj2-1",
        "label": "S651",
        "long": "Moree Schools to Halls Ck",
        "short": "S651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S65-2-sj2-1",
        "label": "S652",
        "long": "Moree Schools to Bullarah",
        "short": "S652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S65-3-sj2-1",
        "label": "S653",
        "long": "Mallawa Public to Moree",
        "short": "S653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S65-4-sj2-1",
        "label": "S654",
        "long": "Moree Schools to Watercourse Rd",
        "short": "S654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S65-5-sj2-1",
        "label": "S655",
        "long": "Inverell Schools to Wandsworth via Tingha",
        "short": "S655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S65-6-sj2-1",
        "label": "S656",
        "long": "Inverell Schools to Stannifer via Tingha",
        "short": "S656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S65-7-sj2-1",
        "label": "S657",
        "long": "Inverell Schools to Gilgai",
        "short": "S657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S65-8-sj2-1",
        "label": "S658",
        "long": "Inverell Schools to Gilgai via Guyra Rd",
        "short": "S658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S65-9-sj2-1",
        "label": "S659",
        "long": "Currabubula Public to Piallaway",
        "short": "S659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S66-0-sj2-1",
        "label": "S660",
        "long": "Dungowan Public to Nemingha",
        "short": "S660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S66-1-sj2-1",
        "label": "S661",
        "long": "Dungowan Public to Dungowan via Ogunbil",
        "short": "S661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S66-2-sj2-1",
        "label": "S662",
        "long": "Walcha Schools to Moona Plains Rd",
        "short": "S662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S66-3-sj2-1",
        "label": "S663",
        "long": "Moree Schools to Gingham Moree via Carnarvon Hwy",
        "short": "S663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S66-4-sj2-1",
        "label": "S664",
        "long": "Nundle Public to Hanging Rock via Barry Rd",
        "short": "S664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S66-5-sj2-1",
        "label": "S665",
        "long": "Nundle Public to Crawney Rd via Bowling Alley Point and Garoo",
        "short": "S665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S66-7-sj2-1",
        "label": "S667",
        "long": "Tamworth High to Loomberah",
        "short": "S667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S66-8-sj2-1",
        "label": "S668",
        "long": "Narrabri Schools to Culgoora",
        "short": "S668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S66-9-sj2-1",
        "label": "S669",
        "long": "Narrabri Schools to Couradda",
        "short": "S669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S67-0-sj2-1",
        "label": "S670",
        "long": "Emmaville Central to Emmaville via Gulf Rd",
        "short": "S670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S67-1-sj2-1",
        "label": "S671",
        "long": "Thunderbolts Way to Nowendoc",
        "short": "S671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S67-2-sj2-1",
        "label": "S672",
        "long": "Uralla Schools to Terrible Vale Rd",
        "short": "S672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S67-3-sj2-1",
        "label": "S673",
        "long": "Garah Public to Talmoi Rd via Carnarvon Hwy and Boonangar Rd",
        "short": "S673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S73-8-sj2-1",
        "label": "S738",
        "long": "Guyra Schools to Wandsworth",
        "short": "S738",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S73-9-sj2-1",
        "label": "S739",
        "long": "Brockley to Wards Mistake",
        "short": "S739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S74-0-sj2-1",
        "label": "S740",
        "long": "Guyra Schools to Black Mountain via South Guyra",
        "short": "S740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S74-1-sj2-1",
        "label": "S741",
        "long": "Black Mountain and Guyra Schools to Guyra via Toms Gully Rd",
        "short": "S741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S74-2-sj2-1",
        "label": "S742",
        "long": "Guyra Schools to Baldersleigh via Old Armidale Rd",
        "short": "S742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S74-3-sj2-1",
        "label": "S743",
        "long": "Guyra to Wards Mistake",
        "short": "S743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S74-4-sj2-1",
        "label": "S744",
        "long": "Walcha to Woolbrook",
        "short": "S744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S74-5-sj2-1",
        "label": "S745",
        "long": "Woolbrook School to Walcha via Congi",
        "short": "S745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S74-6-sj2-1",
        "label": "S746",
        "long": "Walcha Schools to Walcha Town",
        "short": "S746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S74-7-sj2-1",
        "label": "S747",
        "long": "Walcha Schools to Topdale Rd via Thunderbolts Way",
        "short": "S747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S74-8-sj2-1",
        "label": "S748",
        "long": "Walcha to Brackendale Rd",
        "short": "S748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S74-9-sj2-1",
        "label": "S749",
        "long": "Walcha to Winterbourne Rd",
        "short": "S749",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S75-0-sj2-1",
        "label": "S750",
        "long": "Walcha to Yarrowitch",
        "short": "S750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S75-1-sj2-1",
        "label": "S751",
        "long": "Walcha to Mirramoona",
        "short": "S751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S75-2-sj2-1",
        "label": "S752",
        "long": "Niangala School to Weabonga via Thunderbolts Way",
        "short": "S752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S75-3-sj2-1",
        "label": "S753",
        "long": "Uralla Schools to Thunderbolts Way via Gostwyck Rd",
        "short": "S753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S75-4-sj2-1",
        "label": "S754",
        "long": "Uralla Schools to Uralla Town via Rocky River School",
        "short": "S754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S75-5-sj2-1",
        "label": "S755",
        "long": "Walcha Schools to Niangala via Ingleba",
        "short": "S755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S79-9-sj2-1",
        "label": "S799",
        "long": "Applethorpe State to Ruby Creek via Thulimbah, Maryland and Liston",
        "short": "S799",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S92-8-sj2-1",
        "label": "S928",
        "long": "Woodenbong to Clover Park via Muli Muli and Urbenville",
        "short": "S928",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S92-9-sj2-1",
        "label": "S929",
        "long": "Woodenbong to Upper Tooloom via Urbenville",
        "short": "S929",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S95-0-sj2-1",
        "label": "S950",
        "long": "Tenterfield Schools to Mingoola via Bruxner Way",
        "short": "S950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S99-0-sj2-1",
        "label": "S990",
        "long": "Woodenbong Central to Legume via Dalman and Koreelah",
        "short": "S990",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "53-S99-1-sj2-1",
        "label": "S991",
        "long": "Killarney State School to Koreelah via Legume",
        "short": "S991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-150-sj2-1",
        "label": "150",
        "long": "Newcastle Interchange to Taree via Hawks Nest, Forster and Tuncurry",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-151-sj2-1",
        "label": "151",
        "long": "Newcastle Interchange to Taree Station via Forster and Tuncurry",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-152-sj2-1",
        "label": "152",
        "long": "Newcastle to Hawks Nest",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-153-sj2-1",
        "label": "153",
        "long": "Bulahdelah to Upper Myall (Loop Service)",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-154-sj2-1",
        "label": "154",
        "long": "Bulahdelah to Taree (Loop Service)",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-301-sj2-1",
        "label": "301",
        "long": "Wingham to Wingham North via Isabella St and Richardson St",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-302-sj2-1",
        "label": "302",
        "long": "Wingham to Wingham South (Loop Service)",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-303-sj2-1",
        "label": "303",
        "long": "Stockland Forster to Tuncurry via Legacy Village (Loop Service)",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-304-sj2-1",
        "label": "304",
        "long": "Stockland Forster to Tuncurry via Pacific Pde and Chapmans Rd (Loop Service)",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-305-sj2-1",
        "label": "305",
        "long": "Forster to Stockland Forster via Great Lakes Country Club",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-306-sj2-1",
        "label": "306",
        "long": "Stockland Forster to Forster Keys via Pipers Bay (Loop Service)",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-307-sj2-1",
        "label": "307",
        "long": "Forster to Coomba Park via Tarbuck Bay",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-308-sj2-1",
        "label": "308",
        "long": "Gloucester to Forster via Nabiac and Failford",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-309-sj2-1",
        "label": "309",
        "long": "Taree to Forster via Blackhead and Diamond Beach",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-310-sj2-1",
        "label": "310",
        "long": "Taree to Forster",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-311-sj2-1",
        "label": "311",
        "long": "Taree to Chatham via Taree North (Loop Service)",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-312-sj2-1",
        "label": "312",
        "long": "Taree to Cundletown",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-313-sj2-1",
        "label": "313",
        "long": "Taree to West Taree (Loop Service)",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-314-sj2-1",
        "label": "314",
        "long": "Taree to Old Bar (Loop Service)",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-315-sj2-1",
        "label": "315",
        "long": "Taree to Manning Point (Loop Service)",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-316-sj2-1",
        "label": "316",
        "long": "Taree to Tinonee (Loop Service)",
        "short": "316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-318-sj2-1",
        "label": "318",
        "long": "Wingham to Elands via Marlee and Bobin",
        "short": "318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-319-sj2-1",
        "label": "319",
        "long": "Taree to Wingham",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-320-sj2-1",
        "label": "320",
        "long": "Taree to Harrington and Crowdy Head via Coopernook",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-321-sj2-1",
        "label": "321",
        "long": "Taree to Lansdowne",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-411-sj2-1",
        "label": "411",
        "long": "Muswellbrook Town Centre to Sydney St (Loop Service)",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-412-sj2-1",
        "label": "412",
        "long": "Muswellbrook Town Centre to Muswellbrook North (Loop Service)",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-413-sj2-1",
        "label": "413",
        "long": "Muswellbrook Town Centre to Highbrook (Loop Service)",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-414-sj2-1",
        "label": "414",
        "long": "Muswellbrook to Scone via Aberdeen (Loop Service)",
        "short": "414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-415-sj2-1",
        "label": "415",
        "long": "Muswellbrook to Denman (Loop Service)",
        "short": "415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-418-sj2-1",
        "label": "418",
        "long": "Muswellbrook Town Centre to Muswellbrook Eastlinks (Loop Service)",
        "short": "418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-419-sj2-1",
        "label": "419",
        "long": "Muswellbrook Town Centre to Queen St (Loop Service)",
        "short": "419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-678-sj2-1",
        "label": "678",
        "long": "Kyogle to Urbenville",
        "short": "678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S18-0-sj2-1",
        "label": "S184",
        "long": "Belltrees Public to Gundy, Moonan Flats, and Woolooma via Hunter Rd",
        "short": "S184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S18-1-sj2-1",
        "label": "S181",
        "long": "Bureen Rd Interchange to Martindale",
        "short": "S181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S18-3-sj2-1",
        "label": "S183",
        "long": "Stroud Public School to Mill Creek Rd via The Bucketts Way",
        "short": "S183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S18-5-sj2-1",
        "label": "S185",
        "long": "Gresford Public to Eccleston via Glendon Brook",
        "short": "S185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S18-6-sj2-1",
        "label": "S186",
        "long": "Dungog Schools to East Gresford via Hilldale",
        "short": "S186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S18-7-sj2-1",
        "label": "S187",
        "long": "Paterson Public and Vacy Public to Paterson via Hilldale",
        "short": "S187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S18-8-sj2-1",
        "label": "S188",
        "long": "Vacy Public to Lostock via Fishers Hill",
        "short": "S188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S18-9-sj2-1",
        "label": "S189",
        "long": "Dungog Schools to Vacy via Paterson",
        "short": "S189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S19-0-sj2-1",
        "label": "S190",
        "long": "Gresford Public to Eccleston via Allynbrook",
        "short": "S190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S19-1-sj2-1",
        "label": "S191",
        "long": "Dungog Schools to Butterwick via Paterson",
        "short": "S191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S19-2-sj2-1",
        "label": "S192",
        "long": "Singleton Schools to Maison Dieu via McDougalls Hill",
        "short": "S192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S19-3-sj2-1",
        "label": "S193",
        "long": "Singleton Schools to Hambledon Hill to via McDougalls Hill",
        "short": "S193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S25-0-sj2-1",
        "label": "S250",
        "long": "Merriwa Schools to Giants Creek via Gungal",
        "short": "S250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S25-1-sj2-1",
        "label": "S251",
        "long": "Merriwa Schools to Mountain Station Rd via Coulsons Creek",
        "short": "S251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S25-2-sj2-1",
        "label": "S252",
        "long": "Merriwa Schools to Hampshire Rd via Idaville Rd",
        "short": "S252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S25-3-sj2-1",
        "label": "S253",
        "long": "Merriwa Schools to Baerami Creek via Sandy Hollow and Baerami",
        "short": "S253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S25-4-sj2-1",
        "label": "S254",
        "long": "Sandy Hollow Public to Baerami Creek via Bylong Valley Way",
        "short": "S254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S25-5-sj2-1",
        "label": "S255",
        "long": "Merriwa Schools to Cassilis via Golden Hwy",
        "short": "S255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S25-6-sj2-1",
        "label": "S256",
        "long": "Denman Schools to Sandy Hollow Public via Mangoola and Hollydeen",
        "short": "S256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S25-7-sj2-1",
        "label": "S257",
        "long": "Merriwa Schools to Flight Springs Rd via Wollara Rd and Cullingral Rd",
        "short": "S257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S26-1-sj2-1",
        "label": "S261",
        "long": "Cundletown, Taree, and Tinonee Schools to Krambach",
        "short": "S261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S26-2-sj2-1",
        "label": "S262",
        "long": "Taree Schools to Mondrook via Tinonee",
        "short": "S262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S26-3-sj2-1",
        "label": "S263",
        "long": "Taree Schools and Tinonee Public to Hillville",
        "short": "S263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S26-4-sj2-1",
        "label": "S264",
        "long": "Manning Adventist and Tinonee Public to Hillville",
        "short": "S264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S26-5-sj2-1",
        "label": "S265",
        "long": "Wingham and Tinonee Schools to Taree via Mondrook",
        "short": "S265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S27-0-sj2-1",
        "label": "S270",
        "long": "Gresford Public to Lostock",
        "short": "S270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S27-1-sj2-1",
        "label": "S271",
        "long": "Singleton Schools to Dawnsons Hill via Mount Pleasant",
        "short": "S271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S27-2-sj2-1",
        "label": "S272",
        "long": "Singleton Schools to Millbrodale Rd via Broke",
        "short": "S272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S27-3-sj2-1",
        "label": "S273",
        "long": "Singleton Schools to Wollombi Rd via Broke",
        "short": "S273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S27-4-sj2-1",
        "label": "S274",
        "long": "Jerry Plains Public to Jerry Plains via Redmanvale Rd",
        "short": "S274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S28-0-sj2-1",
        "label": "S280",
        "long": "Singleton to Retreat Rd",
        "short": "S280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S28-1-sj2-1",
        "label": "S281",
        "long": "Singleton to Retreat Rd via Wanaruah Cl",
        "short": "S281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S28-2-sj2-1",
        "label": "S282",
        "long": "Singleton to Carrowbrook",
        "short": "S282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S29-1-sj2-1",
        "label": "S291",
        "long": "Bulahdelah Schools to Wootton via Topi Topi",
        "short": "S291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S29-2-sj2-1",
        "label": "S292",
        "long": "Lochinvar Schools to Lambs Valley via Luskintyre Rd",
        "short": "S292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S35-0-sj2-1",
        "label": "S350",
        "long": "Wisemans Fry PS and Macdonald Vly PS to Upper Macdonald via St Albans",
        "short": "S350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S35-1-sj2-1",
        "label": "S351",
        "long": "Wisemans Ferry Public to Spencer via Gunderman",
        "short": "S351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S35-2-sj2-1",
        "label": "S352",
        "long": "Wisemans Ferry Public to St Albans via Settlers Rd",
        "short": "S352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S36-0-sj2-1",
        "label": "S360",
        "long": "Camel Bus - Great Lakes College to Mayers Flat via Smiths Lake and Bungwahl",
        "short": "S360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S36-1-sj2-1",
        "label": "S361",
        "long": "Rhino Bus - Forster and Tuncurry Schools to Coomba Park via Forster Heights",
        "short": "S361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S36-2-sj2-1",
        "label": "S362",
        "long": "Frog Bus - Tuncurry and Forster Schools to Smiths Lake",
        "short": "S362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S36-3-sj2-1",
        "label": "S363",
        "long": "Penguin Bus - Forster Schools to Green Point via The Lakes Way and Kularoo Dr",
        "short": "S363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S36-4-sj2-1",
        "label": "S364",
        "long": "Panda Bus - Holy Name Primary to Stocklands Forster via Burgess Beach",
        "short": "S364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S36-5-sj2-1",
        "label": "S365",
        "long": "Owl Bus - Nabiac to Great Lakes College via Failford and Tuncurry Schools",
        "short": "S365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S36-6-sj2-1",
        "label": "S366",
        "long": "Ladybug Bus - Forster Public to Possum Brush via Tuncurry Schools and Failford",
        "short": "S366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S36-7-sj2-1",
        "label": "S367",
        "long": "Zebra Bus - Forster Schools to Cape Hawke via One Mile Beach",
        "short": "S367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S36-8-sj2-1",
        "label": "S368",
        "long": "Lion Bus - Tuncurry and Forster Schools to Forster via Taree St and Becker Rd",
        "short": "S368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S36-9-sj2-1",
        "label": "S369",
        "long": "Rosella Bus - Forster and Taree Schools to Forster",
        "short": "S369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S37-0-sj2-1",
        "label": "S370",
        "long": "Giraffe Bus - South St to Great Lakes College via One Mile Beach and Burgess Beach",
        "short": "S370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S37-2-sj2-1",
        "label": "S372",
        "long": "Kangaroo Bus - Bungwahl Public and Pacific Palms Public to Forster via Smiths Lake",
        "short": "S372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S37-3-sj2-1",
        "label": "S373",
        "long": "Butterfly Bus - Pacific Palms Public to Forster Tuncurry via Smiths Lake",
        "short": "S373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S37-4-sj2-1",
        "label": "S374",
        "long": "Koala Bus - Tuncurry and Forster to Firefly, Krambach and Nabiac via Wang Wauk",
        "short": "S374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S37-5-sj2-1",
        "label": "S375",
        "long": "Elk Bus - Krambach Public to Wallanbah Rd via Kundibakh, Belbora and Firefly",
        "short": "S375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S37-6-sj2-1",
        "label": "S376",
        "long": "Platypus Bus - Krambach Public to Wallanbah Rd via Wallanbah Rd and Milligans Ln",
        "short": "S376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S37-7-sj2-1",
        "label": "S377",
        "long": "Brown Bear Bus - Nabiac Public to Wallanbah Rd via Dargavilles Rd and Wang Wauk Rd",
        "short": "S377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S37-8-sj2-1",
        "label": "S378",
        "long": "Dog Bus - Nabiac St to Great Lakes College Forster Campus",
        "short": "S378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S43-0-sj2-1",
        "label": "S430",
        "long": "Dungog Schools to Stroud via Berkeley St",
        "short": "S430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S43-1-sj2-1",
        "label": "S431",
        "long": "Dungog Schools to Monkerai via Monkerai Rd and Upper Monkerai Rd",
        "short": "S431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S43-2-sj2-1",
        "label": "S432",
        "long": "Dungog Schools to Flat Tops via Marshdale Rd",
        "short": "S432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S43-3-sj2-1",
        "label": "S433",
        "long": "Dungog Schools to Salisbury via Bendolba",
        "short": "S433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S43-4-sj2-1",
        "label": "S434",
        "long": "Dungog Schools to Bandon Grove via Chichester Dam Rd",
        "short": "S434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S43-5-sj2-1",
        "label": "S435",
        "long": "Dungog Schools to Main Creek via Forsterton",
        "short": "S435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S43-6-sj2-1",
        "label": "S436",
        "long": "Dungog Schools to Stroud Road via Stroud",
        "short": "S436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S43-7-sj2-1",
        "label": "S437",
        "long": "Dungog Schools to Gresford via East Gresford",
        "short": "S437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S43-8-sj2-1",
        "label": "S438",
        "long": "Dungog Schools to East Seaham via Clarence Town",
        "short": "S438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S43-9-sj2-1",
        "label": "S439",
        "long": "Dungog Schools to Glen Oak via Clarence Town",
        "short": "S439",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S44-0-sj2-1",
        "label": "S440",
        "long": "Glen William Public to Clarence Town via Glen Martin Rd",
        "short": "S440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S44-1-sj2-1",
        "label": "S441",
        "long": "Dungog Schools to Seaham via Clarence Town",
        "short": "S441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S44-2-sj2-1",
        "label": "S442",
        "long": "Dungog Schools to Wallarooba via Brookfield",
        "short": "S442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S44-3-sj2-1",
        "label": "S443",
        "long": "Dungog Schools to Clarence Town via Alison and Glen Martin",
        "short": "S443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S44-4-sj2-1",
        "label": "S444",
        "long": "Clarence Town Public School to Boatfalls Drive",
        "short": "S444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S45-1-sj2-1",
        "label": "S451",
        "long": "Toucan Bus - Wingham Schools to Mooral Creek via Middlebrook Rd and Khatabundah Rd",
        "short": "S451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S45-2-sj2-1",
        "label": "S452",
        "long": "Snail Bus - Bobin Schools to Wingham via Swans Rd and Warrawillah Rd and Marlee",
        "short": "S452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S45-3-sj2-1",
        "label": "S453",
        "long": "Triceratops Bus - Elands Public to Wingham via Colling Rd, Beech Rd and Glenwarren Rd",
        "short": "S453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S45-4-sj2-1",
        "label": "S454",
        "long": "Peacock Bus - Wingham Schools to Wingham via Shorts Rd and Cedar Party",
        "short": "S454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S45-5-sj2-1",
        "label": "S455",
        "long": "Seahorse Bus - Taree Schools to Wingham via Nabiac and Gloucester",
        "short": "S455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S45-6-sj2-1",
        "label": "S456",
        "long": "Billy Goat Bus - Wingham Schools to McQueens Bridge via Nowendoc Rd and Karaak Flat",
        "short": "S456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S45-7-sj2-1",
        "label": "S457",
        "long": "Raccoon Bus - Wingham Schools to Cedar Party and Killabakh via Murray Rd and Comboyne Rd",
        "short": "S457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S45-8-sj2-1",
        "label": "S458",
        "long": "Ostrich Bus - Wingham Schools to Killawarra, Dollys Flat and Kimbriki via Gloucester Rd and Kimbriki Rd",
        "short": "S458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S45-9-sj2-1",
        "label": "S459",
        "long": "Pelican Bus - Mount George Public to Wingham via Nowendoc Rd and Gloucester Rd",
        "short": "S459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S46-0-sj2-1",
        "label": "S460",
        "long": "Turkey Bus - Wingham Schools to Wingham via Gloucester Rd and Bootawa Rd",
        "short": "S460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S46-1-sj2-1",
        "label": "S461",
        "long": "Dragonfly Bus - Murray Rd and Wingham Schools to Central Park via Abbotts Falls Rd",
        "short": "S461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S46-2-sj2-1",
        "label": "S462",
        "long": "Fox Bus - Taree Christian and Wingham Schools to Wingham via Caparra",
        "short": "S462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S52-0-sj2-1",
        "label": "S520",
        "long": "St Pauls Rutherford and Rutherford PS to Aberglasslyn",
        "short": "S520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S52-1-sj2-1",
        "label": "S521",
        "long": "Paterson Public to Duns Creek via Martins Creek and Woodville",
        "short": "S521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S52-2-sj2-1",
        "label": "S522",
        "long": "Greta Public to Greta via Branxton and North Rothbury",
        "short": "S522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S52-6-sj2-1",
        "label": "S526",
        "long": "Rutherford Technology High School to North Rothbury",
        "short": "S526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S60-8-sj2-1",
        "label": "S608",
        "long": "Denman Schools to Yarrawa via Bureen",
        "short": "S608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S62-0-sj2-1",
        "label": "S620",
        "long": "Hawks Nest to Catherine McAuley College via Raymond Terrace Schools",
        "short": "S620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S62-1-sj2-1",
        "label": "S621",
        "long": "Mullwee to Raymond Terrace Schools via Swan Bay and Eagleton",
        "short": "S621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S62-2-sj2-1",
        "label": "S622",
        "long": "Kuruah to Callaghan College via Mayfield West and Mayfield Schools",
        "short": "S622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S62-3-sj2-1",
        "label": "S623",
        "long": "Stroud to Booral Public via the Bucketts Way",
        "short": "S623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S62-4-sj2-1",
        "label": "S624",
        "long": "East Seaham to Jesmond, Lambton and Merewether Schools via Eagleton",
        "short": "S624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S62-5-sj2-1",
        "label": "S625",
        "long": "Raymond Terrace to Booral Public via Allworth Rd",
        "short": "S625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S62-6-sj2-1",
        "label": "S626",
        "long": "Booral to Raymond Terrace and Heatherbrae Schools via Allworth",
        "short": "S626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S62-7-sj2-1",
        "label": "S627",
        "long": "Karuah to Raymond Terrace and Heatherbrae Schools via Raymond Terrace",
        "short": "S627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S62-8-sj2-1",
        "label": "S628",
        "long": "Gortons Crossing Rd to Stroud via Booral and Stroud Schools",
        "short": "S628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S62-9-sj2-1",
        "label": "S629",
        "long": "Stroud to Booral Public via the Booral Rd",
        "short": "S629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S63-0-sj2-1",
        "label": "S630",
        "long": "Raymond Terrace Schools to Callaghan and Waratah Schools",
        "short": "S630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S63-1-sj2-1",
        "label": "S631",
        "long": "Raymond Terrace to Karuah Public via Swan Bay",
        "short": "S631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S63-2-sj2-1",
        "label": "S632",
        "long": "Hawks Nest to Catherine McAuley Catholic College via Karuah",
        "short": "S632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S63-3-sj2-1",
        "label": "S633",
        "long": "Coolongolook to Nabiac Public",
        "short": "S633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S63-4-sj2-1",
        "label": "S634",
        "long": "Nabiac to Nabiac Public via Failford and Possum Brush",
        "short": "S634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S63-5-sj2-1",
        "label": "S635",
        "long": "Bulahdelah to Stroud via Booral",
        "short": "S635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S63-6-sj2-1",
        "label": "S636",
        "long": "Stroud to Bulahdelah Central via Booral",
        "short": "S636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S63-7-sj2-1",
        "label": "S637",
        "long": "Bulahdelah to Elizabeth Beach via Tarbuck Bay",
        "short": "S637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S63-8-sj2-1",
        "label": "S638",
        "long": "Elizabeth Beach to Bulahdelah Central via Smiths Lake",
        "short": "S638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S63-9-sj2-1",
        "label": "S639",
        "long": "Karuah to Bulahdelah Central via North Arm Cove",
        "short": "S639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S64-0-sj2-1",
        "label": "S640",
        "long": "Nabiac to Taree Schools via Failford",
        "short": "S640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S64-1-sj2-1",
        "label": "S641",
        "long": "Tea Gardens to Bulahdelah Central via Nerong",
        "short": "S641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S64-2-sj2-1",
        "label": "S642",
        "long": "Bulahdelah to Bulahdelah Central",
        "short": "S642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S64-3-sj2-1",
        "label": "S643",
        "long": "Hawks Nest to Bulahdelah Central",
        "short": "S643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S64-4-sj2-1",
        "label": "S644",
        "long": "Wootton to Coolongolook Public via Willina and Wang Wauk",
        "short": "S644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S64-5-sj2-1",
        "label": "S645",
        "long": "Hawks Nest to Tea Gardens Public",
        "short": "S645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S64-6-sj2-1",
        "label": "S646",
        "long": "San Clemente High to Booral via Allworth",
        "short": "S646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S64-7-sj2-1",
        "label": "S647",
        "long": "Karuah Public to Kings Hill via Mullwee",
        "short": "S647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S64-8-sj2-1",
        "label": "S648",
        "long": "Booral Public to Euwylong via Allworth",
        "short": "S648",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S64-9-sj2-1",
        "label": "S649",
        "long": "Twelve Mile Creek to Stroud via The Bucketts Way and Cowper St",
        "short": "S649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S65-0-sj2-1",
        "label": "S650",
        "long": "Catherine McAuley College to Hawks Nest via Heatherbrae",
        "short": "S650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S65-1-sj2-1",
        "label": "S651",
        "long": "Raymond Terrace Public to Karuah via Seaham",
        "short": "S651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S65-2-sj2-1",
        "label": "S652",
        "long": "Callaghan Colleges to Raymond Terrace via Hexham",
        "short": "S652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S65-3-sj2-1",
        "label": "S653",
        "long": "Merewether High to Balickera via Raymond Terrace and Eagleton",
        "short": "S653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S65-4-sj2-1",
        "label": "S654",
        "long": "Irrawang Public to Swan Bay via Eagleton",
        "short": "S654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S65-5-sj2-1",
        "label": "S655",
        "long": "Booral Public to Stroud via Allworth and Girvan",
        "short": "S655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S65-6-sj2-1",
        "label": "S656",
        "long": "Hunter River High to Karuah via Twelve Mile Creek",
        "short": "S656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S65-7-sj2-1",
        "label": "S657",
        "long": "Catherine McAuley Catholic College to Hawks Nest via Karuah",
        "short": "S657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S65-8-sj2-1",
        "label": "S658",
        "long": "Coolongolook Public to Boolambayte via Willina and Wang Wauk",
        "short": "S658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S65-9-sj2-1",
        "label": "S659",
        "long": "Bulahdelah Central to Tea Gardens via Nerong",
        "short": "S659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S66-0-sj2-1",
        "label": "S660",
        "long": "Bulahdelah Central to Hawks Nest via Nerong",
        "short": "S660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S66-1-sj2-1",
        "label": "S661",
        "long": "St Joseph's Primary to Nabiac via Failford",
        "short": "S661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S66-2-sj2-1",
        "label": "S662",
        "long": "TAFE to Chatham Schools via Victoria St",
        "short": "S662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S66-3-sj2-1",
        "label": "S663",
        "long": "Nabiac Public to Possum Brush via Failford",
        "short": "S663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S66-4-sj2-1",
        "label": "S664",
        "long": "Tea Gardens Public to Tea Gardens and Hawks Nest via Myall St",
        "short": "S664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S66-5-sj2-1",
        "label": "S665",
        "long": "St Joseph's Primary to Bulahdelah Central via Crawford St",
        "short": "S665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S66-6-sj2-1",
        "label": "S666",
        "long": "St Joseph's Primary to Karuah via Nerong and North Arm Cove",
        "short": "S666",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S66-7-sj2-1",
        "label": "S667",
        "long": "St Joseph's Primary to Elizabeth Beach via The Lakes Way",
        "short": "S667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S66-8-sj2-1",
        "label": "S668",
        "long": "Elizabeth Beach to Bulahdelah via The Lakes Way",
        "short": "S668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S66-9-sj2-1",
        "label": "S669",
        "long": "St Joseph's Primary to Stroud via Crawford River, Girvan and Booral",
        "short": "S669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S67-0-sj2-1",
        "label": "S670",
        "long": "Merriwa Bvd to Carrington and Somerset Ave via Carrington Rd",
        "short": "S670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S67-1-sj2-1",
        "label": "S671",
        "long": "Church St to Wideview Point and Somerset Ave via Carrington Rd",
        "short": "S671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S67-2-sj2-1",
        "label": "S672",
        "long": "Uralla St to Karuah Public via Gooreengi Rd and Tarean Rd",
        "short": "S672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S67-3-sj2-1",
        "label": "S673",
        "long": "Newline Rd to Seaham Public via Eagleton, Balickera and East Seaham",
        "short": "S673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S67-4-sj2-1",
        "label": "S674",
        "long": "Hawks Nest to Medowie Christian via Pacific Hwy",
        "short": "S674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S67-5-sj2-1",
        "label": "S675",
        "long": "Minimbah West Branch Rd to Nabiac Public via Aerodrome Rd",
        "short": "S675",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S67-6-sj2-1",
        "label": "S676",
        "long": "Nabiac Public School to Nabiac Public via Minimbah",
        "short": "S676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S67-7-sj2-1",
        "label": "S677",
        "long": "Bundabah Rd, Clarke St and Koree St to Pindimar Rd",
        "short": "S677",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S67-8-sj2-1",
        "label": "S678",
        "long": "Pindimar Rd to Tea Gardens Public via Bundabah and Pindimar",
        "short": "S678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S67-9-sj2-1",
        "label": "S679",
        "long": "Pacific Hwy to Bulahdelah Central",
        "short": "S679",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S68-0-sj2-1",
        "label": "S680",
        "long": "Seaham Public to Glenelg St via Limeburners Creek Rd",
        "short": "S680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S68-1-sj2-1",
        "label": "S681",
        "long": "Karuah Public , Promontory Way and Oversea Way to Somerset Ave",
        "short": "S681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S68-2-sj2-1",
        "label": "S682",
        "long": "Somerset Ave to Somerset Ave via North Arm Cove and Carrington",
        "short": "S682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S68-3-sj2-1",
        "label": "S683",
        "long": "Somerset Ave to Promontory Way",
        "short": "S683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S68-4-sj2-1",
        "label": "S684",
        "long": "Medowie Christian to Booner St via Karuah Public",
        "short": "S684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S68-5-sj2-1",
        "label": "S685",
        "long": "Tea Gardens Public to Clarke St via Bundabah Rd and Wood St",
        "short": "S685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S68-6-sj2-1",
        "label": "S686",
        "long": "Nabiac Public to Minimbah",
        "short": "S686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S68-7-sj2-1",
        "label": "S687",
        "long": "Nabiac Public to Minimbah Rd and Minimbah West Branch Rd",
        "short": "S687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S68-8-sj2-1",
        "label": "S688",
        "long": "Bulahdelah Schools to Coolongolook",
        "short": "S688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S68-9-sj2-1",
        "label": "S689",
        "long": "Pindimar Road to McAuley Catholic College via Karuah",
        "short": "S689",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S71-5-sj2-1",
        "label": "S715",
        "long": "Scone Schools to Moobi via Cliftlands and Nandowra Rd",
        "short": "S715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S71-6-sj2-1",
        "label": "S716",
        "long": "Quirindi Schools to Waverley Rd via Quipolly",
        "short": "S716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S71-7-sj2-1",
        "label": "S717",
        "long": "Quirindi Schools to Murrurundi via Ardglen",
        "short": "S717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S71-8-sj2-1",
        "label": "S718",
        "long": "Muswellbrook Schools to Muswellbrook via Muscle Creek",
        "short": "S718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S71-9-sj2-1",
        "label": "S719",
        "long": "Muswellbrook Schools to Castlerock Rd via Kayuga",
        "short": "S719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S72-0-sj2-1",
        "label": "S720",
        "long": "Quirindi Schools to Warrah via Warrah Ridge",
        "short": "S720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S72-1-sj2-1",
        "label": "S721",
        "long": "Scone Schools to Murrurundi via Wingen and Parkville",
        "short": "S721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S72-2-sj2-1",
        "label": "S722",
        "long": "Scone Schools to Willow Tree via Wingen and Murrurundi",
        "short": "S722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S72-3-sj2-1",
        "label": "S723",
        "long": "Quirindi Schools to Willow Tree via Wallabadah",
        "short": "S723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S72-4-sj2-1",
        "label": "S724",
        "long": "Scone Schools to Murrurundi via St Marys Primary Interchange",
        "short": "S724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S72-5-sj2-1",
        "label": "S725",
        "long": "Quirindi Schools to Willow Tree via Braefield",
        "short": "S725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S72-6-sj2-1",
        "label": "S726",
        "long": "Willow Tree Public to Millers Creek and McDonalds Creek Rd",
        "short": "S726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S72-7-sj2-1",
        "label": "S727",
        "long": "Willow Tree Interchange to McDonalds Creek Rd",
        "short": "S727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S72-8-sj2-1",
        "label": "S728",
        "long": "Quirindi Schools to Quirindi Town",
        "short": "S728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S72-9-sj2-1",
        "label": "S729",
        "long": "Quirindi Schools to Blackville via Pine Ridge",
        "short": "S729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S73-0-sj2-1",
        "label": "S730",
        "long": "Quirindi Schools to Colly Blue via Caroona and Spring Ridge",
        "short": "S730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S73-1-sj2-1",
        "label": "S731",
        "long": "Blackville Public to Cattle Creek Rd via Yarraman",
        "short": "S731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S75-1-sj2-1",
        "label": "S751",
        "long": "Old Bar Public to Taree",
        "short": "S751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S75-3-sj2-1",
        "label": "S753",
        "long": "Wingham Schools to Taree",
        "short": "S753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S75-4-sj2-1",
        "label": "S754",
        "long": "Chatham, Cundletown, and Taree Schools to Old Bar via Purfleet",
        "short": "S754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S75-5-sj2-1",
        "label": "S755",
        "long": "Chatham and Taree Schools to Old Bar via Purfleet",
        "short": "S755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S75-6-sj2-1",
        "label": "S756",
        "long": "Taree Schools to Bluehaven via Pampoolah",
        "short": "S756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S75-8-sj2-1",
        "label": "S758",
        "long": "Taree Schools to Old Bar via Purfleet",
        "short": "S758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S75-9-sj2-1",
        "label": "S759",
        "long": "Taree and Chatham Schools to Taree West",
        "short": "S759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S76-0-sj2-1",
        "label": "S760",
        "long": "Taree Schools to Taree via Taree West",
        "short": "S760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S76-1-sj2-1",
        "label": "S761",
        "long": "Taree West to Chatham via Taree Schools",
        "short": "S761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S76-2-sj2-1",
        "label": "S762",
        "long": "Taree Schools to Taree via Chatham and Cundletown",
        "short": "S762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S76-3-sj2-1",
        "label": "S763",
        "long": "Cundletown Schools to Potoroo Dr via Taree Schools and Kolodong",
        "short": "S763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S76-4-sj2-1",
        "label": "S764",
        "long": "Taree Schools to Cedar Party via Wingham Rd and Cedar Party Rd",
        "short": "S764",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S76-6-sj2-1",
        "label": "S766",
        "long": "Chatham Schools to Harrington via Taree, Cundletown and Coopernook",
        "short": "S766",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S76-8-sj2-1",
        "label": "S768",
        "long": "Taree and Cundletown Schools to Hannam Vale via Johns River",
        "short": "S768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S76-9-sj2-1",
        "label": "S769",
        "long": "Kendall Public to Taree via Camden Haven High and Stewarts River Rd",
        "short": "S769",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S77-0-sj2-1",
        "label": "S770",
        "long": "MVAC to Black Head via Chatham, Taree, Red Hd and Diamond Bch",
        "short": "S770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S77-2-sj2-1",
        "label": "S772",
        "long": "Taree, Chatham, and Cundletown Schools to Forster",
        "short": "S772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S77-3-sj2-1",
        "label": "S773",
        "long": "St Joseph's Primary and St Clare's High to Forster Tuncurry via MVAC",
        "short": "S773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S77-4-sj2-1",
        "label": "S774",
        "long": "Tuncurry Campus to Figtree via Diamond Beach",
        "short": "S774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S77-5-sj2-1",
        "label": "S775",
        "long": "GLC Tuncurry and Forster to Rainbow Flat",
        "short": "S775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S77-6-sj2-1",
        "label": "S776",
        "long": "Hallidays Pt Public to Tuncurry via Black Head and Diamond Beach",
        "short": "S776",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S77-7-sj2-1",
        "label": "S777",
        "long": "Tuncurry Schools to Main St via Red Head and Black Head",
        "short": "S777",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S77-8-sj2-1",
        "label": "S778",
        "long": "Taree Schools to Old Bar via Old Bar Rd and Manning River Dr",
        "short": "S778",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S77-9-sj2-1",
        "label": "S779",
        "long": "Taree, Chatham, and Cundletown Schools to Kundle Kundle",
        "short": "S779",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S78-0-sj2-1",
        "label": "S780",
        "long": "Taree and Cundletown Schools to Coopernook via Lansdowne",
        "short": "S780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S78-1-sj2-1",
        "label": "S781",
        "long": "Taree and Chatham Schools to Upper Lansdowne via Lansdowne",
        "short": "S781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S78-2-sj2-1",
        "label": "S782",
        "long": "MC Christian College to Forster via Taree High, Rainbow Flat and Tuncurry",
        "short": "S782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S78-3-sj2-1",
        "label": "S783",
        "long": "Forster and Tuncurry Schools to Diamond Beach via Hallidays Point",
        "short": "S783",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S78-4-sj2-1",
        "label": "S784",
        "long": "Old Bar Public to Wallabi Point via Kolinda Dr",
        "short": "S784",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S78-5-sj2-1",
        "label": "S785",
        "long": "Harrington Public to Taree via Coopernook",
        "short": "S785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S78-6-sj2-1",
        "label": "S786",
        "long": "Hallidays Point Public to Taree via Rainbow Flat and Tallwoods",
        "short": "S786",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S78-7-sj2-1",
        "label": "S787",
        "long": "Lansdowne Public to Moto and Central Lansdowne",
        "short": "S787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S78-8-sj2-1",
        "label": "S788",
        "long": "MC Christian College to Forster via MVAC",
        "short": "S788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S81-0-sj2-1",
        "label": "S815",
        "long": "Scone Schools to Gundy via Gundy Rd",
        "short": "S815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S81-1-sj2-1",
        "label": "S819",
        "long": "Scone Schools to Bunnan and Kars Springs via Satur",
        "short": "S819",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S81-2-sj2-1",
        "label": "S817",
        "long": "Scone Schools to Green Creek Timor Rd via Gundy and Waverly",
        "short": "S817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S81-3-sj2-1",
        "label": "S816",
        "long": "Scone Schools to Ellerston via Gundy, Belltrees and Moonan Flat",
        "short": "S816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S81-4-sj2-1",
        "label": "S818",
        "long": "Scone Schools to Brawboy via Satur and Upper Dartbrook",
        "short": "S818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S82-8-sj2-1",
        "label": "S828",
        "long": "Muswellbrook to Rouchel via Scone and Aberdeen Schools",
        "short": "S828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S82-9-sj2-1",
        "label": "S829",
        "long": "Muswellbrook Schools to Dartbrook via Aberdeen Schools",
        "short": "S829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S82-A-sj2-1",
        "label": "S824",
        "long": "Muswellbrook Schools to Manobalai via Mangoola and Wybong",
        "short": "S824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S82-B-sj2-1",
        "label": "S825",
        "long": "Scone Schools to Dry Creek via Satur and Middlebrook",
        "short": "S825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S82-C-sj2-1",
        "label": "S820",
        "long": "Scone Schools to Glenbawn via Aberdeen Schools",
        "short": "S820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S82-D-sj2-1",
        "label": "S822",
        "long": "Aberdeen Schools to Sandy Hollow via Muswellbrook Schools",
        "short": "S822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S82-E-sj2-1",
        "label": "S823",
        "long": "Scone Schools to Merriwa via Bunnan Rd",
        "short": "S823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S82-F-sj2-1",
        "label": "S821",
        "long": "Denman Schools to Muswellbrook via Edderton and Dalswinton",
        "short": "S821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S82-G-sj2-1",
        "label": "S826",
        "long": "Aberdeen Schools to Satur via Scone Schools",
        "short": "S826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S83-0-sj2-1",
        "label": "S830",
        "long": "Aberdeen Schools to McCullys Gap via Muswellbrook Schools",
        "short": "S830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S83-1-sj2-1",
        "label": "S831",
        "long": "Aberdeen Schools to Muswellbrook via Scone Schools",
        "short": "S831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S83-2-sj2-1",
        "label": "S832",
        "long": "Scone Schools to Muswellbrook via Jillaroo Way and Dixon Cct",
        "short": "S832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S83-3-sj2-1",
        "label": "S833",
        "long": "Muswellbrook and Scone Schools to Singleton via Aberdeen",
        "short": "S833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S83-4-sj2-1",
        "label": "S834",
        "long": "Aberdeen Schools and Muswellbrook Schools to Muswellbrook via Wollombi Rd",
        "short": "S834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S83-5-sj2-1",
        "label": "S835",
        "long": "Aberdeen Schools to Muswellbrook via Acacia Dr and Bimbadeen Dr",
        "short": "S835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S83-6-sj2-1",
        "label": "S836",
        "long": "Aberdeen Schools to Muswellbrook via Queen St",
        "short": "S836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S83-7-sj2-1",
        "label": "S837",
        "long": "Muswellbrook Schools to Muswellbrook via Queen St, Henry Dangar Dr and Ironbark Rd",
        "short": "S837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S83-8-sj2-1",
        "label": "S838",
        "long": "Muswellbrook Schools to Muswellbrook via Queen St",
        "short": "S838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S83-9-sj2-1",
        "label": "S839",
        "long": "Aberdeen Schools to Rosemount Rd via Muswellbrook and Denman",
        "short": "S839",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S84-0-sj2-1",
        "label": "S840",
        "long": "Scone and Aberdeen Schools to Denman",
        "short": "S840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S84-1-sj2-1",
        "label": "S841",
        "long": "Muswellbrook Schools to Martindale Rd via Denman, Yarrawa and Bureen",
        "short": "S841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S84-2-sj2-1",
        "label": "S842",
        "long": "Muswellbrook Schools to South Muswellbrook via Wollombi and Bimbadeen Dr",
        "short": "S842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S84-3-sj2-1",
        "label": "S843",
        "long": "Muswellbrook Schools to Dalswinton via Edderton Rd",
        "short": "S843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S84-4-sj2-1",
        "label": "S844",
        "long": "Muswellbrook Schools to Denman via Wollombi Loop and Bimbadeen Dr",
        "short": "S844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S84-5-sj2-1",
        "label": "S845",
        "long": "Aberdeen Schools to Muswellbrook via Ironbark Rd",
        "short": "S845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S84-7-sj2-1",
        "label": "S846",
        "long": "St Joseph's High Aberdeen to Merriwa via Sandy Hollow",
        "short": "S846",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S84-8-sj2-1",
        "label": "S847",
        "long": "Scone Schools to Muswellbrook via Aberdeen Schools",
        "short": "S847",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S85-1-sj2-1",
        "label": "S851",
        "long": "East Maitland Schools to Oakhampton Heights",
        "short": "S851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S85-2-sj2-1",
        "label": "S852",
        "long": "Medowie Christian School to Stroud via Booral",
        "short": "S852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "54-S97-5-sj2-1",
        "label": "S975",
        "long": "Woodenbong Cenral to Old Grevillia via Boomi Creek Rd",
        "short": "S975",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-322-sj2-1",
        "label": "322",
        "long": "Port Macquarie to Lighthouse Plaza via Pacific Dr",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-323-sj2-1",
        "label": "323",
        "long": "Port Macquarie to Lighthouse Beach (Loop Service)",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-324-sj2-1",
        "label": "324",
        "long": "Settlement City to Port Macquarie Marbuk Ave",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-325-sj2-1",
        "label": "325",
        "long": "Port Macquarie to Port Macquarie The Ruins Way (Loop Service)",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-326-sj2-1",
        "label": "326",
        "long": "Wauchope to Yarras Forbes River Rd",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-327-sj2-1",
        "label": "327",
        "long": "Port Macquarie to MacKillop College (Loop Service)",
        "short": "327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-328-sj2-1",
        "label": "328",
        "long": "Port Macquarie Base Hospital to Settlement Point",
        "short": "328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-329-sj2-1",
        "label": "329",
        "long": "Settlement City to Port Macquarie Yarranabee Rd (Loop Service)",
        "short": "329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-332-sj2-1",
        "label": "332",
        "long": "Laurieton to Camden Head (Loop Service)",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-333-sj2-1",
        "label": "333",
        "long": "Port Macquarie to Kendall via Bonny Hills",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-334-sj2-1",
        "label": "334",
        "long": "Settlement City to Lighthouse Plaza",
        "short": "334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-335-sj2-1",
        "label": "335",
        "long": "Port Macquarie to Port Macquarie Base Hospital",
        "short": "335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-336-sj2-1",
        "label": "336",
        "long": "Port Macquarie to Wauchope (Loop Service)",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-337-sj2-1",
        "label": "337",
        "long": "Wauchope to Comboyne",
        "short": "337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-339-sj2-1",
        "label": "339",
        "long": "Wauchope to Beechwood",
        "short": "339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-340-sj2-1",
        "label": "340",
        "long": "Port Macquarie to Kempsey",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-341-sj2-1",
        "label": "341",
        "long": "Port Macquarie Airport to Port Macquarie",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-344-sj2-1",
        "label": "344",
        "long": "Kempsey to Willawarrin",
        "short": "344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-345-sj2-1",
        "label": "345",
        "long": "Kempsey to Crescent Head (Loop Service)",
        "short": "345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-350-sj2-1",
        "label": "350",
        "long": "Kempsey to South West Rocks via Frederickton and Smithtown",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-351-sj2-1",
        "label": "351",
        "long": "Macksville to Bowraville via Rodeo Dr",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-352-sj2-1",
        "label": "352",
        "long": "Macksville to Bowraville via Wilson Rd",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-353-sj2-1",
        "label": "353",
        "long": "Kempsey to Collombatti (Loop Service)",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-354-sj2-1",
        "label": "354",
        "long": "Kempsey to Kempsey Airport (Loop Service)",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-355-sj2-1",
        "label": "355",
        "long": "Kempsey to Bellbrook",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-356-sj2-1",
        "label": "356",
        "long": "Macksville to Scotts Head via Grassy Head (Loop Service)",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-357-sj2-1",
        "label": "357",
        "long": "Bellingen to Repton via Mylestom",
        "short": "357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-358-sj2-1",
        "label": "358",
        "long": "Bellingen to Macksville via Urunga and Nambucca Heads",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-359-sj2-1",
        "label": "359",
        "long": "Urunga to Bonville via Mylestom and Repton",
        "short": "359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-360-X-sj2-1",
        "label": "360X",
        "long": "Coffs Harbour Park Ave to Macksville via Nambucca Heads (Express Service)",
        "short": "360X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-360-sj2-1",
        "label": "360",
        "long": "Park Beach Plaza to Macksville via Toormina, Urunga and Nambucca Heads",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-361-sj2-1",
        "label": "361",
        "long": "Coffs Harbour Park Ave to Bellingen via Toormina",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-365-sj2-1",
        "label": "365",
        "long": "Coffs Harbour Park Ave to Park Beach Plaza via Jetty and Park Beach",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-366-sj2-1",
        "label": "366",
        "long": "Coffs Harbour Park Ave to Park Beach Plaza via Frances St",
        "short": "366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-367-sj2-1",
        "label": "367",
        "long": "Coffs Harbour Health Campus to Park Beach Plaza via Donn Patterson Dr",
        "short": "367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-368-sj2-1",
        "label": "368",
        "long": "Coffs Harbour Park Ave to Park Beach Plaza via Pearce Dr",
        "short": "368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-373-sj2-1",
        "label": "373",
        "long": "Grafton City Centre to South Grafton via Fairway Dr (Loop Service)",
        "short": "373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-374-sj2-1",
        "label": "374",
        "long": "Grafton City Centre to South Grafton via Bimble Ave (Loop Service)",
        "short": "374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-376-sj2-1",
        "label": "376",
        "long": "Grafton City Centre to Grafton Base Hospital (Loop Service)",
        "short": "376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-377-sj2-1",
        "label": "377",
        "long": "Grafton City Centre to Junction Hill",
        "short": "377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-378-sj2-1",
        "label": "378",
        "long": "Grafton to Cangai via South Grafton",
        "short": "378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-379-sj2-1",
        "label": "379",
        "long": "Grafton to Copmanhurst via South Grafton",
        "short": "379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-380-sj2-1",
        "label": "380",
        "long": "Grafton to Yamba via Angourie",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-381-sj2-1",
        "label": "381",
        "long": "Grafton City Centre to Westlawn via Arthur St (Loop Service)",
        "short": "381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-382-sj2-1",
        "label": "382",
        "long": "Grafton City Centre to Westlawn via Bacon St (Loop Service)",
        "short": "382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-384-sj2-1",
        "label": "384",
        "long": "Grafton to Lawrence",
        "short": "384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-385-sj2-1",
        "label": "385",
        "long": "Maclean to Lawrence",
        "short": "385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-386-sj2-1",
        "label": "386",
        "long": "Maclean to Iluka (Loop Service)",
        "short": "386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-390-sj2-1",
        "label": "390",
        "long": "Park Beach Plaza to Toormina Community Centre via Sawtell",
        "short": "390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-391-sj2-1",
        "label": "391",
        "long": "Park Beach Plaza to Toormina Community Centre via Toormina Rd",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-392-sj2-1",
        "label": "392",
        "long": "Coffs Harbour Park Ave to Bonville Bambara Dr via Airport",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-393-sj2-1",
        "label": "393",
        "long": "Toormina Gardens to Woolgoolga and Grafton via Coffs Harbour",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-394-sj2-1",
        "label": "394",
        "long": "Toormina Gardens to Boambee (Loop Service)",
        "short": "394",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S10-0-sj2-1",
        "label": "S100",
        "long": "Bowraville to Buckra Bendinni",
        "short": "S100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S10-1-sj2-1",
        "label": "S101",
        "long": "Bowraville to Missabotti",
        "short": "S101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S10-2-sj2-1",
        "label": "S102",
        "long": "Bowraville to Missabotti via Kennaicle Creek Rd",
        "short": "S102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S10-3-sj2-1",
        "label": "S103",
        "long": "Bowraville to Argents Hill",
        "short": "S103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S11-0-sj2-1",
        "label": "S110",
        "long": "Bellingen Schools to Darkwood",
        "short": "S110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S11-1-sj2-1",
        "label": "S111",
        "long": "Bellingen Schools to Gordonville",
        "short": "S111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S11-2-sj2-1",
        "label": "S112",
        "long": "Bellingen Schools to Promised Land",
        "short": "S112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S12-0-sj2-1",
        "label": "S120",
        "long": "Bellingen Schools to Raleigh via Valery",
        "short": "S120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S12-5-sj2-1",
        "label": "S125",
        "long": "North Bellingen to Chrysalis Steiner",
        "short": "S125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S12-6-sj2-1",
        "label": "S126",
        "long": "Bellingen to Chrysalis Steiner",
        "short": "S126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S12-7-sj2-1",
        "label": "S127",
        "long": "Orama Primary to Thora via Bellingen Schools",
        "short": "S127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S13-5-sj2-1",
        "label": "S135",
        "long": "Gloucester Schools to Bretti via Kia Ora and Tibbuc",
        "short": "S135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S13-6-sj2-1",
        "label": "S136",
        "long": "Gloucester Schools to Bunyah via Willina and Bucca Wauka",
        "short": "S136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S13-7-sj2-1",
        "label": "S137",
        "long": "Nana Glen Primary to Nana Glen via Bucca Rd",
        "short": "S137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S13-8-sj2-1",
        "label": "S138",
        "long": "Nana Glen Primary to Nana Glen via Orara Way",
        "short": "S138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S13-9-sj2-1",
        "label": "S139",
        "long": "Coramba PS to Coramba",
        "short": "S139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S14-0-sj2-1",
        "label": "S140",
        "long": "Coffs Harbour Schools to Upper Orara",
        "short": "S140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S14-1-sj2-1",
        "label": "S141",
        "long": "St John Paul to Dairyville via Coffs Harbour High",
        "short": "S141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S14-2-sj2-1",
        "label": "S142",
        "long": "Gloucester Schools to Barrington via Fingerboard",
        "short": "S142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S14-3-sj2-1",
        "label": "S143",
        "long": "Gloucester Schools to Invergordon via Faulkland",
        "short": "S143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S14-4-sj2-1",
        "label": "S144",
        "long": "Gloucester Schools to Stroud via Stratford Public",
        "short": "S144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S14-5-sj2-1",
        "label": "S145",
        "long": "Gloucester Schools to Mograni via Fairbairns Rd",
        "short": "S145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S14-6-sj2-1",
        "label": "S146",
        "long": "Gloucester Schools to Cobark via Rawdon vale Rd",
        "short": "S146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S14-7-sj2-1",
        "label": "S147",
        "long": "Gloucester Schools to Upper Bowman via Barrington",
        "short": "S147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S14-8-sj2-1",
        "label": "S148",
        "long": "Gloucester Schools to Curricabark via Barrington",
        "short": "S148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S14-9-sj2-1",
        "label": "S149",
        "long": "Gloucester Schools to Waukivory",
        "short": "S149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S15-0-sj2-1",
        "label": "S150",
        "long": "Gloucester Schools to Bundook",
        "short": "S150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S15-1-sj2-1",
        "label": "S151",
        "long": "Gloucester Schools to Wards River via Stratford Public",
        "short": "S151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S16-5-sj2-1",
        "label": "S165",
        "long": "Woolgoolga to Woolgoolga PS via Safety Beach",
        "short": "S165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S16-6-sj2-1",
        "label": "S166",
        "long": "Woolgoolga High to Corindi Beach via Dirty Creek",
        "short": "S166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S16-7-sj2-1",
        "label": "S167",
        "long": "Woolgoolga High to Red Rock via Upper Corindi",
        "short": "S167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S16-8-sj2-1",
        "label": "S168",
        "long": "Mullaway Primary to Woolgoolga via Woolgoolga Schools",
        "short": "S168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S16-9-sj2-1",
        "label": "S169",
        "long": "Arrawarra Headland to Woolgoolga Schools via Mullaway",
        "short": "S169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S17-0-sj2-1",
        "label": "S170",
        "long": "Woolgoolga High to Arrawarra via Arrawarra Headland",
        "short": "S170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S17-1-sj2-1",
        "label": "S171",
        "long": "Mullaway Primary to Arrawarra Headland via Safety Beach and Woolgoolga",
        "short": "S171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S17-2-sj2-1",
        "label": "S172",
        "long": "Mullaway Primary to Arrawarra Headland via Woolgoolga High",
        "short": "S172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S17-5-sj2-1",
        "label": "S175",
        "long": "Kororo PS to Korora via Moonee Beach and Bucca",
        "short": "S175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S17-6-sj2-1",
        "label": "S176",
        "long": "St Augustine's Primary to Korora via Moonee Beach",
        "short": "S176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S17-7-sj2-1",
        "label": "S177",
        "long": "Tyalla PS to Glenreagh via Bucca",
        "short": "S177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S17-8-sj2-1",
        "label": "S178",
        "long": "Bishop Druitt to Nana Glen via Bucca",
        "short": "S178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S17-9-sj2-1",
        "label": "S179",
        "long": "St John Paul to Glenreagh via Bucca",
        "short": "S179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S18-0-sj2-1",
        "label": "S180",
        "long": "Coffs Harbour Education Campus to Nana Glen via Bucca",
        "short": "S180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S18-5-sj2-1",
        "label": "S185",
        "long": "Bellingen Schools to Brierfield",
        "short": "S185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S18-6-sj2-1",
        "label": "S186",
        "long": "Park Beach to St Augustines",
        "short": "S186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S18-7-sj2-1",
        "label": "S187",
        "long": "SDA Convention Centre to Macksville HS",
        "short": "S187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S18-8-sj2-1",
        "label": "S188",
        "long": "Macksville HS to SDA Convention Centre",
        "short": "S188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S18-9-sj2-1",
        "label": "S189",
        "long": "Coffs Harbour Senior College to Macksville",
        "short": "S189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S19-0-sj2-1",
        "label": "S190",
        "long": "North Bellingen to Bonville PS",
        "short": "S190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S19-1-sj2-1",
        "label": "S191",
        "long": "Bonville PS to Coffs Harbour Senior College",
        "short": "S191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S19-2-sj2-1",
        "label": "S192",
        "long": "Bellingen PS to Fernmount",
        "short": "S192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S19-3-sj2-1",
        "label": "S193",
        "long": "St Augustines to Bonville PS",
        "short": "S193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S19-4-sj2-1",
        "label": "S194",
        "long": "Bonville PS to North Bellingen",
        "short": "S194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S19-5-sj2-1",
        "label": "S195",
        "long": "Urunga PS to Nambucca Plaza",
        "short": "S195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S19-6-sj2-1",
        "label": "S196",
        "long": "Urunga PS to Bonville PS",
        "short": "S196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S19-8-sj2-1",
        "label": "S198",
        "long": "Coramba to John Paul College",
        "short": "S198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S19-9-sj2-1",
        "label": "S199",
        "long": "Loaders Charlotte to Coffs Christian HS",
        "short": "S199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S20-0-sj2-1",
        "label": "S200",
        "long": "Coffs Harbour Interchange to Park Beach",
        "short": "S200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S20-1-sj2-1",
        "label": "S201",
        "long": "Coffs Christian HS to Park Beach",
        "short": "S201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S20-2-sj2-1",
        "label": "S202",
        "long": "St Augustines to Coramba",
        "short": "S202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S20-3-sj2-1",
        "label": "S203",
        "long": "Coffs Christian HS to West Coffs Harbour",
        "short": "S203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S24-4-sj2-1",
        "label": "S244",
        "long": "Park Beach Home Base to Coffs Harbour Public and Park Ave",
        "short": "S244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S24-6-sj2-1",
        "label": "S246",
        "long": "Taylors Arm to St Patrick's Primary",
        "short": "S246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S24-7-sj2-1",
        "label": "S247",
        "long": "Valla to St Patrick's Primary via Nambucca Heads",
        "short": "S247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S24-8-sj2-1",
        "label": "S248",
        "long": "Hyland Park to Nambucca Heads Mann St",
        "short": "S248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S24-9-sj2-1",
        "label": "S249",
        "long": "Nambucca Heads Bellwood Rd to Nambucca Valley Christian",
        "short": "S249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S25-0-sj2-1",
        "label": "S250",
        "long": "Nambucca Heads to Macksville",
        "short": "S250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S25-1-sj2-1",
        "label": "S251",
        "long": "Macksville to St Patrick's Primary via Bowraville",
        "short": "S251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S25-2-sj2-1",
        "label": "S252",
        "long": "Valla to St Patrick's Primary via Nambucca Heads",
        "short": "S252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S25-3-sj2-1",
        "label": "S253",
        "long": "Valla to Nambucca Heads High via Hyland Park",
        "short": "S253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S25-5-sj2-1",
        "label": "S255",
        "long": "Macksville to Toormina PS via Nambucca Heads",
        "short": "S255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S25-6-sj2-1",
        "label": "S256",
        "long": "Macksville to Bishop Druitt via St John Paul",
        "short": "S256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S25-7-sj2-1",
        "label": "S257",
        "long": "Nambucca Heads to St Patrick's Primary via Macksville",
        "short": "S257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S25-8-sj2-1",
        "label": "S258",
        "long": "Eungai Rail to Macksville PS",
        "short": "S258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S25-9-sj2-1",
        "label": "S259",
        "long": "Macksville to St Patrick's Primary (Loop Service)",
        "short": "S259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S26-0-sj2-1",
        "label": "S260",
        "long": "Macksville PS to St Patrick's Primary via Bowraville",
        "short": "S260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S26-1-sj2-1",
        "label": "S261",
        "long": "Gumma to Nambucca Valley Christian Community via Macksville",
        "short": "S261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S26-2-sj2-1",
        "label": "S262",
        "long": "Donnellyville to Macksville Adventist via Pacific Hwy",
        "short": "S262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S26-3-sj2-1",
        "label": "S263",
        "long": "Wirrimbi to Nambucca Heads PS via Bowraville",
        "short": "S263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S26-4-sj2-1",
        "label": "S264",
        "long": "Coffs Harbour City Centre to Bellingen via Toormina",
        "short": "S264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S26-5-sj2-1",
        "label": "S265",
        "long": "Bundagen McCabes Rd to Repton Forest Dr",
        "short": "S265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S26-6-sj2-1",
        "label": "S266",
        "long": "Bundagen McCabes Rd to Raleigh PS via Mylestom",
        "short": "S266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S26-7-sj2-1",
        "label": "S267",
        "long": "Urunga Hungry Head Rd to Toormina PS",
        "short": "S267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S26-8-sj2-1",
        "label": "S268",
        "long": "Raleigh Short Cut Rd to Bishop Druitt via Bellingen",
        "short": "S268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S26-9-sj2-1",
        "label": "S269",
        "long": "Bishop Druitt to Boambee PS via Englands Rd",
        "short": "S269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S27-0-sj2-1",
        "label": "S270",
        "long": "Bonville PS to Repton PS via Raleigh and Urunga",
        "short": "S270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S27-1-sj2-1",
        "label": "S271",
        "long": "Bellingen to Casuarina Steiner",
        "short": "S271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S27-2-sj2-1",
        "label": "S272",
        "long": "Repton Perrys Rd to Bellingen PS via Mylestom",
        "short": "S272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S27-3-sj2-1",
        "label": "S273",
        "long": "Brierfield South Arm Rd to Raleigh PS via Urunga",
        "short": "S273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S27-4-sj2-1",
        "label": "S274",
        "long": "Raleigh Bayldon Dr to Urunga PS via Bellingen High",
        "short": "S274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S27-5-sj2-1",
        "label": "S275",
        "long": "Urunga South St to Bellingen High via Fernmount",
        "short": "S275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S27-6-sj2-1",
        "label": "S276",
        "long": "Bellingen High to Bellingen PS via Fernmount",
        "short": "S276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S27-7-sj2-1",
        "label": "S277",
        "long": "Raleigh North Bank Rd to Bellingen Schools",
        "short": "S277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S27-8-sj2-1",
        "label": "S278",
        "long": "Bellingen Lovell St to Bellingen PS",
        "short": "S278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S28-0-sj2-1",
        "label": "S280",
        "long": "Coffs Harbour Coramba Rd to Coffs Harbour High",
        "short": "S280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S28-1-sj2-1",
        "label": "S281",
        "long": "Bonville PS to Boambee PS via Crossmaglen and Coffs Harbour",
        "short": "S281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S28-2-sj2-1",
        "label": "S282",
        "long": "Bonville North Bonville Rd to Toormina PS via Boambee",
        "short": "S282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S28-3-sj2-1",
        "label": "S283",
        "long": "Coramba to Coffs Harbour PS via Coffs Harbour Education Campus",
        "short": "S283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S28-4-sj2-1",
        "label": "S284",
        "long": "Coffs Harbour City Centre to Narranga PS",
        "short": "S284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S28-5-sj2-1",
        "label": "S285",
        "long": "Raleigh Waterfall Way to Narranga PS via Repton and Bishop Druitt",
        "short": "S285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S28-6-sj2-1",
        "label": "S286",
        "long": "North Boambee Valley to St John Paul",
        "short": "S286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S28-7-sj2-1",
        "label": "S287",
        "long": "Boambee PS to Bonville PS via Coffs Harbour Education Campus",
        "short": "S287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S28-8-sj2-1",
        "label": "S288",
        "long": "Coffs Harbour Bailey Ave to Bishop Druitt via Coffs Harbour Jetty",
        "short": "S288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S28-9-sj2-1",
        "label": "S289",
        "long": "Boambee PS to Bishop Druitt via Boambee",
        "short": "S289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S29-0-sj2-1",
        "label": "S290",
        "long": "North Boambee Valley Halls Rd to Bishop Druitt",
        "short": "S290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S29-1-sj2-1",
        "label": "S291",
        "long": "Coffs Harbour to St John Paul via Coffs Harbour Jetty",
        "short": "S291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S29-2-sj2-1",
        "label": "S292",
        "long": "Boambee to Bishop Druitt via North Boambee Valley",
        "short": "S292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S29-3-sj2-1",
        "label": "S293",
        "long": "Coffs Harbour to Coffs Harbour Christian Community",
        "short": "S293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S29-4-sj2-1",
        "label": "S294",
        "long": "Coffs Harbour Marcia St to St John Paul via Mackays Rd",
        "short": "S294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S29-5-sj2-1",
        "label": "S295",
        "long": "St John Paul to Coffs Harbour Education Campus via Coffs Harbour",
        "short": "S295",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S29-6-sj2-1",
        "label": "S296",
        "long": "Coffs Harbour Bray St to Narranga PS via Coffs Harbour Jetty",
        "short": "S296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S29-7-sj2-1",
        "label": "S297",
        "long": "Coffs Harbour to Karangi PS via Coffs Harbour Jetty and Upper Orara",
        "short": "S297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S29-8-sj2-1",
        "label": "S298",
        "long": "Coffs Harbour Beryl St to Coffs Harbour Christian Community",
        "short": "S298",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S29-9-sj2-1",
        "label": "S299",
        "long": "Coffs Harbour to Bonville PS via Bonville",
        "short": "S299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S30-0-sj2-1",
        "label": "S300",
        "long": "Coffs Harbour to Coffs Harbour Education Campus",
        "short": "S300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S30-1-sj2-1",
        "label": "S301",
        "long": "Coffs Harbour Argyll St to Casuarina Steiner via Coffs Harbour Jetty",
        "short": "S301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S30-2-sj2-1",
        "label": "S302",
        "long": "Coffs Harbour Bray St to Tyalla PS",
        "short": "S302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S30-3-sj2-1",
        "label": "S303",
        "long": "Coffs Harbour Combine St to Tyalla PS via Coffs Harbour Jetty",
        "short": "S303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S30-4-sj2-1",
        "label": "S304",
        "long": "Coffs Harbour to Narranga PS via Casuarina Steiner",
        "short": "S304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S30-5-sj2-1",
        "label": "S305",
        "long": "Coffs Harbour Bennetts Rd to Bishop Druitt",
        "short": "S305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S30-6-sj2-1",
        "label": "S306",
        "long": "Bishop Druitt to Macksville via St John Paul and Nambucca Heads",
        "short": "S306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S30-8-sj2-1",
        "label": "S308",
        "long": "Macksville to Gumma",
        "short": "S308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S30-9-sj2-1",
        "label": "S309",
        "long": "St Augustine's Primary to Park Beach Plaza via Vera Dr",
        "short": "S309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S31-0-sj2-1",
        "label": "S310",
        "long": "Coffs Harbour Christian Community to Macksville via Nambucca Heads",
        "short": "S310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S31-1-sj2-1",
        "label": "S311",
        "long": "Nambucca Heads PS to Wirrimbi via Bowraville",
        "short": "S311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S31-2-sj2-1",
        "label": "S312",
        "long": "Nambucca Heads PS to Macksville PS",
        "short": "S312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S31-3-sj2-1",
        "label": "S313",
        "long": "Nambucca Heads PS to Nambucca Heads Old Coast Rd",
        "short": "S313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S31-4-sj2-1",
        "label": "S314",
        "long": "Nambucca Heads Old Coast Rd to Hyland Park",
        "short": "S314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S31-5-sj2-1",
        "label": "S315",
        "long": "Nambucca Heads PS to Valla Giinagay Way via Hyland Park and Valla",
        "short": "S315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S31-6-sj2-1",
        "label": "S316",
        "long": "Nambucca Heads High to Macksville High",
        "short": "S316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S31-7-sj2-1",
        "label": "S317",
        "long": "Macksville High to Nambucca Heads",
        "short": "S317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S31-8-sj2-1",
        "label": "S318",
        "long": "Macksville PS to Macksville Upper Warrell Creek Rd",
        "short": "S318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S31-9-sj2-1",
        "label": "S319",
        "long": "St Patrick's Primary to Warrell Creek via Macksville and Eungai Rail",
        "short": "S319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S32-0-sj2-1",
        "label": "S320",
        "long": "St Patrick's Primary to Valla via Nambucca Heads",
        "short": "S320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S32-1-sj2-1",
        "label": "S321",
        "long": "Macksville Adventist to Donnellyville via Eungai Creek",
        "short": "S321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S32-2-sj2-1",
        "label": "S322",
        "long": "St Patrick's Primary to Bowraville",
        "short": "S322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S32-3-sj2-1",
        "label": "S323",
        "long": "Bowraville to Nambucca Heads via Macksville",
        "short": "S323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S32-4-sj2-1",
        "label": "S324",
        "long": "St Patrick's Primary to Upper Taylors Arm via Macksville and Utungun",
        "short": "S324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S32-5-sj2-1",
        "label": "S325",
        "long": "Upper Taylors Arm to Macksville",
        "short": "S325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S32-6-sj2-1",
        "label": "S326",
        "long": "St Patrick's Primary to Bowraville",
        "short": "S326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S32-7-sj2-1",
        "label": "S327",
        "long": "Bowraville to Macksville PS",
        "short": "S327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S32-8-sj2-1",
        "label": "S328",
        "long": "Bishop Druitt to Bellingen",
        "short": "S328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S32-9-sj2-1",
        "label": "S329",
        "long": "Bellingen PS to Repton via Mylestom",
        "short": "S329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S33-0-sj2-1",
        "label": "S330",
        "long": "Repton Perrys Rd to Repton Mylestom Dr via Mylestom",
        "short": "S330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S33-1-sj2-1",
        "label": "S331",
        "long": "Nambucca Heads PS to Valla",
        "short": "S331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S33-2-sj2-1",
        "label": "S332",
        "long": "Casuarina Steiner to Bellingen via Coffs Harbour Education Campus",
        "short": "S332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S33-3-sj2-1",
        "label": "S333",
        "long": "Bellingen to Coffs Harbour City Centre via Toormina",
        "short": "S333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S33-4-sj2-1",
        "label": "S334",
        "long": "William Bayldon PS to Urunga via Coffs Harbour Christian Community",
        "short": "S334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S33-5-sj2-1",
        "label": "S335",
        "long": "Repton PS to Repton Bailey St via Raleigh",
        "short": "S335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S33-6-sj2-1",
        "label": "S336",
        "long": "Repton PS to Bundagen McCabes Rd via Mylestom",
        "short": "S336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S33-7-sj2-1",
        "label": "S337",
        "long": "Bellingen High to Urunga",
        "short": "S337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S33-8-sj2-1",
        "label": "S338",
        "long": "Urunga PS to Brierfield South Arm Rd",
        "short": "S338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S33-9-sj2-1",
        "label": "S339",
        "long": "Raleigh PS to Raleigh Old Pacific Hwy via Bellingen and Urunga",
        "short": "S339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S34-0-sj2-1",
        "label": "S340",
        "long": "Repton PS to Bonville PS via Urunga",
        "short": "S340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S34-1-sj2-1",
        "label": "S341",
        "long": "Bellingen Schools to Raleigh North Bank Rd",
        "short": "S341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S34-2-sj2-1",
        "label": "S342",
        "long": "Karangi PS to Coffs Harbour via Upper Orara and Coffs Harbour Jetty",
        "short": "S342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S34-3-sj2-1",
        "label": "S343",
        "long": "Crossmaglen PS to Boambee Lindsays Rd via Bonville",
        "short": "S343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S34-4-sj2-1",
        "label": "S344",
        "long": "Boambee PS to Bonville via Coffs Harbour",
        "short": "S344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S34-5-sj2-1",
        "label": "S345",
        "long": "Bishop Druitt to Park Beach Plaza via Donn-Patterson Dr",
        "short": "S345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S34-6-sj2-1",
        "label": "S346",
        "long": "Boambee PS to Bishop Druitt via Boambee",
        "short": "S346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S34-7-sj2-1",
        "label": "S347",
        "long": "Bishop Druitt to North Boambee Valley Isles Dr via Coffs Harbour",
        "short": "S347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S34-8-sj2-1",
        "label": "S348",
        "long": "Boambee PS to Bonville via Boambee and Toormina",
        "short": "S348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S34-9-sj2-1",
        "label": "S349",
        "long": "Casuarina Steiner to Coffs Harbour City Centre via Coffs Harbour HS",
        "short": "S349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S35-0-sj2-1",
        "label": "S350",
        "long": "Mary Help of Christians Primary to Boambee Lindsays Rd via Bonville",
        "short": "S350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S35-1-sj2-1",
        "label": "S351",
        "long": "Bonville PS to Coffs Harbour via Bonville",
        "short": "S351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S35-2-sj2-1",
        "label": "S352",
        "long": "Coffs Harbour Christian Community to Coffs Harbour Showground",
        "short": "S352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S35-3-sj2-1",
        "label": "S353",
        "long": "Bonville PS to Boambee via St John Paul",
        "short": "S353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S35-4-sj2-1",
        "label": "S354",
        "long": "Coffs Harbour PS to Coffs Harbour Thompsons Rd via Bray St",
        "short": "S354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S35-5-sj2-1",
        "label": "S355",
        "long": "Coffs Harbour PS to Coffs Harbour Combine St via Boambee",
        "short": "S355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S35-6-sj2-1",
        "label": "S356",
        "long": "St Augustine's Primary to Coffs Harbour Coral Ave via Coffs Harbour",
        "short": "S356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S35-7-sj2-1",
        "label": "S357",
        "long": "St Augustine's Primary to Coffs Harbour West High St",
        "short": "S357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S35-8-sj2-1",
        "label": "S358",
        "long": "Bishop Druitt to Coffs Harbour Murray Dr via Polwarth Dr",
        "short": "S358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S35-9-sj2-1",
        "label": "S359",
        "long": "St Augustine's Primary to Coffs Harbour City Centre via Bray St",
        "short": "S359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S36-0-sj2-1",
        "label": "S360",
        "long": "St Augustine's Primary to Coramba Orara Way via St John Paul",
        "short": "S360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S36-1-sj2-1",
        "label": "S361",
        "long": "St Augustine's Primary to Coffs Harbour Gundagai St via Orlando St",
        "short": "S361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S36-2-sj2-1",
        "label": "S362",
        "long": "Coffs Harbour PS to Coffs Harbour Combine St via Karuah Ave and Orara HS",
        "short": "S362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S36-3-sj2-1",
        "label": "S363",
        "long": "Tyalla PS to Coffs Harbour Pacific Hwy via Coffs Harbour Jetty",
        "short": "S363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S36-4-sj2-1",
        "label": "S364",
        "long": "St John Paul to Coffs Harbour Marcia St via Mackays Rd",
        "short": "S364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S36-5-sj2-1",
        "label": "S365",
        "long": "St John Paul to Coffs Harbour Bailey Ave via Coffs Harbour Jetty",
        "short": "S365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S36-6-sj2-1",
        "label": "S366",
        "long": "Bishop Druitt to Bonville PS",
        "short": "S366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S36-7-sj2-1",
        "label": "S367",
        "long": "Bonville PS to Bonville Archville Station Rd",
        "short": "S367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S36-8-sj2-1",
        "label": "S368",
        "long": "Coffs Harbour Christian Community to Coffs Harbour",
        "short": "S368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S36-9-sj2-1",
        "label": "S369",
        "long": "Orara High to Raleigh Waterfall Way via Coffs Harbour PS and Repton",
        "short": "S369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S37-0-sj2-1",
        "label": "S370",
        "long": "Lake Cathie to St Joseph's Regional via Lighthouse Rd",
        "short": "S370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S37-1-sj2-1",
        "label": "S371",
        "long": "Laurieton to Westport PS",
        "short": "S371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S37-2-sj2-1",
        "label": "S372",
        "long": "Kendall to St Columba Anglican via North Haven",
        "short": "S372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S37-3-sj2-1",
        "label": "S373",
        "long": "Lorne Stewarts River Rd to Laurieton PS via Black Creek Rd",
        "short": "S373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S37-4-sj2-1",
        "label": "S374",
        "long": "West Haven to St Joseph's Regional via Kendall",
        "short": "S374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S37-5-sj2-1",
        "label": "S375",
        "long": "Port Macquarie The Ruins Way to St Joseph's Regional",
        "short": "S375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S37-6-sj2-1",
        "label": "S376",
        "long": "Lake Cathie to Camden Haven High via North Haven",
        "short": "S376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S37-7-sj2-1",
        "label": "S377",
        "long": "Lake Cathie Ocean Dr to Camden Haven High via North Haven",
        "short": "S377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S37-8-sj2-1",
        "label": "S378",
        "long": "West Haven to Camden Haven High",
        "short": "S378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S37-9-sj2-1",
        "label": "S379",
        "long": "West Haven to St Joseph's Regional via Bonny Hills",
        "short": "S379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S38-0-sj2-1",
        "label": "S380",
        "long": "Bonny Hills to St Joseph's Regional",
        "short": "S380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S38-1-sj2-1",
        "label": "S381",
        "long": "Lakewood to Wauchope High via Kendall",
        "short": "S381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S38-2-sj2-1",
        "label": "S382",
        "long": "West Haven to Wauchope High via Lake Cathie",
        "short": "S382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S38-3-sj2-1",
        "label": "S383",
        "long": "Bonny Hills to St Agnes' Primary",
        "short": "S383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S38-4-sj2-1",
        "label": "S384",
        "long": "Lake Cathie to Laurieton PS",
        "short": "S384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S38-5-sj2-1",
        "label": "S385",
        "long": "Batar Creek Rd to Laurieton PS",
        "short": "S385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S38-6-sj2-1",
        "label": "S386",
        "long": "Kew Pacific Hwy to Laurieton PS via Johns River",
        "short": "S386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S38-7-sj2-1",
        "label": "S387",
        "long": "Lake Cathie to North Haven PS",
        "short": "S387",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S38-8-sj2-1",
        "label": "S388",
        "long": "Grants Beach Ocean Dr to North Haven PS via Bonny Hills",
        "short": "S388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S38-9-sj2-1",
        "label": "S389",
        "long": "Grants Beach Ocean Dr to Camden Haven High via Bonny Hills",
        "short": "S389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S39-0-sj2-1",
        "label": "S390",
        "long": "North Haven to Kendall PS",
        "short": "S390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S39-1-sj2-1",
        "label": "S391",
        "long": "Camden Head to Camden Haven High",
        "short": "S391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S39-2-sj2-1",
        "label": "S392",
        "long": "Camden Haven High to North Haven PS",
        "short": "S392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S39-3-sj2-1",
        "label": "S393",
        "long": "Camden Head to St Joseph's Primary",
        "short": "S393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S39-4-sj2-1",
        "label": "S394",
        "long": "Herons Creek Pacific Hwy to North Haven PS via Kendall",
        "short": "S394",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S39-5-sj2-1",
        "label": "S395",
        "long": "Bonny Hills to Lake Cathie PS",
        "short": "S395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S39-6-sj2-1",
        "label": "S396",
        "long": "Bonny Hills to North Haven PS",
        "short": "S396",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S39-7-sj2-1",
        "label": "S397",
        "long": "Upper Pappinbarra to St Joseph's Primary",
        "short": "S397",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S39-8-sj2-1",
        "label": "S398",
        "long": "Comboyne Rd to St Joseph's Primary",
        "short": "S398",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S39-9-sj2-1",
        "label": "S399",
        "long": "Comboyne to Wauchope Showground",
        "short": "S399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S40-0-sj2-1",
        "label": "S400",
        "long": "Wauchope Showground to Beechwood PS",
        "short": "S400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S40-1-sj2-1",
        "label": "S401",
        "long": "Lower Pappinbarra Lemon Gum Rd to St Joseph's Primary via Bellangry",
        "short": "S401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S40-3-sj2-1",
        "label": "S403",
        "long": "Wauchope Stoney Creek Rd to Wauchope Showground via Beechwood",
        "short": "S403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S40-4-sj2-1",
        "label": "S404",
        "long": "Wauchope to Huntingdon PS",
        "short": "S404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S40-5-sj2-1",
        "label": "S405",
        "long": "Long Flat Henry St to Wauchope Showground",
        "short": "S405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S40-6-sj2-1",
        "label": "S406",
        "long": "Wauchope to St Joseph's Primary",
        "short": "S406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S40-7-sj2-1",
        "label": "S407",
        "long": "Wauchope Cameron St to Wauchope PS",
        "short": "S407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S40-8-sj2-1",
        "label": "S408",
        "long": "Yarras Forbes River Rd to St Joseph's Primary",
        "short": "S408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S40-9-sj2-1",
        "label": "S409",
        "long": "Pipeclay Rd to St Joseph's Primary",
        "short": "S409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S41-0-sj2-1",
        "label": "S410",
        "long": "Wauchope to St Joseph's Regional",
        "short": "S410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S41-1-sj2-1",
        "label": "S411",
        "long": "King Creek to Wauchope PS",
        "short": "S411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S41-2-sj2-1",
        "label": "S412",
        "long": "Redbank Stoney Creek Rd to St Joseph's Primary",
        "short": "S412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S41-3-sj2-1",
        "label": "S413",
        "long": "St Joseph's Primary to Wauchope PS",
        "short": "S413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S41-4-sj2-1",
        "label": "S414",
        "long": "Herons Creek Bago Rd to St Columba Anglican via King Creek",
        "short": "S414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S41-5-sj2-1",
        "label": "S415",
        "long": "Wauchope to St Joseph's Primary",
        "short": "S415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S41-6-sj2-1",
        "label": "S416",
        "long": "Wauchope to St Agnes' Primary",
        "short": "S416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S41-7-sj2-1",
        "label": "S417",
        "long": "Wauchope to Port Macquarie Adventist",
        "short": "S417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S41-8-sj2-1",
        "label": "S418",
        "long": "Beechwood Mortons Creek Rd to St Joseph's Primary",
        "short": "S418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S41-9-sj2-1",
        "label": "S419",
        "long": "Bonny Hills to Hastings PS",
        "short": "S419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S42-0-sj2-1",
        "label": "S420",
        "long": "Upper Rollands Plains Rd to Port Macquarie Adventist",
        "short": "S420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S42-1-sj2-1",
        "label": "S421",
        "long": "Port Macquarie Kennedy Dr to Port Macquarie Adventist",
        "short": "S421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S42-2-sj2-1",
        "label": "S422",
        "long": "Port Macquarie Marbuk Ave to Tacking Point PS",
        "short": "S422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S42-3-sj2-1",
        "label": "S423",
        "long": "Kempsey to Kempsey East PS via West Kempsey",
        "short": "S423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S42-4-sj2-1",
        "label": "S424",
        "long": "Gum Scrub Rd to Telegraph Point PS",
        "short": "S424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S42-5-sj2-1",
        "label": "S425",
        "long": "Cooperabung Dr to St Joseph's Regional via Westport PS",
        "short": "S425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S42-6-sj2-1",
        "label": "S426",
        "long": "Upper Rollands Plains Rd to Telegraph Point PS",
        "short": "S426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S42-7-sj2-1",
        "label": "S427",
        "long": "Gum Scrub Rd to Hastings PS",
        "short": "S427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S42-8-sj2-1",
        "label": "S428",
        "long": "Rawdon Island Rd to Port Macquarie via Sancrox",
        "short": "S428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S42-9-sj2-1",
        "label": "S429",
        "long": "Port Macquarie Gordon St to Lake Cathie",
        "short": "S429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S43-0-sj2-1",
        "label": "S430",
        "long": "Lake Cathie to St Agnes' Primary",
        "short": "S430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S43-1-sj2-1",
        "label": "S431",
        "long": "Lake Innes Burrawan Forest Dr to Westport PS",
        "short": "S431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S43-2-sj2-1",
        "label": "S432",
        "long": "Port Macquarie Lord St to St Joseph's Regional",
        "short": "S432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S43-3-sj2-1",
        "label": "S433",
        "long": "Port Macquarie Ocean Dr to Tacking Point PS",
        "short": "S433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S43-4-sj2-1",
        "label": "S434",
        "long": "Port Macquarie Jonas Absalom Dr to St Columba Anglican",
        "short": "S434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S43-5-sj2-1",
        "label": "S435",
        "long": "Port Macquarie The Ruins Way to St Agnes' Primary",
        "short": "S435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S43-6-sj2-1",
        "label": "S436",
        "long": "Port Macquarie Lord St to MacKillop",
        "short": "S436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S43-7-sj2-1",
        "label": "S437",
        "long": "Port Macquarie Emerald Dr to Port Macquarie Adventist",
        "short": "S437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S43-8-sj2-1",
        "label": "S438",
        "long": "Port Macquarie Jonas Absalom Dr to MacKillop",
        "short": "S438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S43-9-sj2-1",
        "label": "S439",
        "long": "Port Macquarie Watonga St to MacKillop",
        "short": "S439",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S44-0-sj2-1",
        "label": "S440",
        "long": "Port Macquarie Lord St to St Joseph's Regional via The Jib",
        "short": "S440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S44-1-sj2-1",
        "label": "S441",
        "long": "Port Macquarie Jonas Absalom Dr to Tacking Point PS",
        "short": "S441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S44-2-sj2-1",
        "label": "S442",
        "long": "Settlement Point to St Joseph's Regional",
        "short": "S442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S44-3-sj2-1",
        "label": "S443",
        "long": "Port Macquarie Marbuk Ave to MacKillop",
        "short": "S443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S44-4-sj2-1",
        "label": "S444",
        "long": "Port Macquarie Lake Rd to Port Macquarie PS via Amethyst Way",
        "short": "S444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S44-5-sj2-1",
        "label": "S445",
        "long": "Port Macquarie Bangalay Dr to St Columba Anglican",
        "short": "S445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S44-6-sj2-1",
        "label": "S446",
        "long": "Port Macquarie Marbuk Ave to Hastings Secondary",
        "short": "S446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S44-7-sj2-1",
        "label": "S447",
        "long": "Port Macquarie Marbuk Ave to Westport PS",
        "short": "S447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S44-8-sj2-1",
        "label": "S448",
        "long": "Settlement Point to Hastings Secondary via Lady Nelson Dr",
        "short": "S448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S44-9-sj2-1",
        "label": "S449",
        "long": "Port Macquarie Crestwood Dr to Westport PS",
        "short": "S449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S45-0-sj2-1",
        "label": "S450",
        "long": "Port Macquarie to St Columba Anglican",
        "short": "S450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S45-1-sj2-1",
        "label": "S451",
        "long": "Port Macquarie Bangalay Dr to MacKillop",
        "short": "S451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S45-2-sj2-1",
        "label": "S452",
        "long": "Port Macquarie Koala St to St Columba Anglican",
        "short": "S452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S45-3-sj2-1",
        "label": "S453",
        "long": "Port Macquarie Koala St to St Joseph's Regional",
        "short": "S453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S45-4-sj2-1",
        "label": "S454",
        "long": "Port Macquarie Sherwood Rd to Port Macquarie PS",
        "short": "S454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S45-5-sj2-1",
        "label": "S455",
        "long": "Port Macquarie Marbuk Ave to Newman Senior Technical",
        "short": "S455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S45-6-sj2-1",
        "label": "S456",
        "long": "Port Macquarie The Ruins Way to Newman Senior Technical",
        "short": "S456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S45-7-sj2-1",
        "label": "S457",
        "long": "Port Macquarie to Telegraph Point PS via Kundabung",
        "short": "S457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S45-8-sj2-1",
        "label": "S458",
        "long": "Port Macquarie Matthew Flinders Dr to Hastings Secondary",
        "short": "S458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S45-9-sj2-1",
        "label": "S459",
        "long": "Port Macquarie Gordon St to Tacking Point PS",
        "short": "S459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S46-0-sj2-1",
        "label": "S460",
        "long": "Port Macquarie Shelly Beach Rd to Port Macquarie PS",
        "short": "S460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S46-1-sj2-1",
        "label": "S461",
        "long": "King Creek Rd to Hastings Secondary via Wauchope",
        "short": "S461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S46-2-sj2-1",
        "label": "S462",
        "long": "Port Macquarie Matthew Flinders Dr to Westport PS",
        "short": "S462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S46-3-sj2-1",
        "label": "S463",
        "long": "Port Macquarie Clifton Dr to Hastings PS via Marian Dr",
        "short": "S463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S46-4-sj2-1",
        "label": "S464",
        "long": "Port Macquarie Koala St to Hastings Secondary",
        "short": "S464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S46-5-sj2-1",
        "label": "S465",
        "long": "Port Macquarie Newport Island Rd to MacKillop",
        "short": "S465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S46-6-sj2-1",
        "label": "S466",
        "long": "Bonny Hills to Hastings Secondary",
        "short": "S466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S46-7-sj2-1",
        "label": "S467",
        "long": "Port Macquarie Clifton Dr to Port Macquarie Adventist",
        "short": "S467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S46-8-sj2-1",
        "label": "S468",
        "long": "Kundabung Rodeo Dr to Hastings Secondary",
        "short": "S468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S46-9-sj2-1",
        "label": "S469",
        "long": "Port Macquarie Dahlsford Dr to Newman Senior Technical",
        "short": "S469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S46-A-sj2-1",
        "label": "S467",
        "long": "Tenterfield Schools to Mt Mackenzie",
        "short": "S467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S47-0-sj2-1",
        "label": "S470",
        "long": "Sancrox Billabong Dr to Hastings Secondary via Lake Innes Dr",
        "short": "S470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S47-1-sj2-1",
        "label": "S471",
        "long": "Port Macquarie Pacific Dr to Hastings Secondary",
        "short": "S471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S47-2-sj2-1",
        "label": "S472",
        "long": "Port Macquarie Oxley Hwy to Port Macquarie PS",
        "short": "S472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S47-3-sj2-1",
        "label": "S473",
        "long": "West Kempsey Elbow St to Kempsey Belgrave St",
        "short": "S473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S47-4-sj2-1",
        "label": "S474",
        "long": "Toorooka Warbro Brook Rd to Macleay Vocational",
        "short": "S474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S47-5-sj2-1",
        "label": "S475",
        "long": "Moparrabah Willi Willi Rd to Willawarrin PS",
        "short": "S475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S47-6-sj2-1",
        "label": "S476",
        "long": "South West Rocks to Macleay Vocational",
        "short": "S476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S47-7-sj2-1",
        "label": "S477",
        "long": "Temagog Rd to Kempsey",
        "short": "S477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S47-8-sj2-1",
        "label": "S478",
        "long": "Millbank Hickeys Creek Rd to Hickeys Creek",
        "short": "S478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S47-9-sj2-1",
        "label": "S479",
        "long": "Millbank Hickeys Creek Rd to Willawarrin PS",
        "short": "S479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S48-0-sj2-1",
        "label": "S480",
        "long": "Wittitrin Dungay Creek Rd to Aldavilla Primary",
        "short": "S480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S48-1-sj2-1",
        "label": "S481",
        "long": "Aldavilla Sherwood Rd to Aldavilla Primary via Kempsey Airport",
        "short": "S481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S48-2-sj2-1",
        "label": "S482",
        "long": "Mooneba Armidale Rd to Kempsey High",
        "short": "S482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S48-3-sj2-1",
        "label": "S483",
        "long": "Kempsey High to Kempsey East PS via South Kempsey",
        "short": "S483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S48-4-sj2-1",
        "label": "S484",
        "long": "Crescent Head to Kempsey Adventist",
        "short": "S484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S48-5-sj2-1",
        "label": "S485",
        "long": "Kempsey Adventist to Crescent Head PS",
        "short": "S485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S48-6-sj2-1",
        "label": "S486",
        "long": "Yessabah Clarkes Rd to Kempsey West PS",
        "short": "S486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S48-7-sj2-1",
        "label": "S487",
        "long": "Kempsey West PS to Aldavilla Primary",
        "short": "S487",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S48-8-sj2-1",
        "label": "S488",
        "long": "Collombatti Seven Hills Rd to Kempsey West PS",
        "short": "S488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S48-9-sj2-1",
        "label": "S489",
        "long": "Bellimbopinni Sutherlands Lane to Kempsey Adventist via Smithtown",
        "short": "S489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S49-0-sj2-1",
        "label": "S490",
        "long": "Crescent Head to Melville High",
        "short": "S490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S49-1-sj2-1",
        "label": "S491",
        "long": "Melville High to Kempsey",
        "short": "S491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S49-2-sj2-1",
        "label": "S492",
        "long": "South Kempsey Crescent Head Rd to Kempsey East PS via Crescent Head",
        "short": "S492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S49-3-sj2-1",
        "label": "S493",
        "long": "Kempsey Belgrave St to Kempsey Adventist",
        "short": "S493",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S49-4-sj2-1",
        "label": "S494",
        "long": "Macleay Vocational to Kempsey",
        "short": "S494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S49-5-sj2-1",
        "label": "S495",
        "long": "St Joseph's Regional to West Haven via Laurieton",
        "short": "S495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S49-6-sj2-1",
        "label": "S496",
        "long": "Port Macquarie Adventist to Bonny Hills via St Agnes' Primary",
        "short": "S496",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S49-7-sj2-1",
        "label": "S497",
        "long": "Camden Haven High to Laurieton",
        "short": "S497",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S49-8-sj2-1",
        "label": "S498",
        "long": "Port Macquarie PS to Bonny Hills",
        "short": "S498",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S49-9-sj2-1",
        "label": "S499",
        "long": "Port Macquarie Adventist to Herons Creek Pacific Hwy via King Creek",
        "short": "S499",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S50-0-sj2-1",
        "label": "S500",
        "long": "Kendall PS to Lorne Rd via Black Creek",
        "short": "S500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S50-1-sj2-1",
        "label": "S501",
        "long": "Kendall PS to Ross Glen Rd via Johns River",
        "short": "S501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S50-2-sj2-1",
        "label": "S502",
        "long": "St Joseph's Regional to Port Macquarie The Ruins Way",
        "short": "S502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S50-3-sj2-1",
        "label": "S503",
        "long": "St Joseph's Regional to West Haven via Kendall",
        "short": "S503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S50-4-sj2-1",
        "label": "S504",
        "long": "Laurieton PS to Kendall",
        "short": "S504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S50-5-sj2-1",
        "label": "S505",
        "long": "St Joseph's Primary to West Haven via Lake Cathie",
        "short": "S505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S50-6-sj2-1",
        "label": "S506",
        "long": "Kendall PS to Kendall",
        "short": "S506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S50-7-sj2-1",
        "label": "S507",
        "long": "St Joseph's Primary to Lakewood via Kendall",
        "short": "S507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S50-8-sj2-1",
        "label": "S508",
        "long": "North Haven PS to Dunbogan The Boulevarde via Camden Head",
        "short": "S508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S50-9-sj2-1",
        "label": "S509",
        "long": "Camden Haven High to Bonny Hills via North Haven",
        "short": "S509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S51-0-sj2-1",
        "label": "S510",
        "long": "St Joseph's Primary to Lake Cathie",
        "short": "S510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S51-1-sj2-1",
        "label": "S511",
        "long": "Laurieton PS to Batar Creek Rd",
        "short": "S511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S51-2-sj2-1",
        "label": "S512",
        "long": "Lake Cathie PS to Bonny Hills",
        "short": "S512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S51-3-sj2-1",
        "label": "S513",
        "long": "North Haven PS to Bonny Hills via Seafront Cct",
        "short": "S513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S51-4-sj2-1",
        "label": "S514",
        "long": "Camden Haven High to Bonny Hills via Laurieton",
        "short": "S514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S51-5-sj2-1",
        "label": "S515",
        "long": "Lake Cathie PS to Lake Cathie",
        "short": "S515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S51-6-sj2-1",
        "label": "S516",
        "long": "North Haven PS to Lake Cathie",
        "short": "S516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S51-7-sj2-1",
        "label": "S517",
        "long": "St Joseph's Regional to Bonny Hills",
        "short": "S517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S51-8-sj2-1",
        "label": "S518",
        "long": "North Haven PS to Kew Ocean Dr via Herons Creek",
        "short": "S518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S51-9-sj2-1",
        "label": "S519",
        "long": "Heritage Christian to Camden Head via Laurieton",
        "short": "S519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S52-0-sj2-1",
        "label": "S520",
        "long": "Hastings Secondary to Bonny Hills",
        "short": "S520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S52-1-sj2-1",
        "label": "S521",
        "long": "North Haven PS to Bonny Hills",
        "short": "S521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S52-2-sj2-1",
        "label": "S522",
        "long": "St Joseph's Regional to Lake Cathie via Port Macquarie",
        "short": "S522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S52-3-sj2-1",
        "label": "S523",
        "long": "Kendall to Black Creek Rd via Lorne",
        "short": "S523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S52-4-sj2-1",
        "label": "S524",
        "long": "Port Macquarie Adventist to Wauchope",
        "short": "S524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S52-5-sj2-1",
        "label": "S525",
        "long": "Wauchope PS to Byabarra Comboyne Rd",
        "short": "S525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S52-6-sj2-1",
        "label": "S526",
        "long": "Huntingdon PS to Wauchope",
        "short": "S526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S52-7-sj2-1",
        "label": "S527",
        "long": "Wauchope to Comboyne Wingham Rd",
        "short": "S527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S52-8-sj2-1",
        "label": "S528",
        "long": "Beechwood PS to Upper Pappinbarra",
        "short": "S528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S52-9-sj2-1",
        "label": "S529",
        "long": "Beechwood PS to Beechwood Mortons Creek Rd via Wauchope",
        "short": "S529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S53-0-sj2-1",
        "label": "S530",
        "long": "Wauchope PS to Wauchope Weismantle St",
        "short": "S530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S53-1-sj2-1",
        "label": "S531",
        "long": "Wauchope PS to Pembrooke Rd",
        "short": "S531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S53-2-sj2-1",
        "label": "S532",
        "long": "Beechwood PS to Bellangry Rd",
        "short": "S532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S53-3-sj2-1",
        "label": "S533",
        "long": "Wauchope PS to Yippin Creek",
        "short": "S533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S53-4-sj2-1",
        "label": "S534",
        "long": "Wauchope PS to Beechwood Koree Island Rd",
        "short": "S534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S53-5-sj2-1",
        "label": "S535",
        "long": "St Joseph's Regional to Wauchope",
        "short": "S535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S53-6-sj2-1",
        "label": "S536",
        "long": "St Joseph's Regional to Wauchope King Creek Rd",
        "short": "S536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S53-7-sj2-1",
        "label": "S537",
        "long": "Wauchope Young St to Wauchope King Creek Rd",
        "short": "S537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S53-8-sj2-1",
        "label": "S538",
        "long": "St Joseph's Regional to Wauchope",
        "short": "S538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S53-9-sj2-1",
        "label": "S539",
        "long": "Wauchope High to Wauchope Blackbutt Dr",
        "short": "S539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S54-0-sj2-1",
        "label": "S540",
        "long": "Wauchope PS to Pipeclay Rd",
        "short": "S540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S54-1-sj2-1",
        "label": "S541",
        "long": "Wauchope PS to Yarras Forbes River Rd",
        "short": "S541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S54-2-sj2-1",
        "label": "S542",
        "long": "Wauchope PS to Upper Pappinbarra",
        "short": "S542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S54-3-sj2-1",
        "label": "S543",
        "long": "St Joseph's Primary to Bellangry Bottlebrush Rd",
        "short": "S543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S54-4-sj2-1",
        "label": "S544",
        "long": "Port Macquarie Adventist to Port Macquarie",
        "short": "S544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S54-5-sj2-1",
        "label": "S545",
        "long": "St Joseph's Primary to Port Macquarie Amethyst Way",
        "short": "S545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S54-6-sj2-1",
        "label": "S546",
        "long": "Port Macquarie Adventist to Port Macquarie Watonga St",
        "short": "S546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S54-7-sj2-1",
        "label": "S547",
        "long": "Kempsey Belgrave St to Kempsey via West Kempsey",
        "short": "S547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S54-8-sj2-1",
        "label": "S548",
        "long": "Telegraph Point PS to Port Macquarie Depot",
        "short": "S548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S54-9-sj2-1",
        "label": "S549",
        "long": "Port Macquarie PS to St Columba Anglican",
        "short": "S549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S55-0-sj2-1",
        "label": "S550",
        "long": "St Columba Anglican to Port Macquarie Bay St",
        "short": "S550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S55-1-sj2-1",
        "label": "S551",
        "long": "Port Macquarie PS to Port Macquarie Pacific Dr",
        "short": "S551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S55-2-sj2-1",
        "label": "S552",
        "long": "St Joseph's Regional to Port Macquarie Pacific Dr",
        "short": "S552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S55-3-sj2-1",
        "label": "S553",
        "long": "Hastings Secondary to Telegraph Point PS",
        "short": "S553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S55-4-sj2-1",
        "label": "S554",
        "long": "Port Macquarie PS to Port Macquarie",
        "short": "S554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S55-5-sj2-1",
        "label": "S555",
        "long": "Hastings Secondary to Upper Rollands Plains Rd",
        "short": "S555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S55-6-sj2-1",
        "label": "S556",
        "long": "Hastings Secondary to Port Macquarie Marbuk Ave",
        "short": "S556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S55-7-sj2-1",
        "label": "S557",
        "long": "Tacking Point PS to Lighthouse Plaza",
        "short": "S557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S55-8-sj2-1",
        "label": "S558",
        "long": "St Joseph's Regional to Settlement Point",
        "short": "S558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S55-9-sj2-1",
        "label": "S559",
        "long": "Hastings Secondary to Port Macquarie Jonas Absalom Dr",
        "short": "S559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S56-0-sj2-1",
        "label": "S560",
        "long": "Tacking Point PS to Port Macquarie Rushcutter Way",
        "short": "S560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S56-1-sj2-1",
        "label": "S561",
        "long": "Tacking Point PS to Port Macquarie Gordon St",
        "short": "S561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S56-2-sj2-1",
        "label": "S562",
        "long": "Hastings Secondary to Port Macquarie Matthew Flinders Dr",
        "short": "S562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S56-3-sj2-1",
        "label": "S563",
        "long": "Tacking Point PS to Upper Rollands Plains Rd",
        "short": "S563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S56-4-sj2-1",
        "label": "S564",
        "long": "Hastings Secondary to Port Macquarie Pacific Dr",
        "short": "S564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S56-5-sj2-1",
        "label": "S565",
        "long": "Hastings PS to Port Macquarie Clifton Dr via The Ruins Way",
        "short": "S565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S56-6-sj2-1",
        "label": "S566",
        "long": "St Peter's Primary to Port Macquarie Bangalay Dr",
        "short": "S566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S56-7-sj2-1",
        "label": "S567",
        "long": "MacKillop to Port Macquarie Anderson St",
        "short": "S567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S56-8-sj2-1",
        "label": "S568",
        "long": "Port Macquarie Adventist to Port Macquarie Kennedy Dr",
        "short": "S568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S56-9-sj2-1",
        "label": "S569",
        "long": "Port Macquarie PS to Settlement City via Boundary St",
        "short": "S569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S57-0-sj2-1",
        "label": "S570",
        "long": "Tacking Point PS to Port Macquarie Crestwood Dr",
        "short": "S570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S57-1-sj2-1",
        "label": "S571",
        "long": "MacKillop to Port Macquarie Bangalay Dr",
        "short": "S571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S57-2-sj2-1",
        "label": "S572",
        "long": "Hastings Secondary to Port Macquarie Major Innes Rd",
        "short": "S572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S57-3-sj2-1",
        "label": "S573",
        "long": "Westport PS to Wauchope",
        "short": "S573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S57-4-sj2-1",
        "label": "S574",
        "long": "St Peter's Primary to Port Macquarie Gordon St via Pacific Dr",
        "short": "S574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S57-5-sj2-1",
        "label": "S575",
        "long": "Hastings Secondary to Port Macquarie Sherwood Rd",
        "short": "S575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S57-6-sj2-1",
        "label": "S576",
        "long": "Heritage Christian to Port Macquarie The Point Dr",
        "short": "S576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S57-7-sj2-1",
        "label": "S577",
        "long": "St Joseph's Regional to Port Macquarie Lake Rd",
        "short": "S577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S57-8-sj2-1",
        "label": "S578",
        "long": "Heritage Christian to Port Macquarie Clarence St",
        "short": "S578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S57-9-sj2-1",
        "label": "S579",
        "long": "Hastings Secondary to Sancrox Rawdon Islands Rd",
        "short": "S579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S58-0-sj2-1",
        "label": "S580",
        "long": "St Joseph's Regional to Telegraph Point Rollands Plains Rd",
        "short": "S580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S58-1-sj2-1",
        "label": "S581",
        "long": "Hastings PS to Gum Scrub Rd",
        "short": "S581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S58-2-sj2-1",
        "label": "S582",
        "long": "Heritage Christian to Port Macquarie Dahlsford Dr",
        "short": "S582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S58-3-sj2-1",
        "label": "S583",
        "long": "Heritage Christian to Port Macquarie Amethyst Way",
        "short": "S583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S58-4-sj2-1",
        "label": "S584",
        "long": "Hastings Secondary to Settlement Point via The Jib",
        "short": "S584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S58-5-sj2-1",
        "label": "S585",
        "long": "The Nature School to Major Innes Rd",
        "short": "S585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S58-6-sj2-1",
        "label": "S586",
        "long": "Newman Senior Technical to Port Macquarie Matthew Flinders Dr",
        "short": "S586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S58-7-sj2-1",
        "label": "S587",
        "long": "St Joseph's Primary to St Columba Anglican",
        "short": "S587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S58-8-sj2-1",
        "label": "S588",
        "long": "St Columba Anglican to Port Macquarie Gordon St via Pacific Dr",
        "short": "S588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S58-9-sj2-1",
        "label": "S589",
        "long": "St Joseph's Primary to Port Macquarie The Ruins Way",
        "short": "S589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S59-0-sj2-1",
        "label": "S590",
        "long": "St Columba Anglican to Port Macquarie Ocean Dr",
        "short": "S590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S59-1-sj2-1",
        "label": "S591",
        "long": "St Agnes' Primary to Port Macquarie The Ruins Way",
        "short": "S591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S59-2-sj2-1",
        "label": "S592",
        "long": "St Joseph's Regional to Port Macquarie Lord St",
        "short": "S592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S59-3-sj2-1",
        "label": "S593",
        "long": "Westport PS to Lake Cathie",
        "short": "S593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S59-4-sj2-1",
        "label": "S594",
        "long": "St Joseph's Primary to Port Macquarie Crestwood Dr",
        "short": "S594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S59-5-sj2-1",
        "label": "S595",
        "long": "St Joseph's Primary to Port Macquarie Matthew Flinders Dr",
        "short": "S595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S59-6-sj2-1",
        "label": "S596",
        "long": "MacKillop to Port Macquarie Bangalay Dr",
        "short": "S596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S59-7-sj2-1",
        "label": "S597",
        "long": "MacKillop to Port Macquarie Watonga St",
        "short": "S597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S59-8-sj2-1",
        "label": "S598",
        "long": "Newman Senior Technical to Lake Innes Burrawan Forest Dr",
        "short": "S598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S59-9-sj2-1",
        "label": "S599",
        "long": "St Columba Anglican to Kendall via North Haven",
        "short": "S599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S60-0-sj2-1",
        "label": "S600",
        "long": "Hastings Secondary to Port Macquarie Koala St",
        "short": "S600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S60-1-sj2-1",
        "label": "S601",
        "long": "Port Macquarie PS to Port Macquarie Sherwood Rd",
        "short": "S601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S60-2-sj2-1",
        "label": "S602",
        "long": "Port Macquarie Findlay Dr to Sancrox Rawdon Islands Rd",
        "short": "S602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S60-3-sj2-1",
        "label": "S603",
        "long": "MacKillop to Port Macquarie Lord St",
        "short": "S603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S60-4-sj2-1",
        "label": "S604",
        "long": "St Columba Anglican to Port Macquarie Ocean Dr via Lighthouse Rd",
        "short": "S604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S60-5-sj2-1",
        "label": "S605",
        "long": "Willawarrin PS to Moparrabah Willi Willi Rd",
        "short": "S605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S60-6-sj2-1",
        "label": "S606",
        "long": "South West Rocks PS to Smithtown PS",
        "short": "S606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S60-7-sj2-1",
        "label": "S607",
        "long": "Smithtown PS to South West Rocks",
        "short": "S607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S60-8-sj2-1",
        "label": "S608",
        "long": "Willawarrin PS to Hickeys Creek Rd via Millbank",
        "short": "S608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S60-9-sj2-1",
        "label": "S609",
        "long": "Hickeys Creek to Millbank Hickeys Creek Rd",
        "short": "S609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S61-0-sj2-1",
        "label": "S610",
        "long": "Crescent Head PS to Kempsey",
        "short": "S610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S61-1-sj2-1",
        "label": "S611",
        "long": "St Joseph's Primary to Kempsey",
        "short": "S611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S61-2-sj2-1",
        "label": "S612",
        "long": "Aldavilla Primary to Frederickton PS",
        "short": "S612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S61-3-sj2-1",
        "label": "S613",
        "long": "Frederickton PS to Kempsey via Collombatti",
        "short": "S613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S61-4-sj2-1",
        "label": "S614",
        "long": "Aldavilla Primary to Yarravel Crottys Lane",
        "short": "S614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S61-5-sj2-1",
        "label": "S615",
        "long": "Kempsey West PS to Macleay Vocational via Frederickton",
        "short": "S615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S61-6-sj2-1",
        "label": "S616",
        "long": "Green Hill PS to Kempsey via Aldavilla Primary",
        "short": "S616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S61-7-sj2-1",
        "label": "S617",
        "long": "Aldavilla Primary to Yarravel Link Rd",
        "short": "S617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S61-8-sj2-1",
        "label": "S618",
        "long": "Aldavilla Primary to Wittitrin Dungay Creek Rd",
        "short": "S618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S61-9-sj2-1",
        "label": "S619",
        "long": "Kempsey Adventist to Temagog Rd via Turners Flat",
        "short": "S619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S62-0-sj2-1",
        "label": "S620",
        "long": "Kempsey Adventist to Kempsey via Smithtown",
        "short": "S620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S62-1-sj2-1",
        "label": "S621",
        "long": "Kempsey East PS to Mooneba Rd",
        "short": "S621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S62-2-sj2-1",
        "label": "S622",
        "long": "Kempsey East PS to Crescent Head",
        "short": "S622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S62-3-sj2-1",
        "label": "S623",
        "long": "Macleay Vocational to Crescent Head",
        "short": "S623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S62-4-sj2-1",
        "label": "S624",
        "long": "Kempsey East PS to Kempsey via South Kempsey",
        "short": "S624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S62-5-sj2-1",
        "label": "S625",
        "long": "Kempsey to Yessabah Clarkes Rd",
        "short": "S625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S62-6-sj2-1",
        "label": "S626",
        "long": "Macleay Vocational to West Kempsey",
        "short": "S626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S62-7-sj2-1",
        "label": "S627",
        "long": "West Kempsey to Toorooka Warbro Brook Rd",
        "short": "S627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S62-8-sj2-1",
        "label": "S628",
        "long": "Kempsey East PS to Kempsey",
        "short": "S628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S62-A-sj2-1",
        "label": "S629",
        "long": "Unknown",
        "short": "S629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S63-0-sj2-1",
        "label": "S630",
        "long": "Telegraph Point Rollands Plains Rd to Telegraph Point PS",
        "short": "S630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S63-1-sj2-1",
        "label": "S631",
        "long": "Telegraph Point Pembrooke Rd to Rollands Plains Upper PS",
        "short": "S631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S63-2-sj2-1",
        "label": "S632",
        "long": "Comara Armidale Rd to Willawarrin PS",
        "short": "S632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S63-3-sj2-1",
        "label": "S633",
        "long": "St Joseph's Primary to Lake Innes Ryans Rd",
        "short": "S633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S63-4-sj2-1",
        "label": "S634",
        "long": "Rollands Plains Upper PS to Telegraph Point Mooney St",
        "short": "S634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S63-5-sj2-1",
        "label": "S635",
        "long": "Telegraph Point PS to Gum Scrub Rd via Cooperabung",
        "short": "S635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S63-6-sj2-1",
        "label": "S636",
        "long": "Willawarrin PS to Comara Armidale Rd",
        "short": "S636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S63-7-sj2-1",
        "label": "S637",
        "long": "North Haven Ocean Dr to Camden Haven HS",
        "short": "S637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S63-8-sj2-1",
        "label": "S638",
        "long": "Camden Haven HS to Kendall PS",
        "short": "S638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S63-9-sj2-1",
        "label": "S639",
        "long": "Laurieton Ocean Dr to Camden Haven HS",
        "short": "S639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S64-0-sj2-1",
        "label": "S640",
        "long": "Port Macquarie John Oxley Dr to Port Macquarie HS",
        "short": "S640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S64-1-sj2-1",
        "label": "S641",
        "long": "Port Macquarie The Point Dr to Port Macquarie HS",
        "short": "S641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S64-2-sj2-1",
        "label": "S642",
        "long": "Camden Haven HS to Laurieton",
        "short": "S642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S64-3-sj2-1",
        "label": "S643",
        "long": "St Josephs Regional to Port Macquarie The Ruins Way",
        "short": "S643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S64-4-sj2-1",
        "label": "S644",
        "long": "Laurieton PS to Camden Haven HS",
        "short": "S644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S64-5-sj2-1",
        "label": "S645",
        "long": "Camden Haven HS to Lake Cathie Ocean Dr",
        "short": "S645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S64-6-sj2-1",
        "label": "S646",
        "long": "Camden Haven HS to Bonny Hills Ocean Dr",
        "short": "S646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S64-7-sj2-1",
        "label": "S647",
        "long": "Lake Cathie PS to Lake Cathie Middle Rock Rd",
        "short": "S647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S64-8-sj2-1",
        "label": "S648",
        "long": "Camden Haven HS to Dunbogan Store",
        "short": "S648",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S64-9-sj2-1",
        "label": "S649",
        "long": "Camden Haven HS to Kew Ocean Dr",
        "short": "S649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S65-0-sj2-1",
        "label": "S650",
        "long": "Camden Haven HS to Rossglen",
        "short": "S650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S65-1-sj2-1",
        "label": "S651",
        "long": "Camden Haven HS to Batar Creek Batar Creek Rd",
        "short": "S651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S65-2-sj2-1",
        "label": "S652",
        "long": "Heritage Christian to Thrumster Sovereign Dr",
        "short": "S652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S65-3-sj2-1",
        "label": "S653",
        "long": "St Josephs Regional to Port Central",
        "short": "S653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S65-4-sj2-1",
        "label": "S654",
        "long": "Port Macquarie HS to Port Macquarie Koala Rd",
        "short": "S654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S65-5-sj2-1",
        "label": "S655",
        "long": "Mackillop College (Junior) to Port Macquarie Livingstone Rd",
        "short": "S655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S65-6-sj2-1",
        "label": "S656",
        "long": "Mackillop College (Junior) to Port Macquarie Lake Rd",
        "short": "S656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S65-7-sj2-1",
        "label": "S657",
        "long": "Wauchope to St Josephs Regional",
        "short": "S657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S65-8-sj2-1",
        "label": "S658",
        "long": "Herons Creek to St Josephs Regional",
        "short": "S658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S65-9-sj2-1",
        "label": "S659",
        "long": "Yarravel Link Rd to Kempsey East PS",
        "short": "S659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S66-0-sj2-1",
        "label": "S660",
        "long": "Malabugilmah Clarence Way to Grafton",
        "short": "S660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S66-1-sj2-1",
        "label": "S661",
        "long": "Grafton to Clarence Valley Anglican",
        "short": "S661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S66-2-sj2-1",
        "label": "S662",
        "long": "Yamba to South Grafton",
        "short": "S662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S66-3-sj2-1",
        "label": "S663",
        "long": "South Grafton to Clarence Valley Anglican",
        "short": "S663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S66-4-sj2-1",
        "label": "S664",
        "long": "Grafton City Centre to Westlawn",
        "short": "S664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S66-5-sj2-1",
        "label": "S665",
        "long": "Lilydale Winegrove Rd to South Grafton",
        "short": "S665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S66-7-sj2-1",
        "label": "S667",
        "long": "Stockyard Creek Punchbowl Rd to Grafton",
        "short": "S667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S66-8-sj2-1",
        "label": "S668",
        "long": "Grafton to South Grafton PS",
        "short": "S668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S66-9-sj2-1",
        "label": "S669",
        "long": "Buccarumbi Old Glen Innes Rd to South Grafton",
        "short": "S669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S67-0-sj2-1",
        "label": "S670",
        "long": "South Grafton to South Grafton PS",
        "short": "S670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S67-1-sj2-1",
        "label": "S671",
        "long": "Trenayr to Great Marlow Poplar Dr",
        "short": "S671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S67-2-sj2-1",
        "label": "S672",
        "long": "Grafton City Centre to St Mary's Primary",
        "short": "S672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S67-3-sj2-1",
        "label": "S673",
        "long": "Grafton Marlow St to Grafton Base Hospital via Junction Hill",
        "short": "S673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S67-4-sj2-1",
        "label": "S674",
        "long": "Grafton City Centre to South Grafton PS",
        "short": "S674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S67-5-sj2-1",
        "label": "S675",
        "long": "Jackadgery to St Andrews Christian",
        "short": "S675",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S67-6-sj2-1",
        "label": "S676",
        "long": "Great Marlow to Clarence Valley Anglican via Grafton",
        "short": "S676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S67-7-sj2-1",
        "label": "S677",
        "long": "Grafton Marlow St to McAuley Catholic via Junction Hill",
        "short": "S677",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S67-8-sj2-1",
        "label": "S678",
        "long": "South Grafton PS to South Grafton High",
        "short": "S678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S67-9-sj2-1",
        "label": "S679",
        "long": "Grafton Marlow St to Junction Hill",
        "short": "S679",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S68-0-sj2-1",
        "label": "S680",
        "long": "Grafton to McAuley College",
        "short": "S680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S68-1-sj2-1",
        "label": "S681",
        "long": "Waterview Heights to South Grafton via Eatonsville",
        "short": "S681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S68-2-sj2-1",
        "label": "S682",
        "long": "South Grafton to South Grafton PS",
        "short": "S682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S68-3-sj2-1",
        "label": "S683",
        "long": "Grafton Marlow St to Grafton High via Junction Hill",
        "short": "S683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S68-4-sj2-1",
        "label": "S684",
        "long": "Grafton to Grafton PS",
        "short": "S684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S68-5-sj2-1",
        "label": "S685",
        "long": "South Grafton to South Grafton Ryan St",
        "short": "S685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S68-6-sj2-1",
        "label": "S686",
        "long": "Grafton City Centre to St Mary's Primary",
        "short": "S686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S68-7-sj2-1",
        "label": "S687",
        "long": "Grafton to St Andrews Christian",
        "short": "S687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S68-8-sj2-1",
        "label": "S688",
        "long": "Grafton to McAuley Catholic",
        "short": "S688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S68-9-sj2-1",
        "label": "S689",
        "long": "South Grafton to St Andrews Christian",
        "short": "S689",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S69-0-sj2-1",
        "label": "S690",
        "long": "Grafton to Clarence Valley Anglican",
        "short": "S690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S69-1-sj2-1",
        "label": "S691",
        "long": "Grafton to South Grafton High",
        "short": "S691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S69-2-sj2-1",
        "label": "S692",
        "long": "Gulmarrad PS to Maclean",
        "short": "S692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S69-3-sj2-1",
        "label": "S693",
        "long": "Maclean to Pacific Valley Christian",
        "short": "S693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S69-4-sj2-1",
        "label": "S694",
        "long": "Townsend to Gulmarrad PS via Maclean",
        "short": "S694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S69-5-sj2-1",
        "label": "S695",
        "long": "Grafton City Centre to St Mary's Primary",
        "short": "S695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S69-6-sj2-1",
        "label": "S696",
        "long": "Iluka to Maclean Schools",
        "short": "S696",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S69-7-sj2-1",
        "label": "S697",
        "long": "Maclean to Palmer Island PS and Yamba PS",
        "short": "S697",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S69-8-sj2-1",
        "label": "S698",
        "long": "Woombah to Maclean and Townsend Schools via Mororo and Harwood Island",
        "short": "S698",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S69-9-sj2-1",
        "label": "S699",
        "long": "Iluka to Harwood Island PS via Goodwood Island and Mororo",
        "short": "S699",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S70-0-sj2-1",
        "label": "S700",
        "long": "Yamba to St Andrews Christian",
        "short": "S700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S70-1-sj2-1",
        "label": "S701",
        "long": "Yamba to McAuley Catholic",
        "short": "S701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S70-2-sj2-1",
        "label": "S702",
        "long": "McAuley Catholic to South Grafton",
        "short": "S702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S70-3-sj2-1",
        "label": "S703",
        "long": "Brooms Head to St Joseph's Primary",
        "short": "S703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S70-4-sj2-1",
        "label": "S704",
        "long": "Angourie to Ulmarra PS",
        "short": "S704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S70-5-sj2-1",
        "label": "S705",
        "long": "Yamba to St Joseph's Primary",
        "short": "S705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S70-6-sj2-1",
        "label": "S706",
        "long": "Angourie to Yamba PS",
        "short": "S706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S70-7-sj2-1",
        "label": "S707",
        "long": "Yamba to St Joseph's Primary via Gardiners Rd",
        "short": "S707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S70-8-sj2-1",
        "label": "S708",
        "long": "Pacific Valley Christian School to Maclean High",
        "short": "S708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S70-9-sj2-1",
        "label": "S709",
        "long": "Brooms Head to Maclean PS",
        "short": "S709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S71-0-sj2-1",
        "label": "S710",
        "long": "Woombah to St Joseph's PS",
        "short": "S710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S71-1-sj2-1",
        "label": "S711",
        "long": "Yamba to St Joseph's Primary",
        "short": "S711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S71-2-sj2-1",
        "label": "S712",
        "long": "Maclean to Yamba PS",
        "short": "S712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S71-3-sj2-1",
        "label": "S713",
        "long": "Angourie to Palmers Island PS",
        "short": "S713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S71-4-sj2-1",
        "label": "S714",
        "long": "Yamba to Yamba PS",
        "short": "S714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S71-5-sj2-1",
        "label": "S715",
        "long": "South Grafton PS to South Grafton",
        "short": "S715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S71-6-sj2-1",
        "label": "S716",
        "long": "St Andrews Christian to Grafton",
        "short": "S716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S71-7-sj2-1",
        "label": "S717",
        "long": "Grafton PS to Grafton City Centre",
        "short": "S717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S71-8-sj2-1",
        "label": "S718",
        "long": "Grafton PS to Westlawn via Junction Hill",
        "short": "S718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S71-9-sj2-1",
        "label": "S719",
        "long": "Grafton PS to Great Marlow",
        "short": "S719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S72-0-sj2-1",
        "label": "S720",
        "long": "Clarence Valley Anglican to Grafton",
        "short": "S720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S72-1-sj2-1",
        "label": "S721",
        "long": "Clarence Valley Anglican to Yamba",
        "short": "S721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S72-2-sj2-1",
        "label": "S722",
        "long": "Westlawn PS to Grafton City Centre",
        "short": "S722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S72-3-sj2-1",
        "label": "S723",
        "long": "Grafton PS to Great Marlow Lawrence Rd",
        "short": "S723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S72-4-sj2-1",
        "label": "S724",
        "long": "Grafton PS to Grafton City Centre via Westlawn",
        "short": "S724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S72-5-sj2-1",
        "label": "S725",
        "long": "South Grafton PS to Seelands",
        "short": "S725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S72-6-sj2-1",
        "label": "S726",
        "long": "South Grafton PS to Stockyard Creek",
        "short": "S726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S72-7-sj2-1",
        "label": "S727",
        "long": "South Grafton PS to Lilydale Winegrove Rd",
        "short": "S727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S72-8-sj2-1",
        "label": "S728",
        "long": "Grafton PS to Grafton City Centre",
        "short": "S728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S72-9-sj2-1",
        "label": "S729",
        "long": "McAuley College to Grafton",
        "short": "S729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S73-0-sj2-1",
        "label": "S730",
        "long": "South Grafton High to Grafton",
        "short": "S730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S73-1-sj2-1",
        "label": "S731",
        "long": "South Grafton PS to Grafton via Junction Hill",
        "short": "S731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S73-2-sj2-1",
        "label": "S732",
        "long": "South Grafton High to Malabugilmah",
        "short": "S732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S73-3-sj2-1",
        "label": "S733",
        "long": "St Andrews Christian to Gillwinga PS",
        "short": "S733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S73-4-sj2-1",
        "label": "S734",
        "long": "Gillwinga PS to Waterview Heights",
        "short": "S734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S73-5-sj2-1",
        "label": "S735",
        "long": "South Grafton PS to Buccarumbi Old Glen Innes Rd",
        "short": "S735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S73-6-sj2-1",
        "label": "S736",
        "long": "Clarence Valley Anglican to Grafton",
        "short": "S736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S73-7-sj2-1",
        "label": "S737",
        "long": "St Andrews Christian to Grafton via Junction Hill",
        "short": "S737",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S73-8-sj2-1",
        "label": "S738",
        "long": "Gillwinga PS to Yamba",
        "short": "S738",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S73-9-sj2-1",
        "label": "S739",
        "long": "Yamba PS to Yamba",
        "short": "S739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S74-0-sj2-1",
        "label": "S740",
        "long": "Maclean PS to Yamba",
        "short": "S740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S74-1-sj2-1",
        "label": "S741",
        "long": "St Andrews Christian to South Grafton",
        "short": "S741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S74-2-sj2-1",
        "label": "S742",
        "long": "McAuley Catholic to Grafton",
        "short": "S742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S74-3-sj2-1",
        "label": "S743",
        "long": "Clarence Valley Anglican to South Grafton",
        "short": "S743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S74-4-sj2-1",
        "label": "S744",
        "long": "St Andrews Christian to Yamba",
        "short": "S744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S74-5-sj2-1",
        "label": "S745",
        "long": "Cowper PS to Maclean PS",
        "short": "S745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S74-6-sj2-1",
        "label": "S746",
        "long": "Maclean PS to Yamba",
        "short": "S746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S74-7-sj2-1",
        "label": "S747",
        "long": "Pacific Valley Christian to Chatsworth via Harwood Island and Woombah",
        "short": "S747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S74-8-sj2-1",
        "label": "S748",
        "long": "Gulmarrad PS to Maclean PS",
        "short": "S748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S74-9-sj2-1",
        "label": "S749",
        "long": "Maclean PS to Maclean",
        "short": "S749",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S75-0-sj2-1",
        "label": "S750",
        "long": "Maclean to James Creek",
        "short": "S750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S75-1-sj2-1",
        "label": "S751",
        "long": "Harwood Island PS to Iluka via Mororo",
        "short": "S751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S75-2-sj2-1",
        "label": "S752",
        "long": "Maclean PS to Woombah via Mororo",
        "short": "S752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S75-3-sj2-1",
        "label": "S753",
        "long": "Palmers Island PS to Angourie via Yamba",
        "short": "S753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S75-4-sj2-1",
        "label": "S754",
        "long": "Pacific Valley Christian to Iluka",
        "short": "S754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S75-5-sj2-1",
        "label": "S755",
        "long": "Maclean to Brooms Head",
        "short": "S755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S75-6-sj2-1",
        "label": "S756",
        "long": "Yamba PS to Maclean PS",
        "short": "S756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S75-7-sj2-1",
        "label": "S757",
        "long": "Maclean PS to Yamba",
        "short": "S757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S75-8-sj2-1",
        "label": "S758",
        "long": "Yamba PS to Maclean High",
        "short": "S758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S75-9-sj2-1",
        "label": "S759",
        "long": "Maclean High to Angourie",
        "short": "S759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S76-0-sj2-1",
        "label": "S760",
        "long": "Maclean PS to Palmers Island",
        "short": "S760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S76-1-sj2-1",
        "label": "S761",
        "long": "Seelands to Copmanhurst PS",
        "short": "S761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S76-2-sj2-1",
        "label": "S762",
        "long": "Copmanhurst PS to Waterview Heights Gwydir Hwy",
        "short": "S762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S76-3-sj2-1",
        "label": "S763",
        "long": "Pacific Valley Christian to Maclean",
        "short": "S763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S76-4-sj2-1",
        "label": "S764",
        "long": "Grafton to St Andrews Christian",
        "short": "S764",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S76-5-sj2-1",
        "label": "S765",
        "long": "Yamba to McAuley Catholic College",
        "short": "S765",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S76-6-sj2-1",
        "label": "S766",
        "long": "McAuley Catholic College to Yamba",
        "short": "S766",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S80-1-sj2-1",
        "label": "S801",
        "long": "Boambee East to Toormina PS",
        "short": "S801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S80-2-sj2-1",
        "label": "S802",
        "long": "Toormina to Toormina PS via Sawtell",
        "short": "S802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S80-3-sj2-1",
        "label": "S803",
        "long": "Toormina to William Bayldon PS via St John Paul",
        "short": "S803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S80-5-sj2-1",
        "label": "S805",
        "long": "Sawtell to Boambee PS via St John Paul",
        "short": "S805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S80-6-sj2-1",
        "label": "S806",
        "long": "Boambee East to Coffs Harbour Christian Community via Toormina",
        "short": "S806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S80-7-sj2-1",
        "label": "S807",
        "long": "Toormina to Sawtell PS via Orara High",
        "short": "S807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S80-8-sj2-1",
        "label": "S808",
        "long": "Sawtell to William Bayldon PS via St John Paul",
        "short": "S808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S81-0-sj2-1",
        "label": "S810",
        "long": "Toormina to Sawtell PS via St Augustine's Primary",
        "short": "S810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S81-1-sj2-1",
        "label": "S811",
        "long": "Toormina to Bonville PS via Linden Ave",
        "short": "S811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S81-2-sj2-1",
        "label": "S812",
        "long": "Toormina to Bishop Druitt via Sawtell",
        "short": "S812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S81-3-sj2-1",
        "label": "S813",
        "long": "Toormina to Casuarina Steiner via Linden Ave",
        "short": "S813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S81-5-sj2-1",
        "label": "S815",
        "long": "Korora to Bishop Druitt",
        "short": "S815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S82-1-sj2-1",
        "label": "S821",
        "long": "Glenugie Reilleys Lane to South Grafton Infants",
        "short": "S821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S82-2-sj2-1",
        "label": "S822",
        "long": "Sandy Beach to Woolgoolga via Solitary Islands Way",
        "short": "S822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S82-3-sj2-1",
        "label": "S823",
        "long": "Woolgoolga to Sandy Beach PS via Sandy Beach",
        "short": "S823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S83-2-sj2-1",
        "label": "S832",
        "long": "Emerald Beach to Sandy Beach PS",
        "short": "S832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S83-3-sj2-1",
        "label": "S833",
        "long": "Woolgoolga to Woolgoolga High",
        "short": "S833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S83-4-sj2-1",
        "label": "S834",
        "long": "Sandy Beach to St Francis Xavier via Solitary Islands Way",
        "short": "S834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S83-5-sj2-1",
        "label": "S835",
        "long": "Emerald Beach to Woolgoolga High via Sandy Beach",
        "short": "S835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S83-6-sj2-1",
        "label": "S836",
        "long": "Sapphire Beach to Bishop Druitt",
        "short": "S836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S83-7-sj2-1",
        "label": "S837",
        "long": "Moonee Beach Solitary Islands Way to Bishop Druitt via Emerald Beach",
        "short": "S837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S83-8-sj2-1",
        "label": "S838",
        "long": "Sapphire Beach to St John Paul via Hogbin Dr",
        "short": "S838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S83-9-sj2-1",
        "label": "S839",
        "long": "Moonee Beach Bucca Rd to St Francis Xavier via Woolgoolga High",
        "short": "S839",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S84-0-sj2-1",
        "label": "S840",
        "long": "Coffs Harbour to St John Paul via Coffs Harbour High",
        "short": "S840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S84-1-sj2-1",
        "label": "S841",
        "long": "Sapphire Beach to Kororo PS via Coffs Harbour PS",
        "short": "S841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S84-2-sj2-1",
        "label": "S842",
        "long": "Emerald Beach to St Francis Xavier via Pacific Hwy",
        "short": "S842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S84-3-sj2-1",
        "label": "S843",
        "long": "Emerald Beach to St Francis Xavier via Hammond Rd",
        "short": "S843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S84-4-sj2-1",
        "label": "S844",
        "long": "Woolgoolga to St Francis Xavier via Corindi Beach",
        "short": "S844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S84-5-sj2-1",
        "label": "S845",
        "long": "Dirty Creek Range Rd to St Francis Xavier via Halfway Creek",
        "short": "S845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S84-6-sj2-1",
        "label": "S846",
        "long": "Coffs Harbour to St John Paul via Korora and Coffs Harbour High",
        "short": "S846",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S84-7-sj2-1",
        "label": "S847",
        "long": "Woolgoolga to St John Paul via Safety Beach",
        "short": "S847",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S84-8-sj2-1",
        "label": "S848",
        "long": "Sandy Beach Solitary Islands Way to St John Paul via Orara High",
        "short": "S848",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S84-9-sj2-1",
        "label": "S849",
        "long": "Kororo PS to Coffs Harbour Christian Community",
        "short": "S849",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S85-1-sj2-1",
        "label": "S851",
        "long": "Sapphire Beach to Kororo PS via Moonee Beach and Coffs Harbour High",
        "short": "S851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S85-2-sj2-1",
        "label": "S852",
        "long": "Grafton City Centre to St Mary's Primary",
        "short": "S852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S85-3-sj2-1",
        "label": "S853",
        "long": "Coffs Harbour to Sapphire Beach via Bishop Druitt",
        "short": "S853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S85-4-sj2-1",
        "label": "S854",
        "long": "Coffs Harbour City Centre to Coffs Harbour Education Campus",
        "short": "S854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S85-6-sj2-1",
        "label": "S856",
        "long": "Bonalbo Central to Sandilands and Bonalbo via Tunglebung",
        "short": "S856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S85-7-sj2-1",
        "label": "S857",
        "long": "Bonalbo Central to Capeen Ck and Bonalbo via Lower Duck Ck and Bean Ck",
        "short": "S857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S85-8-sj2-1",
        "label": "S858",
        "long": "Lawrence Public to Lower Southgate via Lawrence",
        "short": "S858",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S86-0-sj2-1",
        "label": "S860",
        "long": "Grafton Schools to Lawrence via Kings Creek Rd",
        "short": "S860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S86-1-sj2-1",
        "label": "S861",
        "long": "Maclean Schools to Lawrence via Pringles Way",
        "short": "S861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S86-2-sj2-1",
        "label": "S862",
        "long": "Grafton Schools to Wooli",
        "short": "S862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S86-3-sj2-1",
        "label": "S863",
        "long": "Grafton Schools to Minnie Water via Tucabia",
        "short": "S863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S86-4-sj2-1",
        "label": "S864",
        "long": "Grafton Schools to Tucabia",
        "short": "S864",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S86-5-sj2-1",
        "label": "S865",
        "long": "Grafton Schools to Ulmarra via Gilletts Ridge",
        "short": "S865",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S86-6-sj2-1",
        "label": "S866",
        "long": "Grafton Schools to Ulmarra",
        "short": "S866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S86-7-sj2-1",
        "label": "S867",
        "long": "Ulmarra PS to Gillets Ridge",
        "short": "S867",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S86-8-sj2-1",
        "label": "S868",
        "long": "Tucabia PS to Pillar Valley via Wooli Rd",
        "short": "S868",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S86-9-sj2-1",
        "label": "S869",
        "long": "Wooli PS to Minnie Water",
        "short": "S869",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S87-0-sj2-1",
        "label": "S870",
        "long": "Grafton Schools to Nymboida",
        "short": "S870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S87-1-sj2-1",
        "label": "S871",
        "long": "Nymboida PS to Blaxlands Creek and Glens Creek Rd",
        "short": "S871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S87-2-sj2-1",
        "label": "S872",
        "long": "Grafton Schools to Blaxlands Flat Rd via Ellandgrove Rd",
        "short": "S872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S87-3-sj2-1",
        "label": "S873",
        "long": "Grafton Schools to Sandy Swamp Rd and Kangaroo Creek Rd via Coutts Crossing",
        "short": "S873",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S87-4-sj2-1",
        "label": "S874",
        "long": "South Grafton Schools to Elland Goulds Rd",
        "short": "S874",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S87-5-sj2-1",
        "label": "S875",
        "long": "Grafton Schools to Glenreagh",
        "short": "S875",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S87-6-sj2-1",
        "label": "S876",
        "long": "South Grafton Schools to Glenreagh",
        "short": "S876",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S87-7-sj2-1",
        "label": "S877",
        "long": "Grafton Schools to Glenreagh via Kungala",
        "short": "S877",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S87-8-sj2-1",
        "label": "S878",
        "long": "Grafton Schools to Camira Creek via Whiporie",
        "short": "S878",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S87-9-sj2-1",
        "label": "S879",
        "long": "South Grafton Schools to Shannondale Rd and Geregarow Rd via Rushforth Rd",
        "short": "S879",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S88-0-sj2-1",
        "label": "S880",
        "long": "Coutts Crossing PS to Kangaroo Creek",
        "short": "S880",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S90-1-sj2-1",
        "label": "S901",
        "long": "Boambee PS to Toormina",
        "short": "S901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S90-2-sj2-1",
        "label": "S902",
        "long": "Sawtell PS to Toormina High via St John Paul",
        "short": "S902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S90-3-sj2-1",
        "label": "S903",
        "long": "Boambee PS to Toormina via St John Paul and Sawtell",
        "short": "S903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S90-4-sj2-1",
        "label": "S904",
        "long": "Mary Help of Christians to Toormina High via Sawtell and Bishop Druitt",
        "short": "S904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S90-5-sj2-1",
        "label": "S905",
        "long": "Sawtell PS to Toormina via Coffs Harbour City Centre and Sawtell",
        "short": "S905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S90-6-sj2-1",
        "label": "S906",
        "long": "Coffs Harbour Christian Community to Sawtell via Toormina",
        "short": "S906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S90-7-sj2-1",
        "label": "S907",
        "long": "William Bayldon PS to Toormina High via Coffs Harbour",
        "short": "S907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S90-8-sj2-1",
        "label": "S908",
        "long": "Mary Help of Christians to Bonville via St John Paul",
        "short": "S908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S90-9-sj2-1",
        "label": "S909",
        "long": "Coffs Harbour Christian Community to Boambee East via Sawtell",
        "short": "S909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S91-0-sj2-1",
        "label": "S910",
        "long": "Coffs Harbour Bible Church to Toormina via Boambee East and Sawtell",
        "short": "S910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S91-1-sj2-1",
        "label": "S911",
        "long": "Mary Help of Christians to Bonville Rutland St via Bonville PS",
        "short": "S911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S91-2-sj2-1",
        "label": "S912",
        "long": "Sawtell PS to Boambee PS via Bishop Druitt and Sawtell",
        "short": "S912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S91-3-sj2-1",
        "label": "S913",
        "long": "Coffs Harbour Bible Church to Toormina via Coffs Harbour and Sawtell",
        "short": "S913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S92-1-sj2-1",
        "label": "S921",
        "long": "South Grafton PS to Glenugie Dinjerra Rd via St Andrew's Christian",
        "short": "S921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S92-2-sj2-1",
        "label": "S922",
        "long": "Woolgoolga High to Woolgoolga via Sandy Beach",
        "short": "S922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S92-3-sj2-1",
        "label": "S923",
        "long": "Sandy Beach PS to Woolgoolga via Sandy Beach",
        "short": "S923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S93-2-sj2-1",
        "label": "S932",
        "long": "Sandy Beach PS to Emerald Beach",
        "short": "S932",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S93-3-sj2-1",
        "label": "S933",
        "long": "Woolgoolga High to Moonee Beach Bucca Rd",
        "short": "S933",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S93-4-sj2-1",
        "label": "S934",
        "long": "Woolgoolga High to Sandy Beach",
        "short": "S934",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S93-5-sj2-1",
        "label": "S935",
        "long": "Woolgoolga High to Emerald Beach",
        "short": "S935",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S93-6-sj2-1",
        "label": "S936",
        "long": "Coffs Harbour High to Moonee Beach",
        "short": "S936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S93-7-sj2-1",
        "label": "S937",
        "long": "Bishop Druitt to Korora Pacific Hwy via Sapphire Beach",
        "short": "S937",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S93-8-sj2-1",
        "label": "S938",
        "long": "St John Paul to Korora Pacific Hwy via Bishop Druitt and Sapphire Beach",
        "short": "S938",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S93-9-sj2-1",
        "label": "S939",
        "long": "St Francis Xavier to Emerald Beach via Woolgoolga High",
        "short": "S939",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S94-0-sj2-1",
        "label": "S940",
        "long": "Coffs Harbour High to Korora",
        "short": "S940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S94-1-sj2-1",
        "label": "S941",
        "long": "St Augustine's Primary to Korora Pacific Hwy via Sapphire Beach",
        "short": "S941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S94-2-sj2-1",
        "label": "S942",
        "long": "Woolgoolga High to Emerald Beach",
        "short": "S942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S94-3-sj2-1",
        "label": "S943",
        "long": "Woolgoolga High to Moonee Beach Bucca Rd via Emerald Beach",
        "short": "S943",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S94-4-sj2-1",
        "label": "S944",
        "long": "Red Rock to Woolgoolga via Corindi Beach and Dirty Creek",
        "short": "S944",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S94-5-sj2-1",
        "label": "S945",
        "long": "St Francis Xavier to Halfway Creek via Sherwood Creek Rd",
        "short": "S945",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S94-6-sj2-1",
        "label": "S946",
        "long": "St John Paul to Korora via Bishop Druitt",
        "short": "S946",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S94-7-sj2-1",
        "label": "S947",
        "long": "St John Paul to Woolgoolga via Safety Beach",
        "short": "S947",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S94-8-sj2-1",
        "label": "S948",
        "long": "St John Paul to Sandy Beach via Coffs Harbour High",
        "short": "S948",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S94-9-sj2-1",
        "label": "S949",
        "long": "St John Paul to Emerald Beach via Coffs Harbour City Centre",
        "short": "S949",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S95-0-sj2-1",
        "label": "S950",
        "long": "Bishop Druitt to Coffs Harbour City Centre via Arrawarra Headland",
        "short": "S950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S95-1-sj2-1",
        "label": "S951",
        "long": "Casuarina Steiner to Coffs Harbour via Moonee Beach",
        "short": "S951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S95-2-sj2-1",
        "label": "S952",
        "long": "Westlawn PS to Grafton City Centre",
        "short": "S952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S95-3-sj2-1",
        "label": "S953",
        "long": "St Augustine's Primary to Park Beach Plaza via Sapphire Beach",
        "short": "S953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S95-4-sj2-1",
        "label": "S954",
        "long": "Coffs Harbour Christian Community to Coffs Harbour via Korora",
        "short": "S954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S95-5-sj2-1",
        "label": "S955",
        "long": "Bishop Druitt to Coffs Harbour City Centre",
        "short": "S955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S96-0-sj2-1",
        "label": "S960",
        "long": "St Josephs Regional to Wauchope Showground",
        "short": "S960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S96-2-sj2-1",
        "label": "S962",
        "long": "Kempsey East PS to Yarravel Link Rd",
        "short": "S962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S96-3-sj2-1",
        "label": "S963",
        "long": "Melville HS to The Rocks Shopping Centre",
        "short": "S963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S97-0-sj2-1",
        "label": "S970",
        "long": "Coffs Harbour PS to Park Beach Rd",
        "short": "S970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S97-1-sj2-1",
        "label": "S971",
        "long": "Glen Innes Schools to Deepwater via New England Hwy",
        "short": "S971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "55-S97-2-sj2-1",
        "label": "S972",
        "long": "Tenterfield Schools to Tenterfield Town Center",
        "short": "S972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-805-sj2-1",
        "label": "805",
        "long": "Mittagong to Hill Top via Colo Vale",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-806-sj2-1",
        "label": "806",
        "long": "Bowral to Bargo via Mittagong",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-808-sj2-1",
        "label": "808",
        "long": "Moss Vale to Bowral via Robertson",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-810-sj2-1",
        "label": "810",
        "long": "Moss Vale to Nowra via Fitzroy Falls and Kangaroo Valley",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-811-sj2-1",
        "label": "811",
        "long": "Willow Vale to Moss Vale via Mittagong and Bowral",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-812-sj2-1",
        "label": "812",
        "long": "Moss Vale to Berrima via Medway",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-813-sj2-1",
        "label": "813",
        "long": "Moss Vale to Tallong via Exeter, Bundanoon , Penrose and Wingello",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-814-sj2-1",
        "label": "814",
        "long": "Bowral to Bowral Hospital (Loop Service)",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-815-sj2-1",
        "label": "815",
        "long": "Bowral to East Bowral (Loop Service)",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-816-sj2-1",
        "label": "816",
        "long": "Moss Vale Courthouse to Willow Dr and Argyle St (Loop Service)",
        "short": "816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-817-sj2-1",
        "label": "817",
        "long": "Bowral to West Bowral (Loop Service)",
        "short": "817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-818-sj2-1",
        "label": "818",
        "long": "Goulburn to Crookwell",
        "short": "818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-821-sj2-1",
        "label": "821",
        "long": "Goulburn to Kenmore via Gibson St and Goulburn Base Hospital (Loop Service anti-clockwise)",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-822-sj2-1",
        "label": "822",
        "long": "Goulburn to Kenmore via Gibson St and Goulburn Base Hospital (Loop Service clockwise)",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-823-sj2-1",
        "label": "823",
        "long": "Goulburn to West Goulburn (Loop Service)",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-825-sj2-1",
        "label": "825",
        "long": "Goulburn to Eastgrove (Loop Service)",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-828-sj2-1",
        "label": "828",
        "long": "Bowral to Picton",
        "short": "828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-874-sj2-1",
        "label": "874",
        "long": "Bega to Bermagui",
        "short": "874",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-885-sj2-1",
        "label": "885",
        "long": "Bega to Tathra via Auckland St and SE Regional Hospital",
        "short": "885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-890-sj2-1",
        "label": "890",
        "long": "Bega to Eden via Wolumla and Merimbula",
        "short": "890",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-891-sj2-1",
        "label": "891",
        "long": "Bega to Eden via Kalaru and Tura Beach",
        "short": "891",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S30-2-sj2-1",
        "label": "S302",
        "long": "Merimbula to Merimbula and Pambula Schools",
        "short": "S302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S30-3-sj2-1",
        "label": "S303",
        "long": "Bega Coach Stop to Bega Schools",
        "short": "S303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S30-5-sj2-1",
        "label": "S305",
        "long": "Eden Schools to Wonboyn",
        "short": "S305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S30-6-sj2-1",
        "label": "S306",
        "long": "Eden Schools to Wyndham via Pambula",
        "short": "S306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S30-7-sj2-1",
        "label": "S307",
        "long": "Merimbula Public to Pambula Beach via Tura Beach",
        "short": "S307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S30-8-sj2-1",
        "label": "S308",
        "long": "Tura Beach to Pambula Primary via LCCC and Lochiel",
        "short": "S308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S30-9-sj2-1",
        "label": "S309",
        "long": "Eden Schools to Tura Beach",
        "short": "S309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S31-0-sj2-1",
        "label": "S310",
        "long": "South Pambula Beach to Eden Schools via Pambula",
        "short": "S310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S31-1-sj2-1",
        "label": "S311",
        "long": "Eden Schools to Mirador via Merimbula and Tura Beach",
        "short": "S311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S31-2-sj2-1",
        "label": "S312",
        "long": "Eden Schools to Merimbula via Pambula",
        "short": "S312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S31-3-sj2-1",
        "label": "S313",
        "long": "Eden Schools to Wolumla via Merimbula",
        "short": "S313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S31-4-sj2-1",
        "label": "S314",
        "long": "Mogareeka to Pambula Schools via Kalaru",
        "short": "S314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S31-5-sj2-1",
        "label": "S315",
        "long": "Bega Kerrisons Lane to Pambula Schools via Wolumla and Merimbula",
        "short": "S315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S31-6-sj2-1",
        "label": "S316",
        "long": "Wolumla to Merimbula via Bega Schools",
        "short": "S316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S31-7-sj2-1",
        "label": "S317",
        "long": "Pambula Schools to Merimbula",
        "short": "S317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S31-8-sj2-1",
        "label": "S318",
        "long": "Pambula Schools to Tura Beach via Merimbula and Mirador",
        "short": "S318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S31-9-sj2-1",
        "label": "S319",
        "long": "Pambula Schools to Nethercote via Lochiel",
        "short": "S319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S32-0-sj2-1",
        "label": "S320",
        "long": "Pambula Schools to Eden",
        "short": "S320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S32-1-sj2-1",
        "label": "S321",
        "long": "Merimbula to Bega Schools via Tura Beach",
        "short": "S321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S32-2-sj2-1",
        "label": "S322",
        "long": "Wolumla to Pambula Schools via Pambula Beach",
        "short": "S322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S32-3-sj2-1",
        "label": "S323",
        "long": "Tura Beach to Pambula Schools via Merimbula",
        "short": "S323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S32-4-sj2-1",
        "label": "S324",
        "long": "Bega to Bega and Pambula Schools",
        "short": "S324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S32-5-sj2-1",
        "label": "S325",
        "long": "Merimbula to Bega via Pambula Schools",
        "short": "S325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S32-8-sj2-1",
        "label": "S328",
        "long": "Merimbula to Short Point via Pambula Schools",
        "short": "S328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S33-0-sj2-1",
        "label": "S330",
        "long": "Eden Schools to Eden Coach Stop",
        "short": "S330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S33-2-sj2-1",
        "label": "S332",
        "long": "Merimbula Primary to Merimbula via Mirador and LCCC",
        "short": "S332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S33-3-sj2-1",
        "label": "S333",
        "long": "Bega Schools to Bega Coach Stop",
        "short": "S333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S33-4-sj2-1",
        "label": "S334",
        "long": "Pambula Schools to Tura Beach",
        "short": "S334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S33-6-sj2-1",
        "label": "S336",
        "long": "Bega Schools to Merimbula via Wolumla",
        "short": "S336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S33-8-sj2-1",
        "label": "S338",
        "long": "Eden Schools to Pambula and Pambula Beach",
        "short": "S338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S34-0-sj2-1",
        "label": "S340",
        "long": "Merimbula to Eden via Pambula Schools",
        "short": "S340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S34-1-sj2-1",
        "label": "S341",
        "long": "Bega Schools to Tura Beach via Kalaru",
        "short": "S341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S34-2-sj2-1",
        "label": "S342",
        "long": "Merimbula to Bournda via Pambula Schools and Tura Beach",
        "short": "S342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S34-3-sj2-1",
        "label": "S343",
        "long": "Merimbula Public to Pambula Beach via Tura Beach",
        "short": "S343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S34-4-sj2-1",
        "label": "S344",
        "long": "Merimbula and Pambula Schools to Tathra via Kalaru",
        "short": "S344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S35-1-sj2-1",
        "label": "S351",
        "long": "Bega Schools to Jellat Jellat via Max Slater Dr and Bega Kerrisons Lane",
        "short": "S351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S35-2-sj2-1",
        "label": "S352",
        "long": "Merimbula Public School to Main St",
        "short": "S352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S35-3-sj2-1",
        "label": "S353",
        "long": "Tathra to Bournda via Kalaru",
        "short": "S353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S35-4-sj2-1",
        "label": "S354",
        "long": "Bega Schools to Kalaru and Mogareeka",
        "short": "S354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S35-5-sj2-1",
        "label": "S355",
        "long": "Bega to Tathra via Kalaru and Jellat Jellat",
        "short": "S355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S35-7-sj2-1",
        "label": "S357",
        "long": "Bega to Tathra via Bega Kerrisons Lane",
        "short": "S357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S36-0-sj2-1",
        "label": "S362",
        "long": "Pambula to Millingandi",
        "short": "S362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S36-1-sj2-1",
        "label": "S364",
        "long": "Bega to Bemboka via Coopers Gully Rd",
        "short": "S364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S36-6-sj2-1",
        "label": "S363",
        "long": "Bega to Bemboka",
        "short": "S363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S36-7-sj2-1",
        "label": "S365",
        "long": "Eden to Burragate via Towamba",
        "short": "S365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S37-1-sj2-1",
        "label": "S371",
        "long": "Bega Schools to Bermagui",
        "short": "S371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S37-2-sj2-1",
        "label": "S372",
        "long": "Bega Schools to Brogo Warrigal Range Rd and Hawks Head Rd",
        "short": "S372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S37-3-sj2-1",
        "label": "S373",
        "long": "Bega Schools to Quaama",
        "short": "S373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S37-5-sj2-1",
        "label": "S375",
        "long": "Bega Schools to Wallaga Lake via Central Tilba and Fairhaven Point Way",
        "short": "S375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S38-0-sj2-1",
        "label": "S382",
        "long": "Bega to Tarraganda",
        "short": "S382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S38-1-sj2-1",
        "label": "S383",
        "long": "Bega to Tanja",
        "short": "S383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S44-4-sj2-1",
        "label": "S444",
        "long": "Wolumla to Toothdale",
        "short": "S444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S44-5-sj2-1",
        "label": "S445",
        "long": "Bermagui to Bunga Head",
        "short": "S445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S44-6-sj2-1",
        "label": "S446",
        "long": "Bermagui to Wallaga Lake",
        "short": "S446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S44-7-sj2-1",
        "label": "S447",
        "long": "Central Tilba to Narooma via Tilba Tilba",
        "short": "S447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S44-8-sj2-1",
        "label": "S448",
        "long": "Central Tilba to Bermagui",
        "short": "S448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S49-0-sj2-1",
        "label": "S498",
        "long": "Candelo Primary to Mogilla via Kameruka and Kanoona",
        "short": "S498",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S49-7-sj2-1",
        "label": "S497",
        "long": "Mogilla to Bemboka",
        "short": "S497",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S53-0-sj2-1",
        "label": "S536",
        "long": "Candelo to Tantawangalo",
        "short": "S536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S53-1-sj2-1",
        "label": "S538",
        "long": "Bega to Wyndham",
        "short": "S538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S53-2-sj2-1",
        "label": "S537",
        "long": "Bega to Candelo via Kameruka",
        "short": "S537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S53-3-sj2-1",
        "label": "S539",
        "long": "Bega to Buckajo via Peak Hill Rd",
        "short": "S539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S53-4-sj2-1",
        "label": "S535",
        "long": "Bega to Candelo Towridgee Lane via Candelo",
        "short": "S535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S54-3-sj2-1",
        "label": "S540",
        "long": "Bemboka to Yankees Gap via Brown Mountain",
        "short": "S540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S54-4-sj2-1",
        "label": "S542",
        "long": "Candelo to Wolumla via Bemboka",
        "short": "S542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S54-5-sj2-1",
        "label": "S541",
        "long": "Bega to Mogilla via Candelo",
        "short": "S541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S54-8-sj2-1",
        "label": "S548",
        "long": "Eden to Towamba and Wyndham",
        "short": "S548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S54-9-sj2-1",
        "label": "S549",
        "long": "Eden to Nethercote",
        "short": "S549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S66-4-sj2-1",
        "label": "S664",
        "long": "Yass Schools to Dalton via Yass",
        "short": "S664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S66-9-sj2-1",
        "label": "S669",
        "long": "Gunning Public to Collector",
        "short": "S669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S67-0-sj2-1",
        "label": "S670",
        "long": "Gunning Public to Baila",
        "short": "S670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S67-1-sj2-1",
        "label": "S671",
        "long": "Gunning Public to Bellmount Forest",
        "short": "S671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S67-2-sj2-1",
        "label": "S672",
        "long": "Yass Schools to Gunning Public",
        "short": "S672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S67-6-sj2-1",
        "label": "S676",
        "long": "Tirranna Public to Currawang via Brisbane Grove",
        "short": "S676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S68-0-sj2-1",
        "label": "S680",
        "long": "Yass Schools to Jerrawa via Coolalie Rd",
        "short": "S680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S68-1-sj2-1",
        "label": "S681",
        "long": "Yass Schools to Dog Trap Rd via Marchmont",
        "short": "S681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S68-3-sj2-1",
        "label": "S683",
        "long": "Goulburn Schools to Cullerin via Gunning Public",
        "short": "S683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S68-4-sj2-1",
        "label": "S684",
        "long": "Goulburn Schools to Bungonia via Gundary and Quialigo",
        "short": "S684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S68-5-sj2-1",
        "label": "S685",
        "long": "Tarago to Braidwood via Goulburn Schools",
        "short": "S685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S68-6-sj2-1",
        "label": "S686",
        "long": "Goulburn Schools to Marulan via Gundary and Bungonia",
        "short": "S686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S68-7-sj2-1",
        "label": "S687",
        "long": "Goulburn Schools to Tarago Public via Tirrannaville and Lake Bathurst",
        "short": "S687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S68-8-sj2-1",
        "label": "S688",
        "long": "Goulburn Schools to Boxers Creek via Gundary and Rosemont",
        "short": "S688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S69-1-sj2-1",
        "label": "S691",
        "long": "Goulburn Schools to Mount Baw Baw Rd",
        "short": "S691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S69-2-sj2-1",
        "label": "S692",
        "long": "Bombala Schools to Bombala via Mila and Paddys Flat",
        "short": "S692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S69-3-sj2-1",
        "label": "S693",
        "long": "Tarago to Lower Boro",
        "short": "S693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S69-4-sj2-1",
        "label": "S694",
        "long": "Yass Schools to Narrengullen via Wee Jasper Rd",
        "short": "S694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S69-5-sj2-1",
        "label": "S695",
        "long": "Yass Schools to Black Range via Black Range Rd",
        "short": "S695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S69-8-sj2-1",
        "label": "S698",
        "long": "Crookwell Schools to Bigga",
        "short": "S698",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S70-0-sj2-1",
        "label": "S700",
        "long": "Binda Public to Crookwell via Redground Rd",
        "short": "S700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S70-1-sj2-1",
        "label": "S701",
        "long": "Goulburn Schools to Windellama via Bungonia",
        "short": "S701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S70-2-sj2-1",
        "label": "S702",
        "long": "Bigga Public to Greenmantle Rd",
        "short": "S702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S70-4-sj2-1",
        "label": "S704",
        "long": "Marulan Public to Bungonia",
        "short": "S704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S70-5-sj2-1",
        "label": "S705",
        "long": "Windellama Public to Lumley Rd via Oallen Ford Rd",
        "short": "S705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S70-9-sj2-1",
        "label": "S709",
        "long": "Boorowa Schools to Boorowa via Rugby and Rye Park",
        "short": "S709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S71-1-sj2-1",
        "label": "S711",
        "long": "Yass Schools to Wargeila Rd",
        "short": "S711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S71-2-sj2-1",
        "label": "S712",
        "long": "Yass Schools to Burrinjuck via Bowning Public",
        "short": "S712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S71-3-sj2-1",
        "label": "S713",
        "long": "Bowning Public and Yass Schools to Bookham",
        "short": "S713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S71-5-sj2-1",
        "label": "S715",
        "long": "Tarago to Collector Rd via Taylors Creek Rd",
        "short": "S715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S71-8-sj2-1",
        "label": "S718",
        "long": "Exeter Public to Exeter via Sallys Corner Rd",
        "short": "S718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S71-9-sj2-1",
        "label": "S719",
        "long": "Berridale to Eucumbene",
        "short": "S719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S72-0-sj2-1",
        "label": "S720",
        "long": "Yass Schools to Kangiara and Yass",
        "short": "S720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S72-1-sj2-1",
        "label": "S721",
        "long": "Boorowa Schools to Rye Park via Kennys Creek",
        "short": "S721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S72-2-sj2-1",
        "label": "S722",
        "long": "Boorowa Schools to Frogmore via Phils Creek",
        "short": "S722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S72-4-sj2-1",
        "label": "S724",
        "long": "Crookwell to Wayo via Roslyn",
        "short": "S724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S72-5-sj2-1",
        "label": "S725",
        "long": "Goulburn to Gurrundah via Gurrundah Rd",
        "short": "S725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S72-6-sj2-1",
        "label": "S726",
        "long": "Goulburn to Pomeroy via Parkesbourne",
        "short": "S726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S72-9-sj2-1",
        "label": "S729",
        "long": "Robertson Public to Robertson via Knights Hill and Pheasant Grd",
        "short": "S729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S73-0-sj2-1",
        "label": "S730",
        "long": "Robertson and Burrawang Public to Robertson via Pearsons Lane",
        "short": "S730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S73-1-sj2-1",
        "label": "S731",
        "long": "Robertson Public and Kangaloon Public to Robertson",
        "short": "S731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S75-3-sj2-1",
        "label": "S753",
        "long": "Boorowa Schools to Kangiara",
        "short": "S753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S75-4-sj2-1",
        "label": "S754",
        "long": "Boorowa Schools to Reids Flat",
        "short": "S754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S75-6-sj2-1",
        "label": "S756",
        "long": "Boorowa Schools to Boorowa via Kenyu Rd and Lachlan Valley Way",
        "short": "S756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S75-7-sj2-1",
        "label": "S757",
        "long": "Murringo Public to Murringo via Murringo Gap Rd and Wambanumba Est",
        "short": "S757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S75-8-sj2-1",
        "label": "S758",
        "long": "Boorowa Schools to Barwang Moppity Rd via Murringo",
        "short": "S758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S75-9-sj2-1",
        "label": "S759",
        "long": "Young Schools to Boorowa via Moppity Rd and Galong",
        "short": "S759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S76-3-sj2-1",
        "label": "S763",
        "long": "Crookwell Schools to Peelwood via Laggan",
        "short": "S763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S76-4-sj2-1",
        "label": "S764",
        "long": "Crookwell Schools to Diamond Rd",
        "short": "S764",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S76-5-sj2-1",
        "label": "S765",
        "long": "Crookwell Schools to Bannister via Third Creek Rd",
        "short": "S765",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S76-7-sj2-1",
        "label": "S767",
        "long": "Yass Schools to Rye Park Public",
        "short": "S767",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S76-8-sj2-1",
        "label": "S768",
        "long": "Yass Schools to Yass Town via Binalong and Bowning",
        "short": "S768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S77-5-sj2-1",
        "label": "S775",
        "long": "Dalton Public to Dalton via Gunning Public and Blakney Creek",
        "short": "S775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S78-1-sj2-1",
        "label": "S781",
        "long": "Yass Schools to Goodhope via Goodhope Rd",
        "short": "S781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S81-0-sj2-1",
        "label": "S810",
        "long": "Goulburn Schools to Towrang",
        "short": "S810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S81-1-sj2-1",
        "label": "S811",
        "long": "Goulburn Schools to Tarlo",
        "short": "S811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S81-2-sj2-1",
        "label": "S812",
        "long": "Goulburn Schools to Middle Arm",
        "short": "S812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S81-3-sj2-1",
        "label": "S813",
        "long": "Goulburn Schools to Collector",
        "short": "S813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S81-4-sj2-1",
        "label": "S814",
        "long": "Marulan Public to Big Hill via Greenwich Park",
        "short": "S814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S81-5-sj2-1",
        "label": "S815",
        "long": "Goulburn Schools to Carrick",
        "short": "S815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S81-6-sj2-1",
        "label": "S816",
        "long": "Goulburn Schools to Marulan South",
        "short": "S816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S81-7-sj2-1",
        "label": "S817",
        "long": "Goulburn Schools to Tallong",
        "short": "S817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S81-9-sj2-1",
        "label": "S819",
        "long": "Goulburn Schools to Runowaters via Tirranna Public",
        "short": "S819",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S82-0-sj2-1",
        "label": "S820",
        "long": "Goulburn Schools to Goulburn via Bradfordville",
        "short": "S820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S82-1-sj2-1",
        "label": "S821",
        "long": "Goulburn Schools to Goulburn vua Kenmore",
        "short": "S821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S82-2-sj2-1",
        "label": "S822",
        "long": "Trinity Catholic to Goulburn via Wollondilly Public",
        "short": "S822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S82-3-sj2-1",
        "label": "S823",
        "long": "Goulburn Schools to Goulburn via Kinghorne St and Cowper St",
        "short": "S823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S82-4-sj2-1",
        "label": "S824",
        "long": "Goulburn Schools to Goulburn via Middle Arm Rd",
        "short": "S824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S82-8-sj2-1",
        "label": "S828",
        "long": "Goulburn Schools to Eastgrove via North Goulburn",
        "short": "S828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S83-0-sj2-1",
        "label": "S834",
        "long": "Goulburn Schools to Grabbengullen",
        "short": "S834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S83-3-sj2-1",
        "label": "S833",
        "long": "Goulburn Schools to Taralga",
        "short": "S833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S85-0-sj2-1",
        "label": "S850",
        "long": "Camel Bus - Bowral to Braemar via Yerrinbool",
        "short": "S850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S85-1-sj2-1",
        "label": "S851",
        "long": "Frog Bus - Burradoo and Bowral Schools to Picton via Welby",
        "short": "S851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S85-2-sj2-1",
        "label": "S852",
        "long": "Penguin Bus - Bowral Public to Mittagong via Oxley Dr",
        "short": "S852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S85-3-sj2-1",
        "label": "S853",
        "long": "Panda Bus - Bowral and Mittagong Schools to Hill Top and Mittagong",
        "short": "S853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S85-4-sj2-1",
        "label": "S854",
        "long": "Horse Bus - Bowral Schools to Hill Top via Oxley College",
        "short": "S854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S85-5-sj2-1",
        "label": "S855",
        "long": "Owl Bus - Moss Vale Schools to Mittagong via Bowral",
        "short": "S855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S85-6-sj2-1",
        "label": "S856",
        "long": "LadyBug Bus - Mittagong Schools and Bowral Schools to Hill Top via Colo Vale",
        "short": "S856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S85-7-sj2-1",
        "label": "S857",
        "long": "Hill Top Public to Mittagong via Balmoral and Colo Vale",
        "short": "S857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S85-8-sj2-1",
        "label": "S858",
        "long": "Zebra Bus - Bargo to Mittagong via Picton",
        "short": "S858",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S85-9-sj2-1",
        "label": "S859",
        "long": "Lion Bus - Bargo to Mittagong via Picton and Wilton",
        "short": "S859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S86-0-sj2-1",
        "label": "S860",
        "long": "Rosella Bus - Avoca to Mittagong via Bowral and Bargo",
        "short": "S860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S86-1-sj2-1",
        "label": "S861",
        "long": "Elephant Bus - Bowral Schools to Willow Vale",
        "short": "S861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S86-2-sj2-1",
        "label": "S862",
        "long": "Kookaburra Bus - Bowral Schools to Cole Vale",
        "short": "S862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S86-3-sj2-1",
        "label": "S863",
        "long": "Squirrel Bus - Colo Vale Public to Mittagong via Yerrinbool",
        "short": "S863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S86-4-sj2-1",
        "label": "S864",
        "long": "Kangaroo Bus - Mittagong to Bowral and Burradoo Schools via Alymerton",
        "short": "S864",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S86-5-sj2-1",
        "label": "S865",
        "long": "Butterfly Bus - Bowral and Burradoo Schools to Mittagong via Robertson",
        "short": "S865",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S86-6-sj2-1",
        "label": "S866",
        "long": "Swan Bus - Bowral and Burradoo Schools to Mittagong via Berrima",
        "short": "S866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S86-7-sj2-1",
        "label": "S867",
        "long": "Monkey Bus - Bowral and Burradoo Schools to Renwick via Braemar",
        "short": "S867",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S86-8-sj2-1",
        "label": "S868",
        "long": "Rabbit Bus - Oxley Colleges and Mittagong Schools to Woodland",
        "short": "S868",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S86-9-sj2-1",
        "label": "S869",
        "long": "Dog Bus - Bowral and Mittagong Schools to High Range and Woodlands",
        "short": "S869",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S87-0-sj2-1",
        "label": "S870",
        "long": "Koala Bus - Moss Vale High to Moss Vale",
        "short": "S870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S87-1-sj2-1",
        "label": "S871",
        "long": "Platypus Bus - Moss Vale Schools to Medway via Berrima",
        "short": "S871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S87-2-sj2-1",
        "label": "S872",
        "long": "Brown Bear Bus - Moss Vale Schools to Bundanoon",
        "short": "S872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S87-3-sj2-1",
        "label": "S873",
        "long": "Cow Bus - Bowral Schools to Mitagong via Welby",
        "short": "S873",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S87-4-sj2-1",
        "label": "S874",
        "long": "Pig Bus - Moss Vale Schools to Mittagong",
        "short": "S874",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S87-5-sj2-1",
        "label": "S875",
        "long": "Sheep Bus - Mittagong Public to Colo Vale Schools and Hill Top Schools via Aylmerton",
        "short": "S875",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S87-6-sj2-1",
        "label": "S876",
        "long": "Cat Bus - Bowral Schools and Moss Vale Schools to Exeter via Sutton Forest",
        "short": "S876",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S87-7-sj2-1",
        "label": "S877",
        "long": "Basset Hound Bus - Chevalier College and Moss Vale High to Moss Vale",
        "short": "S877",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S87-8-sj2-1",
        "label": "S878",
        "long": "Mouse Bus - Avoca Public, Burrawang Public and Moss Vale Schools to Bowral",
        "short": "S878",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S87-9-sj2-1",
        "label": "S879",
        "long": "Goldfish Bus - Wollondilly Anglican Coll, Moss Vale HS, Avoca PS to Bowral via Fitzroy",
        "short": "S879",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S88-0-sj2-1",
        "label": "S880",
        "long": "Parrot Bus - Moss Vale Schools and Bowral Schools to Robertson and Bowral via Kangaloon",
        "short": "S880",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S88-1-sj2-1",
        "label": "S881",
        "long": "Flamingo Bus - Oxley College and Moss Vale High to Mittagong via Exeter and Wingello",
        "short": "S881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S88-2-sj2-1",
        "label": "S882",
        "long": "Pigeon Bus - Burrawang PS, Kangaloon PS and S Highlands Christian to Moss Vale HS",
        "short": "S882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S88-3-sj2-1",
        "label": "S883",
        "long": "Seal Bus - The King's Tudor House Campus and Bowral Public to Mittagong via Alpine",
        "short": "S883",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S88-4-sj2-1",
        "label": "S884",
        "long": "Mountain Goat Bus - Chevalier College to Bowral Public via Old South Rd",
        "short": "S884",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S88-5-sj2-1",
        "label": "S885",
        "long": "Turtle Bus - Moss Vale Schools and Chevalier College to Braemar and Mittagong",
        "short": "S885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S88-6-sj2-1",
        "label": "S886",
        "long": "Tropical Fish Bus - Bowral High to Willow Vale via Aylmerton",
        "short": "S886",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S88-7-sj2-1",
        "label": "S887",
        "long": "Seashell (Nautilus) Bus - Moss Vale to Moss Vale Schools",
        "short": "S887",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S88-8-sj2-1",
        "label": "S888",
        "long": "Cheetah Bus - Moss Vale Schools to Bundanoon via Exeter",
        "short": "S888",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S88-9-sj2-1",
        "label": "S889",
        "long": "Eagle Bus - Bowral Schools to East Bowral and Burradoo",
        "short": "S889",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S89-0-sj2-1",
        "label": "S890",
        "long": "Snake Bus - Wollondilly Anglican to Moss Vale and Robertson via East Bowral",
        "short": "S890",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S89-1-sj2-1",
        "label": "S891",
        "long": "Koala Bus - Moss Vale High to Canyonleigh via Sutton Forest",
        "short": "S891",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S89-2-sj2-1",
        "label": "S892",
        "long": "Platypus Bus - Moss Vale Schools to Paddys River via Sutton Forest",
        "short": "S892",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S89-3-sj2-1",
        "label": "S893",
        "long": "Duck Bus - Moss Vale to Mittagong via Goulburn Schools",
        "short": "S893",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "57-S89-4-sj2-1",
        "label": "S894",
        "long": "Elk Bus - Exeter Public to Canyonleigh via Sutton Forest",
        "short": "S894",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-100-sj2-1",
        "label": "100",
        "long": "Nowra to Ulladulla",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-101-sj2-1",
        "label": "101",
        "long": "East Nowra and Worrigee to Nowra (Loop Service)",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-102-X-sj2-1",
        "label": "102X",
        "long": "Bomaderry Station to St Georges Basin via Nowra and Sanctuary Point",
        "short": "102X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-102-sj2-1",
        "label": "102",
        "long": "Bomaderry Station and Nowra to Basin View via St Georges Basin",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-104-sj2-1",
        "label": "104",
        "long": "Hyams Beach and Erowal Bay to Vincentia (Loop Service)",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-106-X-sj2-1",
        "label": "106X",
        "long": "Bomaderry Station to UOW Shoalhaven Campus via Nowra",
        "short": "106X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-106-sj2-1",
        "label": "106",
        "long": "West Nowra to Nowra via UOW Shoalhaven Campus (Loop Service)",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-110-sj2-1",
        "label": "110",
        "long": "Greenwell Point to Bomaderry Station via Worrigee Rd and Nowra",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-111-sj2-1",
        "label": "111",
        "long": "Bomaderry Station to Orient Point via Culburra Beach and Nowra",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-112-sj2-1",
        "label": "112",
        "long": "Nowra to Kangaroo Valley via Cambewarra and Bomaderry",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-120-sj2-1",
        "label": "120",
        "long": "Nowra to Currarong and Callala via Myola",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-125-sj2-1",
        "label": "125",
        "long": "Kiama to Jamberoo and Minnamurra Falls",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-126-sj2-1",
        "label": "126",
        "long": "Kiama to Gerroa via Gerringong",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-130-sj2-1",
        "label": "130",
        "long": "Nowra to Gerringong via Nowra TAFE, Berry and Gerroa",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-131-sj2-1",
        "label": "131",
        "long": "Bomaderry to Nowra via Bomaderry Station (Loop Service)",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-132-sj2-1",
        "label": "132",
        "long": "North Nowra to Nowra (Loop Service)",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-134-sj2-1",
        "label": "134",
        "long": "Huskisson to Sussex Inlet and Berrara via Vincentia and Sanctuary Point",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-135-sj2-1",
        "label": "135",
        "long": "Bomaderry Station to Berrara via Nowra, Tomerong and Sussex Inlet",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-139-sj2-1",
        "label": "139",
        "long": "Nowra to Shoalhaven Heads via Bomaderry Station",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-737-sj2-1",
        "label": "737",
        "long": "Kiama Station to Bomaderry Station via Gerringong Station and Berry",
        "short": "737",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-740-sj2-1",
        "label": "740",
        "long": "Ulladulla to Milton via Mollymook and Narrawallee",
        "short": "740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-741-sj2-1",
        "label": "741",
        "long": "Ulladulla to Kioloa via Bawley Point",
        "short": "741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-900-sj2-1",
        "label": "900",
        "long": "Campbelltown and Narellan to Picton",
        "short": "900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-901-sj2-1",
        "label": "901",
        "long": "Picton to Wilton via Douglas Park",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-911-sj2-1",
        "label": "911",
        "long": "Picton to Bargo and Yanderra via Tahmoor",
        "short": "911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-912-sj2-1",
        "label": "912",
        "long": "Picton to Tahmoor via Thirlmere",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-913-sj2-1",
        "label": "913",
        "long": "Buxton to Tahmoor and Picton",
        "short": "913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-914-sj2-1",
        "label": "914",
        "long": "Buxton to Picton via Tahmoor and Thirlmere",
        "short": "914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-915-sj2-1",
        "label": "915",
        "long": "Picton to Nangarin Vineyard Estate via Barkers Lodge Rd",
        "short": "915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S40-2-sj2-1",
        "label": "S402",
        "long": "Bomaderry High to West Nowra via Nowra Schools",
        "short": "S402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S40-3-sj2-1",
        "label": "S403",
        "long": "Falls Creek PS to Worrigee via Nowra Schools",
        "short": "S403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S40-4-sj2-1",
        "label": "S404",
        "long": "Nowra Schools to Nowra Hill via West Nowra",
        "short": "S404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S40-5-sj2-1",
        "label": "S405",
        "long": "St Michael's to Nowra Hill via East Nowra PS and Worrigee",
        "short": "S405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S40-6-sj2-1",
        "label": "S406",
        "long": "North Nowra PS to Worrigee via Nowra Schools",
        "short": "S406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S40-7-sj2-1",
        "label": "S407",
        "long": "Nowra Schools to Erowal Bay via Vincentia",
        "short": "S407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S40-8-sj2-1",
        "label": "S408",
        "long": "Nowra Schools to Sanctuary Point via Basin View",
        "short": "S408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S40-9-sj2-1",
        "label": "S409",
        "long": "Falls Creek PS to Sanctuary Point via Huskisson PS",
        "short": "S409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S41-0-sj2-1",
        "label": "S410",
        "long": "Nowra Anglican to Old Erowal Bay via Huskisson",
        "short": "S410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S41-1-sj2-1",
        "label": "S411",
        "long": "Nowra Anglican to Sanctuary Point via Basin View",
        "short": "S411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S41-2-sj2-1",
        "label": "S412",
        "long": "Nowra Schools to Vincentia",
        "short": "S412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S41-3-sj2-1",
        "label": "S413",
        "long": "Nowra Schools to Basin View",
        "short": "S413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S41-4-sj2-1",
        "label": "S414",
        "long": "Nowra Schools to Burrill Lake",
        "short": "S414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S41-5-sj2-1",
        "label": "S415",
        "long": "Nowra Schools to Ulladulla",
        "short": "S415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S41-6-sj2-1",
        "label": "S416",
        "long": "Ulladulla to Huskisson via Milton Schools",
        "short": "S416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S41-7-sj2-1",
        "label": "S417",
        "long": "Vincentia to St Georges Basin via Sanctuary Point Schools",
        "short": "S417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S41-8-sj2-1",
        "label": "S418",
        "long": "Nowra Schools to St Georges Basin via Erowal Bay",
        "short": "S418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S41-9-sj2-1",
        "label": "S419",
        "long": "Vincentia to Tomerong via St Georges Basin",
        "short": "S419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S42-0-sj2-1",
        "label": "S420",
        "long": "Vincentia Schools to Nowra",
        "short": "S420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S42-1-sj2-1",
        "label": "S421",
        "long": "Vincentia to Falls Creek via St Georges Basin and Tomerong",
        "short": "S421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S42-2-sj2-1",
        "label": "S422",
        "long": "Nowra Schools to Worrigee",
        "short": "S422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S42-3-sj2-1",
        "label": "S423",
        "long": "Vincentia to Erowal Bay via Sanctuary Point",
        "short": "S423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S42-4-sj2-1",
        "label": "S424",
        "long": "Vincentia High to Huskisson via St Georges Basin",
        "short": "S424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S42-5-sj2-1",
        "label": "S425",
        "long": "Hyams Beach to Nowra via Erowal Bay",
        "short": "S425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S43-0-sj2-1",
        "label": "S430",
        "long": "Nowra Schools to Burrier via Longreach",
        "short": "S430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S43-1-sj2-1",
        "label": "S431",
        "long": "Toolijooa to Albion Park via Gerringong",
        "short": "S431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S43-2-sj2-1",
        "label": "S432",
        "long": "Gerringong to Gerroa via Toolijooa",
        "short": "S432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S43-3-sj2-1",
        "label": "S433",
        "long": "Gerringong to Rose Valley via Werri Beach",
        "short": "S433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S43-6-sj2-1",
        "label": "S436",
        "long": "Woodhill to Berry",
        "short": "S436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S43-7-sj2-1",
        "label": "S437",
        "long": "Bellawongarah to Berry",
        "short": "S437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S44-0-sj2-1",
        "label": "S440",
        "long": "Wattamolla to Kangaroo Valley",
        "short": "S440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S44-1-sj2-1",
        "label": "S441",
        "long": "Upper Kangaroo Valley to Kangaroo Valley",
        "short": "S441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S44-2-sj2-1",
        "label": "S442",
        "long": "Barrengarry Mountain to Kangaroo Valley",
        "short": "S442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S44-3-sj2-1",
        "label": "S447",
        "long": "Berry to Coolangatta",
        "short": "S447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S44-4-sj2-1",
        "label": "S446",
        "long": "Sussex Inlet to Berrara",
        "short": "S446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S44-A-sj2-1",
        "label": "S448",
        "long": "Nowra to Berrara via Sussex Inlet",
        "short": "S448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S44-B-sj2-1",
        "label": "S445",
        "long": "Nowra to Shoalhaven Heads via Berry",
        "short": "S445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S44-C-sj2-1",
        "label": "S449",
        "long": "Nowra to Berrara via Sussex Inlet",
        "short": "S449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S45-3-sj2-1",
        "label": "S453",
        "long": "East Nowra to Greenwell Point",
        "short": "S453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S45-4-sj2-1",
        "label": "S454",
        "long": "Orient Point to Cambewarra via Culburra and Nowra",
        "short": "S454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S45-6-sj2-1",
        "label": "S456",
        "long": "Greenwell Point to East Nowra via Comerong Island",
        "short": "S456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S45-7-sj2-1",
        "label": "S457",
        "long": "East Nowra to South Nowra via Culburra and Orient Point",
        "short": "S457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S45-8-sj2-1",
        "label": "S458",
        "long": "Orient Point to Bomaderry via Culburra, East Nowra and Nowra",
        "short": "S458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S45-9-sj2-1",
        "label": "S459",
        "long": "East Nowra to Orient Point via Worrigee Rd and Culburra",
        "short": "S459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S46-0-sj2-1",
        "label": "S460",
        "long": "East Nowra to Orient Point via Culburra",
        "short": "S460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S46-1-sj2-1",
        "label": "S461",
        "long": "Culburra to Nowra via East Nowra, Cambewarra and Bomaderry",
        "short": "S461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S46-2-sj2-1",
        "label": "S462",
        "long": "East Nowra to Cambewarra via Nowra and Bomaderry",
        "short": "S462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S47-1-sj2-1",
        "label": "S471",
        "long": "Shoalhaven High to Callala Beach",
        "short": "S471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S47-2-sj2-1",
        "label": "S472",
        "long": "Nowra TAFE to Callala Bay via Bomaderry",
        "short": "S472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S47-3-sj2-1",
        "label": "S473",
        "long": "Nowra to Currarong via Callala Bay and Terara Primary",
        "short": "S473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S47-4-sj2-1",
        "label": "S474",
        "long": "Shoalhaven High to Callala Bay",
        "short": "S474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S48-2-sj2-1",
        "label": "S482",
        "long": "Minnamurra Primary to Kiama via Kiama Downs, Kiama and Jamberoo",
        "short": "S482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S48-3-sj2-1",
        "label": "S483",
        "long": "Kiama Schools to Gerringong via Cedar Ridge",
        "short": "S483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S48-4-sj2-1",
        "label": "S484",
        "long": "Kiama Schools to Jamberoo",
        "short": "S484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S48-6-sj2-1",
        "label": "S486",
        "long": "Minnamurra Primary and Kiama High to Kiama Downs",
        "short": "S486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S48-7-sj2-1",
        "label": "S487",
        "long": "Kiama Schools to Gerringong via Kiama",
        "short": "S487",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S48-9-sj2-1",
        "label": "S489",
        "long": "Corpus Christi High to Gerringong via Shellharbour Anglican and Kiama High",
        "short": "S489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S49-0-sj2-1",
        "label": "S490",
        "long": "Oak Flats and Albion Park Schools to Gerringong via Jamberoo and Kiama",
        "short": "S490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S49-1-sj2-1",
        "label": "S491",
        "long": "Kiama Schools to Kiama Downs",
        "short": "S491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S49-2-sj2-1",
        "label": "S492",
        "long": "Kiama Schools to Minnamurra via Kiama Heights",
        "short": "S492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S49-3-sj2-1",
        "label": "S493",
        "long": "Kiama High to Gerringong",
        "short": "S493",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S49-4-sj2-1",
        "label": "S494",
        "long": "Minnamurra Primary to Kiama Downs via Kiama High",
        "short": "S494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S49-5-sj2-1",
        "label": "S495",
        "long": "Gerroa to Kiama via Gerringong and Kiama High",
        "short": "S495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S50-3-sj2-1",
        "label": "S503",
        "long": "Gerringong to Sussex via Nowra and Berry",
        "short": "S503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S50-5-sj2-1",
        "label": "S505",
        "long": "Ulladulla to Sussex",
        "short": "S505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S50-6-sj2-1",
        "label": "S506",
        "long": "Vincentia to Sussex",
        "short": "S506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S50-8-sj2-1",
        "label": "S508",
        "long": "Sussex to Nowra",
        "short": "S508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S51-0-sj2-1",
        "label": "S510",
        "long": "Nowra to North Nowra",
        "short": "S510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S51-1-sj2-1",
        "label": "S511",
        "long": "Bomaderry to Berry",
        "short": "S511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S51-2-sj2-1",
        "label": "S512",
        "long": "Shoalhaven Heads to North Nowra via Bomaderry",
        "short": "S512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S51-3-sj2-1",
        "label": "S513",
        "long": "North Nowra to Bomaderry",
        "short": "S513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S51-4-sj2-1",
        "label": "S514",
        "long": "Bomaderry to Berry via Foxground",
        "short": "S514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S51-5-sj2-1",
        "label": "S515",
        "long": "Nowra to Gerringong via Bomaderry",
        "short": "S515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S51-6-sj2-1",
        "label": "S516",
        "long": "Bomaderry to Shoalhaven Heads",
        "short": "S516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S51-7-sj2-1",
        "label": "S517",
        "long": "North Nowra to Berry via Nowra and Bomaderry",
        "short": "S517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S51-9-sj2-1",
        "label": "S519",
        "long": "Cambewarra to North Nowra via Bomaderry",
        "short": "S519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S52-1-sj2-1",
        "label": "S521",
        "long": "Bomaderry to North Nowra via Nowra",
        "short": "S521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S52-2-sj2-1",
        "label": "S522",
        "long": "Nowra to North Nowra via Bomaderry",
        "short": "S522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S52-4-sj2-1",
        "label": "S524",
        "long": "Bomaderry to Shoalhaven Heads",
        "short": "S524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S52-5-sj2-1",
        "label": "S525",
        "long": "Nowra to Shoalhaven Heads via Bomaderry",
        "short": "S525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S66-6-sj2-1",
        "label": "S666",
        "long": "Bilpin Public to Mount Tomah via Kurrajong Heights",
        "short": "S666",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S66-7-sj2-1",
        "label": "S667",
        "long": "Bilpin Public to Mount Tootie Rd via Mountain Lagoon",
        "short": "S667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S66-8-sj2-1",
        "label": "S668",
        "long": "Kurrajong North Public to Berambing",
        "short": "S668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S78-8-sj2-1",
        "label": "S788",
        "long": "Camel Bus - Ulladulla Schools to Kioloa via Milton Schools",
        "short": "S788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S78-9-sj2-1",
        "label": "S789",
        "long": "Rhino Bus - Ulladulla Schools to Lake Tabourie via Narrawallee and Mollymook",
        "short": "S789",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S79-0-sj2-1",
        "label": "S790",
        "long": "Frog Bus - Ulladulla and Milton Schools to Burrill Lake via Mollymook",
        "short": "S790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S79-1-sj2-1",
        "label": "S791",
        "long": "Penguin Bus - Ulladulla and Milton Schools to Ulladulla via Princes Hwy",
        "short": "S791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S79-2-sj2-1",
        "label": "S792",
        "long": "Panda Bus - Miton to Ulladulla High via Lake Tabourie",
        "short": "S792",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S79-3-sj2-1",
        "label": "S793",
        "long": "Horse Bus - Ulladulla and Milton Schools to Kioloa",
        "short": "S793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S79-4-sj2-1",
        "label": "S794",
        "long": "Owl Bus - Ulladulla Schools to Kings Point",
        "short": "S794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S79-5-sj2-1",
        "label": "S795",
        "long": "Ladybug Bus - Ulladulla and Milton Schools to Dolphin Point",
        "short": "S795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S79-6-sj2-1",
        "label": "S796",
        "long": "Hippo Bus - Ulladulla to Milton Schools via Mollymook Beach",
        "short": "S796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S79-7-sj2-1",
        "label": "S797",
        "long": "Zebra Bus - Ulladulla and Milton Schools to Narrawallee via Mollymook Beach",
        "short": "S797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S79-8-sj2-1",
        "label": "S798",
        "long": "Lion Bus - Ulladulla Schools to Milton Schools via Narrawallee",
        "short": "S798",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S79-9-sj2-1",
        "label": "S799",
        "long": "Rosella Bus - Ulladulla and Milton Schools to Narrawallee and Mollymook",
        "short": "S799",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S80-0-sj2-1",
        "label": "S800",
        "long": "Giraffe Bus - Ulladulla Schools to Bawley Point",
        "short": "S800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S82-5-sj2-1",
        "label": "S825",
        "long": "Wilton to Narellan Rd via Douglas Park and Magdalene Catholic College",
        "short": "S825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S82-6-sj2-1",
        "label": "S826",
        "long": "Tahmoor to Picton Schools via Couridjah Buxton Thirlmere Wilton and Broughton Anglican Coll",
        "short": "S826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S82-7-sj2-1",
        "label": "S827",
        "long": "Picton to Wilton Shops via Douglas Park Dr",
        "short": "S827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S82-8-sj2-1",
        "label": "S828",
        "long": "Tahmoor to Wilton Public via Douglas Park and St Gregorys College",
        "short": "S828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S82-9-sj2-1",
        "label": "S829",
        "long": "Picton to John Therry Catholic High via Douglas Park",
        "short": "S829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S83-0-sj2-1",
        "label": "S830",
        "long": "Wilton to Picton Schools via Tahmoor, Thirlmere and Wollondilly Anglican Coll",
        "short": "S830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S83-1-sj2-1",
        "label": "S831",
        "long": "Colo Vale to Thirlmere PS via Buxton, Tahmoor, Thirlmere, Picton HS and Wollondilly Anglican Coll",
        "short": "S831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S83-2-sj2-1",
        "label": "S832",
        "long": "Nangarin Estate to Picton HS via Broughton Anglican Coll and Tahmoor PS",
        "short": "S832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S83-3-sj2-1",
        "label": "S833",
        "long": "Picton to Douglas Park PS via Picton, St Benedicts Catholic Coll and Macarthur Anglican",
        "short": "S833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S83-4-sj2-1",
        "label": "S834",
        "long": "Hill Top to Picton Schools via Buxton and Tahmoor Schools",
        "short": "S834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S83-5-sj2-1",
        "label": "S835",
        "long": "Pheasants Nest to Thirlmere and Tahmoor Schools via Bargo, Wollondilly Anglican Coll and Picton HS",
        "short": "S835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S83-6-sj2-1",
        "label": "S836",
        "long": "Wilton to Picton High via Wollondilly Anglican College and Bargo",
        "short": "S836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S83-7-sj2-1",
        "label": "S837",
        "long": "Picton to Bargo Public via Thirlmere, Tahmoor and Pheasants Nest",
        "short": "S837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S83-8-sj2-1",
        "label": "S838",
        "long": "Thirlmere to Buxton Public via Tahmoor, Couridjah and Picton High",
        "short": "S838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S83-9-sj2-1",
        "label": "S839",
        "long": "Picton Station to Bargo Public via Bargo, Yanderra and Yerrinbool",
        "short": "S839",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S84-0-sj2-1",
        "label": "S840",
        "long": "Bargo To Picton HS via Yanderra, Wollondilly Anglican Coll and Tahmoor PS",
        "short": "S840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S84-1-sj2-1",
        "label": "S841",
        "long": "Picton To Wollondilly Anglican Coll and Picton Schools via Bargo and Yanderra",
        "short": "S841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S84-2-sj2-1",
        "label": "S842",
        "long": "Buxton to Picton Schools via Wollondilly Anglican College",
        "short": "S842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S84-3-sj2-1",
        "label": "S843",
        "long": "The Oaks to Wollondilly Anglican College and Picton Schools via Bargo",
        "short": "S843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S84-4-sj2-1",
        "label": "S844",
        "long": "Tahmoor to Picton High via Thirlmere, Picton and Magdalene Catholic Coll",
        "short": "S844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S84-5-sj2-1",
        "label": "S845",
        "long": "Picton to Picton Schools via Douglas Park, Camden High and The Oaks",
        "short": "S845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S84-6-sj2-1",
        "label": "S846",
        "long": "Oakdale to Picton Schools via Thirlmere",
        "short": "S846",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S84-7-sj2-1",
        "label": "S847",
        "long": "Colo Vale to Wilton Public via Wollondilly Anglican Coll and Picton High",
        "short": "S847",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S84-8-sj2-1",
        "label": "S848",
        "long": "Bargo to St Patricks College via Pheasants Nest, Picton and Douglas Park",
        "short": "S848",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S84-9-sj2-1",
        "label": "S849",
        "long": "Wilton to Picton High via Picton Public and St Anthony's",
        "short": "S849",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S85-0-sj2-1",
        "label": "S850",
        "long": "Wollondilly Anglican Coll to Buxton via Camden Schools and Douglas Park",
        "short": "S850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S85-1-sj2-1",
        "label": "S851",
        "long": "St Benedicts Catholic Coll to Buxton via Camden Schools and Picton Schools",
        "short": "S851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S85-2-sj2-1",
        "label": "S852",
        "long": "Wollondilly Anglican Coll to Yanderra via Tahmoor Thirlmere and Picton Schools",
        "short": "S852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S85-3-sj2-1",
        "label": "S853",
        "long": "Magdalene Catholic College to Buxton via Picton Schools",
        "short": "S853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S85-4-sj2-1",
        "label": "S854",
        "long": "St Gregory's College to Bargo via Douglas Park and Tahmoor",
        "short": "S854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S85-5-sj2-1",
        "label": "S855",
        "long": "Thirlmere PS to Picton Railway Station via Picton Douglas Park and Wilton",
        "short": "S855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S85-6-sj2-1",
        "label": "S856",
        "long": "Wollondilly Anglican College and Picton HS to Wilton via Bargo and Tahmoor",
        "short": "S856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S85-7-sj2-1",
        "label": "S857",
        "long": "Magdalene Catholic College to Pheasants Nest via Picton Schools",
        "short": "S857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S85-8-sj2-1",
        "label": "S858",
        "long": "Tahmoor Public to Lakesland via Buxton Public and Picton Schools",
        "short": "S858",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S85-9-sj2-1",
        "label": "S859",
        "long": "Broughton Anglican College to Bargo via Picton Schools",
        "short": "S859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S86-0-sj2-1",
        "label": "S860",
        "long": "Wollondilly Anglican College to Thirlmere via Wilton and Picton Schools",
        "short": "S860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S86-1-sj2-1",
        "label": "S861",
        "long": "Wollondilly Anglican Coll to Hill Top via Pheasants Nest and Picton High",
        "short": "S861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S86-2-sj2-1",
        "label": "S862",
        "long": "Wollondilly Anglican Coll to Lakesland via Oakdale, Thirlmere and Picton Schools",
        "short": "S862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S86-3-sj2-1",
        "label": "S863",
        "long": "Wollondilly Anglican Coll to Oakdale via Tahmoor, The Oaks and Picton Schools",
        "short": "S863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S86-4-sj2-1",
        "label": "S864",
        "long": "Thirlmere Public to Tahmoor",
        "short": "S864",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S86-5-sj2-1",
        "label": "S865",
        "long": "Wollondilly Anglican College to Wilton via Tahmoor and Picton Schools",
        "short": "S865",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S86-6-sj2-1",
        "label": "S866",
        "long": "Douglas Park PS to Wilton via Broughton Anglican Coll, Menangle Park and Douglas Park",
        "short": "S866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S86-7-sj2-1",
        "label": "S867",
        "long": "Wollondilly Anglican College to The Oaks via Picton Schools and Bargo",
        "short": "S867",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S86-8-sj2-1",
        "label": "S868",
        "long": "Tahmoor PS and Wollondilly Anglican Coll to Tahmoor via Bargo and Yanderra",
        "short": "S868",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S86-9-sj2-1",
        "label": "S869",
        "long": "Buxton Public to Tahmoor Public via Balmoral",
        "short": "S869",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S87-0-sj2-1",
        "label": "S870",
        "long": "Camden High to Wilton via Douglas Park",
        "short": "S870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S87-1-sj2-1",
        "label": "S871",
        "long": "Magdalene Catholic Coll to Thirlmere via Camden HS, Douglas Park PS and Picton Schools",
        "short": "S871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S87-2-sj2-1",
        "label": "S872",
        "long": "John Therry Catholic College to Bargo via Douglas Park PS and Picton HS",
        "short": "S872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S87-3-sj2-1",
        "label": "S873",
        "long": "Wollondilly Anglican College to Picton via Wilton",
        "short": "S873",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "58-S87-4-sj2-1",
        "label": "S874",
        "long": "St Patricks College to Bargo via Douglas Park, Picton and Pheasants Nest",
        "short": "S874",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-150-2-sj2-1",
        "label": "1502",
        "long": "Hunter Christian School to Rutherford Shops",
        "short": "1502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-151-1-sj2-1",
        "label": "1511",
        "long": "Eleebana to Linuwel School",
        "short": "1511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-151-2-sj2-1",
        "label": "1512",
        "long": "Raworth to St Joseph's Primary School",
        "short": "1512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-151-3-sj2-1",
        "label": "1513",
        "long": "Linuwel School to Eleebana",
        "short": "1513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-228-1-sj2-1",
        "label": "2281",
        "long": "Lions Park to Merewether High School",
        "short": "2281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-228-2-sj2-1",
        "label": "2282",
        "long": "Merewether High School to Lions Park",
        "short": "2282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-228-3-sj2-1",
        "label": "2283",
        "long": "Merewether High School to Lions Park",
        "short": "2283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-233-1-sj2-1",
        "label": "2331",
        "long": "Branxton Golf Club to St Peters Maitland",
        "short": "2331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-233-2-sj2-1",
        "label": "2332",
        "long": "Maitland Private Hospital to East Maitland Public School",
        "short": "2332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-233-3-sj2-1",
        "label": "2333",
        "long": "Metford Christian College to Rutherford",
        "short": "2333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-233-7-sj2-1",
        "label": "2337",
        "long": "Fletcher to Merewether HS",
        "short": "2337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-239-2-sj2-1",
        "label": "2392",
        "long": "Lenaghan to Black Hill Public School",
        "short": "2392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-250-1-sj2-1",
        "label": "2501",
        "long": "Valentine to Bishop Tyrell Anglican College",
        "short": "2501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-259-sj2-1",
        "label": "259",
        "long": "Glendale to Minmi via Cardiff, Wallsend and Maryland",
        "short": "259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-260-sj2-1",
        "label": "260",
        "long": "Minmi to University of Newcastle via Fletcher, Maryland and Wallsend",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-261-sj2-1",
        "label": "261",
        "long": "Fletcher to University of Newcastle via Maryland and Wallsend",
        "short": "261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-262-sj2-1",
        "label": "262",
        "long": "Cameron Park to Charlestown via Constitution Dr",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-263-sj2-1",
        "label": "263",
        "long": "Cameron Park to Charlestown",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-264-sj2-1",
        "label": "264",
        "long": "Adamstown to Minmi via Kotara and Glendale",
        "short": "264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-266-sj2-1",
        "label": "266",
        "long": "West Wallsend to Newcastle",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-267-sj2-1",
        "label": "267",
        "long": "West Wallsend to Glendale",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-268-sj2-1",
        "label": "268",
        "long": "Killingworth to Glendale",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-269-sj2-1",
        "label": "269",
        "long": "Toronto to Charlestown",
        "short": "269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-270-sj2-1",
        "label": "270",
        "long": "Toronto West to University of Newcastle",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-271-sj2-1",
        "label": "271",
        "long": "Toronto to Glendale",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-273-sj2-1",
        "label": "273",
        "long": "Toronto to Fassifern",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-274-sj2-1",
        "label": "274",
        "long": "Toronto to Coal Point (Loop Service)",
        "short": "274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-275-sj2-1",
        "label": "275",
        "long": "Toronto to Morisset via Fishing Point and Wangi Wangi",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-278-sj2-1",
        "label": "278",
        "long": "Morisset to Silverwater (Loop Service)",
        "short": "278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-279-sj2-1",
        "label": "279",
        "long": "Morisset to Sunshine (Loop Service)",
        "short": "279",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-280-sj2-1",
        "label": "280",
        "long": "Morisset to Cooranbong",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-281-sj2-1",
        "label": "281",
        "long": "Lake Haven to Wangi Wangi",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-615-0-sj2-1",
        "label": "6150",
        "long": "Cameron Park to Charlton Christian College",
        "short": "6150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-615-1-sj2-1",
        "label": "6151",
        "long": "St Paul's HS to Cameron Park",
        "short": "6151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-615-3-sj2-1",
        "label": "6153",
        "long": "Edgeworth PS to Wallsend Plaza",
        "short": "6153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-615-7-sj2-1",
        "label": "6157",
        "long": "Wallsend South PS to Rankin Park",
        "short": "6157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-615-9-sj2-1",
        "label": "6159",
        "long": "Edgeworth PS to Seaham",
        "short": "6159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-616-1-sj2-1",
        "label": "6161",
        "long": "Glendale Technology HS to Oakville and Renfrew",
        "short": "6161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-616-3-sj2-1",
        "label": "6163",
        "long": "Holy Cross PS to Main Rd",
        "short": "6163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-616-5-sj2-1",
        "label": "6165",
        "long": "Mayfield Christian to Oakville Rd and Minmi",
        "short": "6165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-617-2-sj2-1",
        "label": "6172",
        "long": "Callaghan College Wallsend to Maryland",
        "short": "6172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-617-7-sj2-1",
        "label": "6177",
        "long": "West Wallsend HS to Cameron Park and Edgeworth",
        "short": "6177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-617-9-sj2-1",
        "label": "6179",
        "long": "West Wallsend HS to St Pauls HS",
        "short": "6179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-618-1-sj2-1",
        "label": "6181",
        "long": "West Wallsend HS to Barnsley and Edgeworth",
        "short": "6181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-618-3-sj2-1",
        "label": "6183",
        "long": "West Wallsend HS to Edgeworth",
        "short": "6183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-618-5-sj2-1",
        "label": "6185",
        "long": "West Wallsend HS to Seahampton",
        "short": "6185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-618-7-sj2-1",
        "label": "6187",
        "long": "St Paul's Catholic HS to Seahampton",
        "short": "6187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-618-9-sj2-1",
        "label": "6189",
        "long": "West Wallsend HS to Killingworth",
        "short": "6189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-619-3-sj2-1",
        "label": "6193",
        "long": "West Wallsend HS to Cameron Park",
        "short": "6193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-619-5-sj2-1",
        "label": "6195",
        "long": "West Wallsend HS to Barnsley",
        "short": "6195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-619-7-sj2-1",
        "label": "6197",
        "long": "West Wallsend HS to Edgeworth Heights",
        "short": "6197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-619-9-sj2-1",
        "label": "6199",
        "long": "West Wallsend PS to Holmesville and Barnsley",
        "short": "6199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-620-2-sj2-1",
        "label": "6202",
        "long": "San Clemente HS to Fletcher via Wallsend",
        "short": "6202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-620-3-sj2-1",
        "label": "6203",
        "long": "Barnsley PS to Killingworth",
        "short": "6203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-620-4-sj2-1",
        "label": "6204",
        "long": "Holmesville to Edgeworth Heights PS",
        "short": "6204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-620-5-sj2-1",
        "label": "6205",
        "long": "Barnsley PS to Killingworth",
        "short": "6205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-620-6-sj2-1",
        "label": "6206",
        "long": "Fassifern Station to West Wallsend HS",
        "short": "6206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-620-7-sj2-1",
        "label": "6207",
        "long": "Bishop Tyrell College to Seahampton",
        "short": "6207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-620-8-sj2-1",
        "label": "6208",
        "long": "Mayfield to Glendale Technology HS",
        "short": "6208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-620-9-sj2-1",
        "label": "6209",
        "long": "Edgeworth Heights PS to Glendale Technology HS",
        "short": "6209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-621-1-sj2-1",
        "label": "6211",
        "long": "Edgeworth Heights PS to Main Rd at Minmi Rd",
        "short": "6211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-621-3-sj2-1",
        "label": "6213",
        "long": "Edgeworth PS to Glendale Technology HS",
        "short": "6213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-621-5-sj2-1",
        "label": "6215",
        "long": "Edgeworth PS to Jupiter Cct before Constitution Rd",
        "short": "6215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-621-8-sj2-1",
        "label": "6218",
        "long": "Edgeworth to West Wallsend HS",
        "short": "6218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-622-0-sj2-1",
        "label": "6220",
        "long": "Edgeworth to Holy Cross PS",
        "short": "6220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-622-2-sj2-1",
        "label": "6222",
        "long": "Seahampton to Hunter Christian College",
        "short": "6222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-622-3-sj2-1",
        "label": "6223",
        "long": "Glendale Technology HS to Cameron Park",
        "short": "6223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-622-5-sj2-1",
        "label": "6225",
        "long": "Edgeworth Heights PS to Cameron Park",
        "short": "6225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-622-6-sj2-1",
        "label": "6226",
        "long": "Edgeworth to Lake Macquarie HS",
        "short": "6226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-622-7-sj2-1",
        "label": "6227",
        "long": "Glendale Technology HS to Northlakes Estate",
        "short": "6227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-622-9-sj2-1",
        "label": "6229",
        "long": "Glendale Technology HS to West Wallsend",
        "short": "6229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-623-5-sj2-1",
        "label": "6235",
        "long": "Glendale Technology HS to Fletcher",
        "short": "6235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-623-9-sj2-1",
        "label": "6239",
        "long": "Edgeworth Heights PS to Cameron Park",
        "short": "6239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-624-0-sj2-1",
        "label": "6240",
        "long": "Wakefield Rd at School Rd to Bishop Tyrell College",
        "short": "6240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-624-1-sj2-1",
        "label": "6241",
        "long": "Glendale Technology HS to Seahampton",
        "short": "6241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-624-4-sj2-1",
        "label": "6244",
        "long": "Killingworth to Merewether HS",
        "short": "6244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-624-9-sj2-1",
        "label": "6249",
        "long": "Holy Cross PS to George Booth and Fifth St",
        "short": "6249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-625-4-sj2-1",
        "label": "6254",
        "long": "Killingworth to St Benedicts PS",
        "short": "6254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-625-6-sj2-1",
        "label": "6256",
        "long": "Wakefield to St Benedicts PS",
        "short": "6256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-625-8-sj2-1",
        "label": "6258",
        "long": "Cameron Park to St Benedicts PS",
        "short": "6258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-626-0-sj2-1",
        "label": "6260",
        "long": "Edgeworth to St Benedicts PS",
        "short": "6260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-626-6-sj2-1",
        "label": "6266",
        "long": "Edgeworth to St Paul's HS",
        "short": "6266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-627-1-sj2-1",
        "label": "6271",
        "long": "Merewether HS to Seahampton",
        "short": "6271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-627-6-sj2-1",
        "label": "6276",
        "long": "Edgeworth to West Wallsend HS",
        "short": "6276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-627-8-sj2-1",
        "label": "6278",
        "long": "Edgeworth to West Wallsend HS",
        "short": "6278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-627-9-sj2-1",
        "label": "6279",
        "long": "St Benedicts PS to Barnsley PS",
        "short": "6279",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-628-0-sj2-1",
        "label": "6280",
        "long": "Holmesville to West Wallsend PS",
        "short": "6280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-628-3-sj2-1",
        "label": "6283",
        "long": "St Benedicts PS to Wakefield",
        "short": "6283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-628-6-sj2-1",
        "label": "6286",
        "long": "Glendale Technology HS to Cameron Park",
        "short": "6286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-628-9-sj2-1",
        "label": "6289",
        "long": "St Paul's Catholic HS to Edgeworth",
        "short": "6289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-629-1-sj2-1",
        "label": "6291",
        "long": "St Pauls HS to Cameron Park",
        "short": "6291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-629-2-sj2-1",
        "label": "6292",
        "long": "Cameron Park to Glendale Technology HS",
        "short": "6292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-629-4-sj2-1",
        "label": "6294",
        "long": "Main Rd opp Fairleigh St to St Benedicts PS",
        "short": "6294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-629-6-sj2-1",
        "label": "6296",
        "long": "Teralba to Teralba Primary School",
        "short": "6296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-629-9-sj2-1",
        "label": "6299",
        "long": "Teralba Primary School to Teralba",
        "short": "6299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-630-0-sj2-1",
        "label": "6300",
        "long": "Merewether High School to Fletcher",
        "short": "6300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-640-0-sj2-1",
        "label": "6400",
        "long": "Buttaba to Arcadia Vale PS",
        "short": "6400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-640-1-sj2-1",
        "label": "6401",
        "long": "St Josephs PS to Booragul",
        "short": "6401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-640-2-sj2-1",
        "label": "6402",
        "long": "Kilaben Bay to Charlton Christian College",
        "short": "6402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-640-3-sj2-1",
        "label": "6403",
        "long": "Toronto Seventh Day Adventist School to Wangi",
        "short": "6403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-640-4-sj2-1",
        "label": "6404",
        "long": "Kilaben Bay to Coal Point PS",
        "short": "6404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-640-5-sj2-1",
        "label": "6405",
        "long": "Newcastle Grammar to Toronto",
        "short": "6405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-640-6-sj2-1",
        "label": "6406",
        "long": "Toronto Station to Coal Point PS",
        "short": "6406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-640-7-sj2-1",
        "label": "6407",
        "long": "Newcastle Grammar to Toronto",
        "short": "6407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-640-9-sj2-1",
        "label": "6409",
        "long": "Toronto PS to Booragul",
        "short": "6409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-641-0-sj2-1",
        "label": "6410",
        "long": "Toronto to Glendale Technology HS",
        "short": "6410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-641-2-sj2-1",
        "label": "6412",
        "long": "Toronto to Hunter Christian College",
        "short": "6412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-641-3-sj2-1",
        "label": "6413",
        "long": "Hunter Sports HS to Toronto West",
        "short": "6413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-641-4-sj2-1",
        "label": "6414",
        "long": "Toronto to Hunter Sports HS",
        "short": "6414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-641-5-sj2-1",
        "label": "6415",
        "long": "Coal Point PS to Bay Rd at Blandford St",
        "short": "6415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-641-7-sj2-1",
        "label": "6417",
        "long": "Toronto HS to Kilaben Bay",
        "short": "6417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-641-8-sj2-1",
        "label": "6418",
        "long": "The Esplanade to Lake Macquarie HS",
        "short": "6418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-642-0-sj2-1",
        "label": "6420",
        "long": "Coal Point to St Pauls HS and Lake Macquarie HS",
        "short": "6420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-642-1-sj2-1",
        "label": "6421",
        "long": "Toronto PS to Fassifern",
        "short": "6421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-642-2-sj2-1",
        "label": "6422",
        "long": "Fassifern to Lake Macquarie HS",
        "short": "6422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-642-3-sj2-1",
        "label": "6423",
        "long": "St Pauls HS to Fishing Point",
        "short": "6423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-642-4-sj2-1",
        "label": "6424",
        "long": "Bolton Point to Lake Macquarie HS",
        "short": "6424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-642-6-sj2-1",
        "label": "6426",
        "long": "Toronto to Lake Macquarie HS",
        "short": "6426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-642-8-sj2-1",
        "label": "6428",
        "long": "Toronto West to Macquarie Christian College",
        "short": "6428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-642-9-sj2-1",
        "label": "6429",
        "long": "Toronto HS to Fishing Point",
        "short": "6429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-643-0-sj2-1",
        "label": "6430",
        "long": "Wangi to Morisset PS",
        "short": "6430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-643-1-sj2-1",
        "label": "6431",
        "long": "St Josephs PS Kilaben Bay to Toronto Station",
        "short": "6431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-643-2-sj2-1",
        "label": "6432",
        "long": "Brunkerville to Mulbring PS",
        "short": "6432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-643-3-sj2-1",
        "label": "6433",
        "long": "Glendale Technology HS to Toronto West",
        "short": "6433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-643-4-sj2-1",
        "label": "6434",
        "long": "Toronto to Newcastle Grammar",
        "short": "6434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-643-5-sj2-1",
        "label": "6435",
        "long": "Toronto HS to Blackalls Park",
        "short": "6435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-643-6-sj2-1",
        "label": "6436",
        "long": "Rathmines to Rathmines PS",
        "short": "6436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-643-7-sj2-1",
        "label": "6437",
        "long": "Macquarie Christian College to Kilaben Bay",
        "short": "6437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-643-8-sj2-1",
        "label": "6438",
        "long": "Donnelly Rd at Wangi Rd to St Josephs PS Kilaben Bay",
        "short": "6438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-644-0-sj2-1",
        "label": "6440",
        "long": "Teralba to St Josephs PS Kilaben Bay",
        "short": "6440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-644-1-sj2-1",
        "label": "6441",
        "long": "Toronto HS to Arcadia Vale and Wangi",
        "short": "6441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-644-4-sj2-1",
        "label": "6444",
        "long": "Toronto West to St Josephs PS Kilaben Bay",
        "short": "6444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-644-5-sj2-1",
        "label": "6445",
        "long": "Charlton Christian College to Wangi",
        "short": "6445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-644-6-sj2-1",
        "label": "6446",
        "long": "Wangi to St Pauls HS",
        "short": "6446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-644-7-sj2-1",
        "label": "6447",
        "long": "Toronto HS to Rathmines",
        "short": "6447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-644-8-sj2-1",
        "label": "6448",
        "long": "Booragul to Teralba PS",
        "short": "6448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-645-0-sj2-1",
        "label": "6450",
        "long": "Kilaben Bay to Toronto HS",
        "short": "6450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-645-2-sj2-1",
        "label": "6452",
        "long": "Booragul to Toronto HS",
        "short": "6452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-645-3-sj2-1",
        "label": "6453",
        "long": "St Josephs PS Kilaben Bay to Wangi Wangi PS",
        "short": "6453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-645-4-sj2-1",
        "label": "6454",
        "long": "Rathmines to Toronto HS",
        "short": "6454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-645-6-sj2-1",
        "label": "6456",
        "long": "Balmoral to Toronto HS",
        "short": "6456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-645-7-sj2-1",
        "label": "6457",
        "long": "Fennell Bay PS to Booragul",
        "short": "6457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-645-8-sj2-1",
        "label": "6458",
        "long": "Wangi Shops to Toronto HS",
        "short": "6458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-646-0-sj2-1",
        "label": "6460",
        "long": "Awaba Station to Toronto HS",
        "short": "6460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-646-1-sj2-1",
        "label": "6461",
        "long": "Glendale Technology HS to Kilaben Bay",
        "short": "6461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-646-2-sj2-1",
        "label": "6462",
        "long": "Fassifern to Toronto PS",
        "short": "6462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-646-4-sj2-1",
        "label": "6464",
        "long": "Lake Macquarie HS to Toronto PS",
        "short": "6464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-646-5-sj2-1",
        "label": "6465",
        "long": "Macquarie Christian College to Kilaben Bay",
        "short": "6465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-646-6-sj2-1",
        "label": "6466",
        "long": "Kilaben Bay to Toronto Seventh Day Adventist School",
        "short": "6466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-646-8-sj2-1",
        "label": "6468",
        "long": "Arcadia Vale to Wangi Wangi PS",
        "short": "6468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-647-0-sj2-1",
        "label": "6470",
        "long": "Rathmines to Charlton Christian College and St Pauls HS",
        "short": "6470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-647-1-sj2-1",
        "label": "6471",
        "long": "Toronto HS to Marmong",
        "short": "6471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-647-2-sj2-1",
        "label": "6472",
        "long": "Fassifern Station to Toronto HS",
        "short": "6472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-647-3-sj2-1",
        "label": "6473",
        "long": "Booragul PS to Toronto West",
        "short": "6473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-647-4-sj2-1",
        "label": "6474",
        "long": "Arcadia Vale to Toronto HS",
        "short": "6474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-647-6-sj2-1",
        "label": "6476",
        "long": "Morisset to Biraban PS",
        "short": "6476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-647-7-sj2-1",
        "label": "6477",
        "long": "Charlton Christian College to Toronto",
        "short": "6477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-648-0-sj2-1",
        "label": "6480",
        "long": "Wangi to Charlton Christian College",
        "short": "6480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-648-1-sj2-1",
        "label": "6481",
        "long": "Toronto HS to Balmoral",
        "short": "6481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-648-3-sj2-1",
        "label": "6483",
        "long": "Lake Macquarie HS to Toronto",
        "short": "6483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-648-4-sj2-1",
        "label": "6484",
        "long": "Kilaben Bay to St Pauls HS",
        "short": "6484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-648-5-sj2-1",
        "label": "6485",
        "long": "St Pauls HS to Fishing Point",
        "short": "6485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-648-6-sj2-1",
        "label": "6486",
        "long": "St Pauls HS to Biraban PS",
        "short": "6486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-648-7-sj2-1",
        "label": "6487",
        "long": "Toronto HS to Awaba",
        "short": "6487",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-648-8-sj2-1",
        "label": "6488",
        "long": "Toronto to Toronto HS",
        "short": "6488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-648-9-sj2-1",
        "label": "6489",
        "long": "Toronto Seventh Day Adventist School to Morisset",
        "short": "6489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-649-0-sj2-1",
        "label": "6490",
        "long": "Rathmines to Wangi Wangi PS",
        "short": "6490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-649-1-sj2-1",
        "label": "6491",
        "long": "Morisset HS to Toronto West",
        "short": "6491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-649-2-sj2-1",
        "label": "6492",
        "long": "Biraban Public School to St Josephs Primary School",
        "short": "6492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-649-5-sj2-1",
        "label": "6495",
        "long": "Mullbring PS to Brunkerville",
        "short": "6495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-649-7-sj2-1",
        "label": "6497",
        "long": "Toronto HS to Carey Bay",
        "short": "6497",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-649-9-sj2-1",
        "label": "6499",
        "long": "Charlton Christian College to Fennell Bay",
        "short": "6499",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-650-1-sj2-1",
        "label": "6501",
        "long": "Fennell Bay PS to Booragul",
        "short": "6501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-650-3-sj2-1",
        "label": "6503",
        "long": "Lake Macquarie HS to Toronto West",
        "short": "6503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-650-5-sj2-1",
        "label": "6505",
        "long": "Belmont Christian College to Teralba",
        "short": "6505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-650-7-sj2-1",
        "label": "6507",
        "long": "Teralba PS to Toronto West",
        "short": "6507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-650-9-sj2-1",
        "label": "6509",
        "long": "Toronto HS to Rathmines PS",
        "short": "6509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-651-1-sj2-1",
        "label": "6511",
        "long": "Rathmines PS to Rathmines",
        "short": "6511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-651-9-sj2-1",
        "label": "6519",
        "long": "Fennell Bay PS to Cary St Toronto",
        "short": "6519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-652-3-sj2-1",
        "label": "6523",
        "long": "Hunter CS to Fishing Point",
        "short": "6523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-652-5-sj2-1",
        "label": "6525",
        "long": "St Josephs PS Kilaben Bay to Rathmines PS",
        "short": "6525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-652-7-sj2-1",
        "label": "6527",
        "long": "Rathmines PS to Arcadia Vale",
        "short": "6527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-652-9-sj2-1",
        "label": "6529",
        "long": "Arcadia Vale PS to Rathmines",
        "short": "6529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-660-0-sj2-1",
        "label": "6600",
        "long": "Avondale to Cooranbong PS",
        "short": "6600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-660-1-sj2-1",
        "label": "6601",
        "long": "Avondale School to Cooranbong",
        "short": "6601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-660-2-sj2-1",
        "label": "6602",
        "long": "Avondale School to Morisset PS",
        "short": "6602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-660-5-sj2-1",
        "label": "6605",
        "long": "Avondale School to Morisset Park",
        "short": "6605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-660-6-sj2-1",
        "label": "6606",
        "long": "Bay Peninsula to Avondale School",
        "short": "6606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-660-7-sj2-1",
        "label": "6607",
        "long": "Avondale School to Lake Munmorah",
        "short": "6607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-660-8-sj2-1",
        "label": "6608",
        "long": "Cooranbong to Avondale School",
        "short": "6608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-660-9-sj2-1",
        "label": "6609",
        "long": "Avondale School to Cooranbong",
        "short": "6609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-661-1-sj2-1",
        "label": "6611",
        "long": "Avondale School to Bonnells Bay",
        "short": "6611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-661-2-sj2-1",
        "label": "6612",
        "long": "Bonnells Bay to Morisset PS",
        "short": "6612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-661-3-sj2-1",
        "label": "6613",
        "long": "Avondale School to Norah Head",
        "short": "6613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-661-5-sj2-1",
        "label": "6615",
        "long": "Avondale School to Morisset Park and Bonnells Bay",
        "short": "6615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-661-6-sj2-1",
        "label": "6616",
        "long": "Morisset Park to Morisset",
        "short": "6616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-661-7-sj2-1",
        "label": "6617",
        "long": "Avondale School to Dora Creek",
        "short": "6617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-661-8-sj2-1",
        "label": "6618",
        "long": "Noraville to Avondale School",
        "short": "6618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-661-9-sj2-1",
        "label": "6619",
        "long": "Bonnells Bay School to Brightwaters",
        "short": "6619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-662-0-sj2-1",
        "label": "6620",
        "long": "Morisset Park to Avondale School",
        "short": "6620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-662-1-sj2-1",
        "label": "6621",
        "long": "Bonnells Bay PS to Yarrawonga Park",
        "short": "6621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-662-2-sj2-1",
        "label": "6622",
        "long": "Lake Munmorah to Avondale",
        "short": "6622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-662-3-sj2-1",
        "label": "6623",
        "long": "Bonnells Bay School to Morosset",
        "short": "6623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-662-4-sj2-1",
        "label": "6624",
        "long": "Toronto to Avondale",
        "short": "6624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-662-5-sj2-1",
        "label": "6625",
        "long": "Avondale to Cessnock and Kurri Kurri",
        "short": "6625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-662-6-sj2-1",
        "label": "6626",
        "long": "Morisset PS to Bonnells Bay PS",
        "short": "6626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-662-7-sj2-1",
        "label": "6627",
        "long": "Avondale to Toronto",
        "short": "6627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-662-8-sj2-1",
        "label": "6628",
        "long": "Sunshine to Morisset PS",
        "short": "6628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-662-9-sj2-1",
        "label": "6629",
        "long": "Dora Creek to Eraring",
        "short": "6629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-663-0-sj2-1",
        "label": "6630",
        "long": "Sunshine to Bonnells Bay PS",
        "short": "6630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-663-1-sj2-1",
        "label": "6631",
        "long": "Avondale to Dora Creek",
        "short": "6631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-663-2-sj2-1",
        "label": "6632",
        "long": "Avondale School to Morisset",
        "short": "6632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-663-3-sj2-1",
        "label": "6633",
        "long": "Eraring to Morisset and Avondale School",
        "short": "6633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-663-4-sj2-1",
        "label": "6634",
        "long": "Mandalong to Morisset PS",
        "short": "6634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-663-5-sj2-1",
        "label": "6635",
        "long": "Linuwel School to Morisset",
        "short": "6635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-663-6-sj2-1",
        "label": "6636",
        "long": "Martinsville to Morisset HS",
        "short": "6636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-663-7-sj2-1",
        "label": "6637",
        "long": "St John Vianney PS to Wyee",
        "short": "6637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-663-8-sj2-1",
        "label": "6638",
        "long": "Bonnells Bay to Avondale School",
        "short": "6638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-663-9-sj2-1",
        "label": "6639",
        "long": "Morisset to Gwandalan",
        "short": "6639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-664-0-sj2-1",
        "label": "6640",
        "long": "Morisset to Linuwel School",
        "short": "6640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-664-1-sj2-1",
        "label": "6641",
        "long": "Avondale to Toukley",
        "short": "6641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-664-2-sj2-1",
        "label": "6642",
        "long": "Morisset PS to Cooranbong PS",
        "short": "6642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-664-4-sj2-1",
        "label": "6644",
        "long": "Morisset Park to Bonnells Bay PS",
        "short": "6644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-664-6-sj2-1",
        "label": "6646",
        "long": "Wyee to Morisset PS",
        "short": "6646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-664-8-sj2-1",
        "label": "6648",
        "long": "Mirrabooka to Morisset PS",
        "short": "6648",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-664-9-sj2-1",
        "label": "6649",
        "long": "St John Vianney PS to Mirrabooka",
        "short": "6649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-665-1-sj2-1",
        "label": "6651",
        "long": "St John Vianney PS to Martinsville",
        "short": "6651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-665-2-sj2-1",
        "label": "6652",
        "long": "Gwandalan to St John Vianney PS",
        "short": "6652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-665-3-sj2-1",
        "label": "6653",
        "long": "St John Vianney PS to Mirrabooka",
        "short": "6653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-665-4-sj2-1",
        "label": "6654",
        "long": "Cessnock and Kurri to Avondale",
        "short": "6654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-665-5-sj2-1",
        "label": "6655",
        "long": "St John Vianney PS to Bonnells Bay",
        "short": "6655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-665-6-sj2-1",
        "label": "6656",
        "long": "Toukley to Cooranbong PS",
        "short": "6656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-665-7-sj2-1",
        "label": "6657",
        "long": "St John Vianney PS to Morisset Hospital",
        "short": "6657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-665-8-sj2-1",
        "label": "6658",
        "long": "Eraring to Morisset PS",
        "short": "6658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-665-9-sj2-1",
        "label": "6659",
        "long": "St John Vianney PS to Mandalong",
        "short": "6659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-666-0-sj2-1",
        "label": "6660",
        "long": "Dora Creek to Avondale School",
        "short": "6660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-666-1-sj2-1",
        "label": "6661",
        "long": "Avondale to Bay Peninsula",
        "short": "6661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-666-2-sj2-1",
        "label": "6662",
        "long": "Dora Creek to St John Vianney PS",
        "short": "6662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-666-3-sj2-1",
        "label": "6663",
        "long": "St John Vianney PS to Dora Creek",
        "short": "6663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-666-4-sj2-1",
        "label": "6664",
        "long": "Morisset Hospital to Bonnells Bay PS",
        "short": "6664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-666-5-sj2-1",
        "label": "6665",
        "long": "St John Vianney PS to Freemans Drive",
        "short": "6665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-666-8-sj2-1",
        "label": "6668",
        "long": "Wyee Rd and Dora St to Morisset PS",
        "short": "6668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-666-9-sj2-1",
        "label": "6669",
        "long": "St John Vianney PS to Windemere Park",
        "short": "6669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-667-0-sj2-1",
        "label": "6670",
        "long": "Wyee to Morisset",
        "short": "6670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-667-2-sj2-1",
        "label": "6672",
        "long": "Yarrawonga Park to Bonnells Bay School",
        "short": "6672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-667-6-sj2-1",
        "label": "6676",
        "long": "Avondale School to Morisset PS",
        "short": "6676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-667-7-sj2-1",
        "label": "6677",
        "long": "St John Vianney PS to Wyee via Dora St",
        "short": "6677",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-668-1-sj2-1",
        "label": "6681",
        "long": "Morisset to Heritage College",
        "short": "6681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-668-2-sj2-1",
        "label": "6682",
        "long": "Heritage College to Bonnells Bay",
        "short": "6682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-668-3-sj2-1",
        "label": "6683",
        "long": "Bonnells Bay to Heritage College",
        "short": "6683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-668-4-sj2-1",
        "label": "6684",
        "long": "Heritage College to Bonnells Bay",
        "short": "6684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-668-5-sj2-1",
        "label": "6685",
        "long": "Peninsula to Heritage College",
        "short": "6685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "59-668-6-sj2-1",
        "label": "6686",
        "long": "Heritage College to Peninsula",
        "short": "6686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-921-sj2-1",
        "label": "921",
        "long": "Wagga Wagga to Junee via Wallacetown and Harefield",
        "short": "921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-922-sj2-1",
        "label": "922",
        "long": "Wagga Wagga to Junee via Wallacetown and Yathella",
        "short": "922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-923-sj2-1",
        "label": "923",
        "long": "Junee to Wagga Wagga via Byrnes Rd",
        "short": "923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-924-sj2-1",
        "label": "924",
        "long": "Wagga Wagga to Junee via Hampden Ave and Wallacetown",
        "short": "924",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-930-sj2-1",
        "label": "930",
        "long": "Wagga Wagga to Ganmain via Coolamon",
        "short": "930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-931-sj2-1",
        "label": "931",
        "long": "Coolamon to Wagga Wagga",
        "short": "931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-940-sj2-1",
        "label": "940",
        "long": "Griffith to Collina via East Griffith (Loop Service)",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-941-sj2-1",
        "label": "941",
        "long": "Griffith to North Griffith via Hospital Precinct (Loop Service)",
        "short": "941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-942-sj2-1",
        "label": "942",
        "long": "Griffith to South Griffith via Pioneer (Loop Service)",
        "short": "942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-943-sj2-1",
        "label": "943",
        "long": "Griffith to Hospital Precinct via Pioneer and South Griffith (Loop Service)",
        "short": "943",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-944-sj2-1",
        "label": "944",
        "long": "Griffith to Beelbangera and Yenda (Loop Service)",
        "short": "944",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-945-sj2-1",
        "label": "945",
        "long": "Darlington Point to Griffith via Hanwood",
        "short": "945",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-946-sj2-1",
        "label": "946",
        "long": "Griffith to Three Ways via Mayfair and Hospital Precinct (Loop Service)",
        "short": "946",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-960-sj2-1",
        "label": "960",
        "long": "Wagga Wagga, Estella and University to Lake Albert",
        "short": "960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-961-sj2-1",
        "label": "961",
        "long": "Wagga Wagga - Bourkelands - Wagga Wagga",
        "short": "961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-962-sj2-1",
        "label": "962",
        "long": "Glenfield Park to Wagga Wagga via Ashmont",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-963-sj2-1",
        "label": "963",
        "long": "Glenfield Park to Wagga Wagga via Bruce St and Turvey Park",
        "short": "963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-965-sj2-1",
        "label": "965",
        "long": "Wagga Wagga to Forest Hill",
        "short": "965",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-966-sj2-1",
        "label": "966",
        "long": "Wagga Wagga - Estelle - Wagga Wagga",
        "short": "966",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-969-sj2-1",
        "label": "969",
        "long": "Wagga Wagga to Tatton",
        "short": "969",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S10-0-sj2-1",
        "label": "S100",
        "long": "Gumly to Mount Austin Primary",
        "short": "S100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S10-1-sj2-1",
        "label": "S101",
        "long": "Lloyd to Turvey Park Primary",
        "short": "S101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S10-2-sj2-1",
        "label": "S102",
        "long": "The Riverina Anglican College to Kooringal",
        "short": "S102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S10-3-sj2-1",
        "label": "S103",
        "long": "Springvale to South Wagga Wagga Primary",
        "short": "S103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S10-4-sj2-1",
        "label": "S104",
        "long": "Mater Dei College to South Wagga Wagga Primary",
        "short": "S104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S10-5-sj2-1",
        "label": "S105",
        "long": "South Wagga Wagga Primary to Kooringal",
        "short": "S105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S10-6-sj2-1",
        "label": "S106",
        "long": "Kooringal to The Riverina Anglican College",
        "short": "S106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S10-7-sj2-1",
        "label": "S107",
        "long": "Estella to North Wagga Wagga Primary",
        "short": "S107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S10-8-sj2-1",
        "label": "S108",
        "long": "The Riverina Anglican College to Lake Albert",
        "short": "S108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S10-9-sj2-1",
        "label": "S109",
        "long": "Forest Hill to Wagga Wagga Primary",
        "short": "S109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S11-0-sj2-1",
        "label": "S110",
        "long": "Sturt Primary to Glenfield Park",
        "short": "S110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S11-2-sj2-1",
        "label": "S112",
        "long": "Kildare College to Mater Dei College",
        "short": "S112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S11-3-sj2-1",
        "label": "S113",
        "long": "Lake Albert to Kooringal Primary",
        "short": "S113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S11-4-sj2-1",
        "label": "S114",
        "long": "Mater Dei College to Mater Dei Primary",
        "short": "S114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S11-5-sj2-1",
        "label": "S115",
        "long": "Mater Dei Primary to Ashmont",
        "short": "S115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S11-6-sj2-1",
        "label": "S116",
        "long": "Wagga Wagga to Wagga Wagga Christian College",
        "short": "S116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S11-7-sj2-1",
        "label": "S117",
        "long": "Lake Albert to The Riverina Anglican College",
        "short": "S117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S11-8-sj2-1",
        "label": "S118",
        "long": "Forest Hill Primary to Wagga Wagga Christian College",
        "short": "S118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S11-9-sj2-1",
        "label": "S119",
        "long": "Wagga Wagga Christian College to Springvale",
        "short": "S119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S12-0-sj2-1",
        "label": "S120",
        "long": "Ashmont to Wagga Wagga High",
        "short": "S120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S12-1-sj2-1",
        "label": "S121",
        "long": "Ashmont to South Wagga Wagga Primary",
        "short": "S121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S12-2-sj2-1",
        "label": "S122",
        "long": "Sturt Primary to Estella",
        "short": "S122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S12-3-sj2-1",
        "label": "S123",
        "long": "Ashmont Primary to Sturt Primary via The Rock",
        "short": "S123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S12-4-sj2-1",
        "label": "S124",
        "long": "Wagga Wagga Primary to Ashmont via The Rock",
        "short": "S124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S12-5-sj2-1",
        "label": "S125",
        "long": "Ashmont to Wagga Wagga Primary",
        "short": "S125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S12-6-sj2-1",
        "label": "S126",
        "long": "The Riverina Anglican College to East Wagga Wagga",
        "short": "S126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S12-7-sj2-1",
        "label": "S127",
        "long": "Wagga Wagga to Kooringal High",
        "short": "S127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S12-8-sj2-1",
        "label": "S128",
        "long": "Mount Austin Primary to Ashmont",
        "short": "S128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S12-9-sj2-1",
        "label": "S129",
        "long": "Wagga Wagga High to Glenfield Park",
        "short": "S129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S13-0-sj2-1",
        "label": "S130",
        "long": "Turvey Park to Mater Dei College",
        "short": "S130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S13-1-sj2-1",
        "label": "S131",
        "long": "Kooringal to Lake Albert Primary",
        "short": "S131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S13-2-sj2-1",
        "label": "S132",
        "long": "Mater Dei College to Tatton",
        "short": "S132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S13-3-sj2-1",
        "label": "S133",
        "long": "Lutheran Primary to Wagga Wagga",
        "short": "S133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S13-4-sj2-1",
        "label": "S134",
        "long": "North Wagga Wagga to Wagga Wagga Christian College",
        "short": "S134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S13-5-sj2-1",
        "label": "S135",
        "long": "Forest Hill Primary to Forest Hill Primary via Alfredtown",
        "short": "S135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S13-6-sj2-1",
        "label": "S136",
        "long": "The Riverina Anglican College to Ashmont",
        "short": "S136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S13-7-sj2-1",
        "label": "S137",
        "long": "Glenfield Park to The Riverina Anglican College",
        "short": "S137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S13-8-sj2-1",
        "label": "S138",
        "long": "Wagga Wagga Christian College to Forest Hill",
        "short": "S138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S13-9-sj2-1",
        "label": "S139",
        "long": "Kooringal to Kapooka Primary",
        "short": "S139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S14-0-sj2-1",
        "label": "S140",
        "long": "Wagga Wagga Christian College to Wagga Wagga",
        "short": "S140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S14-1-sj2-1",
        "label": "S141",
        "long": "Wagga Wagga to Sturt Primary",
        "short": "S141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S14-2-sj2-1",
        "label": "S142",
        "long": "Wagga Wagga Christian College to South Wagga Wagga Primary",
        "short": "S142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S14-3-sj2-1",
        "label": "S143",
        "long": "South Wagga Wagga Primary to Estella",
        "short": "S143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S14-4-sj2-1",
        "label": "S144",
        "long": "Estella to Turvey Park Primary",
        "short": "S144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S14-5-sj2-1",
        "label": "S145",
        "long": "Lake Albert Primary to Lake Albert",
        "short": "S145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S14-7-sj2-1",
        "label": "S147",
        "long": "Mangoplah to Forest Hill Primary",
        "short": "S147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S14-8-sj2-1",
        "label": "S148",
        "long": "Turvey Park to Holy Trinity Primary",
        "short": "S148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S14-9-sj2-1",
        "label": "S149",
        "long": "The Riverina Anglican College to Mangoplah",
        "short": "S149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S15-0-sj2-1",
        "label": "S150",
        "long": "East Wagga Wagga to The Riverina Anglican College",
        "short": "S150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S15-1-sj2-1",
        "label": "S151",
        "long": "St Josephs Primary to Forest Hill",
        "short": "S151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S15-2-sj2-1",
        "label": "S152",
        "long": "East Wagga Wagga to Mater Dei Primary",
        "short": "S152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S15-3-sj2-1",
        "label": "S153",
        "long": "Mater Dei College to Wagga Wagga Christian College",
        "short": "S153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S15-4-sj2-1",
        "label": "S154",
        "long": "Wagga Wagga Christian College to East Wagga Wagga",
        "short": "S154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S15-5-sj2-1",
        "label": "S155",
        "long": "Henschke Primary to North Wagga Wagga",
        "short": "S155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S15-6-sj2-1",
        "label": "S156",
        "long": "Kapooka Primary to Kooringal",
        "short": "S156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S15-7-sj2-1",
        "label": "S157",
        "long": "Ashmont to Mount Austin High",
        "short": "S157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S15-8-sj2-1",
        "label": "S158",
        "long": "Ashmont High to Holy Trinity Primary",
        "short": "S158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S15-9-sj2-1",
        "label": "S159",
        "long": "Ashmont Primary to Ashmont",
        "short": "S159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S16-0-sj2-1",
        "label": "S160",
        "long": "Glenfield Park to Kildare College",
        "short": "S160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S16-1-sj2-1",
        "label": "S161",
        "long": "The Riverina Anglican College to Ashmont",
        "short": "S161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S16-2-sj2-1",
        "label": "S162",
        "long": "Kooringal to Lake Albert Primary",
        "short": "S162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S16-3-sj2-1",
        "label": "S163",
        "long": "Glenfield Park to Wagga Wagga Primary",
        "short": "S163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S16-4-sj2-1",
        "label": "S164",
        "long": "St Josephs Primary to Springvale",
        "short": "S164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S16-5-sj2-1",
        "label": "S165",
        "long": "Glenfield Park to Mater Dei College",
        "short": "S165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S16-6-sj2-1",
        "label": "S166",
        "long": "Ashmont Primary to Tolland",
        "short": "S166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S16-7-sj2-1",
        "label": "S167",
        "long": "Estella to Lake Albert Primary",
        "short": "S167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S16-8-sj2-1",
        "label": "S168",
        "long": "Henschke Primary to Mount Austin",
        "short": "S168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S16-9-sj2-1",
        "label": "S169",
        "long": "Mount Austin Primary to Tolland",
        "short": "S169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S17-0-sj2-1",
        "label": "S170",
        "long": "Tolland Primary to Glenfield Park",
        "short": "S170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S17-1-sj2-1",
        "label": "S171",
        "long": "Tarcutta to St Josephs Primary",
        "short": "S171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S17-2-sj2-1",
        "label": "S172",
        "long": "Wagga Wagga Primary to Tarcutta",
        "short": "S172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S17-3-sj2-1",
        "label": "S173",
        "long": "North Wagga Wagga Primary to Henschke Primary",
        "short": "S173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S17-4-sj2-1",
        "label": "S174",
        "long": "Forest Hill to Wagga Wagga High",
        "short": "S174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S17-5-sj2-1",
        "label": "S175",
        "long": "Mount Austin High to Glenfield Park",
        "short": "S175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S17-6-sj2-1",
        "label": "S176",
        "long": "Ashmont to Kooringal Primary",
        "short": "S176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S17-7-sj2-1",
        "label": "S177",
        "long": "Mater Dei College to Lake Albert",
        "short": "S177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S17-8-sj2-1",
        "label": "S178",
        "long": "Lake Albert Primary to Wagga Wagga",
        "short": "S178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S17-9-sj2-1",
        "label": "S179",
        "long": "Springvale to Wagga Wagga Primary",
        "short": "S179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S18-0-sj2-1",
        "label": "S180",
        "long": "North Wagga Wagga Primary to Wagga Wagga",
        "short": "S180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S18-1-sj2-1",
        "label": "S181",
        "long": "Springvale to The Riverina Anglican College",
        "short": "S181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S18-2-sj2-1",
        "label": "S182",
        "long": "Mount Austin Primary to Bourkelands",
        "short": "S182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S18-3-sj2-1",
        "label": "S183",
        "long": "Mater Dei College to Bourkelands",
        "short": "S183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S18-4-sj2-1",
        "label": "S184",
        "long": "North Wagga Wagga to Lake Albert Primary",
        "short": "S184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S18-5-sj2-1",
        "label": "S185",
        "long": "South Wagga Wagga Primary to Estella",
        "short": "S185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S18-6-sj2-1",
        "label": "S186",
        "long": "Kooringal to Kooringal Primary",
        "short": "S186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S18-7-sj2-1",
        "label": "S187",
        "long": "Wagga Wagga Primary to Gumly",
        "short": "S187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S18-8-sj2-1",
        "label": "S188",
        "long": "Mangoplah to Wagga Wagga Primary",
        "short": "S188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S18-9-sj2-1",
        "label": "S189",
        "long": "Kooringal to Uranquinty",
        "short": "S189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S19-0-sj2-1",
        "label": "S190",
        "long": "Uranquinty to Wagga Wagga Primary",
        "short": "S190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S19-1-sj2-1",
        "label": "S191",
        "long": "The Riverina Anglican College to Kooringal via Uranquinty",
        "short": "S191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S19-2-sj2-1",
        "label": "S192",
        "long": "Harefield, Shepherds Siding  Rd to Mater Dei Primary",
        "short": "S192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S19-3-sj2-1",
        "label": "S193",
        "long": "Mater Dei College to Harefield Shepherd Siding Rd",
        "short": "S193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S19-4-sj2-1",
        "label": "S194",
        "long": "Yerong Creek to Kooringal Primary",
        "short": "S194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S19-5-sj2-1",
        "label": "S195",
        "long": "Wagga Wagga Christian College to Yerong Creek",
        "short": "S195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S19-6-sj2-1",
        "label": "S196",
        "long": "South Wagga Wagga Primary to Big Springs",
        "short": "S196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S19-7-sj2-1",
        "label": "S197",
        "long": "Estella to Wagga Wagga HS",
        "short": "S197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S19-8-sj2-1",
        "label": "S198",
        "long": "Mater Dei to Bourkelands",
        "short": "S198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S19-9-sj2-1",
        "label": "S199",
        "long": "Wagga Wagga to Estella",
        "short": "S199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S20-0-sj2-1",
        "label": "S200",
        "long": "Docker St and Edward St to TRAC",
        "short": "S200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S20-1-sj2-1",
        "label": "S201",
        "long": "Lloyd Rd to Kooringal PS",
        "short": "S201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S20-2-sj2-1",
        "label": "S202",
        "long": "Wagga HS to Forest Hill PS",
        "short": "S202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S20-3-sj2-1",
        "label": "S203",
        "long": "TRAC to Lloyd",
        "short": "S203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S20-4-sj2-1",
        "label": "S204",
        "long": "Forest Hill to Kooringal PS",
        "short": "S204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S20-5-sj2-1",
        "label": "S205",
        "long": "Mater Dei College to Forest Hill",
        "short": "S205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S20-6-sj2-1",
        "label": "S206",
        "long": "Coolamon Schools to Methul",
        "short": "S206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S20-7-sj2-1",
        "label": "S207",
        "long": "Lake Albert PS to Bourkelands",
        "short": "S207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S20-8-sj2-1",
        "label": "S208",
        "long": "Coolamon Schools to Tooyal",
        "short": "S208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S20-9-sj2-1",
        "label": "S209",
        "long": "Coolamon Schools to Marrar via Berry Jerry",
        "short": "S209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S21-0-sj2-1",
        "label": "S210",
        "long": "Wagga Wagga Schools to Marrar via Downside",
        "short": "S210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S21-1-sj2-1",
        "label": "S211",
        "long": "Wagga Wagga Schools to Flowerdale via Marrar South Rd",
        "short": "S211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S21-2-sj2-1",
        "label": "S212",
        "long": "Wagga Wagga Schools to Coolamon",
        "short": "S212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S21-5-sj2-1",
        "label": "S215",
        "long": "Wagga Wagga Schools to Lockhart",
        "short": "S215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S21-6-sj2-1",
        "label": "S216",
        "long": "Wagga Wagga Schools to Currawarna via Old Narrandera Rd",
        "short": "S216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S21-7-sj2-1",
        "label": "S217",
        "long": "Wagga Wagga Schools to Currawarna via The Gap Rd",
        "short": "S217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S21-8-sj2-1",
        "label": "S218",
        "long": "Estella PS and Riverina Anglican College to Estella",
        "short": "S218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S22-1-sj2-1",
        "label": "S221",
        "long": "Bus 1 - Junee Schools to Junee Goulburn St",
        "short": "S221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S22-2-sj2-1",
        "label": "S222",
        "long": "Bus 2 - Junee Schools to Junee Boundary St",
        "short": "S222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S22-3-sj2-1",
        "label": "S223",
        "long": "Junee Schools to Eurongilly via Illabo",
        "short": "S223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S22-4-sj2-1",
        "label": "S224",
        "long": "Junee Schools to Erin Vale via Pikedale Rd",
        "short": "S224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S22-5-sj2-1",
        "label": "S225",
        "long": "Junee Schools to Yathella via Old Junee",
        "short": "S225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S22-6-sj2-1",
        "label": "S226",
        "long": "Junee Schools to Junee Reefs via Marinna",
        "short": "S226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S22-7-sj2-1",
        "label": "S227",
        "long": "Wagga Wagga Schools to Junee via Riverina Anglican and Brucedale",
        "short": "S227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S24-1-sj2-1",
        "label": "S241",
        "long": "Gundagai Schools to Nangus",
        "short": "S241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S24-2-sj2-1",
        "label": "S242",
        "long": "Cootamundra Schools to Illabo via Bethungra, McGledes Hill Rd and Eurongilly",
        "short": "S242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S24-3-sj2-1",
        "label": "S243",
        "long": "Wagga Wagga Schools to Gundagai via Oura and Nangus",
        "short": "S243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S24-4-sj2-1",
        "label": "S244",
        "long": "Wagga Wagga Schools to Eurongilly via Oura, Wantabadgery and McGledes Hill Rd",
        "short": "S244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S24-5-sj2-1",
        "label": "S245",
        "long": "Nangus PS to Gundagai via Wantabadgery and Mundarlo",
        "short": "S245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S24-6-sj2-1",
        "label": "S246",
        "long": "Gundagai Schools to Tarrabandra via Jackalass",
        "short": "S246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S24-7-sj2-1",
        "label": "S247",
        "long": "Gundagai Schools to Tumblong Lewins Lane via Minjary and Snowball Rd",
        "short": "S247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S24-8-sj2-1",
        "label": "S248",
        "long": "Wagga Wagga Schools to Nangus via River Rd",
        "short": "S248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S24-9-sj2-1",
        "label": "S249",
        "long": "Wagga Wagga Schools to Gundagai via Wantabadgery and Nangus",
        "short": "S249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S25-0-sj2-1",
        "label": "S250",
        "long": "Bus 1 - Wagga Wagga Schools to San Isidore",
        "short": "S250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S25-1-sj2-1",
        "label": "S251",
        "long": "Bus 2 - Wagga Wagga Schools to San Isidore",
        "short": "S251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S25-5-sj2-1",
        "label": "S255",
        "long": "Tarcutta to Keajura via Kyeamba",
        "short": "S255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S25-7-sj2-1",
        "label": "S257",
        "long": "Tarcutta to Westbrook Rd and Humula Rd",
        "short": "S257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S28-5-sj2-1",
        "label": "S285",
        "long": "Narrandera Schools to Landervale Rd",
        "short": "S285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S28-6-sj2-1",
        "label": "S286",
        "long": "Ariah Park Central to Mirrool South Rd via Mary Gilmore Way",
        "short": "S286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S28-7-sj2-1",
        "label": "S287",
        "long": "Culcairn Schools to Woomargama",
        "short": "S287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S28-8-sj2-1",
        "label": "S288",
        "long": "Holbrook Schools to Woomargama via Culcairn",
        "short": "S288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S28-9-sj2-1",
        "label": "S289",
        "long": "Holbrook Schools to Mountain Creek",
        "short": "S289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S30-9-sj2-1",
        "label": "S309",
        "long": "Stockinbingal Public School to Stockinbingal Town",
        "short": "S309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S33-3-sj2-1",
        "label": "S333",
        "long": "Hillston Schools to Merriwagga via Kidman Way",
        "short": "S333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S33-4-sj2-1",
        "label": "S334",
        "long": "Hillston Schools to McKinley via Lachlan Valley Way",
        "short": "S334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S33-6-sj2-1",
        "label": "S336",
        "long": "Hillston Schools to Mitchells Rd",
        "short": "S336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S33-7-sj2-1",
        "label": "S337",
        "long": "Leeton Schools to Yenda via Whitton Stock Route Rd",
        "short": "S337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S33-8-sj2-1",
        "label": "S338",
        "long": "Leeton Schools to Whitton",
        "short": "S338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S33-9-sj2-1",
        "label": "S339",
        "long": "Leeton Schools to Whitton via Wamoon and Stanbridge",
        "short": "S339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S34-0-sj2-1",
        "label": "S340",
        "long": "Leeton Schools and Yanco Public to Corbie Hill via Merungle Hill",
        "short": "S340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S34-1-sj2-1",
        "label": "S341",
        "long": "Leeton Schools and Yanco Public to Merungle Hill",
        "short": "S341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S34-2-sj2-1",
        "label": "S342",
        "long": "Leeton and Yanco Schools to Euroley",
        "short": "S342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S34-6-sj2-1",
        "label": "S346",
        "long": "West Wyalong Schools to Wyalong",
        "short": "S346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S34-7-sj2-1",
        "label": "S347",
        "long": "West Wyalong Schools to Bland",
        "short": "S347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S34-8-sj2-1",
        "label": "S348",
        "long": "West Wyalong Schools to Bellarwi",
        "short": "S348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S35-1-sj2-1",
        "label": "S351",
        "long": "Pleasant Hills Public to Pleasant Hills",
        "short": "S351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S35-2-sj2-1",
        "label": "S352",
        "long": "Temora Schools to Ariah Park via Quandary",
        "short": "S352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S35-3-sj2-1",
        "label": "S353",
        "long": "Temora Schools to Sebastopol",
        "short": "S353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S35-4-sj2-1",
        "label": "S354",
        "long": "Temora Schools to Narraburra",
        "short": "S354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S35-5-sj2-1",
        "label": "S355",
        "long": "Ariah Park School to Temora",
        "short": "S355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S35-8-sj2-1",
        "label": "S358",
        "long": "Leeton Schools to Koonadan Rd via Fivebough Rd",
        "short": "S358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S35-9-sj2-1",
        "label": "S359",
        "long": "Leeton Schools to Cudgel via Yanco",
        "short": "S359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S36-0-sj2-1",
        "label": "S360",
        "long": "Leeton Schools to Wattle Hill via Leeton Cemetery",
        "short": "S360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S36-1-sj2-1",
        "label": "S361",
        "long": "Leeton Schools to Wattle Hill via Parkview",
        "short": "S361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S36-4-sj2-1",
        "label": "S364",
        "long": "Leeton Schools to Gogeldrie via Golf Course Estate",
        "short": "S364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S36-5-sj2-1",
        "label": "S365",
        "long": "Yanco Public and Leeton Schools to Wamoon via Golf Course Estate",
        "short": "S365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S36-8-sj2-1",
        "label": "S368",
        "long": "Ganmain Schools to Currawarna via Dullah Rd",
        "short": "S368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S36-9-sj2-1",
        "label": "S369",
        "long": "Coolamon Central to Berry Jerry via Rannock",
        "short": "S369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S37-0-sj2-1",
        "label": "S370",
        "long": "Coolamon Schools to Ganmain",
        "short": "S370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S37-3-sj2-1",
        "label": "S373",
        "long": "Gundagai Schools to Gobarralong via Brungle and Darbalara",
        "short": "S373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S37-4-sj2-1",
        "label": "S374",
        "long": "Gundagai Schools to Tarcutta via Tumblong",
        "short": "S374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S37-5-sj2-1",
        "label": "S375",
        "long": "Gundagai Schools to Mundarlo via Tumblong",
        "short": "S375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S38-0-sj2-1",
        "label": "S380",
        "long": "Temora Schools to Morangarell via Trungley Hall",
        "short": "S380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S38-1-sj2-1",
        "label": "S381",
        "long": "Temora Schools to Temora via Barmedman",
        "short": "S381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S38-3-sj2-1",
        "label": "S383",
        "long": "Gundagai Schools to Jugiong via Gobarralong",
        "short": "S383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S38-4-sj2-1",
        "label": "S384",
        "long": "Gundagai Schools to Cooininee via Coolac",
        "short": "S384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S38-5-sj2-1",
        "label": "S385",
        "long": "Gundagai Schools to Burra via Reno",
        "short": "S385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S38-7-sj2-1",
        "label": "S387",
        "long": "Narrandera Schools to Boree Creek",
        "short": "S387",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S38-8-sj2-1",
        "label": "S388",
        "long": "Narrandera Schools to Back Morundah",
        "short": "S388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S39-7-sj2-1",
        "label": "S397",
        "long": "Ariah Park Central to Barmedman via Mandamah Forest Rd",
        "short": "S397",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S39-8-sj2-1",
        "label": "S398",
        "long": "Tooleybuc Schools to Goodnight",
        "short": "S398",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S39-9-sj2-1",
        "label": "S399",
        "long": "Goolgowi Public to Goolgowi via Yoolarai",
        "short": "S399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S40-1-sj2-1",
        "label": "S401",
        "long": "Coleambally Schools to Main Canal Rd via Eulo Rd and Donald Ross Dr",
        "short": "S401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S40-2-sj2-1",
        "label": "S402",
        "long": "Coleambally Schools to Gilbert Rd",
        "short": "S402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S40-3-sj2-1",
        "label": "S403",
        "long": "Coleambally Schools to Hutchings Rd via McDonald Rd and Boerema Rd",
        "short": "S403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S40-4-sj2-1",
        "label": "S404",
        "long": "Coleambally Schools to Kidman Way via Main Canal Rd",
        "short": "S404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S40-6-sj2-1",
        "label": "S406",
        "long": "Coleambally Schools to Graham Rd via Gilbert Rd",
        "short": "S406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S40-7-sj2-1",
        "label": "S407",
        "long": "Coleambally Schools to Bull Rd via Four Corners Rd and Hannabus Rd",
        "short": "S407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S40-8-sj2-1",
        "label": "S408",
        "long": "Coleambally Schools to Darlington Point",
        "short": "S408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S40-9-sj2-1",
        "label": "S409",
        "long": "Googlowi Public to Tabbita Lane via Mid Western Hwy",
        "short": "S409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S41-0-sj2-1",
        "label": "S410",
        "long": "Rankins Springs Public to Mid Western Hwy and Erigolia Rd",
        "short": "S410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S41-1-sj2-1",
        "label": "S411",
        "long": "Beelbangera Public to Yoogali via Yenda",
        "short": "S411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S41-2-sj2-1",
        "label": "S412",
        "long": "Beelbangera Public to Griffith via Yenda",
        "short": "S412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S41-3-sj2-1",
        "label": "S413",
        "long": "Tharbogang Public to Casserly Rd and Tharbogang",
        "short": "S413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S41-4-sj2-1",
        "label": "S414",
        "long": "Griffith Schools to Benerembah via Dossetor Rd",
        "short": "S414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S41-5-sj2-1",
        "label": "S415",
        "long": "Griffith Schools to Goolgowi",
        "short": "S415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S41-6-sj2-1",
        "label": "S416",
        "long": "Griffith Schools to Rankins Springs",
        "short": "S416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S41-7-sj2-1",
        "label": "S417",
        "long": "Griffith Schools to Myall Park",
        "short": "S417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S42-0-sj2-1",
        "label": "S420",
        "long": "Matong and Ganmain Public to Coolamon via Deepwater Rd",
        "short": "S420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S43-7-sj2-1",
        "label": "S437",
        "long": "Illabo Public to Junee",
        "short": "S437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S43-8-sj2-1",
        "label": "S438",
        "long": "Eurongilly Public to Junee Rwy Stn",
        "short": "S438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S44-0-sj2-1",
        "label": "S440",
        "long": "Binya Public to Binya",
        "short": "S440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S44-1-sj2-1",
        "label": "S441",
        "long": "Barellan Central to Moombooldool Mumbledool Station Rd",
        "short": "S441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S44-2-sj2-1",
        "label": "S442",
        "long": "Barellan Central to Barellan via Binya Public",
        "short": "S442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S44-4-sj2-1",
        "label": "S444",
        "long": "Ardlethan Central to Kamarah",
        "short": "S444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S44-5-sj2-1",
        "label": "S445",
        "long": "Leeton Schools to Murrami",
        "short": "S445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S44-6-sj2-1",
        "label": "S446",
        "long": "Ardlethan Central to Cowabbie",
        "short": "S446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S44-7-sj2-1",
        "label": "S447",
        "long": "Darlington Public to Darlington Point Ringwood Rd via Sturt Hwy",
        "short": "S447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S44-8-sj2-1",
        "label": "S448",
        "long": "Ardlethan Central to Beckom Yithan Lane via Beckom Public",
        "short": "S448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S45-0-sj2-1",
        "label": "S450",
        "long": "Lake Wyangan Public to Nericon",
        "short": "S450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S45-1-sj2-1",
        "label": "S451",
        "long": "Griffith Schools to Nericon via Lake Wyangan",
        "short": "S451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S45-2-sj2-1",
        "label": "S452",
        "long": "Griffith Schools to Binya Erigolia Rd via Binya Public",
        "short": "S452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S45-3-sj2-1",
        "label": "S453",
        "long": "Griffith Schools to Murrumbidgee River Rd via Brogden Rd",
        "short": "S453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S45-4-sj2-1",
        "label": "S454",
        "long": "Griffith Schools to Widgelli via Yoogali",
        "short": "S454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S45-5-sj2-1",
        "label": "S455",
        "long": "Griffith Schools to Lake Wyangan McCarthy Rd via Todd Rd",
        "short": "S455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S45-6-sj2-1",
        "label": "S456",
        "long": "Griffith Schools to Tharbogang via Hanwood Public",
        "short": "S456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S45-7-sj2-1",
        "label": "S457",
        "long": "Griffith Schools to Warburn via Tharbogang",
        "short": "S457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S45-8-sj2-1",
        "label": "S458",
        "long": "Griffith Schools to Widgelli via Yenda",
        "short": "S458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S45-9-sj2-1",
        "label": "S459",
        "long": "Griffith Schools to Nericon West Rd via Mancini Dr",
        "short": "S459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S46-0-sj2-1",
        "label": "S460",
        "long": "Hillston Schools to Roto Lowlands Rd",
        "short": "S460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S46-1-sj2-1",
        "label": "S461",
        "long": "Hillston Schools to Wallanthery Lachlan Valley Way",
        "short": "S461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S46-2-sj2-1",
        "label": "S462",
        "long": "Hillston Schools to Hillston Mallee Downs Rd",
        "short": "S462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S46-3-sj2-1",
        "label": "S463",
        "long": "Hillston Schools to Hillston Mossgiel Rd",
        "short": "S463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S46-4-sj2-1",
        "label": "S464",
        "long": "Whitton Murrami Public to Murrami",
        "short": "S464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S46-5-sj2-1",
        "label": "S465",
        "long": "Leeton Schools and Yanco Public to Narrandera South",
        "short": "S465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S46-6-sj2-1",
        "label": "S466",
        "long": "Leeton Schools and Yanco Public to Narrandera North",
        "short": "S466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S47-0-sj2-1",
        "label": "S470",
        "long": "Kookora St to Verity Christian College",
        "short": "S470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S47-1-sj2-1",
        "label": "S471",
        "long": "Camel Bus - Yenda and Bilbul to Yoogali Schools via Griffith Schools and Beelbangera",
        "short": "S471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S47-3-sj2-1",
        "label": "S473",
        "long": "Frog Bus - Griffith and Yoogali Schools to Benerembah via Hanwood",
        "short": "S473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S47-4-sj2-1",
        "label": "S474",
        "long": "Penguin Bus - Willbriggie to Griffith Schools via Kooba, Hanwood, and Collina",
        "short": "S474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S47-5-sj2-1",
        "label": "S475",
        "long": "Panda Bus - Hanwood and Yoogali to Hanwood Public and Beelbangera Public via Griffith",
        "short": "S475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S47-8-sj2-1",
        "label": "S478",
        "long": "Ladybug Bus - Collina to Griffith Schools and Tharbogang Public via Lake Wyangan",
        "short": "S478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S47-9-sj2-1",
        "label": "S479",
        "long": "Hippo Bus - West Griffith to Griffith Schools",
        "short": "S479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S48-0-sj2-1",
        "label": "S480",
        "long": "Zebra Bus - Hanwood and N Griffith to Griffith Schools via Hanwood Public and Pioneer",
        "short": "S480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S48-1-sj2-1",
        "label": "S481",
        "long": "Lion Bus - N Griffith and E Griffith to Griffith and Yoogali Schools",
        "short": "S481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S48-3-sj2-1",
        "label": "S483",
        "long": "Giraffe Bus - Tharbogang and Lake Wyangan to Griffith Schools and Yenda Public",
        "short": "S483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S48-6-sj2-1",
        "label": "S486",
        "long": "Squirrel Bus - Three Ways and Pioneer to Griffith Schools and Hanwood Public",
        "short": "S486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S49-1-sj2-1",
        "label": "S491",
        "long": "Camel Bus - Yoogali and Griffith Schools to Yenda via Beelbangera",
        "short": "S491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S49-2-sj2-1",
        "label": "S492",
        "long": "Rhino Bus - Griffith Schools to Darlington Point via Hanwood",
        "short": "S492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S49-4-sj2-1",
        "label": "S494",
        "long": "Penguin Bus - Griffith Schools to Willbriggie via Pioneer, Hanwood, and Kooba",
        "short": "S494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S49-5-sj2-1",
        "label": "S495",
        "long": "Panda Bus - Yenda Public to Hanwood via Beelbangera Public and Griffith Schools",
        "short": "S495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S49-8-sj2-1",
        "label": "S498",
        "long": "Ladybug Bus - Griffith Public to E Griffith via Pioneer, N Griffith, and Collina",
        "short": "S498",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S49-9-sj2-1",
        "label": "S499",
        "long": "Hippo Bus - Lake Wyangan Public to Pioneer via Tharbogang Public and Griffith Schools",
        "short": "S499",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S50-0-sj2-1",
        "label": "S500",
        "long": "Zebra Bus - Griffith Schools to Collina via North Griffith",
        "short": "S500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S50-1-sj2-1",
        "label": "S501",
        "long": "Lion Bus - Yoogali and Griffith Schools to Yoogali via North Griffith",
        "short": "S501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S50-3-sj2-1",
        "label": "S503",
        "long": "Giraffe Bus - Griffith Schools to Tharbogang via Lake Wyangan and Mayfair",
        "short": "S503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S50-6-sj2-1",
        "label": "S506",
        "long": "Squirrel Bus - Griffith Schools to Griffith via Pioneer and Hanwood Public",
        "short": "S506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S50-7-sj2-1",
        "label": "S507",
        "long": "Cootamundra Schools to Illabo via Dirnaseer",
        "short": "S507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S50-8-sj2-1",
        "label": "S508",
        "long": "Cootamundra Schools to Cootamundra via Old Gundagai Rd",
        "short": "S508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S62-1-sj2-1",
        "label": "S621",
        "long": "West Wyalong Schools to Barmedman",
        "short": "S621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S62-2-sj2-1",
        "label": "S622",
        "long": "West Wyalong Schools to Tallimba",
        "short": "S622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S62-3-sj2-1",
        "label": "S623",
        "long": "West Wyalong Schools to Buddigower",
        "short": "S623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S62-6-sj2-1",
        "label": "S626",
        "long": "Jugiong to Berremangra via Harden Rd",
        "short": "S626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S62-7-sj2-1",
        "label": "S627",
        "long": "Matter Dei Coll, Wagga Wagga Christian and Turvey Park Schools to Galore",
        "short": "S627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S62-8-sj2-1",
        "label": "S628",
        "long": "Narrandera Schools to Morundah via Corobimilla",
        "short": "S628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S62-9-sj2-1",
        "label": "S629",
        "long": "Lockhart Schools to Galore via Fargunyah",
        "short": "S629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S63-1-sj2-1",
        "label": "S630",
        "long": "Narrandera Schools to Sandigo via Gillenbah",
        "short": "S630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S63-5-sj2-1",
        "label": "S635",
        "long": "Marrar Public to Marrar",
        "short": "S635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S64-6-sj2-1",
        "label": "S646",
        "long": "Temora Schools to Dirnaseer",
        "short": "S646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S64-7-sj2-1",
        "label": "S647",
        "long": "Matong Public to Matong via North Berembed",
        "short": "S647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S64-8-sj2-1",
        "label": "S648",
        "long": "Cootamundra Schools to Stirling",
        "short": "S648",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S64-9-sj2-1",
        "label": "S649",
        "long": "Cootamundra Schools to Scared Heart via Cootamundra",
        "short": "S649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S65-0-sj2-1",
        "label": "S650",
        "long": "Cootamundra Schools to Stockinbingal via Cootamundra",
        "short": "S650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S65-1-sj2-1",
        "label": "S651",
        "long": "Cootamundra Schools to Cootamundra",
        "short": "S651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S65-4-sj2-1",
        "label": "S654",
        "long": "Wyalong Public and West Wyalong Schools to Wyalong",
        "short": "S654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S65-5-sj2-1",
        "label": "S655",
        "long": "West Wyalong Schools to Alleena",
        "short": "S655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S65-7-sj2-1",
        "label": "S657",
        "long": "West Wyalong Schools to West Wyalong Town",
        "short": "S657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S65-8-sj2-1",
        "label": "S658",
        "long": "West Wyalong Schools to Weethalle",
        "short": "S658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S65-9-sj2-1",
        "label": "S659",
        "long": "West Wyalong Schools to Burcher",
        "short": "S659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S66-0-sj2-1",
        "label": "S660",
        "long": "West Wyalong Schools to Calleen",
        "short": "S660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S66-1-sj2-1",
        "label": "S661",
        "long": "West Wyalong Schools to Lake Cowal",
        "short": "S661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S69-1-sj2-1",
        "label": "S691",
        "long": "Leeton Schools to Leeton via Yanco Ave and Boronia Rd",
        "short": "S691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S69-2-sj2-1",
        "label": "S692",
        "long": "Leeton Schools to Leeton via Popular Ave and Brobenah Rd",
        "short": "S692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S69-3-sj2-1",
        "label": "S693",
        "long": "Leeton Schools to Leeton via Racecourse Rd",
        "short": "S693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S69-5-sj2-1",
        "label": "S695",
        "long": "Bongongo Public to Parsons Creek Rd and Wee Jasper Rd",
        "short": "S695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S69-6-sj2-1",
        "label": "S696",
        "long": "Narrandera Schools to Colinroobie via Paynters Siding Rd",
        "short": "S696",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S69-7-sj2-1",
        "label": "S697",
        "long": "Narrandera Schools to Grong Grong",
        "short": "S697",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S69-8-sj2-1",
        "label": "S698",
        "long": "Narrandera Schools to Grong Grong via North Berembed",
        "short": "S698",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S69-9-sj2-1",
        "label": "S699",
        "long": "Matong School to Narrandera via Grong Grong",
        "short": "S699",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S87-0-sj2-1",
        "label": "S870",
        "long": "Caragabal Public to Caragabal via Mid Western Hwy",
        "short": "S870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S87-1-sj2-1",
        "label": "S871",
        "long": "Wyalong and West Wyalong Schools to Marsden Rest Area",
        "short": "S871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S87-2-sj2-1",
        "label": "S872",
        "long": "Caragabal Public to Piney Range",
        "short": "S872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S87-5-sj2-1",
        "label": "S875",
        "long": "Jindera Schools to Gerogery via Table Top",
        "short": "S875",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S87-6-sj2-1",
        "label": "S876",
        "long": "Jindera Schools to Howlong via Bungowannah",
        "short": "S876",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S88-1-sj2-1",
        "label": "S881",
        "long": "Weethalle Public to Euratha via Naradhan Rd",
        "short": "S881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S88-2-sj2-1",
        "label": "S882",
        "long": "Ungarie Central to Kikoira",
        "short": "S882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S88-3-sj2-1",
        "label": "S883",
        "long": "Ungarie Central to Kikoira via Ungarie",
        "short": "S883",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S89-9-sj2-1",
        "label": "S899",
        "long": "Tallimba Public to Brennans Tank Rd",
        "short": "S899",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S92-2-sj2-1",
        "label": "S922",
        "long": "Temora Schools to Bectric",
        "short": "S922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S92-3-sj2-1",
        "label": "S923",
        "long": "Temora School to Grogan",
        "short": "S923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S92-4-sj2-1",
        "label": "S924",
        "long": "Temora Schools to Springdale",
        "short": "S924",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S92-5-sj2-1",
        "label": "S925",
        "long": "Temora Schools to Mimosa",
        "short": "S925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S92-6-sj2-1",
        "label": "S926",
        "long": "Cootamundra Schools to Cullinga Rd",
        "short": "S926",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S92-7-sj2-1",
        "label": "S927",
        "long": "Cootamundra Schools to Wallendbeen",
        "short": "S927",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S92-8-sj2-1",
        "label": "S928",
        "long": "Cootamundra Schools to Dirnaseer via Dudauman",
        "short": "S928",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S92-9-sj2-1",
        "label": "S929",
        "long": "Cootamundra Schools to Coolac",
        "short": "S929",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S93-0-sj2-1",
        "label": "S930",
        "long": "Young Schools to Cootamundra",
        "short": "S930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S94-2-sj2-1",
        "label": "S942",
        "long": "Barellan Central to Colinroobie",
        "short": "S942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S94-4-sj2-1",
        "label": "S944",
        "long": "Cootamundra Schools to Brawlin Rd",
        "short": "S944",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "60-S96-0-sj2-1",
        "label": "S960",
        "long": "Ariah Park Central to Mirrool via Beckom",
        "short": "S960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-685-H-sj2-1",
        "label": "685H",
        "long": "Springwood to North Hazelbrook (Loop Service)",
        "short": "685H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-685-sj2-1",
        "label": "685",
        "long": "Katoomba to North Wentworth Falls (Loop Service)",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-686-G-sj2-1",
        "label": "686G",
        "long": "Katoomba to Katoomba Golf Club via Cliff Dr (Loop Service)",
        "short": "686G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-686-sj2-1",
        "label": "686",
        "long": "Katoomba to Scenic World via Echo Pt (Loop Service)",
        "short": "686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-688-sj2-1",
        "label": "688",
        "long": "Penrith to Emu Heights (Loop Service)",
        "short": "688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-689-sj2-1",
        "label": "689",
        "long": "Penrith to Leonay (Loop Service)",
        "short": "689",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-690-C-sj2-1",
        "label": "690C",
        "long": "Springwood to Faulconbridge (Loop Service)",
        "short": "690C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-690-H-sj2-1",
        "label": "690H",
        "long": "Katoomba to Katoomba Hospital (Loop Service)",
        "short": "690H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-690-K-sj2-1",
        "label": "690K",
        "long": "Katoomba to Springwood",
        "short": "690K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-690-P-sj2-1",
        "label": "690P",
        "long": "Penrith to Springwood",
        "short": "690P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-691-sj2-1",
        "label": "691",
        "long": "Penrith to Mount Riverview",
        "short": "691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-692-B-sj2-1",
        "label": "692B",
        "long": "Springwood to Buckland via Lomatia Gardens and Hospital (Loop Service)",
        "short": "692B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-692-H-sj2-1",
        "label": "692H",
        "long": "Springwood to Hawkesbury Heights (Loop Service)",
        "short": "692H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-692-W-sj2-1",
        "label": "692W",
        "long": "Springwood to Winmalee (Loop Service)",
        "short": "692W",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-692-Y-sj2-1",
        "label": "692Y",
        "long": "Springwood to Yellow Rock (Loop Service)",
        "short": "692Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-693-sj2-1",
        "label": "693",
        "long": "Springwood to Burns Road via Lalor Rd (Loop Service)",
        "short": "693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-694-sj2-1",
        "label": "694",
        "long": "Springwood to Bee Farm Road (Loop Service)",
        "short": "694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-695-sj2-1",
        "label": "695",
        "long": "Katoomba to South Leura (Loop Service)",
        "short": "695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-696-sj2-1",
        "label": "696",
        "long": "Katoomba to South Katoomba via Clissold and Ada Sts (Loop Service)",
        "short": "696",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-697-sj2-1",
        "label": "697",
        "long": "Katoomba to North Katoomba (Loop Service)",
        "short": "697",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-698-V-sj2-1",
        "label": "698V",
        "long": "Katoomba to Mt Victoria (Loop Service)",
        "short": "698V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-698-sj2-1",
        "label": "698",
        "long": "Katoomba to Blackheath (Loop Service)",
        "short": "698",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-810-1-sj2-1",
        "label": "8101",
        "long": "Emu Plains to Nepean HS",
        "short": "8101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-810-2-sj2-1",
        "label": "8102",
        "long": "Emu Heights to Penrith Schools",
        "short": "8102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-810-3-sj2-1",
        "label": "8103",
        "long": "Gardenia Av to Nepean St",
        "short": "8103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-810-4-sj2-1",
        "label": "8104",
        "long": "Mt Riverview to Wycliffe Christian School",
        "short": "8104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-810-5-sj2-1",
        "label": "8105",
        "long": "Warrimoo to McCarthy HS",
        "short": "8105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-810-6-sj2-1",
        "label": "8106",
        "long": "Emu Heights to Penrith Anglican College",
        "short": "8106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-810-7-sj2-1",
        "label": "8107",
        "long": "Lapstone to Glenbrook PS via St Finbars",
        "short": "8107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-810-8-sj2-1",
        "label": "8108",
        "long": "Emu Heights to Penrith Christian Community School",
        "short": "8108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-810-9-sj2-1",
        "label": "8109",
        "long": "Blaxland East PS to Penrith Anglican College",
        "short": "8109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-811-1-sj2-1",
        "label": "8111",
        "long": "Mt Riverview to Blaxland HS",
        "short": "8111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-811-2-sj2-1",
        "label": "8112",
        "long": "Glenbrook Rd at Olivet St to St Finbars and Glenbrook PS",
        "short": "8112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-811-3-sj2-1",
        "label": "8113",
        "long": "Emu Heights to St Dominics School",
        "short": "8113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-811-5-sj2-1",
        "label": "8115",
        "long": "Mt Riverview to Glenbrook PS via Blaxland HS",
        "short": "8115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-811-6-sj2-1",
        "label": "8116",
        "long": "Lapstone to Blaxland HS and Wycliffe Christian School",
        "short": "8116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-811-7-sj2-1",
        "label": "8117",
        "long": "South Glenbrook to Blaxland HS and East Blaxland PS",
        "short": "8117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-811-8-sj2-1",
        "label": "8118",
        "long": "Emu Heights to St Pauls Grammar",
        "short": "8118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-811-9-sj2-1",
        "label": "8119",
        "long": "Glenbrook to St Columba's Catholic College and Blaxland HS",
        "short": "8119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-812-1-sj2-1",
        "label": "8121",
        "long": "Darcy Smith Oval to McCarthy HS",
        "short": "8121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-812-2-sj2-1",
        "label": "8122",
        "long": "Richmond Station to Wycliffe Christian School",
        "short": "8122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-812-3-sj2-1",
        "label": "8123",
        "long": "Hawkesbury Rd to Nepean Christian School",
        "short": "8123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-812-4-sj2-1",
        "label": "8124",
        "long": "Mt Riverview to Penrith Anglican College",
        "short": "8124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-812-5-sj2-1",
        "label": "8125",
        "long": "Great Western Hwy before Lamrock St to Emu Plains PS",
        "short": "8125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-812-6-sj2-1",
        "label": "8126",
        "long": "Emu Plains Bus Depot to Blaxland HS",
        "short": "8126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-813-0-sj2-1",
        "label": "8130",
        "long": "Emu Plains to St Columba's Catholic College",
        "short": "8130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-820-1-sj2-1",
        "label": "8201",
        "long": "Linden to St Thomas Aquinas PS",
        "short": "8201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-820-2-sj2-1",
        "label": "8202",
        "long": "Springwood Station to Penrith Anglican College",
        "short": "8202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-820-3-sj2-1",
        "label": "8203",
        "long": "Forbes St to Blaxland PS",
        "short": "8203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-820-4-sj2-1",
        "label": "8204",
        "long": "Norman Lindsay Gallery to Springwood PS",
        "short": "8204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-820-5-sj2-1",
        "label": "8205",
        "long": "Springwood Station to Wycliffe Christian School",
        "short": "8205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-820-7-sj2-1",
        "label": "8207",
        "long": "Valley Heights Depot to Winmalee HS",
        "short": "8207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-820-9-sj2-1",
        "label": "8209",
        "long": "Burns Place to Springwood HS",
        "short": "8209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-821-0-sj2-1",
        "label": "8210",
        "long": "Springwood Station to Winmalee HS",
        "short": "8210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-821-1-sj2-1",
        "label": "8211",
        "long": "Hawkesbury Rd at Moore Rd to Winmalee HS",
        "short": "8211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-821-2-sj2-1",
        "label": "8212",
        "long": "Springwood Station to St Pauls Grammar School",
        "short": "8212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-821-3-sj2-1",
        "label": "8213",
        "long": "Hawkesbury Rd opp Lee Rd to Lapstone PS",
        "short": "8213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-821-4-sj2-1",
        "label": "8214",
        "long": "Mt Riverview to St Columba's Catholic College and St Thomas Aquinas PS",
        "short": "8214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-821-5-sj2-1",
        "label": "8215",
        "long": "Hawkesbury Rd after Lawson Rd to Ellison PS",
        "short": "8215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-821-6-sj2-1",
        "label": "8216",
        "long": "Hawkesbury Heights to Wycliffe Christian School",
        "short": "8216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-821-7-sj2-1",
        "label": "8217",
        "long": "Rusden Rd at Bunbinla Av to Blaxland HS",
        "short": "8217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-821-8-sj2-1",
        "label": "8218",
        "long": "Blaxland HS to St Finbars and Glenbrook PS",
        "short": "8218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-822-0-sj2-1",
        "label": "8220",
        "long": "Valley Heights to Springwood HS",
        "short": "8220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-822-1-sj2-1",
        "label": "8221",
        "long": "Springwood HS to Winmalee PS",
        "short": "8221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-822-3-sj2-1",
        "label": "8223",
        "long": "Woodford to St Columba's Catholic College and St Thomas Aquinas PS",
        "short": "8223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-822-4-sj2-1",
        "label": "8224",
        "long": "Burns Place to Winmalee HS",
        "short": "8224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-822-5-sj2-1",
        "label": "8225",
        "long": "Hawkesbury Heights to Winmalee HS",
        "short": "8225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-822-6-sj2-1",
        "label": "8226",
        "long": "Linden to Springwood HS and Winmalee HS",
        "short": "8226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-822-7-sj2-1",
        "label": "8227",
        "long": "Hawkesbury Heights to Winmalee and Ellison PS",
        "short": "8227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-822-8-sj2-1",
        "label": "8228",
        "long": "Yellow Rock to Winmalee HS",
        "short": "8228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-822-9-sj2-1",
        "label": "8229",
        "long": "Yellow Rock to Springwood PS",
        "short": "8229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-823-0-sj2-1",
        "label": "8230",
        "long": "Hazelbrook to Springwood HS",
        "short": "8230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-823-1-sj2-1",
        "label": "8231",
        "long": "Homedale St after Springwood Av to Ellison PS",
        "short": "8231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-823-2-sj2-1",
        "label": "8232",
        "long": "Lawson Station to St Columba's Catholic College and St Thomas Aquinas PS",
        "short": "8232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-823-3-sj2-1",
        "label": "8233",
        "long": "Lawson to Springwood HS",
        "short": "8233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-823-5-sj2-1",
        "label": "8235",
        "long": "Aldgate House to Wycliffe and St Thomas Aquinas PS",
        "short": "8235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-823-6-sj2-1",
        "label": "8236",
        "long": "Darwin Dr after Governors Dr to St Thomas PS",
        "short": "8236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-823-7-sj2-1",
        "label": "8237",
        "long": "Great Western Hwy before Torwood Rd to Blaxland HS",
        "short": "8237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-824-0-sj2-1",
        "label": "8240",
        "long": "Lawson to Hazelbrook",
        "short": "8240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-824-9-sj2-1",
        "label": "8249",
        "long": "Warrimoo to St Columba's Catholic College",
        "short": "8249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-825-0-sj2-1",
        "label": "8250",
        "long": "Springwood to St Columba's Catholic College",
        "short": "8250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-830-1-sj2-1",
        "label": "8301",
        "long": "Lawson Station to Lawson PS and Katoomba",
        "short": "8301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-830-2-sj2-1",
        "label": "8302",
        "long": "Leura Depot to Springwood HS",
        "short": "8302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-830-3-sj2-1",
        "label": "8303",
        "long": "Hazelbrook Station to Springwood HS and Faulconbridge PS",
        "short": "8303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-830-4-sj2-1",
        "label": "8304",
        "long": "Hazelbrook PS to Steiner School",
        "short": "8304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-830-6-sj2-1",
        "label": "8306",
        "long": "North Katoomba to Katoomba PS and HS",
        "short": "8306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-830-9-sj2-1",
        "label": "8309",
        "long": "Wentworth Falls to Blue Mountains Grammar School",
        "short": "8309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-831-0-sj2-1",
        "label": "8310",
        "long": "Leura Station to Wycliffe Christian School",
        "short": "8310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-831-1-sj2-1",
        "label": "8311",
        "long": "Wycliffe Christian School to Blaxland and Warrimoo PS",
        "short": "8311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-831-2-sj2-1",
        "label": "8312",
        "long": "Valley Heights to Springwood PS",
        "short": "8312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-831-3-sj2-1",
        "label": "8313",
        "long": "Leura Depot to St Columba's Catholic College and St Thomas Aquinas PS",
        "short": "8313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-831-4-sj2-1",
        "label": "8314",
        "long": "BM Emergency Centre to St Columba's Catholic College",
        "short": "8314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-831-5-sj2-1",
        "label": "8315",
        "long": "North Wentworth Falls to St Columba's Catholic College",
        "short": "8315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-831-6-sj2-1",
        "label": "8316",
        "long": "Katoomba to Leura PS viaNorthKatoomba",
        "short": "8316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-832-0-sj2-1",
        "label": "8320",
        "long": "Katoomba to Wentworth Falls",
        "short": "8320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-832-3-sj2-1",
        "label": "8323",
        "long": "Hazelbrook to Woodford Station",
        "short": "8323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-832-4-sj2-1",
        "label": "8324",
        "long": "North Katoomba to Katoomba HS",
        "short": "8324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-832-5-sj2-1",
        "label": "8325",
        "long": "Katoomba to Wentworth Falls PS",
        "short": "8325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-833-0-sj2-1",
        "label": "8330",
        "long": "Katoomba to Katoomba High School",
        "short": "8330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-833-1-sj2-1",
        "label": "8331",
        "long": "Blackheath to Katoomba High School",
        "short": "8331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-833-2-sj2-1",
        "label": "8332",
        "long": "Katoomba to Leura Public School",
        "short": "8332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-833-3-sj2-1",
        "label": "8333",
        "long": "Katoomba to Katoomba North Public School via Leura",
        "short": "8333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-833-4-sj2-1",
        "label": "8334",
        "long": "Springwood High School to Blue Mountains Christian School",
        "short": "8334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-850-1-sj2-1",
        "label": "8501",
        "long": "Blaxland HS to East Blaxland",
        "short": "8501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-850-2-sj2-1",
        "label": "8502",
        "long": "Blaxland East PS to Mt Riverview PS",
        "short": "8502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-850-3-sj2-1",
        "label": "8503",
        "long": "Mt Riverview PS to Koala Rd, Blaxland",
        "short": "8503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-850-4-sj2-1",
        "label": "8504",
        "long": "Blaxland HS to East Blaxland",
        "short": "8504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-850-6-sj2-1",
        "label": "8506",
        "long": "Blaxland HS to Lapstone",
        "short": "8506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-850-7-sj2-1",
        "label": "8507",
        "long": "Blaxland East PS to St Finbars PS",
        "short": "8507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-850-8-sj2-1",
        "label": "8508",
        "long": "St Finbars PS to Mt Sion",
        "short": "8508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-851-0-sj2-1",
        "label": "8510",
        "long": "Wycliffe Christian School to St Finbars PS",
        "short": "8510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-851-1-sj2-1",
        "label": "8511",
        "long": "St Finbars PS to Lapstone",
        "short": "8511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-851-2-sj2-1",
        "label": "8512",
        "long": "Nepean District CS to Emu Plains Rd",
        "short": "8512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-851-3-sj2-1",
        "label": "8513",
        "long": "Blaxland HS to Lennox SC",
        "short": "8513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-851-4-sj2-1",
        "label": "8514",
        "long": "Emu Plains to Penrith Interchange",
        "short": "8514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-851-5-sj2-1",
        "label": "8515",
        "long": "Blaxland HS to Warrimoo Station",
        "short": "8515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-851-6-sj2-1",
        "label": "8516",
        "long": "Wycliffe Christian School to Lee Rd Shops",
        "short": "8516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-851-7-sj2-1",
        "label": "8517",
        "long": "St Thomas Aquinas PS to Penrith Plaza",
        "short": "8517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-851-8-sj2-1",
        "label": "8518",
        "long": "McCarthy HS to Leonay",
        "short": "8518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-852-0-sj2-1",
        "label": "8520",
        "long": "St Dominic's College to Emu Heights",
        "short": "8520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-852-1-sj2-1",
        "label": "8521",
        "long": "Caroline Chisholm Girls HS to Emu Heights",
        "short": "8521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-852-2-sj2-1",
        "label": "8522",
        "long": "Nepean HS to Emu Heights",
        "short": "8522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-852-3-sj2-1",
        "label": "8523",
        "long": "McCarthy HS to Emu Heights",
        "short": "8523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-852-4-sj2-1",
        "label": "8524",
        "long": "Penrith Anglican College to Emu Heights",
        "short": "8524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-852-5-sj2-1",
        "label": "8525",
        "long": "Blaxland HS to Mt Riverview",
        "short": "8525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-852-6-sj2-1",
        "label": "8526",
        "long": "Wyclffe Christian School to Warrimoo",
        "short": "8526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-852-7-sj2-1",
        "label": "8527",
        "long": "St Pauls Grammar to Emu Heights",
        "short": "8527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-852-8-sj2-1",
        "label": "8528",
        "long": "Blaxland East PS to Glenbrook",
        "short": "8528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-852-9-sj2-1",
        "label": "8529",
        "long": "Blaxland HS to Lennox Shopping Centre",
        "short": "8529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-853-0-sj2-1",
        "label": "8530",
        "long": "Blaxland HS to Rusden Rd at Bunbinla Av",
        "short": "8530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-853-1-sj2-1",
        "label": "8531",
        "long": "St Pauls Grammar to Springwood",
        "short": "8531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-853-2-sj2-1",
        "label": "8532",
        "long": "Nepean HS to Emu Heights",
        "short": "8532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-853-3-sj2-1",
        "label": "8533",
        "long": "McCarthy HS to Blaxland Shops",
        "short": "8533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-853-4-sj2-1",
        "label": "8534",
        "long": "Wycliffe to Richmond Station via Nepean HS",
        "short": "8534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-853-5-sj2-1",
        "label": "8535",
        "long": "Blaxland HS to Hillside Cr at Mount St",
        "short": "8535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-853-6-sj2-1",
        "label": "8536",
        "long": "Wycliffe to Lapstone via St Columba's Catholic College",
        "short": "8536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-853-8-sj2-1",
        "label": "8538",
        "long": "Nepean HS to Old Great Western Hwy via Leonay",
        "short": "8538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-853-9-sj2-1",
        "label": "8539",
        "long": "Penrith Anglican College to Mount Riverview",
        "short": "8539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-854-0-sj2-1",
        "label": "8540",
        "long": "Blaxland HS to Russell St before Old Bathurst Rd",
        "short": "8540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-854-4-sj2-1",
        "label": "8544",
        "long": "St Columba's Catholic College to Emu Plains",
        "short": "8544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-860-1-sj2-1",
        "label": "8601",
        "long": "Wycliffe Christian School to Emu Plains Rd",
        "short": "8601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-860-2-sj2-1",
        "label": "8602",
        "long": "St Finbars PS to Blaxland Station",
        "short": "8602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-860-3-sj2-1",
        "label": "8603",
        "long": "Blaxland Station to Springwood Station",
        "short": "8603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-860-5-sj2-1",
        "label": "8605",
        "long": "Penrith Anglican College to Springwood Station",
        "short": "8605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-860-6-sj2-1",
        "label": "8606",
        "long": "Springwood PS to Winmalee Fire Brigade",
        "short": "8606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-860-7-sj2-1",
        "label": "8607",
        "long": "Blaxland HS to Rusden Rd at Bunbinla Av",
        "short": "8607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-860-8-sj2-1",
        "label": "8608",
        "long": "Blaxland HS to Warrimoo Station",
        "short": "8608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-860-9-sj2-1",
        "label": "8609",
        "long": "Springwood HS to Ellison PS and Winmalee HS",
        "short": "8609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-861-0-sj2-1",
        "label": "8610",
        "long": "St Thomas Aquinas PS to Green Pde nr Cambridge St",
        "short": "8610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-861-2-sj2-1",
        "label": "8612",
        "long": "St Columba's Catholic College to Winmalee Fire Brigade",
        "short": "8612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-861-3-sj2-1",
        "label": "8613",
        "long": "St Columba's Catholic College to Valley Heights Depot",
        "short": "8613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-861-4-sj2-1",
        "label": "8614",
        "long": "Winmalee HS to Warrimoo",
        "short": "8614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-861-5-sj2-1",
        "label": "8615",
        "long": "Warrimoo PS to Blaxland Station",
        "short": "8615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-861-7-sj2-1",
        "label": "8617",
        "long": "Wycliffe Christian School to Macquarie Rd near Stanway Av",
        "short": "8617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-861-8-sj2-1",
        "label": "8618",
        "long": "Springwood PS to Springwood Anglican Church",
        "short": "8618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-862-0-sj2-1",
        "label": "8620",
        "long": "Winmalee HS to Halcyon Av after Hawkesbury Rd",
        "short": "8620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-862-1-sj2-1",
        "label": "8621",
        "long": "Winmalee PS to Yellow Rock",
        "short": "8621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-862-2-sj2-1",
        "label": "8622",
        "long": "St Thomas Aquinas PS to Great Western Hwy after Lugano Av",
        "short": "8622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-862-3-sj2-1",
        "label": "8623",
        "long": "Winmalee HS to Hawkesbury Rd opp Lawson Rd",
        "short": "8623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-862-4-sj2-1",
        "label": "8624",
        "long": "St Columba's Catholic College to Norman Lindsay Gallery",
        "short": "8624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-862-5-sj2-1",
        "label": "8625",
        "long": "Winmalee HS and PS to Hawkesbury Heights",
        "short": "8625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-862-6-sj2-1",
        "label": "8626",
        "long": "Winmalee PS to Hawkesbury Rd opp Paulwood Ave",
        "short": "8626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-862-7-sj2-1",
        "label": "8627",
        "long": "St Columba's Catholic College to Winmalee and Hawkesbury Heights",
        "short": "8627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-862-8-sj2-1",
        "label": "8628",
        "long": "Winmalee HS to Springwood Station",
        "short": "8628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-862-9-sj2-1",
        "label": "8629",
        "long": "St Columba's Catholic College to Springwood Station",
        "short": "8629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-863-0-sj2-1",
        "label": "8630",
        "long": "St Columba's Catholic College to Lawson",
        "short": "8630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-863-1-sj2-1",
        "label": "8631",
        "long": "Winmalee HS to Yellow Rock",
        "short": "8631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-863-2-sj2-1",
        "label": "8632",
        "long": "St Columba's Catholic College to Great Western Hwy after Lugano Av",
        "short": "8632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-863-3-sj2-1",
        "label": "8633",
        "long": "Winmalee HS to Waratah Village",
        "short": "8633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-863-4-sj2-1",
        "label": "8634",
        "long": "St Columba's Catholic College to Mt Riverview",
        "short": "8634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-863-5-sj2-1",
        "label": "8635",
        "long": "Ellison PS to Springwood Hospital",
        "short": "8635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-863-6-sj2-1",
        "label": "8636",
        "long": "St Columba's Catholic College to Yellow Rock",
        "short": "8636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-863-7-sj2-1",
        "label": "8637",
        "long": "Winmalee HS to Springwood Station",
        "short": "8637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-863-8-sj2-1",
        "label": "8638",
        "long": "Glenbrook PS to Mt Sion",
        "short": "8638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-863-9-sj2-1",
        "label": "8639",
        "long": "Penrith Anglican College to Blaxland East PS",
        "short": "8639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-864-0-sj2-1",
        "label": "8640",
        "long": "Springwood HS to Highland Rd",
        "short": "8640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-864-1-sj2-1",
        "label": "8641",
        "long": "St Columba's Catholic College to Linden",
        "short": "8641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-864-2-sj2-1",
        "label": "8642",
        "long": "Springwood HS to Hazelbrook",
        "short": "8642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-864-4-sj2-1",
        "label": "8644",
        "long": "Springwood HS and Faulconbridge PS to Hazelbrook",
        "short": "8644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-864-6-sj2-1",
        "label": "8646",
        "long": "St Columba's Catholic College to Darwin Dr after Governors Dr",
        "short": "8646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-865-0-sj2-1",
        "label": "8650",
        "long": "Hazelbrook Public School to Hazelbrook Shops",
        "short": "8650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-865-1-sj2-1",
        "label": "8651",
        "long": "Hazelbrook Public School to Springwood",
        "short": "8651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-865-2-sj2-1",
        "label": "8652",
        "long": "Springwood Baptist Church to Springwood",
        "short": "8652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-865-3-sj2-1",
        "label": "8653",
        "long": "Springwood to Faulconbridge Public School",
        "short": "8653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-865-4-sj2-1",
        "label": "8654",
        "long": "Wenthworth Falls PS to Springwood",
        "short": "8654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-865-5-sj2-1",
        "label": "8655",
        "long": "St Columbas to Valley Heights",
        "short": "8655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-870-1-sj2-1",
        "label": "8701",
        "long": "Katoomba HS to Hazelbrook Station",
        "short": "8701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-870-2-sj2-1",
        "label": "8702",
        "long": "Wentworth Falls PS to St Canices PS",
        "short": "8702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-870-4-sj2-1",
        "label": "8704",
        "long": "Springwood HS to Katoomba",
        "short": "8704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-870-5-sj2-1",
        "label": "8705",
        "long": "Springwood HS to Katoomba",
        "short": "8705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-870-6-sj2-1",
        "label": "8706",
        "long": "St Columba's Catholic College to Katoomba",
        "short": "8706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-870-7-sj2-1",
        "label": "8707",
        "long": "Lawson PS to Hazelbrook Station",
        "short": "8707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-870-9-sj2-1",
        "label": "8709",
        "long": "St Columba's Catholic College to Leura PS",
        "short": "8709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-871-0-sj2-1",
        "label": "8710",
        "long": "Wentworth Falls PS to Blackheath",
        "short": "8710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-871-2-sj2-1",
        "label": "8712",
        "long": "Springwood HS to Hazelbrook Shops via North Hazelbrook",
        "short": "8712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-871-3-sj2-1",
        "label": "8713",
        "long": "St Columba's Catholic College to Lovel St near Wilson St",
        "short": "8713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-871-4-sj2-1",
        "label": "8714",
        "long": "Winmalee HS to Linden",
        "short": "8714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-871-5-sj2-1",
        "label": "8715",
        "long": "Carrington Hotel to Albion St before Great Western Hwy",
        "short": "8715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-871-6-sj2-1",
        "label": "8716",
        "long": "Leura PS to Katoomba",
        "short": "8716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-871-7-sj2-1",
        "label": "8717",
        "long": "Blackheath PS to Blue Mountains Wildlife Centre",
        "short": "8717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-871-8-sj2-1",
        "label": "8718",
        "long": "Blue Mountains Christian School to Hazelbrook Station",
        "short": "8718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-872-2-sj2-1",
        "label": "8722",
        "long": "Katoomba HS to Katoomba North PS",
        "short": "8722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-872-8-sj2-1",
        "label": "8728",
        "long": "Kindle Hill to Blackheath",
        "short": "8728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-873-6-sj2-1",
        "label": "8736",
        "long": "Katoomba High School to Blackheath",
        "short": "8736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-873-8-sj2-1",
        "label": "8738",
        "long": "St Columba's Catholic College to Warrimoo",
        "short": "8738",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "64-N70-sj2-1",
        "label": "N70",
        "long": "City Town Hall to Penrith via Parramatta (Night Service)",
        "short": "N70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-15-sj2-1",
        "label": "15",
        "long": "Helensburgh to Stanwell Park",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-2-sj2-1",
        "label": "2",
        "long": "Wollongong to Stanwell Park via Thirroul",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S35-1-sj2-1",
        "label": "S351",
        "long": "Scarborough PS to Austinmer PS",
        "short": "S351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S35-2-sj2-1",
        "label": "S352",
        "long": "Bulli High School to Thirroul",
        "short": "S352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S35-3-sj2-1",
        "label": "S353",
        "long": "Wombarra to Bulli HS via Austinmer",
        "short": "S353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S35-4-sj2-1",
        "label": "S354",
        "long": "Bulli PS to Scarborough PS",
        "short": "S354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S35-5-sj2-1",
        "label": "S355",
        "long": "Bulli to Bulli PS via Bulli HS",
        "short": "S355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S35-6-sj2-1",
        "label": "S356",
        "long": "Woonona to Bulli HS",
        "short": "S356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S35-7-sj2-1",
        "label": "S357",
        "long": "Bellambi to Bulli HS",
        "short": "S357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S35-8-sj2-1",
        "label": "S358",
        "long": "Holy Spirit College to Thirroul",
        "short": "S358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S35-9-sj2-1",
        "label": "S359",
        "long": "Thirroul to Holy Spirit College",
        "short": "S359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S36-0-sj2-1",
        "label": "S360",
        "long": "Holy Spirit College to Coledale Beach",
        "short": "S360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S36-1-sj2-1",
        "label": "S361",
        "long": "Stanwell Park to Holy Spirit College",
        "short": "S361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S36-2-sj2-1",
        "label": "S362",
        "long": "Holy Spirit College to Austinmer",
        "short": "S362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S36-3-sj2-1",
        "label": "S363",
        "long": "Stanwell Tops to Helensburgh PS",
        "short": "S363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S36-5-sj2-1",
        "label": "S365",
        "long": "Helensburgh PS to Stanwell Tops",
        "short": "S365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S36-6-sj2-1",
        "label": "S366",
        "long": "Domville Rd at Otford Rd to Helensburgh Station",
        "short": "S366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S36-7-sj2-1",
        "label": "S367",
        "long": "Darkes Forest to Helensburgh",
        "short": "S367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S36-8-sj2-1",
        "label": "S368",
        "long": "Helensburgh to Sutherland Shire CS",
        "short": "S368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S36-9-sj2-1",
        "label": "S369",
        "long": "Sutherland Shire CS to Helensburgh via Holy Cross College",
        "short": "S369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S37-0-sj2-1",
        "label": "S370",
        "long": "Helensburgh PS to Walker St opp Otford Rd",
        "short": "S370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S37-1-sj2-1",
        "label": "S371",
        "long": "Otford Rd after Werrong Rd to Helensburgh PS",
        "short": "S371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S37-2-sj2-1",
        "label": "S372",
        "long": "Helensburgh PS to Holy Cross PS",
        "short": "S372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S37-3-sj2-1",
        "label": "S373",
        "long": "MET School to Helensburgh PS",
        "short": "S373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S37-4-sj2-1",
        "label": "S374",
        "long": "Helensburgh to Sutherland Shire CS",
        "short": "S374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S37-5-sj2-1",
        "label": "S375",
        "long": "Sutherland Shire CS to Stanwell Park",
        "short": "S375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S37-6-sj2-1",
        "label": "S376",
        "long": "Helensburgh Public School to Stanwell Tops",
        "short": "S376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S37-7-sj2-1",
        "label": "S377",
        "long": "Waniora Public School to Stanwell Tops",
        "short": "S377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S37-8-sj2-1",
        "label": "S378",
        "long": "Coledale to Bulli High School",
        "short": "S378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S37-9-sj2-1",
        "label": "S379",
        "long": "Bulli Public School to Thirroul (Loop Service)",
        "short": "S379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S38-0-sj2-1",
        "label": "S380",
        "long": "Waniora Public School to Scarborough",
        "short": "S380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "66-S38-1-sj2-1",
        "label": "S381",
        "long": "Holy Cross College to Helensburgh Station",
        "short": "S381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-10-sj2-1",
        "label": "10",
        "long": "Wollongong to West Wollongong (Loop Service)",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-11-sj2-1",
        "label": "11",
        "long": "Wollongong to Wollongong University (Loop Service)",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-14S-C-sj2-1",
        "label": "14SC",
        "long": "Thirroul, then all stations to Dapto",
        "short": "14SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-24-sj2-1",
        "label": "24",
        "long": "Wollongong to Figtree via Mangerton (Loop Service)",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-27S-C-sj2-1",
        "label": "27SC",
        "long": "Wollongong, then all stations to Port Kembla",
        "short": "27SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-3-sj2-1",
        "label": "3",
        "long": "Wollongong to Bellambi via Towradgi (Loop Service)",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-30-sj2-1",
        "label": "30",
        "long": "Dapto to Wongawilli via Horsely (Loop Service)",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-31-sj2-1",
        "label": "31",
        "long": "Wollongong to Horsley via Unanderra (Loop Service)",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-32-sj2-1",
        "label": "32",
        "long": "Dapto to Brooks Reach (Loop Service)",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-33-sj2-1",
        "label": "33",
        "long": "Wollongong to Dapto via Unanderra (Loop Service)",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-34-sj2-1",
        "label": "34",
        "long": "Wollongong to Warrawong via Unanderra (Loop Service)",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-35-sj2-1",
        "label": "35",
        "long": "Unanderra to Wollongong via Farmborough Heights",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-36-sj2-1",
        "label": "36",
        "long": "Wollongong to Kembla Heights via Cordeaux Heights (Loop Service)",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-37-sj2-1",
        "label": "37",
        "long": "Wollongong to Shellharbour via Dapto (Loop Service)",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-38-sj2-1",
        "label": "38",
        "long": "Dapto to Kembla Grange (Loop Service)",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-39-sj2-1",
        "label": "39",
        "long": "Wollongong to Figtree via Mt Keira (Loop Service)",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-41-sj2-1",
        "label": "41",
        "long": "University of Wollongong to Dapto",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-43-sj2-1",
        "label": "43",
        "long": "Port Kembla to Mt Brown (Loop Service)",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-51-sj2-1",
        "label": "51",
        "long": "Wollongong to Oak Flats via Stockland Shellharbour",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-52-sj2-1",
        "label": "52",
        "long": "Shellharbour Junction to Flinders",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-53-sj2-1",
        "label": "53",
        "long": "Wollongong to Shellharbour via Warrawong and Shell Cove",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-55A-sj2-1",
        "label": "55A",
        "long": "University of Wollongong to Wollongong via Gwynneville (Loop Service)",
        "short": "55A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-55C-sj2-1",
        "label": "55C",
        "long": "University of Wollongong to Wollongong via Fairy Meadow (Loop Service)",
        "short": "55C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-57-sj2-1",
        "label": "57",
        "long": "Wollongong to Shellharbour via Warrawong (Loop Service)",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-6-sj2-1",
        "label": "6",
        "long": "Wollongong to Mount Pleasant (Loop Service)",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-62S-C-sj2-1",
        "label": "62SC",
        "long": "Kiama, then all stations to Wollongong",
        "short": "62SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-65-sj2-1",
        "label": "65",
        "long": "North Wollongong to Port Kembla (Loop Service)",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-7-sj2-1",
        "label": "7",
        "long": "Wollongong to Bellambi (Loop Service)",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-71-sj2-1",
        "label": "71",
        "long": "Shellharbour to Kiama (Loop Service)",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-72-sj2-1",
        "label": "72",
        "long": "Shellharbour to Barrack Point (Loop Service)",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-75-sj2-1",
        "label": "75",
        "long": "Stockland Shellharbour to Calderwood and Tullimbar (Loop Service)",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-76-sj2-1",
        "label": "76",
        "long": "Shellharbour Village to Albion Park (Loop Service)",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-77-sj2-1",
        "label": "77",
        "long": "Shellharbour to Albion Park (Loop Service)",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-8-sj2-1",
        "label": "8",
        "long": "Wollongong to Bellambi via Balgownie (Loop Service)",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S05-0-sj2-1",
        "label": "S050",
        "long": "Albion Park HS to Calderwood Rd at Causeway",
        "short": "S050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S05-1-sj2-1",
        "label": "S051",
        "long": "Albion Park HS to Yallah Rd opp Haywards Bay Dr",
        "short": "S051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S05-2-sj2-1",
        "label": "S052",
        "long": "Albion Park HS to Woollybutt Dr bf Princes Hwy",
        "short": "S052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S05-3-sj2-1",
        "label": "S053",
        "long": "Albion Park HS to Esperance Dr at Danjeera Dr",
        "short": "S053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S05-4-sj2-1",
        "label": "S054",
        "long": "Albion Park HS to Danjera Dr at Chinchilla Way",
        "short": "S054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S05-5-sj2-1",
        "label": "S055",
        "long": "Albion Park PS to Terry St opp O'Gorman St",
        "short": "S055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S05-6-sj2-1",
        "label": "S056",
        "long": "Albion Park PS to Princes Hwy af Nehme Ave",
        "short": "S056",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S05-7-sj2-1",
        "label": "S057",
        "long": "Albion Park Rail PS to Princes Hwy bf Creamery Rd",
        "short": "S057",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S05-8-sj2-1",
        "label": "S058",
        "long": "Albion Park Rail PS to Woollybutt Dr bf Princes Hwy",
        "short": "S058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S05-9-sj2-1",
        "label": "S059",
        "long": "Albion Park Rail PS to Albion Park",
        "short": "S059",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S06-0-sj2-1",
        "label": "S060",
        "long": "Barrack Heights PS to Blackbutt",
        "short": "S060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S06-1-sj2-1",
        "label": "S061",
        "long": "Bellambi PS to Holy Spirit College via Rothery St",
        "short": "S061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S06-2-sj2-1",
        "label": "S062",
        "long": "Balarang PS to Blackbutt",
        "short": "S062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S06-3-sj2-1",
        "label": "S063",
        "long": "Shellharbour Bus Depot to Cedars Christian College",
        "short": "S063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S06-4-sj2-1",
        "label": "S064",
        "long": "Cedars Christian College to St Johns Ave at Woodlawn Ave",
        "short": "S064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S06-5-sj2-1",
        "label": "S065",
        "long": "Corpus Christi HS to Bonaira St at Henley Ave",
        "short": "S065",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S06-6-sj2-1",
        "label": "S066",
        "long": "Corpus Christi HS to Pur Pur Ave bf Shellharbour Rd",
        "short": "S066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S06-7-sj2-1",
        "label": "S067",
        "long": "Corpus Christi HS to Port Kembla via Lake Illawarra",
        "short": "S067",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S06-8-sj2-1",
        "label": "S068",
        "long": "Horsley to Corpus Christi HS via Albion Park",
        "short": "S068",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S06-9-sj2-1",
        "label": "S069",
        "long": "Corpus Christi HS to Shellharbour",
        "short": "S069",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S07-0-sj2-1",
        "label": "S070",
        "long": "Corpus Christi HS to Albion Park RSL Club",
        "short": "S070",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S07-1-sj2-1",
        "label": "S071",
        "long": "Corpus Christi HS to Dunmore Station",
        "short": "S071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S07-2-sj2-1",
        "label": "S072",
        "long": "Corpus Christi HS to Little Park, Wollongong St",
        "short": "S072",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S07-3-sj2-1",
        "label": "S073",
        "long": "Fairy Meadow Demonstration School to Corrimal HS",
        "short": "S073",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S07-4-sj2-1",
        "label": "S074",
        "long": "Corrimal HS to Bellambi PS via Rothery St",
        "short": "S074",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S07-5-sj2-1",
        "label": "S075",
        "long": "Corrimal HS to Cabbage Tree Lane af Mclean Ave via Fernhill",
        "short": "S075",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S07-6-sj2-1",
        "label": "S076",
        "long": "Coniston PS to Wollongong TAFE",
        "short": "S076",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S07-7-sj2-1",
        "label": "S077",
        "long": "Dapto HS to Horsley via Bong Bong Rd",
        "short": "S077",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S07-8-sj2-1",
        "label": "S078",
        "long": "Dapto HS to Dapto PS",
        "short": "S078",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S07-9-sj2-1",
        "label": "S079",
        "long": "Dapto HS to Mt Brown PS via Horsley",
        "short": "S079",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S08-0-sj2-1",
        "label": "S080",
        "long": "Dapto HS to Dapto PS",
        "short": "S080",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S08-1-sj2-1",
        "label": "S081",
        "long": "Dapto HS to Dapto PS",
        "short": "S081",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S08-2-sj2-1",
        "label": "S082",
        "long": "North Marshall Mount Rd to Dapto HS",
        "short": "S082",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S08-3-sj2-1",
        "label": "S083",
        "long": "Kembla Grange to Horsley via Wongawilli",
        "short": "S083",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S08-5-sj2-1",
        "label": "S085",
        "long": "Dapto PS to Marshall St af Cleveland St via Kanahooka Rd",
        "short": "S085",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S08-6-sj2-1",
        "label": "S086",
        "long": "Dapto PS to Horsley Dr at Parkdale Ave",
        "short": "S086",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S08-7-sj2-1",
        "label": "S087",
        "long": "Edmund Rice College to Stockland Shellharbour via Albion Park",
        "short": "S087",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S08-8-sj2-1",
        "label": "S088",
        "long": "Edmund Rice College to Bellambi Bowling Club",
        "short": "S088",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S08-9-sj2-1",
        "label": "S089",
        "long": "Edmund Rice College to Wollongong Central Shopping Centre",
        "short": "S089",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S09-0-sj2-1",
        "label": "S090",
        "long": "Edmund Rice College to Little Park, Wollongong St via Shell Cove",
        "short": "S090",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S09-1-sj2-1",
        "label": "S091",
        "long": "Edmund Rice College to Mount Kembla via Cordeaux Heights",
        "short": "S091",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S09-2-sj2-1",
        "label": "S092",
        "long": "Edmund Rice College to Farmborough Rd at Princes Hwy",
        "short": "S092",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S09-3-sj2-1",
        "label": "S093",
        "long": "Edmund Rice College to Horsley via Unanderra",
        "short": "S093",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S09-4-sj2-1",
        "label": "S094",
        "long": "Edmund Rice College to Port Kembla via Lake Heights",
        "short": "S094",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S09-5-sj2-1",
        "label": "S095",
        "long": "Edmund Rice College to The Avenue bf Taronga Ave via Wollongong Central",
        "short": "S095",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S09-6-sj2-1",
        "label": "S096",
        "long": "Edmund Rice College to Balmoral St af Kembla St via Mt Pleasant",
        "short": "S096",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S09-7-sj2-1",
        "label": "S097",
        "long": "Edmund Rice College to Rothery St bf Memorial Dr",
        "short": "S097",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S09-8-sj2-1",
        "label": "S098",
        "long": "Figtree HS to Harry Graham Dr opp Central Ave",
        "short": "S098",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S09-9-sj2-1",
        "label": "S099",
        "long": "Figtree HS to Farmborough Aged Care, Waples Rd",
        "short": "S099",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S10-0-sj2-1",
        "label": "S100",
        "long": "Figtree HS to West Wollongong",
        "short": "S100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S10-1-sj2-1",
        "label": "S101",
        "long": "Figtree HS to Kembla Heights via Cordeaux Heights",
        "short": "S101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S10-2-sj2-1",
        "label": "S102",
        "long": "Figtree HS to Cordeaux Heights",
        "short": "S102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S10-3-sj2-1",
        "label": "S103",
        "long": "Figtree HS to Kembla Heights",
        "short": "S103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S10-4-sj2-1",
        "label": "S104",
        "long": "Flinders PS to Southern Cross Bvd bf Cove Bvd",
        "short": "S104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S10-5-sj2-1",
        "label": "S105",
        "long": "Farmborough Rd PS to Derribong Dr bf Odenpa Rd",
        "short": "S105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S10-6-sj2-1",
        "label": "S106",
        "long": "Keiraville PS to West Wollongong PS",
        "short": "S106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S10-7-sj2-1",
        "label": "S107",
        "long": "Good Samaritan PS to Bellambi Bowling Club",
        "short": "S107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S10-8-sj2-1",
        "label": "S108",
        "long": "Good Samaritan PS to New Mt Pleasant Rd at Bushland Ave",
        "short": "S108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S10-9-sj2-1",
        "label": "S109",
        "long": "Good Samaritan PS to Princes Hwy af Farmborough Rd",
        "short": "S109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S11-0-sj2-1",
        "label": "S110",
        "long": "Hayes Park PS to Horsley Dr at Parkdale Ave",
        "short": "S110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S11-1-sj2-1",
        "label": "S111",
        "long": "Holy Spirit College to McGrath St bf Princes Hwy",
        "short": "S111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S11-2-sj2-1",
        "label": "S112",
        "long": "Holy Spirit College to Dunfries Ave op Gaynor Ave",
        "short": "S112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S11-3-sj2-1",
        "label": "S113",
        "long": "Holy Spirit College to Wollongong Conservatorium of Music",
        "short": "S113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S11-4-sj2-1",
        "label": "S114",
        "long": "Holy Spirit College to Farmborough Heights",
        "short": "S114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S11-5-sj2-1",
        "label": "S115",
        "long": "Holy Spirit College to Panorama Dr af Lyrebird Way via Cordeaux Heights",
        "short": "S115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S11-6-sj2-1",
        "label": "S116",
        "long": "Holy Spirit College to Obriens Rd bf Princes Hwy",
        "short": "S116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S11-7-sj2-1",
        "label": "S117",
        "long": "Holy Spirit College to Fairy Meadow PS",
        "short": "S117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S11-8-sj2-1",
        "label": "S118",
        "long": "Holy Spirit College to Darcy St at Military Rd via Lake Heights",
        "short": "S118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S11-9-sj2-1",
        "label": "S119",
        "long": "Cordeaux Heights to Woonona HS",
        "short": "S119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S12-0-sj2-1",
        "label": "S120",
        "long": "Cedars Christian College to Reserve St opp England St via Unanderra",
        "short": "S120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S12-1-sj2-1",
        "label": "S121",
        "long": "St Pius X PS to Berkeley East PS",
        "short": "S121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S12-2-sj2-1",
        "label": "S122",
        "long": "Illawarra Christian School to Shellharbour Depot via Albion Park",
        "short": "S122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S12-3-sj2-1",
        "label": "S123",
        "long": "Illawarra Christian School to Princes Hwy opp Farmborough Rd",
        "short": "S123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S12-4-sj2-1",
        "label": "S124",
        "long": "Calderwood Christian School to Shoalhaven St at Farmer St",
        "short": "S124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S12-5-sj2-1",
        "label": "S125",
        "long": "Calderwood Christian School to Shellharbour",
        "short": "S125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S12-6-sj2-1",
        "label": "S126",
        "long": "Calderwood Christian School to Southern Cross Bvd bf Banks Dr",
        "short": "S126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S12-7-sj2-1",
        "label": "S127",
        "long": "Calderwood Christian School to Daintree Dr opp Gloucester Cct",
        "short": "S127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S12-8-sj2-1",
        "label": "S128",
        "long": "Calderwood Christian School to Terry St opp OGorman St",
        "short": "S128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S12-9-sj2-1",
        "label": "S129",
        "long": "Albion Park PS to Prince Edward Dr at Kanahooka Rd via Horsley",
        "short": "S129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S13-0-sj2-1",
        "label": "S130",
        "long": "Five Islands Secondary College to Warrawong Plaza",
        "short": "S130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S13-1-sj2-1",
        "label": "S131",
        "long": "Illawarra Sports HS to Booreea Blvd opp Sheringa Grove",
        "short": "S131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S13-2-sj2-1",
        "label": "S132",
        "long": "Illawarra Sports HS to Tresnan Ave at Blackman Pde",
        "short": "S132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S13-3-sj2-1",
        "label": "S133",
        "long": "Illawarra Sports HS to Gerard Ave at Carlon Cr",
        "short": "S133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S13-4-sj2-1",
        "label": "S134",
        "long": "Illawarra Sports HS to Farmborough Rd opp Loch Lomond Ave",
        "short": "S134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S13-5-sj2-1",
        "label": "S135",
        "long": "Illawarra Sports HS to Cove Bvd bf Brindabella Dr",
        "short": "S135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S13-6-sj2-1",
        "label": "S136",
        "long": "Illawarra Sports HS to Darcy Rd at Military Rd",
        "short": "S136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S13-7-sj2-1",
        "label": "S137",
        "long": "Illawarra Sports HS to Exmouth Rd opp Darly Ave",
        "short": "S137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S13-8-sj2-1",
        "label": "S138",
        "long": "Kiama HS to Warrila Grove Shopping Centre, Shellharbour Rd",
        "short": "S138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S13-9-sj2-1",
        "label": "S139",
        "long": "TAFE Illawarra to Figtree HS",
        "short": "S139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S14-0-sj2-1",
        "label": "S140",
        "long": "Wollongong HS of Performing Arts to Oak Flats Station",
        "short": "S140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S14-1-sj2-1",
        "label": "S141",
        "long": "Keira HS to Chalmers St at Margaret St",
        "short": "S141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S14-2-sj2-1",
        "label": "S142",
        "long": "TAFE Illawarra to Robinson St bf Denison St",
        "short": "S142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S14-3-sj2-1",
        "label": "S143",
        "long": "TAFE Illawarra to Heaslip St bf St Johns Ave",
        "short": "S143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S14-4-sj2-1",
        "label": "S144",
        "long": "Wollongong HS of Performing Arts to Darcy Rd at Military Rd",
        "short": "S144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S14-5-sj2-1",
        "label": "S145",
        "long": "Cove Bvd bf Brindabella Dr to Wollongong HS Performing Arts Centre",
        "short": "S145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S14-6-sj2-1",
        "label": "S146",
        "long": "Shellharbour Rd af George St to Southern Cross Blvd bf Buckley Rd",
        "short": "S146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S14-7-sj2-1",
        "label": "S147",
        "long": "Keira HS to Ramah Ave bf Foothills Rd",
        "short": "S147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S14-8-sj2-1",
        "label": "S148",
        "long": "Keira HS to Tarrawanna Rd opp Yuill Ave",
        "short": "S148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S14-9-sj2-1",
        "label": "S149",
        "long": "Keira HS to Foothills Rd bf Margaret St",
        "short": "S149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S15-0-sj2-1",
        "label": "S150",
        "long": "TAFE Illawarra to Princes Hwy opp Orana Pde via Cordeaux Heights",
        "short": "S150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S15-1-sj2-1",
        "label": "S151",
        "long": "TAFE Illawarra to Terry St bf Church St",
        "short": "S151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S15-2-sj2-1",
        "label": "S152",
        "long": "Wollongong HS of Performing Arts to Bellambi Bowling Club",
        "short": "S152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S15-3-sj2-1",
        "label": "S153",
        "long": "TAFE Illawarra to Gladstone Ave bf Bridge St",
        "short": "S153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S15-4-sj2-1",
        "label": "S154",
        "long": "Foleys Lane opp TAFE Illawarra to Gladstone Ave at Frederick St",
        "short": "S154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S15-5-sj2-1",
        "label": "S155",
        "long": "Lake Illawarra HS to Darcy Rd at Military Rd",
        "short": "S155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S15-6-sj2-1",
        "label": "S156",
        "long": "Lake Illawarra HS to Warrawong HS",
        "short": "S156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S15-7-sj2-1",
        "label": "S157",
        "long": "Lake Illawarra HS to Wentworth St af Addison St",
        "short": "S157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S15-8-sj2-1",
        "label": "S158",
        "long": "Lake Illawarra South PS to Konrads Rd at Reddall Pde",
        "short": "S158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S15-9-sj2-1",
        "label": "S159",
        "long": "Mount Brown PS to Marshall St at Cleveland St",
        "short": "S159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S16-0-sj2-1",
        "label": "S160",
        "long": "Mount Brown PS to Horsley Dr at Parkdale Ave via Dapto Station",
        "short": "S160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S16-1-sj2-1",
        "label": "S161",
        "long": "Mt Brown PS to Haywards Bay Dr af Wollingurry St",
        "short": "S161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S16-2-sj2-1",
        "label": "S162",
        "long": "Mt Brown PS to North Marshall Mount Rd via Haywards Bay",
        "short": "S162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S16-3-sj2-1",
        "label": "S163",
        "long": "Mt Terry PS to Ashburton Dr af Gascoyne St",
        "short": "S163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S16-4-sj2-1",
        "label": "S164",
        "long": "Mt Terry PS to Terry St bf Church St",
        "short": "S164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S16-5-sj2-1",
        "label": "S165",
        "long": "Konrads Rd at Redall Pde to Mount Warrigal PS",
        "short": "S165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S16-6-sj2-1",
        "label": "S166",
        "long": "Nazareth PS to Southern Cross Bvd bf Cove Bvd",
        "short": "S166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S16-7-sj2-1",
        "label": "S167",
        "long": "Nazareth PS to Lake Illawarra South PS",
        "short": "S167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S16-8-sj2-1",
        "label": "S168",
        "long": "Nazareth PS to Shellharbour Rd at Peterborough Ave via Flinders",
        "short": "S168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S16-9-sj2-1",
        "label": "S169",
        "long": "Lindsay Park PS to Princes Hwy opp Farmborough Rd",
        "short": "S169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S17-0-sj2-1",
        "label": "S170",
        "long": "Oak Flat HS to Princes Hwy af Rosewood St via Shearwater Bvd",
        "short": "S170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S17-1-sj2-1",
        "label": "S171",
        "long": "Oak Flats HS to Albion Park Rail PS",
        "short": "S171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S17-2-sj2-1",
        "label": "S172",
        "long": "Oak Flats HS to Jarrah Way opp Sugargum St",
        "short": "S172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S17-3-sj2-1",
        "label": "S173",
        "long": "Oak Flats HS to Southern Cross Bvd bf Cove Bvd",
        "short": "S173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S17-4-sj2-1",
        "label": "S174",
        "long": "Oak Flats HS to Albion Park Rail PS",
        "short": "S174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S17-5-sj2-1",
        "label": "S175",
        "long": "Port Kembla HS to Cowper St af First Ave",
        "short": "S175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S17-6-sj2-1",
        "label": "S176",
        "long": "Shellharbour Anglican College to Bonaire St at Henley Ave",
        "short": "S176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S17-7-sj2-1",
        "label": "S177",
        "long": "Shellharbour Anglican College to Dapto Plaza, Baan Baan",
        "short": "S177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S17-8-sj2-1",
        "label": "S178",
        "long": "Shellharbour Anglican College to Warrawong Plaza, King St",
        "short": "S178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S17-9-sj2-1",
        "label": "S179",
        "long": "Shellharbour Anglican College to Terry St bf Church St",
        "short": "S179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S18-0-sj2-1",
        "label": "S180",
        "long": "Shellharbour Anglican College to Lake Illawarra South PS",
        "short": "S180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S18-1-sj2-1",
        "label": "S181",
        "long": "Shellcove PS to Cove Bvd at Whitsunday Dr",
        "short": "S181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S18-2-sj2-1",
        "label": "S182",
        "long": "Smiths Hill HS to Oak Flats HS",
        "short": "S182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S18-3-sj2-1",
        "label": "S183",
        "long": "Smiths Hill HS to Princes Hwy opp Farmborough Rd",
        "short": "S183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S18-4-sj2-1",
        "label": "S184",
        "long": "Smiths Hill HS to Shellharbour Rd opp Barrack Ave",
        "short": "S184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S18-5-sj2-1",
        "label": "S185",
        "long": "Smiths Hill HS to Obriens Rd bf Princes Hwy",
        "short": "S185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S18-6-sj2-1",
        "label": "S186",
        "long": "Smiths Hill HS to University of Wollongong",
        "short": "S186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S18-7-sj2-1",
        "label": "S187",
        "long": "Smiths Hill HS to St Therese PS",
        "short": "S187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S18-8-sj2-1",
        "label": "S188",
        "long": "Smiths Hill HS to Holy Spirit College",
        "short": "S188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S18-9-sj2-1",
        "label": "S189",
        "long": "St Pauls PS to Darcy St at Military Rd",
        "short": "S189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S19-0-sj2-1",
        "label": "S190",
        "long": "Calderwood Rd opp Marshall Mount Rd to St Pauls PS",
        "short": "S190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S19-1-sj2-1",
        "label": "S191",
        "long": "St Joseph HS to St Johns PS",
        "short": "S191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S19-2-sj2-1",
        "label": "S192",
        "long": "St Pauls PS to Princes Hwy bf Tannery St",
        "short": "S192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S19-3-sj2-1",
        "label": "S193",
        "long": "St Pauls PS to Princes Hwy bf Creamery Rd",
        "short": "S193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S19-4-sj2-1",
        "label": "S194",
        "long": "St Pauls PS to Exmouth Rd opp Darly Ave",
        "short": "S194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S19-5-sj2-1",
        "label": "S195",
        "long": "St Pauls PS to Kembla Grange Station",
        "short": "S195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S19-6-sj2-1",
        "label": "S196",
        "long": "St Pauls PS to Peterborough Ave opp View St",
        "short": "S196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S19-7-sj2-1",
        "label": "S197",
        "long": "St Pauls PS to Wollongong St opp Addison St",
        "short": "S197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S19-8-sj2-1",
        "label": "S198",
        "long": "St Pauls PS to Jindabyne Rd at Corunna Cr",
        "short": "S198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S19-9-sj2-1",
        "label": "S199",
        "long": "St Pauls PS to Bonaira St at Henley Ave via Kiama Downs",
        "short": "S199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S20-0-sj2-1",
        "label": "S200",
        "long": "St Pauls PS to Mortlock Dr bf Ashburton Dr",
        "short": "S200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S20-1-sj2-1",
        "label": "S201",
        "long": "St Pauls PS to Brunderee Rd bf Fischer Rd",
        "short": "S201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S20-2-sj2-1",
        "label": "S202",
        "long": "Albion Park PS to Marshall Mount Rd opp Yallah Rd",
        "short": "S202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S20-3-sj2-1",
        "label": "S203",
        "long": "St Marys College to Princes Hwy opp Thames St",
        "short": "S203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S20-4-sj2-1",
        "label": "S204",
        "long": "St Marys College to Gladstone Ave bf Bridge St via Wollongong Station",
        "short": "S204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S20-5-sj2-1",
        "label": "S205",
        "long": "St Marys College to Balgownie and Tarrawanna",
        "short": "S205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S20-6-sj2-1",
        "label": "S206",
        "long": "St Marys College to Unanderra via Cordeaux Heights",
        "short": "S206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S20-7-sj2-1",
        "label": "S207",
        "long": "St Marys College to Princes Hwy opp Farmborough Rd",
        "short": "S207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S20-8-sj2-1",
        "label": "S208",
        "long": "St Marys College to Obriens Rd bf Princes Hwy",
        "short": "S208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S20-9-sj2-1",
        "label": "S209",
        "long": "WIN Sports and Entertainment Centre to Terry St opp Ogorman St via Horsley",
        "short": "S209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S21-0-sj2-1",
        "label": "S210",
        "long": "St Marys College to Shellharbour Rd af Lakewood Bvd via Oak Flats",
        "short": "S210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S21-1-sj2-1",
        "label": "S211",
        "long": "St Marys College to Berkeley Rd at Semaphore Rd via Lake Heights",
        "short": "S211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S21-2-sj2-1",
        "label": "S212",
        "long": "St Marys College to University of Wollongong",
        "short": "S212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S21-3-sj2-1",
        "label": "S213",
        "long": "St Marys College to Bonaira St at Henley Ave via Shellharbour",
        "short": "S213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S21-4-sj2-1",
        "label": "S214",
        "long": "Stella Maris PS to King St at O'Neill St",
        "short": "S214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S21-5-sj2-1",
        "label": "S215",
        "long": "Stella Maris PS to Stockland Shellharbour",
        "short": "S215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S21-6-sj2-1",
        "label": "S216",
        "long": "Stella Maris PS to St Pauls PS",
        "short": "S216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S21-7-sj2-1",
        "label": "S217",
        "long": "Oak Flats HS to St Pauls PS",
        "short": "S217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S21-8-sj2-1",
        "label": "S218",
        "long": "Shellharbour PS to Cove Bvd opp Brindabella Dr",
        "short": "S218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S21-9-sj2-1",
        "label": "S219",
        "long": "Shellharbour PS to Barrack Heights PS",
        "short": "S219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S22-0-sj2-1",
        "label": "S220",
        "long": "Shellharbour PS to Stocklands Shellharbour via Flinders",
        "short": "S220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S22-1-sj2-1",
        "label": "S221",
        "long": "St Pius X PS to Odenpa Rd before Kombala Gr",
        "short": "S221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S22-2-sj2-1",
        "label": "S222",
        "long": "Panorama Dr at Albermarle St to St Pius X PS",
        "short": "S222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S22-3-sj2-1",
        "label": "S223",
        "long": "St Columbkilles PS to Storey St before Elliotts Rd",
        "short": "S223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S22-4-sj2-1",
        "label": "S224",
        "long": "Hopman Cres opp Newcombe St to St Francis of Assisi PS",
        "short": "S224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S22-5-sj2-1",
        "label": "S225",
        "long": "St Johns PS to Mt Brown PS",
        "short": "S225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S22-6-sj2-1",
        "label": "S226",
        "long": "St Johns PS to Compton St af Belmont Rd",
        "short": "S226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S22-7-sj2-1",
        "label": "S227",
        "long": "St John PS to Horsley Dr at Parkdale Av",
        "short": "S227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S22-8-sj2-1",
        "label": "S228",
        "long": "St Johns PS to Kembla Grange Station",
        "short": "S228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S22-9-sj2-1",
        "label": "S229",
        "long": "St Patricks PS to Boronia Ave at Windang Rd",
        "short": "S229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S23-0-sj2-1",
        "label": "S230",
        "long": "St Patrick PS to Warwick St opp Hunt Pl",
        "short": "S230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S23-1-sj2-1",
        "label": "S231",
        "long": "St Thereses PS to Mt Keira  Rd at Allen St",
        "short": "S231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S23-2-sj2-1",
        "label": "S232",
        "long": "St Therese PS to Princes Hwy opp Farmborough Rd",
        "short": "S232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S23-3-sj2-1",
        "label": "S233",
        "long": "St Therese PS to TAFE Illawarra, Gladstone Ave",
        "short": "S233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S23-4-sj2-1",
        "label": "S234",
        "long": "Amity College to Chalmers St opp Hill Gr",
        "short": "S234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S23-5-sj2-1",
        "label": "S235",
        "long": "Amity College to Glennifer Brae Conservatorium of Music",
        "short": "S235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S23-6-sj2-1",
        "label": "S236",
        "long": "Tarrawanna PS to Balgownie PS",
        "short": "S236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S23-7-sj2-1",
        "label": "S237",
        "long": "The Illawarra Grammar School to Bonaira St at Henley Ave",
        "short": "S237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S23-8-sj2-1",
        "label": "S238",
        "long": "The Illawarra Grammar School to Cove Bvd opp Brindabella Dr",
        "short": "S238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S23-9-sj2-1",
        "label": "S239",
        "long": "The Illawarra Grammar School to Wollongong Old Court House",
        "short": "S239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S24-0-sj2-1",
        "label": "S240",
        "long": "The Illawarra Grammar School to Wollongong Station",
        "short": "S240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S24-1-sj2-1",
        "label": "S241",
        "long": "The Illawarra Grammar School to Caldwell Ave at Charles Rd",
        "short": "S241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S24-2-sj2-1",
        "label": "S242",
        "long": "Wollongong Station to Western Ave opp Gorrell Cres",
        "short": "S242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S24-3-sj2-1",
        "label": "S243",
        "long": "Tullimbar PS to Illawarra Regional Airport",
        "short": "S243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S24-4-sj2-1",
        "label": "S244",
        "long": "Unanderra PS to Nolan St af Northcliffe Dr",
        "short": "S244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S24-5-sj2-1",
        "label": "S245",
        "long": "Albert St at Nudjia Rd to Unanderra PS",
        "short": "S245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S24-6-sj2-1",
        "label": "S246",
        "long": "Warrawong HS to Darcy Rd at Military Rd",
        "short": "S246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S24-7-sj2-1",
        "label": "S247",
        "long": "Oak Flats Station to Warrawong HS",
        "short": "S247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S24-8-sj2-1",
        "label": "S248",
        "long": "Warrawong HS to St Marys College",
        "short": "S248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S24-9-sj2-1",
        "label": "S249",
        "long": "Warrawong HS to Crown St after Harbour St",
        "short": "S249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S25-0-sj2-1",
        "label": "S250",
        "long": "St Francis of Assisi PS to Warrawong PS via Northcliffe Dr",
        "short": "S250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S25-1-sj2-1",
        "label": "S251",
        "long": "Woonona HS to Holy Spirit College",
        "short": "S251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S25-2-sj2-1",
        "label": "S252",
        "long": "Warilla HS to Wollongong St opp Addison St",
        "short": "S252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S25-3-sj2-1",
        "label": "S253",
        "long": "Warrilla HS to Cove Bvd opp Brindabella Dr",
        "short": "S253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S25-4-sj2-1",
        "label": "S254",
        "long": "Warilla HS to Barrack Heights PS",
        "short": "S254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S25-5-sj2-1",
        "label": "S255",
        "long": "Warilla HS to Brunderee Rd af Fischer Rd",
        "short": "S255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S25-6-sj2-1",
        "label": "S256",
        "long": "Warilla HS to Dunmore Station",
        "short": "S256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S25-7-sj2-1",
        "label": "S257",
        "long": "Warilla HS to Munmorah Cct opp Jindabyne Rd",
        "short": "S257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S25-8-sj2-1",
        "label": "S258",
        "long": "Windang PS to Windang Rd af Boundary Rd",
        "short": "S258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S25-9-sj2-1",
        "label": "S259",
        "long": "Warilla PS to Leawarra Ave bf Irvine St",
        "short": "S259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S26-0-sj2-1",
        "label": "S260",
        "long": "Illawarra Sports HS to Cringila Station",
        "short": "S260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S26-2-sj2-1",
        "label": "S262",
        "long": "St Marys College to Wollongong Station",
        "short": "S262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S26-3-sj2-1",
        "label": "S263",
        "long": "Cedars Christian School to West Wollongong",
        "short": "S263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S26-4-sj2-1",
        "label": "S264",
        "long": "Illawarra Christian School to Dapto",
        "short": "S264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S26-5-sj2-1",
        "label": "S265",
        "long": "Edmund Rice College to Wollongong Station",
        "short": "S265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S26-6-sj2-1",
        "label": "S266",
        "long": "Holy Spirit College to Farmborough Heights",
        "short": "S266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S26-7-sj2-1",
        "label": "S267",
        "long": "Warilla HS to Shell Cove",
        "short": "S267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S26-8-sj2-1",
        "label": "S268",
        "long": "Tullimbar PS to Calderwood",
        "short": "S268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S26-9-sj2-1",
        "label": "S269",
        "long": "St Joseph's Catholic High School to Calderwood",
        "short": "S269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S27-0-sj2-1",
        "label": "S270",
        "long": "Albion Park High School to Calderwood",
        "short": "S270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S27-1-sj2-1",
        "label": "S271",
        "long": "Shellharbour Anglican College to Calderwood",
        "short": "S271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "67-S27-4-sj2-1",
        "label": "S274",
        "long": "West Dapto to Dapto HS and St John's",
        "short": "S274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-10-sj2-1",
        "label": "10",
        "long": "Warnervale to Tuggerah via Wyee",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-11-sj2-1",
        "label": "11",
        "long": "Tuggerah to Lake Haven via Warnervale",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-12-sj2-1",
        "label": "12",
        "long": "Tuggerah to Dooralong via Durren Durren",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-13-sj2-1",
        "label": "13",
        "long": "Tuggerah to Lemon Tree via Warnervale",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-78-sj2-1",
        "label": "78",
        "long": "Lake Haven to Tuggerah via Warnervale and Wadalba",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-80-sj2-1",
        "label": "80",
        "long": "Lake Haven to Tuggerah via Lake Haven Dr and Pacific Hwy",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-91-sj2-1",
        "label": "91",
        "long": "Lake Haven to Norah Head via Toukley and Noraville (Loop Service)",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-98-sj2-1",
        "label": "98",
        "long": "Lake Haven to Chain Valley Bay via Blue Haven (Loop Service)",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S10-1-sj2-1",
        "label": "S101",
        "long": "Wyong to Wyong PS via St Peters CS",
        "short": "S101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S10-2-sj2-1",
        "label": "S102",
        "long": "Wyong to Wadalba Community School",
        "short": "S102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S10-3-sj2-1",
        "label": "S103",
        "long": "Howelston Rd opp Balmoral Dr to Wadalba HS",
        "short": "S103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S10-4-sj2-1",
        "label": "S104",
        "long": "Jilliby PS to Warnervale PS via Hamlyn Terrace",
        "short": "S104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S10-5-sj2-1",
        "label": "S105",
        "long": "Minnesota Rd after Warnervale Rd to Lake Haven",
        "short": "S105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S10-6-sj2-1",
        "label": "S106",
        "long": "Bushells Ridge Rd at Hue Hue Rd to Mackillop CC via Wyee",
        "short": "S106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S10-7-sj2-1",
        "label": "S107",
        "long": "Wadalba to Mackillop College via Lakes Grammar",
        "short": "S107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S10-8-sj2-1",
        "label": "S108",
        "long": "Wyong to Lakes Grammar School via Woongarrah",
        "short": "S108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S10-9-sj2-1",
        "label": "S109",
        "long": "Lake Haven to Lakes Grammar School",
        "short": "S109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S11-0-sj2-1",
        "label": "S110",
        "long": "Westfield Tuggerah to Jilliby School via Jilliby",
        "short": "S110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S11-1-sj2-1",
        "label": "S111",
        "long": "Alison Rd after Cape Rd to St Phillips CC via Wamberal",
        "short": "S111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S20-1-sj2-1",
        "label": "S201",
        "long": "Wyong PS to Westfield Tuggerah via St Cecilias PS",
        "short": "S201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S20-2-sj2-1",
        "label": "S202",
        "long": "Wadalba Community School to Jilliby PS via Jilliby",
        "short": "S202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S20-3-sj2-1",
        "label": "S203",
        "long": "Wadalba CS to Warnervale Rd bf Sparks Rd",
        "short": "S203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S20-4-sj2-1",
        "label": "S204",
        "long": "Warnervale PS to Wyong via Lakes GS",
        "short": "S204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S20-5-sj2-1",
        "label": "S205",
        "long": "Warnervale PS to Sparks Rd opp Bruce Cr via Hamlyn Terrace",
        "short": "S205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S20-6-sj2-1",
        "label": "S206",
        "long": "Mackillop CC to Bushells Ridge Rd via Wyee Station",
        "short": "S206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S20-7-sj2-1",
        "label": "S207",
        "long": "Lakes GS to Westfield Tuggerah via Woongarrah",
        "short": "S207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S20-8-sj2-1",
        "label": "S208",
        "long": "Lakes GS to Warnervale Stn via Hamlyn Terrace and Wadalba",
        "short": "S208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S20-9-sj2-1",
        "label": "S209",
        "long": "Jilliby PS to Wyong HS via Jilliby",
        "short": "S209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "69-S21-0-sj2-1",
        "label": "S210",
        "long": "CCGS to Old Maitland Rd and Yarramalong Rd via Glenvale Special School",
        "short": "S210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "70-90-sj2-1",
        "label": "90",
        "long": "Wollongong to Austinmer Station",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "70-91-sj2-1",
        "label": "91",
        "long": "University of Wollongong to Austinmer Station",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "70-92-sj2-1",
        "label": "92",
        "long": "Corrimal to Bulli (Loop Service)",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "70-S39-2-sj2-1",
        "label": "S392",
        "long": "Smith's Hill HS to Bulli via Corrimal",
        "short": "S392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "70-S40-1-sj2-1",
        "label": "S401",
        "long": "Smiths Hill High to Austinmer Station",
        "short": "S401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "70-S40-2-sj2-1",
        "label": "S402",
        "long": "St Marys College to Austinmer Station",
        "short": "S402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "70-S40-3-sj2-1",
        "label": "S403",
        "long": "Cedars Christian College to Austinmer Station",
        "short": "S403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "70-S40-4-sj2-1",
        "label": "S404",
        "long": "Keira High and Wollongong High to Austinmer Station",
        "short": "S404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "70-S40-5-sj2-1",
        "label": "S405",
        "long": "Keira High and Wollongong High to Bellambi",
        "short": "S405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "70-S41-0-sj2-1",
        "label": "S410",
        "long": "Illawarra Christian School to Austinmer Station via East Corrimal",
        "short": "S410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "70-S41-1-sj2-1",
        "label": "S411",
        "long": "Woonona High to Corrimal",
        "short": "S411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "70-S41-6-sj2-1",
        "label": "S416",
        "long": "Holy Spirit College to Woonona",
        "short": "S416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "70-S41-7-sj2-1",
        "label": "S417",
        "long": "Holy Spirit College to Bulli via Bulli Beach",
        "short": "S417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "70-S41-8-sj2-1",
        "label": "S418",
        "long": "Edmund Rice College to Austinmer Station",
        "short": "S418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "70-S41-9-sj2-1",
        "label": "S419",
        "long": "Edmund Rice College to Bulli via Woonona and Bulli Beach",
        "short": "S419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-100-sj2-1",
        "label": "100",
        "long": "South Bowenfels to Lithgow via Littleton (Loop Service)",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-200-sj2-1",
        "label": "200",
        "long": "Bowenfels to Lithgow via Lithgow Hospital (Loop Service)",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-304-sj2-1",
        "label": "304",
        "long": "Hermitage Flat to Lithgow via Morts Estate and Oakley Park (Loop Service)",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-500-sj2-1",
        "label": "500",
        "long": "Vale of Clwydd to Lithgow (Loop Service)",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-515-sj2-1",
        "label": "515",
        "long": "Bathurst to Oberon",
        "short": "515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-516-sj2-1",
        "label": "516",
        "long": "Blayney to Orange (Loop Service)",
        "short": "516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-520-sj2-1",
        "label": "520",
        "long": "Bathurst to Windradyne",
        "short": "520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-521-sj2-1",
        "label": "521",
        "long": "Bathurst to Kelso",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-522-sj2-1",
        "label": "522",
        "long": "Bathurst to Gormans Hill",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-523-X-sj2-1",
        "label": "523X",
        "long": "Bathurst to Eglinton via Eglinton Rd (Express Service)",
        "short": "523X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-523-sj2-1",
        "label": "523",
        "long": "Bathurst to Eglinton via Llanarth",
        "short": "523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-524-sj2-1",
        "label": "524",
        "long": "Bathurst to Raglan",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-525-sj2-1",
        "label": "525",
        "long": "Charles Sturt University to Kelso",
        "short": "525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-526-sj2-1",
        "label": "526",
        "long": "Bathurst to West Bathurst via South Bathurst (Loop Service)",
        "short": "526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-527-sj2-1",
        "label": "527",
        "long": "Charles Sturt University to Raglan via Kelso",
        "short": "527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-528-sj2-1",
        "label": "528",
        "long": "Bathurst to South Bathurst via West Bathurst (Loop Service)",
        "short": "528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-529-sj2-1",
        "label": "529",
        "long": "Bathurst to Kelso",
        "short": "529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-530-A-sj2-1",
        "label": "530",
        "long": "Orange to Bathurst",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-530-X-sj2-1",
        "label": "530X",
        "long": "Orange to Bathurst (Express Service)",
        "short": "530X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-530-Y-sj2-1",
        "label": "530X",
        "long": "Bathurst to Orange (Express Service)",
        "short": "530X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-530-sj2-1",
        "label": "530",
        "long": "Orange to Bathurst",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-531-sj2-1",
        "label": "531",
        "long": "Orange City Centre to Glenroi (Loop Service)",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-532-sj2-1",
        "label": "532",
        "long": "Orange City Centre to East Orange (Loop Service)",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-533-sj2-1",
        "label": "533",
        "long": "Orange City Centre to North Orange Shopping Centre",
        "short": "533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-534-sj2-1",
        "label": "534",
        "long": "Orange City Centre to Warrendine (Loop Service)",
        "short": "534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-535-sj2-1",
        "label": "535",
        "long": "North Orange Shopping Centre to Orange Hospital",
        "short": "535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-536-sj2-1",
        "label": "536",
        "long": "Orange to Molong",
        "short": "536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-537-sj2-1",
        "label": "537",
        "long": "Orange City Centre to West Orange and Calare (Loop Service)",
        "short": "537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-539-sj2-1",
        "label": "539",
        "long": "Orange City Centre to Bel Air and North West Orange (Loop Service)",
        "short": "539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-540-sj2-1",
        "label": "540",
        "long": "Orange Hospital to Charles Sturt Uni via N Orange Shopping Centre",
        "short": "540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-541-sj2-1",
        "label": "541",
        "long": "West Cowra to Cowra Town Centre (Loop Service)",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-543-sj2-1",
        "label": "543",
        "long": "East Cowra to Cowra Town Centre (Loop Service)",
        "short": "543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-544-sj2-1",
        "label": "544",
        "long": "Taragala to Cowra Town Centre (Loop Service)",
        "short": "544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-545-sj2-1",
        "label": "545",
        "long": "Mulyan and North Cowra to Cowra Town Centre (Loop Service)",
        "short": "545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-560-sj2-1",
        "label": "560",
        "long": "Mudgee East (Loop Service)",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-561-sj2-1",
        "label": "561",
        "long": "Mudgee West (Loop Service)",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-562-sj2-1",
        "label": "562",
        "long": "Mudgee South (Loop Service)",
        "short": "562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-563-sj2-1",
        "label": "563",
        "long": "Mudgee North (Loop Service)",
        "short": "563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-581-sj2-1",
        "label": "581",
        "long": "Orange City Centre to Glenroi (Loop Service)",
        "short": "581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-582-sj2-1",
        "label": "582",
        "long": "Orange City Centre to East Orange (Loop Service)",
        "short": "582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-584-sj2-1",
        "label": "584",
        "long": "Orange City Centre to Warrendine (Loop Service)",
        "short": "584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-600-sj2-1",
        "label": "600",
        "long": "Portland to Lithgow via Wallerawang",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-636-sj2-1",
        "label": "636",
        "long": "Bathurst to Lithgow via Portland and Wallerawang",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-771-V-sj2-1",
        "label": "771V8",
        "long": "Unknown",
        "short": "771V8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-772-V-sj2-1",
        "label": "772V8",
        "long": "Unknown",
        "short": "772V8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-773-V-sj2-1",
        "label": "773V8",
        "long": "Unknown",
        "short": "773V8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S16-1-sj2-1",
        "label": "S161",
        "long": "Cowra Schools to Woodstock via Kangaroo Flat Rd",
        "short": "S161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S16-2-sj2-1",
        "label": "S162",
        "long": "Cowra Schools to Woodstock via Porters Mount Rd",
        "short": "S162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S19-1-sj2-1",
        "label": "S191",
        "long": "Grenfell Schools to Gooloogong via Warradery",
        "short": "S191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S19-2-sj2-1",
        "label": "S192",
        "long": "Grenfell Schools to Warraderry via Adelargo Rd",
        "short": "S192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S20-0-sj2-1",
        "label": "S200",
        "long": "Cowra to Gooloogong via Lachlan Valley Way",
        "short": "S200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S20-1-sj2-1",
        "label": "S201",
        "long": "Cowra to Wyangala Dam via Darbys Falls",
        "short": "S201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S20-8-sj2-1",
        "label": "S208",
        "long": "Grenfell Schools to Garema via Glenelg",
        "short": "S208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S21-6-sj2-1",
        "label": "S216",
        "long": "Quandialla Public to Quandialla via Bimbi",
        "short": "S216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S22-1-sj2-1",
        "label": "S221",
        "long": "Woodstock Public to Darbys Falls via Mount McDonald",
        "short": "S221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S30-0-sj2-1",
        "label": "S300",
        "long": "Mudgee Schools to Ulan",
        "short": "S300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S30-2-sj2-1",
        "label": "S302",
        "long": "Mudgee Schools to Cooks Gap and Yarrawonga",
        "short": "S302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S30-3-sj2-1",
        "label": "S303",
        "long": "Gulgong Schools to Turill",
        "short": "S303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S30-4-sj2-1",
        "label": "S304",
        "long": "Gulgong Schools to Stubbo via Merotherie",
        "short": "S304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S30-5-sj2-1",
        "label": "S305",
        "long": "Gulgong Schools to Tallawang",
        "short": "S305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S30-6-sj2-1",
        "label": "S306",
        "long": "Gulgong Schools to Yarrawonga and Cooks Gap",
        "short": "S306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S30-7-sj2-1",
        "label": "S307",
        "long": "Gulgong Schools to Upper Laheys Creek Rd",
        "short": "S307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S30-8-sj2-1",
        "label": "S308",
        "long": "Gulgong Schools to Guntawang and Goolma",
        "short": "S308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S30-9-sj2-1",
        "label": "S309",
        "long": "Gilgandra Schools to Balladoran",
        "short": "S309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S31-0-sj2-1",
        "label": "S310",
        "long": "Trangie Schools to Nevertire",
        "short": "S310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S31-1-sj2-1",
        "label": "S311",
        "long": "Mudgee Schools to Yarrabin",
        "short": "S311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S31-2-sj2-1",
        "label": "S312",
        "long": "Gulgong Schools to Gulgong via Home Rule and Springfield Lane",
        "short": "S312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S31-3-sj2-1",
        "label": "S313",
        "long": "Gilgandra Schools to Breelong",
        "short": "S313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S31-4-sj2-1",
        "label": "S314",
        "long": "Gilgandra Schools to Collie",
        "short": "S314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S31-5-sj2-1",
        "label": "S315",
        "long": "Gilgandra Schools to Kickabil",
        "short": "S315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S31-6-sj2-1",
        "label": "S316",
        "long": "Mudgee Schools to Windeyer and Pyramul",
        "short": "S316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S31-7-sj2-1",
        "label": "S317",
        "long": "Mudgee Schools to Carcalgong",
        "short": "S317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S31-8-sj2-1",
        "label": "S318",
        "long": "Mudgee Schools to Queens Pinch",
        "short": "S318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S31-9-sj2-1",
        "label": "S319",
        "long": "Mudgee Schools to Lue and Rylstone",
        "short": "S319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S32-0-sj2-1",
        "label": "S320",
        "long": "Mudgee Schools to Hargraves",
        "short": "S320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S32-1-sj2-1",
        "label": "S321",
        "long": "Mudgee Schools to Home Rule and St Fillans",
        "short": "S321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S32-2-sj2-1",
        "label": "S322",
        "long": "Gilgandra Schools to Curban",
        "short": "S322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S32-3-sj2-1",
        "label": "S323",
        "long": "Gilgandra Schools to Innisfail",
        "short": "S323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S32-4-sj2-1",
        "label": "S324",
        "long": "Trangie Schools to Glen Idol",
        "short": "S324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S32-5-sj2-1",
        "label": "S325",
        "long": "Goolma Public to Cullenbone and Goolma",
        "short": "S325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S32-6-sj2-1",
        "label": "S326",
        "long": "Gulargambone Central to Eureka",
        "short": "S326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S32-7-sj2-1",
        "label": "S327",
        "long": "Gulargambone Central to Uluma",
        "short": "S327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S32-8-sj2-1",
        "label": "S328",
        "long": "Trangie Schools to Dandaloo Rd",
        "short": "S328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S32-9-sj2-1",
        "label": "S329",
        "long": "Mudgee Schools to Kains Flat",
        "short": "S329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S33-0-sj2-1",
        "label": "S330",
        "long": "Mudgee Schools to Gulgong East",
        "short": "S330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S33-1-sj2-1",
        "label": "S331",
        "long": "Mudgee Schools to Gulgong West",
        "short": "S331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S33-2-sj2-1",
        "label": "S332",
        "long": "Mudgee Schools to Wollar",
        "short": "S332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S33-3-sj2-1",
        "label": "S333",
        "long": "Mudgee Schools to Piambong",
        "short": "S333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S33-4-sj2-1",
        "label": "S334",
        "long": "Mudgee Schools to Frog Rock",
        "short": "S334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S33-5-sj2-1",
        "label": "S335",
        "long": "Mudgee Schools to Mudgee South",
        "short": "S335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S35-1-sj2-1",
        "label": "S351",
        "long": "Eagle Bus - Rylstone Public and Ilford Public to Crudine via Aarons Pass",
        "short": "S351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S35-2-sj2-1",
        "label": "S352",
        "long": "Seashell (Nautilus) Bus - Kandos Public to Glen Alice",
        "short": "S352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S35-3-sj2-1",
        "label": "S353",
        "long": "Cheetah Bus - Kandos Schools to Olinda via Rylstone Public",
        "short": "S353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S35-4-sj2-1",
        "label": "S354",
        "long": "Tropical Fish Bus - Kandos Schools to Capertee via Clandulla",
        "short": "S354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S35-5-sj2-1",
        "label": "S355",
        "long": "Turtle Bus - Kandos Schools to Running Stream",
        "short": "S355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S35-6-sj2-1",
        "label": "S356",
        "long": "Whale Bus - Rylstone Public to Kandos",
        "short": "S356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S35-7-sj2-1",
        "label": "S357",
        "long": "Ladybug Bus - Portland Schools to Cullen Bullen via Capertee",
        "short": "S357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S35-8-sj2-1",
        "label": "S358",
        "long": "Zebra Bus - Hampton Public to Rydal via Jenolan Caves Rd",
        "short": "S358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S35-9-sj2-1",
        "label": "S359",
        "long": "Snake Bus - Kandos Schools to Clandulla",
        "short": "S359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S36-0-sj2-1",
        "label": "S360",
        "long": "Camel Bus - Bathurst Schools to Lithgow via Kelso High and Portland",
        "short": "S360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S36-1-sj2-1",
        "label": "S361",
        "long": "Rhino Bus - Wallerwang Public and Lithgow Schools to Portland",
        "short": "S361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S36-2-sj2-1",
        "label": "S362",
        "long": "Frog Bus - Portland and Lithgow to Lithgow Schools",
        "short": "S362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S36-3-sj2-1",
        "label": "S363",
        "long": "Penguin Bus - Lithgow Schools to Ganbenang Table Rock Rd",
        "short": "S363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S36-4-sj2-1",
        "label": "S364",
        "long": "Panda Bus - Lithgow Schools and Wallerawang Schools to Portland",
        "short": "S364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S36-5-sj2-1",
        "label": "S365",
        "long": "Owl Bus - Lithgow Schools to Bell via Clarence",
        "short": "S365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S36-6-sj2-1",
        "label": "S366",
        "long": "Hippo Bus - Lithgow Schools to Capertee via Lidsdale",
        "short": "S366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S36-7-sj2-1",
        "label": "S367",
        "long": "Lion Bus - Lithgow Schools to Hartley via Little Hartley and Hartley Vale",
        "short": "S367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S36-8-sj2-1",
        "label": "S368",
        "long": "Rosella Bus - Mount Victoria Public to Wentworth Falls via Katoomba",
        "short": "S368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S36-9-sj2-1",
        "label": "S369",
        "long": "Giraffe Bus - Wallerwang Public to Lithgow",
        "short": "S369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S37-0-sj2-1",
        "label": "S370",
        "long": "Elephant Bus - Lithgow Schools to Medlow Bath via Blackheath",
        "short": "S370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S37-1-sj2-1",
        "label": "S371",
        "long": "Kookaburra Bus - Blackheath Schools to Lithgow via Mt Victoria and Hartley",
        "short": "S371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S37-2-sj2-1",
        "label": "S372",
        "long": "Squirrel Bus - Lithgow Schools to Lithgow via Marrangaroo",
        "short": "S372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S37-3-sj2-1",
        "label": "S373",
        "long": "Kangaroo Bus - Lithgow Schools to Lithgow via Rydal",
        "short": "S373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S37-4-sj2-1",
        "label": "S374",
        "long": "Butterfly Bus - Lithgow Schools to Lithgow via Wallerawang",
        "short": "S374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S37-5-sj2-1",
        "label": "S375",
        "long": "Swan Bus - Lithgow Schools to Lithgow via Blackheath and Mt Victoria",
        "short": "S375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S37-6-sj2-1",
        "label": "S376",
        "long": "Magpie Bus - Lue Public to Kandos via Rylstone",
        "short": "S376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S38-0-sj2-1",
        "label": "S380",
        "long": "Lithgow Schools to Hartley Vale",
        "short": "S380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S38-1-sj2-1",
        "label": "S381",
        "long": "Black Springs Public to Mount David via Campbells River Rd",
        "short": "S381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S38-2-sj2-1",
        "label": "S382",
        "long": "Oberon Schools to Wisemans Creek via Essington",
        "short": "S382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S38-3-sj2-1",
        "label": "S383",
        "long": "Oberon Schools to Tarana",
        "short": "S383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S38-4-sj2-1",
        "label": "S384",
        "long": "Oberon Schools to The Medows via Tarana",
        "short": "S384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S38-5-sj2-1",
        "label": "S385",
        "long": "Blayney Schools to Neville via Neville Rd",
        "short": "S385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S38-6-sj2-1",
        "label": "S386",
        "long": "Blayney Schools to South Blayney",
        "short": "S386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S38-7-sj2-1",
        "label": "S387",
        "long": "Oberon Schools to Duckmaloi via Titania Rd",
        "short": "S387",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S38-8-sj2-1",
        "label": "S388",
        "long": "Oberon Schools to O'Connell via O'Connell Rd",
        "short": "S388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S38-9-sj2-1",
        "label": "S389",
        "long": "Oberon Schools to Burraga via Arkstone",
        "short": "S389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S39-0-sj2-1",
        "label": "S390",
        "long": "Oberon Schools to Porters Retreat via Shooters Hill",
        "short": "S390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S39-1-sj2-1",
        "label": "S391",
        "long": "Oberon Schools to Jenolan via Edith and Gingkin",
        "short": "S391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S39-2-sj2-1",
        "label": "S392",
        "long": "Oberon Schools to Black Springs via Norway",
        "short": "S392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S39-3-sj2-1",
        "label": "S393",
        "long": "Black Springs Public to Mount David via Porters Retreat",
        "short": "S393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S39-4-sj2-1",
        "label": "S394",
        "long": "Oberon Schools to Mozart Rd via Abercrombie Rd",
        "short": "S394",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S39-6-sj2-1",
        "label": "S396",
        "long": "Methven Street to Donald Street via La Salle Academy",
        "short": "S396",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S40-1-sj2-1",
        "label": "S401",
        "long": "Camel Bus - Canobolas to Orange Schools via Glenroi Heights Public",
        "short": "S401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S40-2-sj2-1",
        "label": "S402",
        "long": "Rhino Bus - Canobolas Rd to Orange Infants School via Glenroi",
        "short": "S402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S40-3-sj2-1",
        "label": "S403",
        "long": "Frog Bus - Kangaroobie to Orange Schools via Belgravia",
        "short": "S403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S40-4-sj2-1",
        "label": "S404",
        "long": "Penguin Bus - Summer St to Orange Schools via Lone Pine Ave",
        "short": "S404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S40-5-sj2-1",
        "label": "S405",
        "long": "Panda Bus - Summer St to Orange Schools via Phillip St",
        "short": "S405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S40-6-sj2-1",
        "label": "S406",
        "long": "Horse Bus - Kinross Woloroi Rymills Lane to Kinross Woloroi Bathurst Rd",
        "short": "S406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S40-7-sj2-1",
        "label": "S407",
        "long": "Owl Bus - Margaret St to Orange Schools via Orange Hospital",
        "short": "S407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S40-8-sj2-1",
        "label": "S408",
        "long": "Lady Bug Bus - Nashdale Public to Orange Schools via Millthorpe",
        "short": "S408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S40-9-sj2-1",
        "label": "S409",
        "long": "Hippo Bus - Spring Hill to Orange Schools via Lucknow",
        "short": "S409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S41-0-sj2-1",
        "label": "S410",
        "long": "Zebra Bus - Hill St to Orange Schools via Dalton St",
        "short": "S410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S41-1-sj2-1",
        "label": "S411",
        "long": "Lion Bus - Sieben Dr to Orange Schools via Bletchington Public",
        "short": "S411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S41-2-sj2-1",
        "label": "S412",
        "long": "Rosella Bus - Canobolas Rd to Orange Schools via Northern Distributor",
        "short": "S412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S41-4-sj2-1",
        "label": "S414",
        "long": "Elephant Bus - Manildra to Orange Schools",
        "short": "S414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S41-6-sj2-1",
        "label": "S416",
        "long": "Squirrel Bus - Ophir Rd to Orange Schools via Clergate Public",
        "short": "S416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S41-7-sj2-1",
        "label": "S417",
        "long": "Kangaroo Bus - Ophir to Orange Schools via Summer Hill Crk and Clifton Gr",
        "short": "S417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S41-8-sj2-1",
        "label": "S418",
        "long": "Butterfly Bus - Molong Schools to Manildra via Pinecliffe and Garra",
        "short": "S418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S41-9-sj2-1",
        "label": "S419",
        "long": "Swan Bus - Molong Schools to Manildra via Gumble",
        "short": "S419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S42-0-sj2-1",
        "label": "S420",
        "long": "Monkey Bus - Molong Schools to Manildra via Cudal Public",
        "short": "S420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S42-1-sj2-1",
        "label": "S421",
        "long": "Duck Bus - Molong Schools to Cumnock",
        "short": "S421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S42-2-sj2-1",
        "label": "S422",
        "long": "Rabbit Bus - Millthorpe Public to Guyong via Sherlocks Lane",
        "short": "S422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S42-4-sj2-1",
        "label": "S424",
        "long": "Koala Bus - Stirling Ave to Orange Schools via Northern Distributor",
        "short": "S424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S42-5-sj2-1",
        "label": "S425",
        "long": "Elk Bus - Ploughmans Lane to Orange schools via N Orange and E Orange",
        "short": "S425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S42-9-sj2-1",
        "label": "S429",
        "long": "Pig Bus - Manildra Schools to Pinecliffe via Sandy Creek Rd",
        "short": "S429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S43-0-sj2-1",
        "label": "S430",
        "long": "Sheep Bus - Canobolas Public to Orange Schools via Dean Dr and Clergate Rd",
        "short": "S430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S43-1-sj2-1",
        "label": "S431",
        "long": "Skunk Bus - Jonathan Rd to Orange Schools via Leeds Pde and Dean Dr",
        "short": "S431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S44-1-sj2-1",
        "label": "S441",
        "long": "Camel Bus - Orange Schools to Orange TAFE College via Gorman Rd",
        "short": "S441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S44-2-sj2-1",
        "label": "S442",
        "long": "Rhino Bus - Orange Schools to Mitchell Hwy via Anston St and Hills St",
        "short": "S442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S44-3-sj2-1",
        "label": "S443",
        "long": "Frog Bus - Orange Schools to Kangaroobie Rd via Windera and Belgravia",
        "short": "S443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S44-4-sj2-1",
        "label": "S444",
        "long": "Penguin St - Orange Schools to Summer St via Hills St and Dalton St",
        "short": "S444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S44-5-sj2-1",
        "label": "S445",
        "long": "Panda Bus - Orange Schools to Mitchell Hwy via Spring St",
        "short": "S445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S44-6-sj2-1",
        "label": "S446",
        "long": "Horse Bus - Orange Schools to McLachlan St via Sieben Dr",
        "short": "S446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S44-7-sj2-1",
        "label": "S447",
        "long": "Owl Bus - Summer St to Canobolas Rd via Glenroy and Orange",
        "short": "S447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S44-8-sj2-1",
        "label": "S448",
        "long": "Ladybug Bus - Orange Schools to Summer St via Lucknow and Spring Creek",
        "short": "S448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S44-9-sj2-1",
        "label": "S449",
        "long": "Hippo Bus - Orange Schools to Millthorpe Public via Lucknow and Spring Hill",
        "short": "S449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S45-0-sj2-1",
        "label": "S450",
        "long": "Zebra Bus - Genroi Heights Public to Canobolas Rd via Orange",
        "short": "S450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S45-1-sj2-1",
        "label": "S451",
        "long": "Lion Bus - Orange Schools to Barrett St via Diamond Dr",
        "short": "S451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S45-2-sj2-1",
        "label": "S452",
        "long": "Rosella Bus - Orange Schools to Racecourse Rd via Mitchell Hwy",
        "short": "S452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S45-3-sj2-1",
        "label": "S453",
        "long": "Giraffe Bus - Clergate Public to Canobolas Rd via Orange Schools",
        "short": "S453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S45-4-sj2-1",
        "label": "S454",
        "long": "Elephant Bus - Orange Schools to Duff St via Borenore and Boree",
        "short": "S454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S45-6-sj2-1",
        "label": "S456",
        "long": "Squirrel Bus - Nashdale Public to Cully Rd via Clergate",
        "short": "S456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S45-7-sj2-1",
        "label": "S457",
        "long": "Kangaroo Bus - Orange Schools to Ophir Rd via Summer Hill Creek",
        "short": "S457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S46-4-sj2-1",
        "label": "S464",
        "long": "Koala Bus - Orange Schools to Kinross Wolaroi via Leeds Pde",
        "short": "S464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S46-5-sj2-1",
        "label": "S465",
        "long": "Elk Bus - Orange Schools to Ploughmans Lane via Phillip St",
        "short": "S465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S47-0-sj2-1",
        "label": "S470",
        "long": "Platypus Bus - Orange Schools to Summer St via Canobolas and Bowen",
        "short": "S470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S47-1-sj2-1",
        "label": "S471",
        "long": "Skunk Bus - James Sheahan Catholic High to Charles Sturt Uni via N Orange",
        "short": "S471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S48-3-sj2-1",
        "label": "S483",
        "long": "Orange Schools to Spring Hill via Forest Reefs",
        "short": "S483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S48-4-sj2-1",
        "label": "S484",
        "long": "Orange Schools to Spring Terrace via Forest Reefs",
        "short": "S484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S48-5-sj2-1",
        "label": "S485",
        "long": "Orange Schools to Stuart Town via Mullion Creek Public",
        "short": "S485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S48-6-sj2-1",
        "label": "S486",
        "long": "Orange Schools to Mullion Creek",
        "short": "S486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S48-7-sj2-1",
        "label": "S487",
        "long": "Orange Schools to Clergate",
        "short": "S487",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S48-8-sj2-1",
        "label": "S488",
        "long": "Orange Schools to Clifton Grove",
        "short": "S488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S48-9-sj2-1",
        "label": "S489",
        "long": "Orange Schools to Lower Lewis Ponds via Clifton Grove",
        "short": "S489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S49-0-sj2-1",
        "label": "S490",
        "long": "Orange Schools to Lewis Ponds via Icely Rd",
        "short": "S490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S49-1-sj2-1",
        "label": "S491",
        "long": "Orange Schools to Vittoria via Lucknow",
        "short": "S491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S49-2-sj2-1",
        "label": "S492",
        "long": "Blayney Schools to Vittoria via Guyong Rd",
        "short": "S492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S49-4-sj2-1",
        "label": "S494",
        "long": "Blayney Schools to Carcoar",
        "short": "S494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S49-5-sj2-1",
        "label": "S495",
        "long": "Orange Schools to Cadia via Cadia Rd",
        "short": "S495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S49-6-sj2-1",
        "label": "S496",
        "long": "Orange Schools to Panuara via Cadia Rd",
        "short": "S496",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S49-7-sj2-1",
        "label": "S497",
        "long": "Orange to Spring Terrace Public via Forest Reefs and Airport",
        "short": "S497",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S49-8-sj2-1",
        "label": "S498",
        "long": "Orange Schools to Bowan Park via Borenore",
        "short": "S498",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S49-9-sj2-1",
        "label": "S499",
        "long": "Orange Schools to Borenore via Escort Way",
        "short": "S499",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S49-A-sj2-1",
        "label": "S493",
        "long": "Bathurst Schools to Vittoria",
        "short": "S493",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S50-0-sj2-1",
        "label": "S500",
        "long": "Orange Schools to Nashdale",
        "short": "S500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S50-1-sj2-1",
        "label": "S501",
        "long": "Orange Schools to Cargo via Cargo Rd",
        "short": "S501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S50-2-sj2-1",
        "label": "S502",
        "long": "Orange Schools to Canowindra",
        "short": "S502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S60-6-sj2-1",
        "label": "S606",
        "long": "Mudgee Schools to Cudgegong",
        "short": "S606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S60-7-sj2-1",
        "label": "S607",
        "long": "Mudgee Schools to Botobolar",
        "short": "S607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S62-6-sj2-1",
        "label": "S626",
        "long": "Lyndhurst to Roseberg via Garland",
        "short": "S626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S63-2-sj2-1",
        "label": "S632",
        "long": "Blayney Schools to Trunkey Creek via Hobbys Yards",
        "short": "S632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S64-3-sj2-1",
        "label": "S643",
        "long": "Kandos Public and Rylstone Public to Carwell",
        "short": "S643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S66-3-sj2-1",
        "label": "S663",
        "long": "Mudgee to Windeyer via Queens Pinch Rd",
        "short": "S663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S66-4-sj2-1",
        "label": "S664",
        "long": "Meadow Flat Public and Portland Central Schools to Sunny Corner",
        "short": "S664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S66-5-sj2-1",
        "label": "S665",
        "long": "Meadow Flat Public to Mount Lambie",
        "short": "S665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S66-7-sj2-1",
        "label": "S667",
        "long": "Mullion Creek Public to Long Point Rd",
        "short": "S667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S66-9-sj2-1",
        "label": "S669",
        "long": "Hargraves Public to Hill End Rd via Triamble Rd",
        "short": "S669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S67-0-sj2-1",
        "label": "S670",
        "long": "Coolah to Premer",
        "short": "S670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S70-1-sj2-1",
        "label": "S701",
        "long": "Camel Bus - Bathurst to MacKillop",
        "short": "S701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S70-2-sj2-1",
        "label": "S702",
        "long": "Rhino Bus - Robin Hill Cardinia Ave to Eglinton PS via Bathurst",
        "short": "S702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S70-3-sj2-1",
        "label": "S703",
        "long": "Frog Bus - Gormans Hill to Perthville PS via Cow Flat Rd",
        "short": "S703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S70-4-sj2-1",
        "label": "S704",
        "long": "Penguin Bus - West Bathurst Esrom St to Bathurst PS via Windradyne",
        "short": "S704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S70-5-sj2-1",
        "label": "S705",
        "long": "Panda Bus - Gormans Hill to Bathurst PS via Kelso High",
        "short": "S705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S70-6-sj2-1",
        "label": "S706",
        "long": "Horse Bus - Bathurst to Cathedral Primary via Windradyne",
        "short": "S706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S70-7-sj2-1",
        "label": "S707",
        "long": "Owl Bus - Bathurst to Holy Family Primary via Kelso",
        "short": "S707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S70-8-sj2-1",
        "label": "S708",
        "long": "Ladybug Bus - Bathurst to Bathurst West PS via Mitchell and Kelso",
        "short": "S708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S70-9-sj2-1",
        "label": "S709",
        "long": "Hippo Bus - Bathurst to All Saints via Windradyne and Kelso",
        "short": "S709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S71-1-sj2-1",
        "label": "S711",
        "long": "Lion Bus - Gormans Hill to Holy Family Primary via Raglan",
        "short": "S711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S71-2-sj2-1",
        "label": "S712",
        "long": "Rosella Bus - Gormans Hill to Bathurst West PS via White Rock",
        "short": "S712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S71-3-sj2-1",
        "label": "S713",
        "long": "Giraffe Bus - Bathurst to Blayney High via Eglinton",
        "short": "S713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S71-4-sj2-1",
        "label": "S714",
        "long": "Elephant Bus - Bathurst to Bathurst South PS via Eglinton",
        "short": "S714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S71-5-sj2-1",
        "label": "S715",
        "long": "Kookaburra Bus - Abercrombie Eglinton Rd to Raglan PS via Eglinton",
        "short": "S715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S71-6-sj2-1",
        "label": "S716",
        "long": "Squirrel Bus - Gormans Hill to Bathurst PS via Eglinton",
        "short": "S716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S71-7-sj2-1",
        "label": "S717",
        "long": "Kangaroo Bus - Kelso to Bathurst South PS",
        "short": "S717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S72-0-sj2-1",
        "label": "S720",
        "long": "Monkey Bus - Gormans Hill to Holy Family Primary via Billywillinga",
        "short": "S720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S72-1-sj2-1",
        "label": "S721",
        "long": "Duck Bus - Gormans Hill to Scots All Saints via Burraga",
        "short": "S721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S72-2-sj2-1",
        "label": "S722",
        "long": "Rabbit Bus - Gormans Hill to Bathurst West PS via Rockley",
        "short": "S722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S72-4-sj2-1",
        "label": "S724",
        "long": "Koala Bus - Gormans Hill to All Saints via Robin Hill",
        "short": "S724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S73-1-sj2-1",
        "label": "S731",
        "long": "Camel Bus - St Philomena's Primary to Raglan via Bathurst",
        "short": "S731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S73-2-sj2-1",
        "label": "S732",
        "long": "Rhino Bus - St Philomena's Primary to Windradyne via West Bathurst",
        "short": "S732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S73-3-sj2-1",
        "label": "S733",
        "long": "Frog Bus - Holy Family Primary to MacKillop via Perthville",
        "short": "S733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S73-4-sj2-1",
        "label": "S734",
        "long": "Penguin Bus - Cathedral Primary to Windradyne via MacKillop",
        "short": "S734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S73-5-sj2-1",
        "label": "S735",
        "long": "Panda Bus - The Assumption to Gormans Hill via Kelso High",
        "short": "S735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S73-6-sj2-1",
        "label": "S736",
        "long": "Horse Bus - Cathedral Primary to Windradyne via Gormans Hill",
        "short": "S736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S73-7-sj2-1",
        "label": "S737",
        "long": "Owl Bus - Holy Family Primary to Bathurst via Kelso",
        "short": "S737",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S73-9-sj2-1",
        "label": "S739",
        "long": "Hippo Bus - Raglan PS to Windradyne via Kelso",
        "short": "S739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S74-0-sj2-1",
        "label": "S740",
        "long": "Zebra Bus - The Assumption to White Rock via Windradyne",
        "short": "S740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S74-1-sj2-1",
        "label": "S741",
        "long": "Lion Bus - Holy Family Primary to Bathurst South PS via Raglan",
        "short": "S741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S74-2-sj2-1",
        "label": "S742",
        "long": "Rosella Bus - Cathedral Primary to Gormans Hill via Eglinton",
        "short": "S742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S74-3-sj2-1",
        "label": "S743",
        "long": "Giraffe Bus - Blayney PS to Bathurst",
        "short": "S743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S74-4-sj2-1",
        "label": "S744",
        "long": "Elephant Bus - Gormans Hill to Bathurst Private Hospital via Eglinton",
        "short": "S744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S74-5-sj2-1",
        "label": "S745",
        "long": "Kookaburra Bus - Gormans Hill to Kelso via Eglinton",
        "short": "S745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S74-6-sj2-1",
        "label": "S746",
        "long": "Squirrel Bus - Gormans Hill to Bathurst via Eglinton",
        "short": "S746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S74-7-sj2-1",
        "label": "S747",
        "long": "Kangaroo Bus - Gormans Hill to Kelso (Loop Service)",
        "short": "S747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S74-8-sj2-1",
        "label": "S748",
        "long": "Monkey Bus - Gormans Hill to Billywillinga Rd (Loop Service)",
        "short": "S748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S74-9-sj2-1",
        "label": "S749",
        "long": "Duck Bus - Gormans Hill to Burraga (Loop Service)",
        "short": "S749",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S75-0-sj2-1",
        "label": "S750",
        "long": "Rabbit Bus - Gormans Hill to Rockley (Loop Service)",
        "short": "S750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S75-1-sj2-1",
        "label": "S751",
        "long": "Koala Bus - Cathedral Primary to West Bathurst via Robin Hill",
        "short": "S751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S76-0-sj2-1",
        "label": "S766",
        "long": "Bathurst Schools to Turondale Rd",
        "short": "S766",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S76-1-sj2-1",
        "label": "S767",
        "long": "Bathurst Schools to The Bridle Track",
        "short": "S767",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S76-8-sj2-1",
        "label": "S768",
        "long": "Bathurst Schools to Freemantle Rd",
        "short": "S768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S76-9-sj2-1",
        "label": "S769",
        "long": "Bathurst Schools to Ophir",
        "short": "S769",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S77-0-sj2-1",
        "label": "S770",
        "long": "Bathurst Schools to Sunny Corner Rd",
        "short": "S770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S77-1-sj2-1",
        "label": "S771",
        "long": "Bathurst Schools to Napoleon Reef",
        "short": "S771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S77-2-sj2-1",
        "label": "S772",
        "long": "Raglan PS to Yetholme",
        "short": "S772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S77-3-sj2-1",
        "label": "S773",
        "long": "Bathurst Schools to Limekilns Rd",
        "short": "S773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S77-4-sj2-1",
        "label": "S774",
        "long": "Bathurst Schools to Sofala",
        "short": "S774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S77-5-sj2-1",
        "label": "S775",
        "long": "Bathurst Schools to The Lagoon",
        "short": "S775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S77-6-sj2-1",
        "label": "S776",
        "long": "Bathurst Schools to Trunkey Creek",
        "short": "S776",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S77-7-sj2-1",
        "label": "S777",
        "long": "Bathurst Schools to Peel",
        "short": "S777",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S77-8-sj2-1",
        "label": "S778",
        "long": "Perthville to Trunkey Creek",
        "short": "S778",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S78-0-sj2-1",
        "label": "S780",
        "long": "Bathurst Schools to Wimbledon via Evans Plains",
        "short": "S780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S78-1-sj2-1",
        "label": "S781",
        "long": "Bathurst Schools to Mount Lambie via Yetholme",
        "short": "S781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S78-2-sj2-1",
        "label": "S782",
        "long": "Bathhurst Schools to Locksley via Brewongle",
        "short": "S782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S78-3-sj2-1",
        "label": "S783",
        "long": "Bathurst Schools to Dunkeld via Mount Panorama",
        "short": "S783",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S78-4-sj2-1",
        "label": "S784",
        "long": "Bathurst Schools to White Rock Rd",
        "short": "S784",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S78-5-sj2-1",
        "label": "S785",
        "long": "Bathurst Schools to Millthorpe via Blayney",
        "short": "S785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S78-6-sj2-1",
        "label": "S786",
        "long": "Bathurst Schools to Tarana via O'Connell",
        "short": "S786",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S78-7-sj2-1",
        "label": "S787",
        "long": "Bathurst Schools to Oberon via O'Connell 2",
        "short": "S787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S78-8-sj2-1",
        "label": "S788",
        "long": "Bathurst Schools to Oberon via O'Connell 1",
        "short": "S788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S78-9-sj2-1",
        "label": "S789",
        "long": "Orange Anglican Grammar to Carcoar via Millthorpe and Blayney",
        "short": "S789",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S79-0-sj2-1",
        "label": "S790",
        "long": "Orange Schools to Blayney via Millthorphe Rd",
        "short": "S790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S79-1-sj2-1",
        "label": "S791",
        "long": "Blayney Schools to Mandurama Rd",
        "short": "S791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S79-2-sj2-1",
        "label": "S792",
        "long": "Blayney Schools to Millthorpe",
        "short": "S792",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S79-3-sj2-1",
        "label": "S793",
        "long": "Blayney Schools to Mandurama and Lyndhurst",
        "short": "S793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S79-4-sj2-1",
        "label": "S794",
        "long": "Millthorpe to Blayney via Forest Reefs Rd",
        "short": "S794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S79-5-sj2-1",
        "label": "S795",
        "long": "Millthorpe to Blayney via Forest Reefs Rd and Spring Hill Rd",
        "short": "S795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S79-6-sj2-1",
        "label": "S796",
        "long": "Blayney Schools to Forest Reefs Rd",
        "short": "S796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S79-7-sj2-1",
        "label": "S797",
        "long": "Blayney Schools to Newbridge Rd",
        "short": "S797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S79-8-sj2-1",
        "label": "S798",
        "long": "Blayney Schools to Bathampton via Kings Plains",
        "short": "S798",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S79-9-sj2-1",
        "label": "S799",
        "long": "Blayney Schools to Browns Creek",
        "short": "S799",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S83-5-sj2-1",
        "label": "S835",
        "long": "Grenfell Schools to Grenfell via Eualdrie Rd",
        "short": "S835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S90-1-sj2-1",
        "label": "S901",
        "long": "Freemans Reach, Hawkesbury and Kurrajong East Schools to Colo Heights",
        "short": "S901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S90-2-sj2-1",
        "label": "S902",
        "long": "Colo Heights Public School to Colo Heights via East Kurrajong",
        "short": "S902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S90-3-sj2-1",
        "label": "S903",
        "long": "Colo Heights Public School to Putty",
        "short": "S903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S91-5-sj2-1",
        "label": "S915",
        "long": "Canowindra Schools to Cowra via Billimari",
        "short": "S915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S91-6-sj2-1",
        "label": "S916",
        "long": "Cowra Schools to Canowindra",
        "short": "S916",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S91-7-sj2-1",
        "label": "S917",
        "long": "Cowra Schools to Lyndhurst and Mandurama",
        "short": "S917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S91-8-sj2-1",
        "label": "S918",
        "long": "Cowra Schools to Glenlogan and Billimari",
        "short": "S918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S91-9-sj2-1",
        "label": "S919",
        "long": "Cowra Schools to Barryrennie",
        "short": "S919",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S92-0-sj2-1",
        "label": "S920",
        "long": "Cowra Schools to Broula and Tyagong Creek",
        "short": "S920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S92-1-sj2-1",
        "label": "S921",
        "long": "Cowra Schools to Mount Collins and Hovells Creek",
        "short": "S921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S92-2-sj2-1",
        "label": "S922",
        "long": "Cowra Schools to Morongla and Breakfast Creek via Eagle View Rd",
        "short": "S922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S92-3-sj2-1",
        "label": "S923",
        "long": "Cowra Schools to Walli via Binni Creek Rd",
        "short": "S923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S92-5-sj2-1",
        "label": "S925",
        "long": "Holmwood Public School to Cowra Public School",
        "short": "S925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S92-6-sj2-1",
        "label": "S926",
        "long": "Cowra Schools to West Cowra via North Cowra",
        "short": "S926",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S92-7-sj2-1",
        "label": "S927",
        "long": "Cowra Schools to West Cowra",
        "short": "S927",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S92-8-sj2-1",
        "label": "S928",
        "long": "Cowra Schools to Muyan and North Cowra",
        "short": "S928",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S93-0-sj2-1",
        "label": "S930",
        "long": "Cowra Schools to Koorawatha via Chiverton and Pine Hill Rd",
        "short": "S930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S93-1-sj2-1",
        "label": "S931",
        "long": "Cowra Schools to Wattamondara via Gleneriffe and Sutherlands Rd",
        "short": "S931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71-S93-2-sj2-1",
        "label": "S932",
        "long": "Cowra Schools to East Cowra and Targala",
        "short": "S932",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-300-sj2-1",
        "label": "300",
        "long": "Gays Hill to Casino (Loop Service)",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-301-sj2-1",
        "label": "301",
        "long": "Northwest Casino to Casino via Casino Hospital (Loop Service)",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-303-sj2-1",
        "label": "303",
        "long": "East Casino to Casino (Loop Service)",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-304-sj2-1",
        "label": "304",
        "long": "South Casino to Casino (Loop Service)",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-600-sj2-1",
        "label": "600",
        "long": "Tweed Heads West to Banora Point via Coolangatta and Tweed Mall",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-601-sj2-1",
        "label": "601",
        "long": "Tweed Heads to Kings Forest via Tweed Valley Hospital",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-602-sj2-1",
        "label": "602",
        "long": "Tweed City to Banora Point",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-603-sj2-1",
        "label": "603",
        "long": "Tweed Mall to Pottsville via Tweed Valley Hospital",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-604-sj2-1",
        "label": "604",
        "long": "Tweed City to Banora Point via Heffron Street and Hillcrest Avenue",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-605-sj2-1",
        "label": "605",
        "long": "Tweed Mall to Murwillumbah via Banora Point",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-606-sj2-1",
        "label": "606",
        "long": "Tweed Mall to Tweed City Shops and Fingal Head via Keith Compton Dr",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-608-sj2-1",
        "label": "608",
        "long": "Tweed City to Bilambil Heights via Kennedy Drive and Tweed Heads West",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-609-sj2-1",
        "label": "609",
        "long": "Kingscliff to Murwillumbah via Tweed Valley Hospital",
        "short": "609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-610-0-sj2-1",
        "label": "610",
        "long": "Lismore to Byron Bay",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-610-sj2-1",
        "label": "610",
        "long": "Byron Bay to Lismore via Bangalow",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-616-sj2-1",
        "label": "616",
        "long": "Murwillumbah to Pottsville via Bogangar and Hastings Point",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-618-sj2-1",
        "label": "618",
        "long": "Pottsville to Murwillumbah via Mooball and Burringbar",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-621-sj2-1",
        "label": "621",
        "long": "Sunnyside Mall to Golden Links (Loop Service)",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-622-sj2-1",
        "label": "622",
        "long": "Sunnyside Mall to East Murwillumbah via Hospital (Loop Service)",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-623-sj2-1",
        "label": "623",
        "long": "Sunnyside Mall to Greenhills (Loop Service)",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-624-sj2-1",
        "label": "624",
        "long": "Sunnyside Mall to Barnby Estate (Loop Service)",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-625-sj2-1",
        "label": "625",
        "long": "Murwillumbah to Uki",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-626-sj2-1",
        "label": "626",
        "long": "Murwillumbah to Tyalgum (Loop Service)",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-630-sj2-1",
        "label": "630",
        "long": "Murwillumbah to Nimbin (Loop Service)",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-635-sj2-1",
        "label": "635",
        "long": "Lismore to Mullumbimby",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-637-sj2-1",
        "label": "637",
        "long": "Byron Bay Interchange to Sunrise Bvd (Loop Service)",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-640-X-sj2-1",
        "label": "640X",
        "long": "Byron Bay to Lismore via Lennox Head, Ballina and Alstonville",
        "short": "640X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-640-sj2-1",
        "label": "640",
        "long": "Mullumbimby to Ballina via Byron Bay",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-641-X-sj2-1",
        "label": "641X",
        "long": "Byron Bay to Lismore via Bangalow, Clunes and Bexhill",
        "short": "641X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-641-sj2-1",
        "label": "641",
        "long": "Byron Bay to Ballina via Bangalow",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-645-sj2-1",
        "label": "645",
        "long": "Ocean Shores to Byron Bay",
        "short": "645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-650-sj2-1",
        "label": "650",
        "long": "Lismore to Nimbin",
        "short": "650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-652-sj2-1",
        "label": "652",
        "long": "Lismore to Tuntable Creek via Keerrong and The Channon",
        "short": "652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-653-sj2-1",
        "label": "653",
        "long": "Lismore to Dunoon and Dorroughby",
        "short": "653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-660-sj2-1",
        "label": "660",
        "long": "Ballina to Evans Head via Broadwater",
        "short": "660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-661-0-sj2-1",
        "label": "661",
        "long": "Ballina to Lismore via Wollongbar and Alstonville",
        "short": "661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-661-sj2-1",
        "label": "661",
        "long": "Ballina to Lismore via Wollongbar and Alstonville",
        "short": "661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-662-sj2-1",
        "label": "662",
        "long": "Lismore to Lennox Head via Wollongbar",
        "short": "662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-664-sj2-1",
        "label": "664",
        "long": "Cumbalum to Ballina via North Creek Rd",
        "short": "664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-665-sj2-1",
        "label": "665",
        "long": "Ballina Kerr St to Tamar St via East Ballina",
        "short": "665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-668-sj2-1",
        "label": "668",
        "long": "Ballina to West Ballina (Loop Service)",
        "short": "668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-669-sj2-1",
        "label": "669",
        "long": "Ballina to East Ballina (Loop Service)",
        "short": "669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-670-sj2-1",
        "label": "670",
        "long": "Lismore to Casino",
        "short": "670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-675-sj2-1",
        "label": "675",
        "long": "Lismore to Kyogle via Casino",
        "short": "675",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-676-sj2-1",
        "label": "676",
        "long": "Lismore to Tenterfield",
        "short": "676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-682-sj2-1",
        "label": "682",
        "long": "Lismore to Goonellabah via Invercauld Rd",
        "short": "682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-683-sj2-1",
        "label": "683",
        "long": "Lismore Heights to Lismore City Centre via East Lismore (Loop Service)",
        "short": "683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-684-0-sj2-1",
        "label": "684",
        "long": "South Lismore to Lismore City Centre (Loop Service)",
        "short": "684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-684-sj2-1",
        "label": "684",
        "long": "South Lismore to Lismore City Centre (Loop Service)",
        "short": "684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-685-0-sj2-1",
        "label": "685",
        "long": "Lismore to Goonellabah",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-685-sj2-1",
        "label": "685",
        "long": "Lismore to Goonellabah",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-688-sj2-1",
        "label": "688",
        "long": "Goonellabah to Lismore via Ballina Rd",
        "short": "688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-690-sj2-1",
        "label": "690",
        "long": "Lismore to Evans Head via Coraki",
        "short": "690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-695-sj2-1",
        "label": "695",
        "long": "Lismore to Grafton via Evans Head",
        "short": "695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S10-0-sj2-1",
        "label": "S100",
        "long": "Cobaki to Fingal Head PS via Tweed Heads and Lindisfarne Anglican Grammar",
        "short": "S100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S10-1-sj2-1",
        "label": "S101",
        "long": "Pottsville to Lindisfarne Anglican Grammar via Kingscliff High",
        "short": "S101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S10-2-sj2-1",
        "label": "S102",
        "long": "Tweed Heads West to Terranora PS via Banora Point",
        "short": "S102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S10-3-sj2-1",
        "label": "S103",
        "long": "Tweed Heads to Tweed Heads PS via Terranora and Banora Point",
        "short": "S103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S10-4-sj2-1",
        "label": "S104",
        "long": "Banora Point to Tweed Heads South PS via Tweed River High",
        "short": "S104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S10-5-sj2-1",
        "label": "S105",
        "long": "Bilambil Heights to Coolangatta State via Tweed River High",
        "short": "S105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S10-6-sj2-1",
        "label": "S106",
        "long": "Pottsville to Terranora PS via Banora Point",
        "short": "S106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S10-7-sj2-1",
        "label": "S107",
        "long": "Banora Point to Banora Point PS via Tweed Heads South",
        "short": "S107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S10-8-sj2-1",
        "label": "S108",
        "long": "Bilambil Heights to Terranora PS via Tweed Heads South and Banora Point",
        "short": "S108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S10-9-sj2-1",
        "label": "S109",
        "long": "Banora Point to Coolangatta State via Banora Point High",
        "short": "S109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S11-0-sj2-1",
        "label": "S110",
        "long": "Fingal Head PS to Tweed Heads PS via Kingscliff High and Banora Point",
        "short": "S110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S11-1-sj2-1",
        "label": "S111",
        "long": "Glengarrie to Terranora PS via Bilambil Heights",
        "short": "S111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S11-2-sj2-1",
        "label": "S112",
        "long": "Banora Point to Murwillumbah via Kingscliff",
        "short": "S112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S11-3-sj2-1",
        "label": "S113",
        "long": "Piggabeen to St James Primary via Tweed Heads West and Cobaki",
        "short": "S113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S11-4-sj2-1",
        "label": "S114",
        "long": "Tweed Heads to Bogangar PS via Kingscliff and Terranora",
        "short": "S114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S11-5-sj2-1",
        "label": "S115",
        "long": "Bilambil Heights to Terranora PS via Tweed Heads and Banora Point PS",
        "short": "S115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S11-6-sj2-1",
        "label": "S116",
        "long": "Bilambil Heights to Terranora PS via Tweed River High and Bilambil",
        "short": "S116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S11-7-sj2-1",
        "label": "S117",
        "long": "Tweed Heads to Kingscliff via Tweed Heads West",
        "short": "S117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S11-8-sj2-1",
        "label": "S118",
        "long": "Bogangar to St Ambrose Catholic Primary via Kingscliff High",
        "short": "S118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S11-9-sj2-1",
        "label": "S119",
        "long": "Pottsville to Cudgen Primary via Kingscliff High and Casuarina",
        "short": "S119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S12-0-sj2-1",
        "label": "S120",
        "long": "Pottsville to Tweed Heads PS",
        "short": "S120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S12-1-sj2-1",
        "label": "S121",
        "long": "Cudgera Creek to St Anthony's Primary",
        "short": "S121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S12-2-sj2-1",
        "label": "S122",
        "long": "Tweed Heads West to Cudgen Primary via Kingscliff",
        "short": "S122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S12-3-sj2-1",
        "label": "S123",
        "long": "Casuarina to Banora Point PS via Terranora",
        "short": "S123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S12-4-sj2-1",
        "label": "S124",
        "long": "Casuarina to St Anthony's Primary via Terranora and Fingal Head PS",
        "short": "S124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S12-5-sj2-1",
        "label": "S125",
        "long": "Bogangar to Banora Point via Kingscliff and Tweed Heads South",
        "short": "S125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S12-6-sj2-1",
        "label": "S126",
        "long": "Tanglewood to Bogangar PS via Kingscliff High and Pottsville",
        "short": "S126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S12-7-sj2-1",
        "label": "S127",
        "long": "Tweed Heads to St Anthony's Primary via Bilambil Heights and Banora Point",
        "short": "S127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S12-8-sj2-1",
        "label": "S128",
        "long": "Pottsville to Cudgen Primary via Kingscliff High and Bogangar",
        "short": "S128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S12-9-sj2-1",
        "label": "S129",
        "long": "Murwillumbah to Tweed Heads PS via Terranora",
        "short": "S129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S13-0-sj2-1",
        "label": "S130",
        "long": "Bilambil Heights to Carool PS via Banora Point and Tweed Heads West",
        "short": "S130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S13-1-sj2-1",
        "label": "S131",
        "long": "Bilambil Heights to Bilambil PS via Tweed Heads",
        "short": "S131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S13-2-sj2-1",
        "label": "S132",
        "long": "Tweed Head to St Anthony's Primary via Banora Point",
        "short": "S132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S13-3-sj2-1",
        "label": "S133",
        "long": "Tweed Heads to St James Primary via Kingscliff and Pottsville",
        "short": "S133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S13-4-sj2-1",
        "label": "S134",
        "long": "Tweed Heads to Tweed Valley Adventist via Banora Point",
        "short": "S134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S13-5-sj2-1",
        "label": "S135",
        "long": "Cabarita Beach to Pottsville via Kingscliff High",
        "short": "S135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S13-6-sj2-1",
        "label": "S136",
        "long": "Bogangar to Lindisfarne Anglican Grammar",
        "short": "S136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S13-7-sj2-1",
        "label": "S137",
        "long": "Pottsville to Fingal Head PS",
        "short": "S137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S13-8-sj2-1",
        "label": "S138",
        "long": "Pottsville to St Joseph's via Kingscliff and Banora Point",
        "short": "S138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S13-9-sj2-1",
        "label": "S139",
        "long": "Cudgera Creek Kanes Rd to Bogangar PS via Pottsville",
        "short": "S139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S14-0-sj2-1",
        "label": "S140",
        "long": "Cudgera Creek to Mt St Patrick via Kingscliff",
        "short": "S140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S14-1-sj2-1",
        "label": "S141",
        "long": "Fingal Head PS to Bilambil via Banora Point",
        "short": "S141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S14-2-sj2-1",
        "label": "S142",
        "long": "Casuarina to Lindisfarne Anglican Grammar",
        "short": "S142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S14-3-sj2-1",
        "label": "S143",
        "long": "Casuarina to Lindisfarne Anglican Grammar",
        "short": "S143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S14-7-sj2-1",
        "label": "S147",
        "long": "Fingal Head PS to Kingscliff High (Loop Service)",
        "short": "S147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S14-8-sj2-1",
        "label": "S148",
        "long": "Mt St Patrick Primary to Tweed Heads South via Casuarina and Banora Point",
        "short": "S148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S14-9-sj2-1",
        "label": "S149",
        "long": "Tweed River High to Piggabeen via Banora Point and Pacific Coast Christian",
        "short": "S149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S15-0-sj2-1",
        "label": "S150",
        "long": "Kingscliff High to Pottsville (Loop Service)",
        "short": "S150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S15-1-sj2-1",
        "label": "S151",
        "long": "Centaur Primary to Tweed Heads South via Terranora and Banora Point",
        "short": "S151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S15-2-sj2-1",
        "label": "S152",
        "long": "Centaur Primary to Banora Point via Murwillumbah and Kingscliff High",
        "short": "S152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S15-3-sj2-1",
        "label": "S153",
        "long": "Tweed River High to Tweed Heads via Terranora PS and St Joseph's",
        "short": "S153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S15-4-sj2-1",
        "label": "S154",
        "long": "Kingscliff High to Clothiers Creek via Pottsville and Cabarita Beach",
        "short": "S154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S15-5-sj2-1",
        "label": "S155",
        "long": "Kingscliff PS to Pottsville via Chinderah",
        "short": "S155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S15-6-sj2-1",
        "label": "S156",
        "long": "Banora Point High to Pottsville via Bilambil PS and Terranora",
        "short": "S156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S15-7-sj2-1",
        "label": "S157",
        "long": "Tweed River High to Tweed Heads West via Bilambil Heights and St Joseph's",
        "short": "S157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S15-8-sj2-1",
        "label": "S158",
        "long": "St Anthony's Primary to Pottsville",
        "short": "S158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S15-9-sj2-1",
        "label": "S159",
        "long": "Carool PS to Glengarrie via Bilambil PS",
        "short": "S159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S16-0-sj2-1",
        "label": "S160",
        "long": "Kingscliff High to Coolangatta via Bogangar",
        "short": "S160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S16-1-sj2-1",
        "label": "S161",
        "long": "Bogangar PS to Banora Point via Kingscliff and St Joseph's",
        "short": "S161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S16-2-sj2-1",
        "label": "S162",
        "long": "Kingscliff High to Murwillumbah via Tweed Heads and Banora Point",
        "short": "S162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S16-3-sj2-1",
        "label": "S163",
        "long": "St Anthony's Primary to Pottsville via Bogangar and Kingscliff High",
        "short": "S163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S16-4-sj2-1",
        "label": "S164",
        "long": "Tweed River High to Piggabeen via Bilambil Heights",
        "short": "S164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S16-5-sj2-1",
        "label": "S165",
        "long": "Centaur Primary to Casuarina via Banora Point",
        "short": "S165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S16-6-sj2-1",
        "label": "S166",
        "long": "Kingscliff High to Cudgera Creek via Terranora and Banora Point",
        "short": "S166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S16-7-sj2-1",
        "label": "S167",
        "long": "Murwillumbah to Tweed Heads via Kingscliff",
        "short": "S167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S16-8-sj2-1",
        "label": "S168",
        "long": "Bilambil PS to Tweed City Shopping Centre via Tweed Heads",
        "short": "S168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S16-9-sj2-1",
        "label": "S169",
        "long": "Tweed Heads PS to Tweed Heads West via Coolangatta",
        "short": "S169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S17-0-sj2-1",
        "label": "S170",
        "long": "Centaur Primary to Casuarina via Lindisfarne Anglican Grammar",
        "short": "S170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S17-1-sj2-1",
        "label": "S171",
        "long": "Kingscliff PS to Tweed Heads via Casuarina and Bilambil Heights",
        "short": "S171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S17-2-sj2-1",
        "label": "S172",
        "long": "Tweed River High to Fingal Head PS via Banora Point and Kingscliff",
        "short": "S172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S17-3-sj2-1",
        "label": "S173",
        "long": "Tweed River High to Tweed Heads via Bilambil Heights and Terranora",
        "short": "S173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S17-4-sj2-1",
        "label": "S174",
        "long": "Tweed River High to Bilambil Heights via Tweed Heads West and Banora Point",
        "short": "S174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S17-5-sj2-1",
        "label": "S175",
        "long": "Centaur Primary to Cobaki via Tweed Heads",
        "short": "S175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S17-6-sj2-1",
        "label": "S176",
        "long": "Centaur Primary to Tweed Heads via Terranora PS and Tweed Heads West",
        "short": "S176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S17-7-sj2-1",
        "label": "S177",
        "long": "Tweed River High to Terranora via Tweed Heads and Banora Point",
        "short": "S177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S17-8-sj2-1",
        "label": "S178",
        "long": "Centaur Primary to Banora Point via Tweed Heads West and Coolangatta",
        "short": "S178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S17-9-sj2-1",
        "label": "S179",
        "long": "Centaur Primary to Bogangar via Tweed Heads South and Kingscliff",
        "short": "S179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S18-0-sj2-1",
        "label": "S180",
        "long": "Kingscliff High to Bongangar via Pottsville",
        "short": "S180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S18-1-sj2-1",
        "label": "S181",
        "long": "St Anthony's Primary to Bogangar via Casuarina and Kingscliff High",
        "short": "S181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S18-2-sj2-1",
        "label": "S182",
        "long": "Centaur Primary to Tanglewood via Kingscliff",
        "short": "S182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S18-3-sj2-1",
        "label": "S183",
        "long": "Tweed River High to Bilambil Heights via Banora Point and Tweed Heads",
        "short": "S183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S18-4-sj2-1",
        "label": "S184",
        "long": "Bilambil PS to Terranora (Loop Service)",
        "short": "S184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S18-5-sj2-1",
        "label": "S185",
        "long": "Kingscliff PS to Kingscliff via Terranora and Fingal Head",
        "short": "S185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S18-6-sj2-1",
        "label": "S186",
        "long": "St James Primary to Pottsville via Banora Point and Kingscliff",
        "short": "S186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S18-7-sj2-1",
        "label": "S187",
        "long": "Lindisfarne Anglican Grammar to Pottsville via Casuarina and Kingscliff",
        "short": "S187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S18-8-sj2-1",
        "label": "S188",
        "long": "Lindisfarne Anglican Grammar to Casuarina via Chinderah",
        "short": "S188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S18-9-sj2-1",
        "label": "S189",
        "long": "Terranora PS to Coolangatta via Banora Point PS",
        "short": "S189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S19-0-sj2-1",
        "label": "S190",
        "long": "Lindisfarne Anglican Grammar to Casuarina",
        "short": "S190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S19-1-sj2-1",
        "label": "S191",
        "long": "Lindisfarne Anglican Grammar to Casuarina",
        "short": "S191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S19-6-sj2-1",
        "label": "S196",
        "long": "Kyogle Schools to Green Pigeon via Fawcetts Plain",
        "short": "S196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S19-7-sj2-1",
        "label": "S197",
        "long": "Kyogle Schools to Ettrick via Omagh Rd and Edenville",
        "short": "S197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S19-8-sj2-1",
        "label": "S198",
        "long": "Kyogle Schools to Geneva via Ettrick, Iron Pot Creek and Eden Creek",
        "short": "S198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S19-9-sj2-1",
        "label": "S199",
        "long": "Collins Creek Public to Collins Creek Hall via Green Pigeon",
        "short": "S199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S20-0-sj2-1",
        "label": "S200",
        "long": "Tumbulgum to Upper Duroby via Maculeys Rd and Dulguigan Rd",
        "short": "S200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S20-1-sj2-1",
        "label": "S201",
        "long": "Murwillumbah Schools to North Tumbulgum via Dulguigan Rd",
        "short": "S201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S20-2-sj2-1",
        "label": "S202",
        "long": "Murwillumbah Schools to Fernvale via Wardrop Valley Rd",
        "short": "S202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S20-3-sj2-1",
        "label": "S203",
        "long": "Wollumbin High to Fernvale via Wardrop Valley Rd",
        "short": "S203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S20-4-sj2-1",
        "label": "S204",
        "long": "Murwillumbah Schools to Reserve Creek via Palmvale Rd",
        "short": "S204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S20-5-sj2-1",
        "label": "S205",
        "long": "Murwillumbah Schools to Reserve Creek via Tweed Valley College",
        "short": "S205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S20-6-sj2-1",
        "label": "S206",
        "long": "Wollumbin High to Upper Bilambil via Sathya Sai Schools",
        "short": "S206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S20-7-sj2-1",
        "label": "S207",
        "long": "Murwillumbah Schools to Bilambil via Wollumbin High and Tweed Valley",
        "short": "S207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S20-8-sj2-1",
        "label": "S208",
        "long": "Murwillumbah Schools to South Murwillumbah via Tygalgah",
        "short": "S208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S20-9-sj2-1",
        "label": "S209",
        "long": "Burringbar Public to Upper Burringbar via Heron Rd and Hinchinbrook Rd",
        "short": "S209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S21-0-sj2-1",
        "label": "S210",
        "long": "Uki Public to Byrrill Creek via Palmers Rd",
        "short": "S210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S21-1-sj2-1",
        "label": "S211",
        "long": "Uki Public to Stokers Siding via Smiths Creek",
        "short": "S211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S21-2-sj2-1",
        "label": "S212",
        "long": "Uki Public to Dum Dum and Commissioners Creek Rd",
        "short": "S212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S21-3-sj2-1",
        "label": "S213",
        "long": "Uki Public to Rowlands Creek via Chowan Creek Rd",
        "short": "S213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S21-4-sj2-1",
        "label": "S214",
        "long": "Nimbin Central, Bakers Vale Public and Uki Public to Murwillumbah",
        "short": "S214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S21-5-sj2-1",
        "label": "S215",
        "long": "Uki Public to Doon Doon via Commissioners Creek Rd",
        "short": "S215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S23-0-sj2-1",
        "label": "S233",
        "long": "Lismore Schools to Numulgi and Woodlawn via Bexhill",
        "short": "S233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S23-1-sj2-1",
        "label": "S231",
        "long": "Lismore Schools to Leycester via Leycester Rd",
        "short": "S231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S23-4-sj2-1",
        "label": "S232",
        "long": "Lismore Schools to Whian Whian via Dunoon",
        "short": "S232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S23-7-sj2-1",
        "label": "S237",
        "long": "St Josephs Primary and Murwillumbah Schools to Nobbys Creek",
        "short": "S237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S23-8-sj2-1",
        "label": "S238",
        "long": "Crabbes Creek Public and Burringbar Public to Wooyung via Mooball",
        "short": "S238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S23-9-sj2-1",
        "label": "S239",
        "long": "Kingscliff Schools and Cudgen Public to Clothiers Creek Rd via Duranbah",
        "short": "S239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S24-0-sj2-1",
        "label": "S240",
        "long": "Duranbah Public, Cudgen Public and Kingscliff Schools to Condong",
        "short": "S240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S24-1-sj2-1",
        "label": "S241",
        "long": "Burringbar Public to Pottsville via Sleepy Hollow",
        "short": "S241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S24-2-sj2-1",
        "label": "S242",
        "long": "Murwillumbah Schools and Dungay Public to Tomewin via Dungay",
        "short": "S242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S24-3-sj2-1",
        "label": "S243",
        "long": "Dungay Public and Sathya Sai College to Tomewin and Kynnumboon",
        "short": "S243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S24-4-sj2-1",
        "label": "S244",
        "long": "Aetaomah Steiner to Uki Public and Mount Burrell",
        "short": "S244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S25-5-sj2-1",
        "label": "S255",
        "long": "Nimbin Central to Stony Chute and Billen Cliffs",
        "short": "S255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S25-6-sj2-1",
        "label": "S256",
        "long": "Rainbow Ridge, Barkersvale Public to Cawongla and Billens Cliffs",
        "short": "S256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S25-7-sj2-1",
        "label": "S257",
        "long": "Rainbow Ridge Steiner to Nimbin Central and Crofton Rd",
        "short": "S257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S25-8-sj2-1",
        "label": "S258",
        "long": "Lismore Schools and Modanville Public to Terania Creek",
        "short": "S258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S25-9-sj2-1",
        "label": "S259",
        "long": "Tuntable Falls Community to Nimbin Central and Tuntable Falls",
        "short": "S259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S26-0-sj2-1",
        "label": "S260",
        "long": "Barkersvale to Nimbin via Williams Rd and Stony Chute",
        "short": "S260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S26-1-sj2-1",
        "label": "S261",
        "long": "Wyrallah Public to Lismore",
        "short": "S261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S26-2-sj2-1",
        "label": "S262",
        "long": "Aetaomah Steiner, Barkers Vale PS and Rainbow Ridge to Mount Burrell",
        "short": "S262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S26-3-sj2-1",
        "label": "S263",
        "long": "Nimbin to Gungas Rd and Basil Rd",
        "short": "S263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S26-4-sj2-1",
        "label": "S264",
        "long": "Goonellabah Schools and Lismore Schools to Broadwater via Wyrallah",
        "short": "S264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S26-5-sj2-1",
        "label": "S265",
        "long": "Lismore Schools to Tucki Tucki via East Gundurimba",
        "short": "S265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S26-6-sj2-1",
        "label": "S266",
        "long": "Tuntable Falls to The Channon, The Channon Public and Tuntable Creek",
        "short": "S266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S26-7-sj2-1",
        "label": "S267",
        "long": "The Channon Public to Terania Creek",
        "short": "S267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S27-5-sj2-1",
        "label": "S275",
        "long": "Copmanhurst Public to Upper Fineflower via Clarence Way",
        "short": "S275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S30-0-sj2-1",
        "label": "S300",
        "long": "Repentance Creek to Tregeagle via Richmond Hill Rd and Rosebank Public",
        "short": "S300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S30-1-sj2-1",
        "label": "S301",
        "long": "Corndale Public to Tregeagle via Corndale, Rosebank, and Richmond Hill",
        "short": "S301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S30-3-sj2-1",
        "label": "S303",
        "long": "Murwillumbah Schools to Murwillumbah Town via Condong and Bray Park",
        "short": "S303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S30-4-sj2-1",
        "label": "S304",
        "long": "Murwillumbah Schools to Murwillumbah Town",
        "short": "S304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S30-5-sj2-1",
        "label": "S305",
        "long": "Murwillumbah Schools to Mount Burrell via Bray Park, Uki and Midginbil",
        "short": "S305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S30-6-sj2-1",
        "label": "S306",
        "long": "Murwillumbah Schools to Uki via Bray Park and Byangum",
        "short": "S306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S30-7-sj2-1",
        "label": "S307",
        "long": "Murwillumbah Schools to Uki via Bray Park",
        "short": "S307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S31-0-sj2-1",
        "label": "S310",
        "long": "Kyogle Schools to Geneva",
        "short": "S310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S31-1-sj2-1",
        "label": "S311",
        "long": "Risk Public to Homeleigh via Kyogle Public",
        "short": "S311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S34-0-sj2-1",
        "label": "S340",
        "long": "Seal Bus - Casino to Casino Schools via Fairy Hill",
        "short": "S340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S34-1-sj2-1",
        "label": "S341",
        "long": "Turtle Bus - Casino Schools to Casino via McKees Hill and Clovass",
        "short": "S341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S34-2-sj2-1",
        "label": "S342",
        "long": "Tropical Fish Bus - Casino Schools and Coraki Schools to Casino via Tatham",
        "short": "S342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S34-5-sj2-1",
        "label": "S344",
        "long": "Cheetah Bus - Coraki to St Joseph's Primary and West Bungawalbin via West Coraki",
        "short": "S344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S34-6-sj2-1",
        "label": "S346",
        "long": "Zebra Bus - Lismore Schools to Goonellabah",
        "short": "S346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S34-7-sj2-1",
        "label": "S347",
        "long": "Whale Bus - Lismore Schools to East Lismore via Coraki",
        "short": "S347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S34-8-sj2-1",
        "label": "S348",
        "long": "Rosella Bus - Lismore Schools to Lismore Military St via Goonellabah",
        "short": "S348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S34-9-sj2-1",
        "label": "S349",
        "long": "Kookaburra Bus - Kadina High to Lismore via Lismore Heights",
        "short": "S349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S34-B-sj2-1",
        "label": "S343",
        "long": "Seashell (Nautilus) Bus - Coraki Schools and Woodburn Public to Evans Head via East Coraki",
        "short": "S343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S35-0-sj2-1",
        "label": "S350",
        "long": "Fawn Bus - Mummulgum Public to Simpkins Creek via Mallanganee and Theresa Creek",
        "short": "S350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S35-1-sj2-1",
        "label": "S351",
        "long": "Billy Goat Bus - Casino Schools to Casino Dyraaba St via Shannon Brook",
        "short": "S351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S35-2-sj2-1",
        "label": "S352",
        "long": "Raccoon Bus - Casino Schools to Casino Dyraaba St via Leeville and Rappville",
        "short": "S352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S35-3-sj2-1",
        "label": "S353",
        "long": "Toucan Bus - Casino Schools to Whiporie via Rappville",
        "short": "S353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S35-4-sj2-1",
        "label": "S354",
        "long": "Kangaroo Bus - Goonellabah to East Lismore",
        "short": "S354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S35-5-sj2-1",
        "label": "S355",
        "long": "Butterfly Bus - Blue Hills Coll to East Lismore via Trinity Catholic Coll and Goonellabah",
        "short": "S355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S35-6-sj2-1",
        "label": "S356",
        "long": "Swan Bus - Southern Cross University to Lismore via East Lismore",
        "short": "S356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S35-7-sj2-1",
        "label": "S357",
        "long": "Turkey Bus - East Lismore to Lismore Schools via Lismore and Goonellabah",
        "short": "S357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S35-8-sj2-1",
        "label": "S358",
        "long": "Dragonfly Bus - Albert Park Public to Lismore via Lismore Schools and Goonellabah",
        "short": "S358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S35-9-sj2-1",
        "label": "S359",
        "long": "Monkey Bus - Blue Hills Coll to East Lismore via Alstonville Schools and Wollongbar",
        "short": "S359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S36-0-sj2-1",
        "label": "S360",
        "long": "Snail Bus - Wyrallah Road Public to East Lismore via Lismore Schools and Goonellabah",
        "short": "S360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S36-2-sj2-1",
        "label": "S362",
        "long": "Triceratops Bus - Casino West Public to Casino via Yorklea Ellangowan and Ellangowan Rd",
        "short": "S362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S36-3-sj2-1",
        "label": "S363",
        "long": "Duck Bus - Lismore High School to Lismore Schools and East Lismore Schools",
        "short": "S363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S36-4-sj2-1",
        "label": "S364",
        "long": "Brontesaurus Bus - Coraki Schools to Woodburn Schools and Evans Head via Gibberagee",
        "short": "S364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S36-5-sj2-1",
        "label": "S365",
        "long": "Rabbit Bus - St John's Coll to Lismore, Goonellabah Schools and East Lismore Schools",
        "short": "S365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S36-6-sj2-1",
        "label": "S366",
        "long": "Starfish Bus - East Lismore and Lismore Hts Schools to Goonellabah via Richmond Hill",
        "short": "S366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S36-7-sj2-1",
        "label": "S367",
        "long": "Marlin Bus - Lismore High to Lismore, N Lismore, South Lismore Schools and Lismore",
        "short": "S367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S36-8-sj2-1",
        "label": "S368",
        "long": "Platypus Bus - Summerland Christian Coll to Lismore, South Lismore Schools and Casino",
        "short": "S368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S36-9-sj2-1",
        "label": "S369",
        "long": "Seashell (Fan) Bus - Summerland Christian Coll to Bexhill, Eureka, Lismore Schools and E Lismore",
        "short": "S369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S36-D-sj2-1",
        "label": "S361",
        "long": "Stegosaurus Bus - Casino West Public to Casino via Casino Schools and Greenridge",
        "short": "S361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S37-0-sj2-1",
        "label": "S370",
        "long": "Polar Bear Bus - Southern Cross Uni to Lismore, Albert Park Schools and East Lismore",
        "short": "S370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S37-1-sj2-1",
        "label": "S371",
        "long": "Pygmy Possum Bus - Mullumbimby Schools to Southern Cross University via Federal and Bexhill",
        "short": "S371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S37-2-sj2-1",
        "label": "S372",
        "long": "Sparrow Bus - Cape Byron Rudolf Steiner to Byron Bay via Repentance Creek and Bangalow",
        "short": "S372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S37-3-sj2-1",
        "label": "S373",
        "long": "Llama Bus - South Lismore to Southern Cross University via East Lismore",
        "short": "S373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S37-4-sj2-1",
        "label": "S374",
        "long": "Mantis Ray Bus - Goonengerry Public to Southern Cross University via Federal and Bexhill",
        "short": "S374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S37-5-sj2-1",
        "label": "S375",
        "long": "Brown Bear Bus - Summerland Christian Coll to Southern Cross University via Blue Hills Coll",
        "short": "S375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S37-6-sj2-1",
        "label": "S376",
        "long": "Sheep Bus - Evans River Community to Evans Head via Woodburn St",
        "short": "S376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S37-7-sj2-1",
        "label": "S377",
        "long": "Fire Breathing Dragon Bus - Vistara Primary to Southern Cross University via North Lismore",
        "short": "S377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S37-8-sj2-1",
        "label": "S378",
        "long": "Skunk Bus - Summerland Christian Coll to Lismore via Blue Hills Coll and East Lismore",
        "short": "S378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S37-9-sj2-1",
        "label": "S379",
        "long": "Flamingo Bus - Lismore to St John's College via East Lismore",
        "short": "S379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S38-0-sj2-1",
        "label": "S380",
        "long": "TAFE Wollongbar to Casino via East Lismore",
        "short": "S380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S38-1-sj2-1",
        "label": "S381",
        "long": "TAFE Wollongbar to East Lismore via Pachamama Latin School",
        "short": "S381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S38-2-sj2-1",
        "label": "S382",
        "long": "Kyogle to Wollongbar TAFE College via Lismore",
        "short": "S382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S38-3-sj2-1",
        "label": "S383",
        "long": "Dolphin Bus - Southern Cross University to Gwynne Rd via Tuncester and East Lismore",
        "short": "S383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S38-4-sj2-1",
        "label": "S384",
        "long": "Ant Bus - St John's College to Nimbin via Blakebrook Public and East Lismore",
        "short": "S384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S38-5-sj2-1",
        "label": "S385",
        "long": "Honey Bee Bus - Southern Cross University to Jiggi Rd via Blakebrook Public",
        "short": "S385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S38-6-sj2-1",
        "label": "S386",
        "long": "Ibis Bus - Southern Cross University to Nimbin via Blakebrook Public",
        "short": "S386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S38-7-sj2-1",
        "label": "S387",
        "long": "Lizard Bus - NImbin Central School to Jiggi via Coffee Camp Public and Mountain Top",
        "short": "S387",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S38-8-sj2-1",
        "label": "S388",
        "long": "Lobster Bus - Coffee Camp Public to Mount Burrell via Nimbin Central School",
        "short": "S388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S38-9-sj2-1",
        "label": "S389",
        "long": "Meerkat Bus - Kyogle Schools to Geneva via Kilgra, Wiangaree and Loadstone",
        "short": "S389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S39-0-sj2-1",
        "label": "S390",
        "long": "Echidna Bus - Kyogle Schools to Nimbin Central School and Geneva via Cawongla",
        "short": "S390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S39-1-sj2-1",
        "label": "S391",
        "long": "Prawn Bus - Kyogle Schools to Warrazambil Creek and Geneva via Kilgra and Wiangaree",
        "short": "S391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S39-2-sj2-1",
        "label": "S392",
        "long": "Tassie Devil Bus - Kyogle Schools to Lillian Rock and Geneva via Cawongla",
        "short": "S392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S39-3-sj2-1",
        "label": "S393",
        "long": "Octopus Bus - Jiggi Public to Goolmangar, Davis Rd and Gwynne Rd Georgica",
        "short": "S393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S40-0-sj2-1",
        "label": "S400",
        "long": "Byron Bay to Byron Bay Schools via Butler St",
        "short": "S400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S40-1-sj2-1",
        "label": "S401",
        "long": "Holy Family Catholic Primary to Ballina via Lennox Head",
        "short": "S401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S40-2-sj2-1",
        "label": "S402",
        "long": "Southern Cross PS to Fernleigh,Xavier Catholic and Ballina Coast Schools",
        "short": "S402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S40-3-sj2-1",
        "label": "S403",
        "long": "North Ballina to Lennox Head via Xavier Catholic and Ballina Coast High",
        "short": "S403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S40-4-sj2-1",
        "label": "S404",
        "long": "Xavier Catholic College to Byron Bay via Lennox Head and Broken Head",
        "short": "S404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S40-5-sj2-1",
        "label": "S405",
        "long": "Ballina to Southern Cross Public via Bangalow",
        "short": "S405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S40-6-sj2-1",
        "label": "S406",
        "long": "Ballina Coast High to Southern Cross Public",
        "short": "S406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S40-7-sj2-1",
        "label": "S407",
        "long": "Ballina to S Cross, Skennars Hd, Lennox Hd, and Teven-Tintenbar Schools",
        "short": "S407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S40-8-sj2-1",
        "label": "S408",
        "long": "Ballina to Skennars Head Schools and Ballina Schools via Ross Lane",
        "short": "S408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S40-9-sj2-1",
        "label": "S409",
        "long": "Ballina to Bangalow, Newrybar, Fernleigh and Teven-Tintenbar Schools",
        "short": "S409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S41-0-sj2-1",
        "label": "S410",
        "long": "Ballina to Fernleigh, Ballina, Skennars Head and Lennox Head Schools",
        "short": "S410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S41-1-sj2-1",
        "label": "S411",
        "long": "Ballina Coast to Holy Family Catholic Primary and Xavier Catholic Coll",
        "short": "S411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S41-2-sj2-1",
        "label": "S412",
        "long": "Ballina to Southern Cross Public and Ballina Schools via Skennars Head",
        "short": "S412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S41-3-sj2-1",
        "label": "S413",
        "long": "Ballina to Xavier Catholic, Ballina Coast, Teven-Tintenbar Schools",
        "short": "S413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S41-4-sj2-1",
        "label": "S414",
        "long": "Ballina to Ballina Coast, Xavier and Holy Family Catholic Schools",
        "short": "S414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S41-5-sj2-1",
        "label": "S415",
        "long": "Ballina Schools, Skennars Head Schools and Lennox Head Public to Ballina",
        "short": "S415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S41-6-sj2-1",
        "label": "S416",
        "long": "Ballina Coast to Holy Family Catholic Primary and Xavier Catholic Coll",
        "short": "S416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S41-7-sj2-1",
        "label": "S417",
        "long": "North Ballina to Cape Byron Steiner School",
        "short": "S417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S41-8-sj2-1",
        "label": "S418",
        "long": "Byron Bay to Cape Byron Steiner School via Coopers Shoot and Coorabell",
        "short": "S418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S41-9-sj2-1",
        "label": "S419",
        "long": "Byron Bay to Bangalow via Federal",
        "short": "S419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S42-0-sj2-1",
        "label": "S420",
        "long": "Byron Bay to Byron Community via Newrybar and Suffolk Park",
        "short": "S420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S42-1-sj2-1",
        "label": "S421",
        "long": "Byron Bay to Mullumbimby, Ballina and Holy Family Catholic Primary",
        "short": "S421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S42-2-sj2-1",
        "label": "S422",
        "long": "Byron Bay to Xavier Catholic via Broken Head and Lennox Head",
        "short": "S422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S42-3-sj2-1",
        "label": "S423",
        "long": "Lennox Head to Byron Bay Schools via Broken Head and Suffolk Park",
        "short": "S423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S42-4-sj2-1",
        "label": "S424",
        "long": "Bangalow Public to Ewingsdale and Byron Bay Schools via Cape Byron",
        "short": "S424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S42-5-sj2-1",
        "label": "S425",
        "long": "Byron Bay to Byron Bay Schools via Ewingsdale and Mullumbimby",
        "short": "S425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S42-6-sj2-1",
        "label": "S426",
        "long": "Byron Bay to Byron Bay Schools via Skinners Shoot",
        "short": "S426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S42-7-sj2-1",
        "label": "S427",
        "long": "Ocean Shores to Billinudgel via Brunswick Heads and Ocean Shores Schools",
        "short": "S427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S42-8-sj2-1",
        "label": "S428",
        "long": "Billinudgel to Ocean Shores Public via Brunswick Heads and Mullumbimby",
        "short": "S428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S42-9-sj2-1",
        "label": "S429",
        "long": "Billinudgel to Emmanuel Anglican Coll and North Ballina via Pacific Mwy",
        "short": "S429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S43-0-sj2-1",
        "label": "S430",
        "long": "Billinudgel to Brunswick Heads via Ocean Shores",
        "short": "S430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S43-1-sj2-1",
        "label": "S431",
        "long": "Billinudgel to Cape Byron Steiner School via Brunswick Heads",
        "short": "S431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S43-2-sj2-1",
        "label": "S432",
        "long": "Mooball to Mullumbimby and Mullumbimby Creek Schools via Brunswick Heads",
        "short": "S432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S43-3-sj2-1",
        "label": "S433",
        "long": "Mullumbimby to Mullumbimby Schools via Pacific Motorway",
        "short": "S433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S43-4-sj2-1",
        "label": "S434",
        "long": "Ocean Shores to Mullumbimby Schools via Brunswick Heads",
        "short": "S434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S43-5-sj2-1",
        "label": "S435",
        "long": "Billinudgel to Mullumbimby High and Shearwater Steiner School",
        "short": "S435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S43-6-sj2-1",
        "label": "S436",
        "long": "Billinudgel to Ocean Shore Schools via The Pocket and New Brighton",
        "short": "S436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S43-7-sj2-1",
        "label": "S437",
        "long": "Billinudgel to Byron Bay Schools via Cape Byron Rudolf Steiner",
        "short": "S437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S43-8-sj2-1",
        "label": "S438",
        "long": "Richmond Christian College to Ballina via North Creek Rd",
        "short": "S438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S43-9-sj2-1",
        "label": "S439",
        "long": "Skennars Head Schools to Ballina",
        "short": "S439",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S44-0-sj2-1",
        "label": "S440",
        "long": "Holy Family Catholic Primary to Lennox Head and Skennars Head Schools",
        "short": "S440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S44-1-sj2-1",
        "label": "S441",
        "long": "Byron Bay Schools and Newrybar Public to Ballina via Broken Head",
        "short": "S441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S44-2-sj2-1",
        "label": "S442",
        "long": "Ballina to Newrybar, Teven-Tintenbar, and Fernleigh Schools and Ballina",
        "short": "S442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S44-3-sj2-1",
        "label": "S443",
        "long": "Xavier Catholic Coll to Ballina Coast High School via Byron Bay Rd",
        "short": "S443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S44-4-sj2-1",
        "label": "S444",
        "long": "Ballina to Skennars Head Schools and Ballina Schools via Lennox Head",
        "short": "S444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S44-5-sj2-1",
        "label": "S445",
        "long": "Southern Cross Public to Xavier Catholic Coll via Macadamia Castle",
        "short": "S445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S44-6-sj2-1",
        "label": "S446",
        "long": "Holy Family Catholic Primary to Xavier Catholic and Ballina Schools",
        "short": "S446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S44-7-sj2-1",
        "label": "S447",
        "long": "Ballina Schools to Ballina via Angels Beach Dr",
        "short": "S447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S44-8-sj2-1",
        "label": "S448",
        "long": "Byron Bay Schools to Byron Bay Commercial Ctr via Bangalow and Coorabell",
        "short": "S448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S44-9-sj2-1",
        "label": "S449",
        "long": "Byron Bay Schools to Byron Bay via Ewingsdale and Suffolk Park",
        "short": "S449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S45-0-sj2-1",
        "label": "S450",
        "long": "Byron Bay High to Binna Burra, Federal and Byron Bay via Suffolk Park",
        "short": "S450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S45-1-sj2-1",
        "label": "S451",
        "long": "Cape Byron Steiner to Byron Bay via Broken Head and Ballina",
        "short": "S451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S45-2-sj2-1",
        "label": "S452",
        "long": "Richmond Christian to Byron Bay via Skennars Head Schools and Mullumbimby",
        "short": "S452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S45-3-sj2-1",
        "label": "S453",
        "long": "Byron Bay Schools to Skinners Shoot and Byron Bay Commercial Centre",
        "short": "S453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S45-4-sj2-1",
        "label": "S454",
        "long": "Cape Byron Rudolf Steiner to Byron Bay Schools via Suffolk Park",
        "short": "S454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S45-5-sj2-1",
        "label": "S455",
        "long": "Byron Bay Schools to Byron Bay via Mullumbimby and Ewingsdale",
        "short": "S455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S45-6-sj2-1",
        "label": "S456",
        "long": "Southern Cross Public to Skennars Head Schools via Kinvara",
        "short": "S456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S45-7-sj2-1",
        "label": "S457",
        "long": "Brunswick Heads Public to Billinudgel via Ocean Shores",
        "short": "S457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S45-8-sj2-1",
        "label": "S458",
        "long": "Mullumbimby Schools to Billinudgel via Brunswick Heads and Orana Dr",
        "short": "S458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S45-9-sj2-1",
        "label": "S459",
        "long": "North Ballina to Billinudgel via Ocean Shores",
        "short": "S459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S46-0-sj2-1",
        "label": "S460",
        "long": "Billinudgel to Brunswick Heads Public and Mullumbimby High via Gulgan Rd",
        "short": "S460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S46-1-sj2-1",
        "label": "S461",
        "long": "Mullumbimby Primary to Billinudgel via Ewingsdale and Brunswick Heads",
        "short": "S461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S46-2-sj2-1",
        "label": "S462",
        "long": "Mullumbimby Creek and Mullumbimby Schools to Billinudgel",
        "short": "S462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S46-3-sj2-1",
        "label": "S463",
        "long": "Mullumbimby Schools to Billinudgel",
        "short": "S463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S46-4-sj2-1",
        "label": "S464",
        "long": "Mullumbimby Schools to Billinudgel via Ocean Shores",
        "short": "S464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S46-5-sj2-1",
        "label": "S465",
        "long": "Mullumbimby to Mullumbimby High via Jubilee Ave",
        "short": "S465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S46-6-sj2-1",
        "label": "S466",
        "long": "Mullumbimby Schools to Billinudgel via Brunswick Heads",
        "short": "S466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S46-7-sj2-1",
        "label": "S467",
        "long": "The Pocket Primary to Billinudgel via South Golden Beach",
        "short": "S467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S46-8-sj2-1",
        "label": "S468",
        "long": "Crabbes Creek Public to Brunswick Heads and Byron Bay Schools",
        "short": "S468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S46-9-sj2-1",
        "label": "S469",
        "long": "Byron Bay Public to North Ballina via Lennox Head",
        "short": "S469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S47-0-sj2-1",
        "label": "S470",
        "long": "Billinudgel to Mullumbimby PS via Bangalow PS and St Johns Primary",
        "short": "S470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S47-1-sj2-1",
        "label": "S471",
        "long": "Billinudgel to Main Arms Public via Mullumbimby Schools",
        "short": "S471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S47-2-sj2-1",
        "label": "S472",
        "long": "St Johns Primary to Murvillumbah Schools via Crabees Creek Public",
        "short": "S472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S47-3-sj2-1",
        "label": "S473",
        "long": "Brunswick Heads to Murwillumbah via Tweed Valley Way",
        "short": "S473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S47-4-sj2-1",
        "label": "S474",
        "long": "Billinudgel to Murwillumbah Schools via Crabbes Creek Public",
        "short": "S474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S47-5-sj2-1",
        "label": "S475",
        "long": "St John Primary to Billinudgel via Pacific Mwy",
        "short": "S475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S47-6-sj2-1",
        "label": "S476",
        "long": "Main Arms Public to Billinudgel via Mullumbimby Schools",
        "short": "S476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S47-7-sj2-1",
        "label": "S477",
        "long": "Murwillumbah to Mullumbimby via Brunswick Heads",
        "short": "S477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S47-8-sj2-1",
        "label": "S478",
        "long": "St Josephs Primary to Billinudgel via Murwillumbah Shcools",
        "short": "S478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S47-9-sj2-1",
        "label": "S479",
        "long": "Murwillumbah Schools to Billinudgel via Crabbes Creek",
        "short": "S479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S48-0-sj2-1",
        "label": "S480",
        "long": "Byron Bay Schools to Coopers Shoot and Bangalow Public",
        "short": "S480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S50-0-sj2-1",
        "label": "S500",
        "long": "Camel Bus - East Ballina Schools to Ballina Schools via Black Head",
        "short": "S500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S50-1-sj2-1",
        "label": "S501",
        "long": "Penguin Bus - East Ballina, Ballina and West Ballina Schools to Evans Head via Wardell",
        "short": "S501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S50-2-sj2-1",
        "label": "S502",
        "long": "Parrot Bus - Evans Head, Woodburn Public and Broadwater Public to Evans Head",
        "short": "S502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S50-3-sj2-1",
        "label": "S503",
        "long": "Tyrannasaurs Rex Bus - Evans Head Schools, Broadwater Public and Woodburn Public to Evans Head",
        "short": "S503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S50-5-sj2-1",
        "label": "S505",
        "long": "Magpie Bus - Wardell Schools, Cabbage Tree Island PS and Broadwater PS to Pimlico",
        "short": "S505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S50-6-sj2-1",
        "label": "S506",
        "long": "Tiger Bus - Southern Cross Public, Empire Vale Public and Wardell Schools to Ballina",
        "short": "S506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S50-7-sj2-1",
        "label": "S507",
        "long": "Cat Bus - Goonellabah to East Ballina via Lismore and Lennox Head",
        "short": "S507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S50-8-sj2-1",
        "label": "S508",
        "long": "Rhino Bus - West Ballina to Ballina via Alstonville and Lynwood",
        "short": "S508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S50-9-sj2-1",
        "label": "S509",
        "long": "Frog Bus - Emmanuel Anglican to Ballina Sheather St via Teven and Alstonville",
        "short": "S509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S50-A-sj2-1",
        "label": "S504",
        "long": "Killer Whale Bus - Woodburn Public to Evans Head via East Coraki and Broadwater",
        "short": "S504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S51-0-sj2-1",
        "label": "S510",
        "long": "Panda Bus - Southern Cross Public to Ballina Schools via Wardell and Sourth Ballina",
        "short": "S510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S51-1-sj2-1",
        "label": "S511",
        "long": "Horse Bus - Ballina Schools to Sheather St via East Ballina",
        "short": "S511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S51-2-sj2-1",
        "label": "S512",
        "long": "Owl Bus - Southern Cross Public and Ballina Schools to Ballina via West Ballina",
        "short": "S512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S51-3-sj2-1",
        "label": "S513",
        "long": "Lady Beetle Bus - Richmond Christian College to Ballina Tamar St",
        "short": "S513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S51-4-sj2-1",
        "label": "S514",
        "long": "Koala Bus - St John's College to Ballina via Lismore",
        "short": "S514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S51-5-sj2-1",
        "label": "S515",
        "long": "Elk Bus - Emmanuel Anglican to Ballina via Alstonville, Wollongbar and Lennox Head",
        "short": "S515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S51-6-sj2-1",
        "label": "S516",
        "long": "Goldfish Bus - Emmanuel Anglican to Ballina via Wollongbar",
        "short": "S516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S51-7-sj2-1",
        "label": "S517",
        "long": "Beetle Bus - Ballina Schools to Sheather St via Fergrove Estate",
        "short": "S517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S51-8-sj2-1",
        "label": "S518",
        "long": "Wolf Bus - Ballina Coast High to Sheather St via Wardell",
        "short": "S518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S51-9-sj2-1",
        "label": "S519",
        "long": "Dog Bus - Lismore Heights Primary to Alstonville via Coolgardie",
        "short": "S519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S52-0-sj2-1",
        "label": "S520",
        "long": "Cow Bus - St John's to Byron Bay via Lismore Rd",
        "short": "S520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S52-1-sj2-1",
        "label": "S521",
        "long": "Pig Bus - Wollongbar Public to Tuckombil via Alstonville",
        "short": "S521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S52-2-sj2-1",
        "label": "S522",
        "long": "Basset Hound Bus - Wollongbar Public to Teven via Alstonvale",
        "short": "S522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S52-3-sj2-1",
        "label": "S523",
        "long": "Mouse Bus - Summerland Christian to Alstonville via Alstonvale",
        "short": "S523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S52-4-sj2-1",
        "label": "S524",
        "long": "Snake Bus - St John's Coll Woodlawn to Alstonville via McLeans Ridges and Wollongbar",
        "short": "S524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S52-5-sj2-1",
        "label": "S525",
        "long": "Ostrich Bus - Teven-Tintenbar Public to Alstonville via McLeans Ridges and Alstonvale",
        "short": "S525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S52-6-sj2-1",
        "label": "S526",
        "long": "Peacock Bus - Alstonville Schools to Wollongbar via Goonellabah and Lindendale",
        "short": "S526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S52-8-sj2-1",
        "label": "S528",
        "long": "Lion Bus - Trinity College to Lismore Transit Centre",
        "short": "S528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S52-9-sj2-1",
        "label": "S529",
        "long": "Squirrel Bus - Lismore HS to Interchange",
        "short": "S529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S52-A-sj2-1",
        "label": "S527",
        "long": "Fox Bus - St John's to Alstonvale via Tuckombil",
        "short": "S527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S53-0-sj2-1",
        "label": "S530",
        "long": "Hippo Bus - Ballina to Southern Cross Public via East Ballina",
        "short": "S530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S53-1-sj2-1",
        "label": "S531",
        "long": "Pelican Bus - Wollongbar Public to Alstonville Schools via Lismore Rd",
        "short": "S531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S53-2-sj2-1",
        "label": "S532",
        "long": "Wollongbar TAFE College to Alstonville and Ballina",
        "short": "S532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S54-1-sj2-1",
        "label": "S541",
        "long": "Coorabell Public to Mullumbimby via Federal",
        "short": "S541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S54-2-sj2-1",
        "label": "S542",
        "long": "Coorabell Public to Myocum via Bangalow and Ewingsdale",
        "short": "S542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S55-0-sj2-1",
        "label": "S550",
        "long": "Tyalgum Public to Tyalgum Creek via Eungella and Limpinwood",
        "short": "S550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S55-1-sj2-1",
        "label": "S551",
        "long": "Tyalgum Public to Pumpenbil via Brays Creek Rd",
        "short": "S551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S55-2-sj2-1",
        "label": "S552",
        "long": "Crystal Creek to Hopkins Creek via Upper Crystal and Chillingham",
        "short": "S552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S55-3-sj2-1",
        "label": "S553",
        "long": "Chillingham to Limpinwood via Crystal Creek",
        "short": "S553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S55-4-sj2-1",
        "label": "S554",
        "long": "Murwillumbah to Eungella",
        "short": "S554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S55-5-sj2-1",
        "label": "S555",
        "long": "Crsytal Creek to Numinbah via Murwillumbah Schools",
        "short": "S555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S55-6-sj2-1",
        "label": "S556",
        "long": "Murwillumbah Schools to Pumpenbil via Chillingham, Limpinwood and Tyalgum",
        "short": "S556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S55-7-sj2-1",
        "label": "S557",
        "long": "Murwillumbah Schools to Upper Crystal Creek via Crystal Creek",
        "short": "S557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S55-8-sj2-1",
        "label": "S558",
        "long": "Murwillumbah Schools to Brays Creek via Tyalgum",
        "short": "S558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S56-1-sj2-1",
        "label": "S561",
        "long": "Cape Byron Steiner School to Bangalow via Coorabell and Possum Creek",
        "short": "S561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S56-2-sj2-1",
        "label": "S562",
        "long": "Lismore Schools to Bangalow via Mcleans Ridges, Booyong and Nashua",
        "short": "S562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S56-3-sj2-1",
        "label": "S563",
        "long": "Lismore Schools to Bangalow via Boat Harbour and Fernleigh",
        "short": "S563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S56-4-sj2-1",
        "label": "S564",
        "long": "Blue Hills College to Teven via Kadina, Richmond Hill and Alstonvale",
        "short": "S564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S56-5-sj2-1",
        "label": "S565",
        "long": "Clunes Public to Nashua via Clunes",
        "short": "S565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S56-6-sj2-1",
        "label": "S566",
        "long": "Clunes Public to Mackie Rd via Bexhill, Eltham and Corndale",
        "short": "S566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S56-7-sj2-1",
        "label": "S567",
        "long": "Bangalow Public to Coolamon Scenic Dr via Lismore Rd and Federal",
        "short": "S567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S56-8-sj2-1",
        "label": "S568",
        "long": "Eltham Public to Clunes via Pearces Creek and Boat Harbour",
        "short": "S568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S57-1-sj2-1",
        "label": "S571",
        "long": "Kyogle Schools to Geneva",
        "short": "S571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S57-3-sj2-1",
        "label": "S573",
        "long": "Byron Bay Schools to Coorabell via Bangalow",
        "short": "S573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S60-0-sj2-1",
        "label": "S600",
        "long": "Alstonville and Rous Schools to Marom Creek Rd via Rouse Mill",
        "short": "S600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S60-1-sj2-1",
        "label": "S601",
        "long": "Alstonville Schools to Coolgardie via Meerschaum Vale and Wardell",
        "short": "S601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S60-2-sj2-1",
        "label": "S602",
        "long": "Alstonville Schools to Dungarubba via Rous Public and Bagotville",
        "short": "S602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S60-3-sj2-1",
        "label": "S603",
        "long": "Alstonville High to Wardell",
        "short": "S603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S61-0-sj2-1",
        "label": "S610",
        "long": "Alstonville High to Newrybar via Eltham and Clunes",
        "short": "S610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S61-1-sj2-1",
        "label": "S611",
        "long": "Alstonville Schools to Pearces Creek via Wollongbar and Mcleans Ridges",
        "short": "S611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S61-2-sj2-1",
        "label": "S612",
        "long": "Rous Public to Alstonville Schools and Alstonville Town via Wardell Rd",
        "short": "S612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S61-3-sj2-1",
        "label": "S613",
        "long": "Alstonville Schools to Wyralla via Rous Public, Dalwood and Tregeagle",
        "short": "S613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S65-0-sj2-1",
        "label": "S650",
        "long": "Casino Schools to Mallanganee",
        "short": "S650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S65-1-sj2-1",
        "label": "S651",
        "long": "Casino Schools to Mallanganee via Casino Hospital",
        "short": "S651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S65-2-sj2-1",
        "label": "S652",
        "long": "Farley St to Casino Schools via Casino Hospital",
        "short": "S652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S65-3-sj2-1",
        "label": "S653",
        "long": "Casimo Public to Casino High via Casino Hospital",
        "short": "S653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S65-4-sj2-1",
        "label": "S654",
        "long": "To be confirmed",
        "short": "S654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S65-5-sj2-1",
        "label": "S655",
        "long": "Casino Schools to Mummulgum via Bruxner Hwy",
        "short": "S655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S65-6-sj2-1",
        "label": "S656",
        "long": "Dyraaba St to Casino Hospital and Crawford Square",
        "short": "S656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S65-7-sj2-1",
        "label": "S657",
        "long": "Casino Schools to Casino Town",
        "short": "S657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S65-8-sj2-1",
        "label": "S658",
        "long": "Casino Schools to Casino Town Centre",
        "short": "S658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S65-9-sj2-1",
        "label": "S659",
        "long": "Casino Town to Casino Centre St",
        "short": "S659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S66-0-sj2-1",
        "label": "S660",
        "long": "Casino Schools to Casino Town",
        "short": "S660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S66-1-sj2-1",
        "label": "S661",
        "long": "Casino Schools to Casino via Naughtons Gap and Spring Grove",
        "short": "S661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S66-2-sj2-1",
        "label": "S662",
        "long": "Casino Schools to Backmede via Casino Hospital",
        "short": "S662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S66-3-sj2-1",
        "label": "S663",
        "long": "Casino Schools to Bentley via North Casino",
        "short": "S663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S66-4-sj2-1",
        "label": "S664",
        "long": "Manifold Public to Casino via North Casino",
        "short": "S664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S67-0-sj2-1",
        "label": "S670",
        "long": "Milton Schools to Manyana",
        "short": "S670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S67-1-sj2-1",
        "label": "S671",
        "long": "Ulladulla HS to Morton via Milton",
        "short": "S671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S67-2-sj2-1",
        "label": "S672",
        "long": "Ulladulla to Lake Conjola via Milton and Conjola Park",
        "short": "S672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S67-3-sj2-1",
        "label": "S673",
        "long": "Ulladulla HS to Manyana via Milton Schools",
        "short": "S673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S67-4-sj2-1",
        "label": "S674",
        "long": "Ulladulla Schools to Little Forest via Milton Schools",
        "short": "S674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S67-5-sj2-1",
        "label": "S675",
        "long": "Ulladulla to Fishermans Paradise via Milton Schools",
        "short": "S675",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S67-6-sj2-1",
        "label": "S676",
        "long": "Ulladulla to Woodburn via Milton Schools",
        "short": "S676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S67-7-sj2-1",
        "label": "S677",
        "long": "Milton Public School to Milton",
        "short": "S677",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S67-8-sj2-1",
        "label": "S678",
        "long": "Ulladulla HS to Fishermans Paradise via Milton",
        "short": "S678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S67-9-sj2-1",
        "label": "S679",
        "long": "Ulladulla HS to Lake Conjola via Milton and Conjola Park",
        "short": "S679",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S72-0-sj2-1",
        "label": "S720",
        "long": "Murwillumbah Schools to Pottsville via Burringbar",
        "short": "S720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S72-1-sj2-1",
        "label": "S721",
        "long": "Murwillumbah Schools to Upper Burringbar via Burringbar",
        "short": "S721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S72-2-sj2-1",
        "label": "S722",
        "long": "Stokers Siding Primary to Murwillumbah via Dunbible",
        "short": "S722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S72-3-sj2-1",
        "label": "S723",
        "long": "Murwillumbah Schools to Mooball via Tweed valley",
        "short": "S723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S72-4-sj2-1",
        "label": "S724",
        "long": "Murwillumbah Schools to Stokers Siding via Dunbible",
        "short": "S724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S72-5-sj2-1",
        "label": "S725",
        "long": "Murwillumbah Schools to Bogangar via Dungay Public",
        "short": "S725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S72-6-sj2-1",
        "label": "S726",
        "long": "Murwillumbah Schools to Nunderi and Clothiers Creek via Condong",
        "short": "S726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S72-7-sj2-1",
        "label": "S727",
        "long": "Pottsville Schools to Murwillumbah via Burringbar",
        "short": "S727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S72-8-sj2-1",
        "label": "S728",
        "long": "Murwillumbah Schools to Pottsville via Burringbar and Sleepy Hollow",
        "short": "S728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S72-9-sj2-1",
        "label": "S729",
        "long": "Murwillumbah Schools to Pottsville via Burringbar and Mooball",
        "short": "S729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S73-0-sj2-1",
        "label": "S730",
        "long": "Murwillumbah Schools to Duranbah via Condong and Nunderi",
        "short": "S730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S85-9-sj2-1",
        "label": "S859",
        "long": "Casino Schools to Lakeside Dr Casino via Bruxner Hwy",
        "short": "S859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S89-1-sj2-1",
        "label": "S891",
        "long": "Lismore Schools to Kyogle and Geneva",
        "short": "S891",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S89-2-sj2-1",
        "label": "S892",
        "long": "Chilcotts Grass and Lismore to Tregeagle Public",
        "short": "S892",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S89-3-sj2-1",
        "label": "S893",
        "long": "Lismore to Alstonville via Tregeagle Rd",
        "short": "S893",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S89-4-sj2-1",
        "label": "S894",
        "long": "Lismore Schools to Wardell via Rous Rd",
        "short": "S894",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S89-5-sj2-1",
        "label": "S895",
        "long": "Lismore Schools to Kyogle via Bentley",
        "short": "S895",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S89-6-sj2-1",
        "label": "S896",
        "long": "Lismore Schools to Hillyards Rd via Bentley",
        "short": "S896",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S89-7-sj2-1",
        "label": "S897",
        "long": "Lismore Schools to Dunoon and Dorroughby",
        "short": "S897",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S89-8-sj2-1",
        "label": "S898",
        "long": "Lismore Schools to Dunoon and Modanville via Borton Rd Tullera",
        "short": "S898",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S89-9-sj2-1",
        "label": "S899",
        "long": "Stanthorpe Schools to Liston via Okeefe Rd",
        "short": "S899",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S90-0-sj2-1",
        "label": "S900",
        "long": "Tenterfield Schools to Wallangarra and Jennings",
        "short": "S900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S91-6-sj2-1",
        "label": "S916",
        "long": "Lismore Schools and Blakebrook Primary to Koonorigan via Goolmangar",
        "short": "S916",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S91-7-sj2-1",
        "label": "S917",
        "long": "Kyogle Schools to Horseshoe Creek",
        "short": "S917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S91-8-sj2-1",
        "label": "S918",
        "long": "Kyogle Schools to Eden Creek and Afterlee",
        "short": "S918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S91-9-sj2-1",
        "label": "S919",
        "long": "Kyogle Schools to Highfield",
        "short": "S919",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S92-4-sj2-1",
        "label": "S924",
        "long": "Wiangaree Public and The Risk Public to Roseberry Creek Via Rukenvale",
        "short": "S924",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S92-5-sj2-1",
        "label": "S925",
        "long": "Casino Schools to Doubtful Creek via Dobies Bight",
        "short": "S925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S92-6-sj2-1",
        "label": "S926",
        "long": "Leeville Public and Casino Schools to Babyl Creek Rd via Stratheden",
        "short": "S926",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S93-0-sj2-1",
        "label": "S930",
        "long": "Drake Village and Tabulam Schools to Drake Village",
        "short": "S930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S93-1-sj2-1",
        "label": "S931",
        "long": "Tabulam Public to Drake via Jubullum Village and Pretty Gully",
        "short": "S931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S95-6-sj2-1",
        "label": "S956",
        "long": "Maclean Schools to Woodford Island via South Arm Rd",
        "short": "S956",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S95-7-sj2-1",
        "label": "S957",
        "long": "Maclean Schools to Tullymorgan via Harwood Island and Ashby Island",
        "short": "S957",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S95-8-sj2-1",
        "label": "S958",
        "long": "Maclean Schools to Cowper Public and Woodford Island via Lawrence Rd",
        "short": "S958",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S95-9-sj2-1",
        "label": "S959",
        "long": "Chatsworth Island to Tullymorgan via Harwood Island and Ashby Island",
        "short": "S959",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S96-4-sj2-1",
        "label": "S964",
        "long": "Lismore to Repentance Creek via St Johns College",
        "short": "S964",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S96-5-sj2-1",
        "label": "S965",
        "long": "Upper Coopers Creek Public School to Repentance Creek",
        "short": "S965",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S96-6-sj2-1",
        "label": "S966",
        "long": "Lismore to Repentance Creek via Bexhill",
        "short": "S966",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S96-7-sj2-1",
        "label": "S967",
        "long": "Eureka Public and Clunes Public to Eureka Rd via Federal",
        "short": "S967",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S96-8-sj2-1",
        "label": "S968",
        "long": "Dunoon Public and Whian Whian Public to Dorroughby via Corndale",
        "short": "S968",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S96-9-sj2-1",
        "label": "S969",
        "long": "Mullumbimby Schools to Ewingsdale via Myocum",
        "short": "S969",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S97-6-sj2-1",
        "label": "S976",
        "long": "Lismore and Larnook Public to Cawongla and South Lismore",
        "short": "S976",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S97-7-sj2-1",
        "label": "S977",
        "long": "Lismore Schools and Caniaba Public to Casino",
        "short": "S977",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S97-8-sj2-1",
        "label": "S978",
        "long": "Lismore Schools and Blakebrook Public to Larnook via Rock Valley",
        "short": "S978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S97-9-sj2-1",
        "label": "S979",
        "long": "East Lismore Schools to Cawongla",
        "short": "S979",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S98-0-sj2-1",
        "label": "S980",
        "long": "Caniaba Public and Lismore Schools to Casino and Caniaba via Spring Grove",
        "short": "S980",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S98-1-sj2-1",
        "label": "S981",
        "long": "Caniaba Public and St John's College to Lismore via Perradenya Estate",
        "short": "S981",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S98-2-sj2-1",
        "label": "S982",
        "long": "Goonellabah and Lismore Schools to South Lismore via Caniaba",
        "short": "S982",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S98-3-sj2-1",
        "label": "S983",
        "long": "Bonalbo Central and Tabulam Public to Ewingar via Ewingar Rd",
        "short": "S983",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S98-4-sj2-1",
        "label": "S984",
        "long": "Bonalbo Central and Tabulam Public to Tabulam via Lower Bottle Creek",
        "short": "S984",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S98-6-sj2-1",
        "label": "S986",
        "long": "Byron Bay High, Byron Steiner, and Bangalow and Newrybar Public to Fernleigh",
        "short": "S986",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S99-1-sj2-1",
        "label": "S991",
        "long": "Mullumbimby Schools and St Johns to Huonbrook",
        "short": "S991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S99-2-sj2-1",
        "label": "S992",
        "long": "Mullumbimby Schools and Hinterland Christian to Mullumbimby Creek",
        "short": "S992",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S99-3-sj2-1",
        "label": "S993",
        "long": "Mullumbimby Schools to Main Arm via Palmwoods Intersection",
        "short": "S993",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S99-4-sj2-1",
        "label": "S994",
        "long": "Mullumbimby Schools to Upper Main Arm via Kohinhur Hall",
        "short": "S994",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S99-5-sj2-1",
        "label": "S995",
        "long": "Mullumbimby Schools to West Mullumbimby via Durrumbul",
        "short": "S995",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S99-6-sj2-1",
        "label": "S996",
        "long": "Mullumbimby Schools to Wilsons Ck, Wilsons Creek Public and Mullumbimby",
        "short": "S996",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S99-7-sj2-1",
        "label": "S997",
        "long": "St Johns, Hinterland Christian and Upper Main Arm Sch to Upper Main Arm",
        "short": "S997",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72-S99-8-sj2-1",
        "label": "S998",
        "long": "Wilsons Creek Public to Huonbrook via Malcolms Corner",
        "short": "S998",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-10X-sj2-1",
        "label": "10X",
        "long": "Newcastle Interchange to Charlestown (Express Service)",
        "short": "10X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-11-sj2-1",
        "label": "11",
        "long": "Newcastle to Charlestown via Jesmond",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-12-sj2-1",
        "label": "12",
        "long": "Merewether Beach to Maryland via Wallsend and Newcastle Interchange",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-13-sj2-1",
        "label": "13",
        "long": "Newcastle to Glendale via John Hunter Hospital and Cardiff",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-14-sj2-1",
        "label": "14",
        "long": "Newcastle to Swansea Heads via Kotara, Charlestown and Belmont",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-21-sj2-1",
        "label": "21",
        "long": "Newcastle to Broadmeadow via Merewether",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-22-sj2-1",
        "label": "22",
        "long": "Newcastle West to Charlestown via Merewether",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-23-sj2-1",
        "label": "23",
        "long": "Newcastle East to Wallsend via Newcastle Interchange and Lambton",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-24-sj2-1",
        "label": "24",
        "long": "Marketown to Wallsend via Mayfield",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-25-sj2-1",
        "label": "25",
        "long": "Broadmeadow to Charlestown via Kotara",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-26-sj2-1",
        "label": "26",
        "long": "Newcastle West to Wallsend via Newcastle Interchange and Kotara",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-27-sj2-1",
        "label": "27",
        "long": "Broadmeadow to Wallsend via Newcastle University",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-28-sj2-1",
        "label": "28",
        "long": "Newcastle West to Mount Hutton via Newcastle Interchange and Broadmeadow",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-29-sj2-1",
        "label": "29",
        "long": "Glendale to Swansea North via Cardiff and Belmont",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-41-sj2-1",
        "label": "41",
        "long": "Charlestown to Belmont via Mount Hutton and Croudace Bay",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-42-sj2-1",
        "label": "42",
        "long": "John Hunter Hospital to Wallsend",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-43-sj2-1",
        "label": "43",
        "long": "Charlestown to Belmont via Mount Hutton and Floraville",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-44-sj2-1",
        "label": "44",
        "long": "Kotara to Warners Bay via Macquarie Hills, Cardiff and Glendale",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-46-sj2-1",
        "label": "46",
        "long": "Wallsend to Glendale",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-47-sj2-1",
        "label": "47",
        "long": "Marketown to Jesmond via Warabrook",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-48-sj2-1",
        "label": "48",
        "long": "Warners Bay to Belmont via Redhead and Charlestown",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-500-sj2-1",
        "label": "500",
        "long": "Belmont High School to Belmont Depot Yard",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-501-sj2-1",
        "label": "501",
        "long": "Belmont High School to Pacific and Dalrymple",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-502-sj2-1",
        "label": "502",
        "long": "Belmont High School to Pacific Hwy and Ntaba Rd, Jewells",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-504-sj2-1",
        "label": "504",
        "long": "Jewells Primary School to Belmont Depot",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-507-sj2-1",
        "label": "507",
        "long": "St. Francis Xavier, Belmont to South St and Pacific Hwy",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-508-sj2-1",
        "label": "508",
        "long": "Belmont Christian College to Highfields",
        "short": "508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-522-sj2-1",
        "label": "522",
        "long": "Newcastle West to Belmont via Broadmeadow, Kahibah and Charlestown",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-526-sj2-1",
        "label": "526",
        "long": "Jesmond to Broadmeadow via Waratah and Georgetown",
        "short": "526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-549-sj2-1",
        "label": "549",
        "long": "City West, Stewart Ave to Swansea North",
        "short": "549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-550-sj2-1",
        "label": "550",
        "long": "Newcastle West to Swansea Heads via Adamstown and Newcastle Interchange",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-551-sj2-1",
        "label": "551",
        "long": "Broadmeadow to Belmont North via Adamstown and Jewels",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-55N-sj2-1",
        "label": "55N",
        "long": "Newcastle to Stockton",
        "short": "55N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-563-sj2-1",
        "label": "563",
        "long": "Broadmeadow to Warners Bay via Glendale and Speers Point",
        "short": "563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-570-sj2-1",
        "label": "570",
        "long": "Swansea Heads to Newcastle West via Adamstown and Newcastle Interchange",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-700-sj2-1",
        "label": "700",
        "long": "Mayfield East Public School to Warabrook",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-701-sj2-1",
        "label": "701",
        "long": "Adamstown Public School to Highfield Rds, Highfields",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-702-sj2-1",
        "label": "702",
        "long": "Our Lady Of Victories Primary School to Birmingham Gardens",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-704-sj2-1",
        "label": "704",
        "long": "Broadmeadow Nineways to Hillsborough Rd and Waratah Ave",
        "short": "704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-705-sj2-1",
        "label": "705",
        "long": "Lambton High School to Mounter St and Ingall St",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-706-sj2-1",
        "label": "706",
        "long": "Merewether High School, Chatham Rd to Warabrook",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-707-sj2-1",
        "label": "707",
        "long": "St. Josephs Primary, Charlestown to Dudley",
        "short": "707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-708-sj2-1",
        "label": "708",
        "long": "Charlestown East Public School to Belmont Depot",
        "short": "708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-710-sj2-1",
        "label": "710",
        "long": "Callaghan College to Islington",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-711-sj2-1",
        "label": "711",
        "long": "Belair Public School to Highfield Rds, Highfields",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-712-sj2-1",
        "label": "712",
        "long": "St. Josephs Primary, The Junction to Herbert and Macquarie Sts, Glebe",
        "short": "712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-714-sj2-1",
        "label": "714",
        "long": "Merewether High School, Chatham Rd to Alice St Merewether",
        "short": "714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-715-sj2-1",
        "label": "715",
        "long": "Darby and Laman St, to Merewether High School, Chatham Rd",
        "short": "715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-718-sj2-1",
        "label": "718",
        "long": "Hunter  School  Of  Performing  Arts to Cowper and Fitzroy Sts, Carrington",
        "short": "718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-719-sj2-1",
        "label": "719",
        "long": "Newcastle High School to Newcastle Stn City Terminus",
        "short": "719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-720-sj2-1",
        "label": "720",
        "long": "Whitebridge High School to Belmont Depot Yard",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-721-sj2-1",
        "label": "721",
        "long": "St. Marys High, Gateshead to Belmont Depot Yard",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-723-sj2-1",
        "label": "723",
        "long": "St.Pauls Primary, Gateshead to Redhead Bluff",
        "short": "723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-724-sj2-1",
        "label": "724",
        "long": "Whitebridge High School to Warners Bay Rd and E.K. Av",
        "short": "724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-725-sj2-1",
        "label": "725",
        "long": "Whitebridge High School to Gari St and Warners Bay Rd",
        "short": "725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-726-sj2-1",
        "label": "726",
        "long": "St. Francis Xavier, Belmont to Hunter Sports High School",
        "short": "726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-727-sj2-1",
        "label": "727",
        "long": "St. Marys High, Gateshead to Speers Point",
        "short": "727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-728-sj2-1",
        "label": "728",
        "long": "Whitebridge High School to Redhead Bluff",
        "short": "728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-729-sj2-1",
        "label": "729",
        "long": "Trinity Catholic College to Jesmond",
        "short": "729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-730-sj2-1",
        "label": "730",
        "long": "Kotara High School to Jesmond",
        "short": "730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-731-sj2-1",
        "label": "731",
        "long": "St. Phillips College, Waratah to Merewether Heights Bershire Ave",
        "short": "731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-732-sj2-1",
        "label": "732",
        "long": "St. Phillips College, Waratah to Newcastle Station",
        "short": "732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-733-sj2-1",
        "label": "733",
        "long": "Callaghan College, Waratah Campus to Kotara High School",
        "short": "733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-734-sj2-1",
        "label": "734",
        "long": "Merewether High School, Pokolbin St to Lakelands",
        "short": "734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-735-sj2-1",
        "label": "735",
        "long": "Hunter Christian School to Darby and Laman St,",
        "short": "735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-736-sj2-1",
        "label": "736",
        "long": "St. Kevins Primary School to Cardiff, Munibung and Macquarie",
        "short": "736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-737-sj2-1",
        "label": "737",
        "long": "St Phillips College to Broadmeadow Station",
        "short": "737",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-739-sj2-1",
        "label": "739",
        "long": "Callaghan College, Jesmond Campus to Warabrook",
        "short": "739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-741-sj2-1",
        "label": "741",
        "long": "Hunter Sports High School to Ada St, Mount Hutton",
        "short": "741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-743-sj2-1",
        "label": "743",
        "long": "Hunter School Of Performing Arts to The Junction",
        "short": "743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-744-sj2-1",
        "label": "744",
        "long": "Gateshead Public School to Windale Shops",
        "short": "744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-747-sj2-1",
        "label": "747",
        "long": "Swansea High School to Soldiers Rd and Karog St",
        "short": "747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-748-sj2-1",
        "label": "748",
        "long": "Caves Beach Public School to Swansea High School",
        "short": "748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-749-sj2-1",
        "label": "749",
        "long": "Swansea High School to Belmont South",
        "short": "749",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-751-sj2-1",
        "label": "751",
        "long": "St. Josephs Primary, Charlestown to Warners Bay Rd and E.K. Av",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-753-sj2-1",
        "label": "753",
        "long": "Waratah Public School to Warabrook",
        "short": "753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-755-sj2-1",
        "label": "755",
        "long": "Hunter Christian School to Waratah West",
        "short": "755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-756-sj2-1",
        "label": "756",
        "long": "Warners Bay Rd and E.K. Av to Whitebridge High School",
        "short": "756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-757-sj2-1",
        "label": "757",
        "long": "Hunter Sports High School to Charlestown Hilltop Plaza",
        "short": "757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-758-sj2-1",
        "label": "758",
        "long": "Hillsborough Rd and Waratah Ave to Warners Bay High School",
        "short": "758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-759-sj2-1",
        "label": "759",
        "long": "Hunter Sports High to Charlestown",
        "short": "759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-760-sj2-1",
        "label": "760",
        "long": "St Therese Primary, New Lambton to Cardiff Rd and Croudace Rd",
        "short": "760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-761-sj2-1",
        "label": "761",
        "long": "Lambton High School to Grinsell St near Carnley Av",
        "short": "761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-763-sj2-1",
        "label": "763",
        "long": "Charlestown, Frederick St to Glendale Technology High School",
        "short": "763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-765-sj2-1",
        "label": "765",
        "long": "Lambton High School to Grandview and Lookout Rds",
        "short": "765",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-767-sj2-1",
        "label": "767",
        "long": "St. Marys High, Gateshead to Blacksmiths",
        "short": "767",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-768-sj2-1",
        "label": "768",
        "long": "Wallsend South Public School to Lookout Rd New Lambton Heights",
        "short": "768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-770-sj2-1",
        "label": "770",
        "long": "Lambton High School to Wallsend",
        "short": "770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-771-sj2-1",
        "label": "771",
        "long": "St. Marys High, Gateshead to Dudley",
        "short": "771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-772-sj2-1",
        "label": "772",
        "long": "Caves Beach to St Mary's High School Gateshead",
        "short": "772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-773-sj2-1",
        "label": "773",
        "long": "Trinity Catholic College, Adamstown to Charlestown, Pearson St",
        "short": "773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-774-sj2-1",
        "label": "774",
        "long": "Callaghan College, Waratah Campus to Birmingham Gardens",
        "short": "774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-775-sj2-1",
        "label": "775",
        "long": "St. Marys High, Gateshead to Swansea Heads",
        "short": "775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-776-sj2-1",
        "label": "776",
        "long": "Kotara High School to St Therese Primary, New Lambton",
        "short": "776",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-778-sj2-1",
        "label": "778",
        "long": "St. James Primary, Kotara to Kotara South",
        "short": "778",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-779-sj2-1",
        "label": "779",
        "long": "St. Marys High, Gateshead to Soldiers Rd and Karog St",
        "short": "779",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-780-sj2-1",
        "label": "780",
        "long": "Kotara High School to Park Ave and Joslin St",
        "short": "780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-781-sj2-1",
        "label": "781",
        "long": "Macquarie College, Wallsend to Belmont Depot Yard",
        "short": "781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-782-sj2-1",
        "label": "782",
        "long": "Cardiff High School to Glendale Dr and Graham St",
        "short": "782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-783-sj2-1",
        "label": "783",
        "long": "Mayfield West Public School to Cowper and Fitzroy Sts, Carrington",
        "short": "783",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-786-sj2-1",
        "label": "786",
        "long": "Marks Point to St Patricks Primary School",
        "short": "786",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-789-sj2-1",
        "label": "789",
        "long": "Kotara High School to Cardiff Rd and Croudace Rd",
        "short": "789",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-790-sj2-1",
        "label": "790",
        "long": "Warners Bay High School to Wyndham Wy and Tingira Dr",
        "short": "790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-791-sj2-1",
        "label": "791",
        "long": "Kahibah Public School to Highfield Rds, Highfields",
        "short": "791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-792-sj2-1",
        "label": "792",
        "long": "St. Marys Primary, Warners Bay to Tennentt Rd, Mount Hutton Shops",
        "short": "792",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-793-sj2-1",
        "label": "793",
        "long": "St. Marys Primary, Warners Bay to Violet Town Rd Opp Albert St",
        "short": "793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-794-sj2-1",
        "label": "794",
        "long": "St. Marys Primary, Warners Bay to Belmont High School",
        "short": "794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-796-sj2-1",
        "label": "796",
        "long": "Warners Bay High School to Warners Bay Public, Mllls St",
        "short": "796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-797-sj2-1",
        "label": "797",
        "long": "Swansea High School to Swansea Shops",
        "short": "797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-798-sj2-1",
        "label": "798",
        "long": "St. Marys High, Gateshead to Belmont Depot Yard",
        "short": "798",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-799-sj2-1",
        "label": "799",
        "long": "St. Patricks Primary, Swansea to Pacific Hwy and Marks Point Rd",
        "short": "799",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-800-sj2-1",
        "label": "800",
        "long": "Belmont HS to Jewells",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-801-sj2-1",
        "label": "801",
        "long": "Belmont South, Harry and Pacific Hwy to Belmont Public School",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-802-sj2-1",
        "label": "802",
        "long": "Mount Hutton Public School to Burton and Warners Bay Rd",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-804-sj2-1",
        "label": "804",
        "long": "Eleebana Public School to Burton Rd near Lamington Dr",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-806-sj2-1",
        "label": "806",
        "long": "Belmont High School to Swansea Heads",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-808-sj2-1",
        "label": "808",
        "long": "Trinity Catholic College, Adamstown to Union St and Parkway Ave",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-809-sj2-1",
        "label": "809",
        "long": "St Pauls HS to Belmont Depot",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-810-sj2-1",
        "label": "810",
        "long": "St. Marys Primary, Warners Bay to St. Pauls High Booragul",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-811-sj2-1",
        "label": "811",
        "long": "St. Pauls High Booragul to Main Rd and Wallsend Rd",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-812-sj2-1",
        "label": "812",
        "long": "St. Pauls High Booragul to Warners Bay High School",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-813-sj2-1",
        "label": "813",
        "long": "St. Pauls High Booragul to Gertrude and Helen Sts",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-814-sj2-1",
        "label": "814",
        "long": "St. Pauls High Booragul to Belmont 16 Footers",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-815-sj2-1",
        "label": "815",
        "long": "Kotara High School to Newcastle Stn City Terminus",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-816-sj2-1",
        "label": "816",
        "long": "Trinity Catholic College, Adamstown to Stewart and Hebburn Sts Hamilton",
        "short": "816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-817-sj2-1",
        "label": "817",
        "long": "Kotara HS to Merewether Heights",
        "short": "817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-818-sj2-1",
        "label": "818",
        "long": "Kotara High School to Newcastle Stn City Terminus",
        "short": "818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-819-sj2-1",
        "label": "819",
        "long": "Kotara High School to City West",
        "short": "819",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-820-sj2-1",
        "label": "820",
        "long": "St. Marys Primary, Warners Bay to Medcalf St Lakelands",
        "short": "820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-822-sj2-1",
        "label": "822",
        "long": "Whitebridge High School to Belmont Depot Yard",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-823-sj2-1",
        "label": "823",
        "long": "Charlestown Public School to Belmont Depot Yard",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-824-sj2-1",
        "label": "824",
        "long": "Broadmeadow Nineways to Belmont Depot Yard",
        "short": "824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-825-sj2-1",
        "label": "825",
        "long": "St. Marys Primary, Warners Bay to Macquarie Rd and Pendlebury Rd",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-826-sj2-1",
        "label": "826",
        "long": "St. Marys High, Gateshead to Belmont Depot Yard",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-829-sj2-1",
        "label": "829",
        "long": "Whitebridge High School to Belmont Depot Yard",
        "short": "829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-830-sj2-1",
        "label": "830",
        "long": "Merewether High School, Chatham Rd to Grandview and Lookout Rds",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-831-sj2-1",
        "label": "831",
        "long": "Kotara High School to Cardiff Rd and Marshall St",
        "short": "831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-832-sj2-1",
        "label": "832",
        "long": "Merewether High School, Chatham Rd to McCaffrey Dr and Elbrook Dr",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-833-sj2-1",
        "label": "833",
        "long": "Merewether High School, Chatham Rd to Wallsend South Public School",
        "short": "833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-834-sj2-1",
        "label": "834",
        "long": "Trinity Catholic College to Wallsend",
        "short": "834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-835-sj2-1",
        "label": "835",
        "long": "St. Pius X High, Adamstown to Wallsend",
        "short": "835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-836-sj2-1",
        "label": "836",
        "long": "Newcastle Grammar, Hill Campus to Grandview and Lookout Rds",
        "short": "836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-837-sj2-1",
        "label": "837",
        "long": "Charlestown, Pearson St to Warners Bay High School",
        "short": "837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-838-sj2-1",
        "label": "838",
        "long": "Trinity Catholic College, Adamstown to Newcastle Rd and Victory Pde",
        "short": "838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-839-sj2-1",
        "label": "839",
        "long": "Lambton High School to Jesmond",
        "short": "839",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-840-sj2-1",
        "label": "840",
        "long": "Hunter Christian School to Charlestown, Pearson St",
        "short": "840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-841-sj2-1",
        "label": "841",
        "long": "Hunter Christian School to Charlestown, Frederick St",
        "short": "841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-842-sj2-1",
        "label": "842",
        "long": "Hunter Christian School to Main Rd and Taylor St Cardiff",
        "short": "842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-844-sj2-1",
        "label": "844",
        "long": "Belmont Christian College to Swansea Shops",
        "short": "844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-845-sj2-1",
        "label": "845",
        "long": "Hunter Christian School to Charlestown Rd and Kimbarra Close",
        "short": "845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-846-sj2-1",
        "label": "846",
        "long": "Belmont Christian College to St. Marys Primary, Warners Bay",
        "short": "846",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-847-sj2-1",
        "label": "847",
        "long": "Belmont Christian College to Swansea High School",
        "short": "847",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-848-sj2-1",
        "label": "848",
        "long": "Belmont Public School to Croudace Bay Rd, Valentine",
        "short": "848",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-849-sj2-1",
        "label": "849",
        "long": "Charlestown, Pearson St to Lambton High School",
        "short": "849",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-850-sj2-1",
        "label": "850",
        "long": "Adamstown Heights to St Phillips",
        "short": "850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-851-sj2-1",
        "label": "851",
        "long": "Warners Bay High School to Belmont Depot Yard",
        "short": "851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-852-sj2-1",
        "label": "852",
        "long": "Warners Bay High School to Belmont Depot Yard",
        "short": "852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-853-sj2-1",
        "label": "853",
        "long": "Warners Bay High School to Belmont Depot Yard",
        "short": "853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-855-sj2-1",
        "label": "855",
        "long": "Belmont Christian College to Macquarie and Tingira Dr",
        "short": "855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-856-sj2-1",
        "label": "856",
        "long": "Parklea Ave and Pearl Close to Valentine Public School",
        "short": "856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-857-sj2-1",
        "label": "857",
        "long": "St. Francis Xavier, Belmont to Belmont 16 Footers",
        "short": "857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-858-sj2-1",
        "label": "858",
        "long": "Hunter Christian School to Ambleside Cct Lakelands",
        "short": "858",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-859-sj2-1",
        "label": "859",
        "long": "Callaghan College, Wallsend Campus to Percy and George St",
        "short": "859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-860-sj2-1",
        "label": "860",
        "long": "Belmont Christian College to Charlestown, Pearson St",
        "short": "860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-861-sj2-1",
        "label": "861",
        "long": "St. Francis Xavier, Belmont to Marks Point",
        "short": "861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-862-sj2-1",
        "label": "862",
        "long": "Belmont Christian College to Cardiff South",
        "short": "862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-863-sj2-1",
        "label": "863",
        "long": "Belmont Christian College to Charlestown Hilltop Plaza",
        "short": "863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-864-sj2-1",
        "label": "864",
        "long": "Macquarie College, Wallsend to Charlestown Hilltop Plaza",
        "short": "864",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-865-sj2-1",
        "label": "865",
        "long": "Macquarie College, Wallsend to Belmont Depot",
        "short": "865",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-867-sj2-1",
        "label": "867",
        "long": "Newcastle High School to Trinity Catholic College, Adamstown",
        "short": "867",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-868-sj2-1",
        "label": "868",
        "long": "Macquarie College, Wallsend to Gordon Ave (In)",
        "short": "868",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-869-sj2-1",
        "label": "869",
        "long": "Broadmeadow Nineways to Charlestown, Pearson St",
        "short": "869",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73-870-sj2-1",
        "label": "870",
        "long": "Callaghan College, Wallsend Campus to Marton St, Shortland",
        "short": "870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5AB031",
        "color_name": "green",
        "has_shape": true,
        "id": "73-Stk-n-sj2-1",
        "label": "Stkn",
        "long": "Stkn Stockton Ferry",
        "short": "Stkn",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-303-sj2-1",
        "label": "303",
        "long": "Prince of Wales Hospital to Sans Souci",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-305-sj2-1",
        "label": "305",
        "long": "Redfern to Mascot Stamford Hotel",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-308-sj2-1",
        "label": "308",
        "long": "Marrickville Metro to Central Eddy Ave via Redfern (Loop Service)",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-320-sj2-1",
        "label": "320",
        "long": "Central Railway Square to Green Square (Loop Service)",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-348-sj2-1",
        "label": "348",
        "long": "Prince of Wales Hospital to Wolli Creek",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-358-sj2-1",
        "label": "358",
        "long": "Sydenham to Randwick (Loop Service)",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-389-sj2-1",
        "label": "389",
        "long": "Pyrmont to Bondi Junction",
        "short": "389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-401-sj2-1",
        "label": "401",
        "long": "Lidcombe Station to Lidcombe Birnie Ave (Loop Service)",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-406-sj2-1",
        "label": "406",
        "long": "Hurlstone Park to Five Dock",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-407-sj2-1",
        "label": "407",
        "long": "Strathfield to Burwood",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-408-sj2-1",
        "label": "408",
        "long": "Burwood to Rookwood Cemetery via Flemington",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-410-sj2-1",
        "label": "410",
        "long": "Hurstville to Macquarie Park",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-412-sj2-1",
        "label": "412",
        "long": "City Martin Place to Campsie via Earlwood and Dulwich Hill",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-413-sj2-1",
        "label": "413",
        "long": "Central Pitt St to Campsie",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-415-sj2-1",
        "label": "415",
        "long": "Campsie to Chiswick",
        "short": "415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-418-sj2-1",
        "label": "418",
        "long": "Burwood to Sydenham and Tempe",
        "short": "418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-420-sj2-1",
        "label": "420",
        "long": "Burwood to Mascot Station via SYD Airport",
        "short": "420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-422-sj2-1",
        "label": "422",
        "long": "Central Pitt St to Kogarah",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-423-X-sj2-1",
        "label": "423X",
        "long": "City Martin Place to Kingsgrove",
        "short": "423X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-423-sj2-1",
        "label": "423",
        "long": "City Martin Place to Kingsgrove",
        "short": "423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-426-sj2-1",
        "label": "426",
        "long": "City Martin Place to Dulwich Hill",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-428-X-sj2-1",
        "label": "428X",
        "long": "City Martin Place to Canterbury",
        "short": "428X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-428-sj2-1",
        "label": "428",
        "long": "City Martin Place to Canterbury",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-430-sj2-1",
        "label": "430",
        "long": "Sydenham to Central Railway Square (Loop Service)",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-431-sj2-1",
        "label": "431",
        "long": "City Martin Place to Glebe Point",
        "short": "431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-433-sj2-1",
        "label": "433",
        "long": "Central Pitt St to Balmain Gladstone Park",
        "short": "433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-437-sj2-1",
        "label": "437",
        "long": "City QVB to Five Dock via City West Link",
        "short": "437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-438-N-sj2-1",
        "label": "438N",
        "long": "City Martin Place to Abbotsford",
        "short": "438N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-438-X-sj2-1",
        "label": "438X",
        "long": "City Martin Place to Abbotsford",
        "short": "438X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-440-sj2-1",
        "label": "440",
        "long": "Rozelle to Bondi Junction",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-441-sj2-1",
        "label": "441",
        "long": "Birchgrove to City Art Gallery via QVB (Loop Service)",
        "short": "441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-442-sj2-1",
        "label": "442",
        "long": "Balmain East Wharf to City QVB (Loop Service)",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-445-sj2-1",
        "label": "445",
        "long": "Balmain to Campsie via MarketPlace Leichhardt",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-458-sj2-1",
        "label": "458",
        "long": "Burwood to Ryde",
        "short": "458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-461-N-sj2-1",
        "label": "461N",
        "long": "City Hyde Park to Burwood",
        "short": "461N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-461-X-sj2-1",
        "label": "461X",
        "long": "City Domain to Burwood",
        "short": "461X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-464-sj2-1",
        "label": "464",
        "long": "Ashfield to Mortlake",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-466-sj2-1",
        "label": "466",
        "long": "Burwood to Cabarita",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-469-sj2-1",
        "label": "469",
        "long": "MarketPlace Leichhardt to Glebe (Loop Service)",
        "short": "469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-470-sj2-1",
        "label": "470",
        "long": "City Martin Place to Lilyfield",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-473-sj2-1",
        "label": "473",
        "long": "Campsie to Rockdale",
        "short": "473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-476-sj2-1",
        "label": "476",
        "long": "Rockdale to Dolls Point (Loop Service)",
        "short": "476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-477-sj2-1",
        "label": "477",
        "long": "Rockdale to Miranda",
        "short": "477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-478-sj2-1",
        "label": "478",
        "long": "Rockdale to Miranda via Ramsgate",
        "short": "478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-479-sj2-1",
        "label": "479",
        "long": "Rockdale to Kyeemagh (Loop Service)",
        "short": "479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-480-sj2-1",
        "label": "480",
        "long": "Central Pitt St to Strathfield via Homebush Rd",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-483-sj2-1",
        "label": "483",
        "long": "Central Pitt St to Strathfield via South Strathfield",
        "short": "483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-487-sj2-1",
        "label": "487",
        "long": "Canterbury to Bankstown Central",
        "short": "487",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-490-sj2-1",
        "label": "490",
        "long": "Drummoyne to Hurstville",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-491-sj2-1",
        "label": "491",
        "long": "Five Dock to Hurstville",
        "short": "491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-492-sj2-1",
        "label": "492",
        "long": "Drummoyne to Rockdale",
        "short": "492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-493-sj2-1",
        "label": "493",
        "long": "Rockdale to Roselands",
        "short": "493",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-502-sj2-1",
        "label": "502",
        "long": "City Town Hall and Drummoyne to Cabarita Wharf",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-504-sj2-1",
        "label": "504",
        "long": "City Domain to Chiswick",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-526-sj2-1",
        "label": "526",
        "long": "Strathfield to Rhodes Shopping Centre",
        "short": "526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-530-sj2-1",
        "label": "530",
        "long": "Chatswood to Burwood",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-561-S-sj2-1",
        "label": "561s",
        "long": "Newington College to Balmain",
        "short": "561s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-562-S-sj2-1",
        "label": "562s",
        "long": "Trinity Grammar Summer Hill to Ashfield Station",
        "short": "562s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-563-S-sj2-1",
        "label": "563s",
        "long": "Summer Hill Station to Trinity Grammar Summer Hill",
        "short": "563s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-565-S-sj2-1",
        "label": "565s",
        "long": "Kingsgrove Station to Trinity Grammar Summer Hill",
        "short": "565s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-565-W-sj2-1",
        "label": "565w",
        "long": "Hunters Hill HS to Balmain Gladstone Park",
        "short": "565w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-566-S-sj2-1",
        "label": "566s",
        "long": "Trinity Grammar Summer Hill to Kingsgrove Station",
        "short": "566s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-566-W-sj2-1",
        "label": "566w",
        "long": "Hunters Hill HS to Five Dock",
        "short": "566w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-568-S-sj2-1",
        "label": "568s",
        "long": "Rosebank College to Strathfield Station",
        "short": "568s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-569-S-sj2-1",
        "label": "569s",
        "long": "Rosebank College to Pemberton and Arthur Sts Strathfield",
        "short": "569s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-570-S-sj2-1",
        "label": "570s",
        "long": "Rosebank College to Chiswick",
        "short": "570s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-571-S-sj2-1",
        "label": "571s",
        "long": "Rosebank College to Five Dock Shops",
        "short": "571s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-572-S-sj2-1",
        "label": "572s",
        "long": "Rosebank College to Croydon Park",
        "short": "572s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-573-S-sj2-1",
        "label": "573s",
        "long": "Rosebank College to Concord West",
        "short": "573s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-574-S-sj2-1",
        "label": "574s",
        "long": "Rosebank College to Homebush Station",
        "short": "574s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-575-S-sj2-1",
        "label": "575s",
        "long": "Homebush to Rosebank College",
        "short": "575s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-576-S-sj2-1",
        "label": "576s",
        "long": "Rosebank College to Canterbury Station",
        "short": "576s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-577-S-sj2-1",
        "label": "577s",
        "long": "Rodd Point to St Patricks Strathfield",
        "short": "577s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-578-S-sj2-1",
        "label": "578s",
        "long": "St Patricks Strathfield to Five Dock Shops",
        "short": "578s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-579-S-sj2-1",
        "label": "579s",
        "long": "St Patricks Strathfield to Strathfield Station",
        "short": "579s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-580-S-sj2-1",
        "label": "580s",
        "long": "St Patricks Strathfield to Punchbowl Rd, Belfield",
        "short": "580s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-581-S-sj2-1",
        "label": "581s",
        "long": "St Patricks Strathfield to Earlwood",
        "short": "581s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-581-W-sj2-1",
        "label": "581w",
        "long": "Marist Sisters College to Concord",
        "short": "581w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-582-S-sj2-1",
        "label": "582s",
        "long": "Drummoyne to St Patricks Strathfield",
        "short": "582s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-583-S-sj2-1",
        "label": "583s",
        "long": "St Patricks Strathfield to Leichhardt",
        "short": "583s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-584-S-sj2-1",
        "label": "584s",
        "long": "St Patricks Strathfield to Concord West",
        "short": "584s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-585-S-sj2-1",
        "label": "585s",
        "long": "St Patricks Strathfield to Concord",
        "short": "585s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-587-S-sj2-1",
        "label": "587s",
        "long": "St Patricks Strathfield to Burwood Station",
        "short": "587s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-588-S-sj2-1",
        "label": "588s",
        "long": "Burwood to St Patricks Strathfield",
        "short": "588s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-589-S-sj2-1",
        "label": "589s",
        "long": "St Patricks Strathfield to Ashfield Station",
        "short": "589s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-590-W-sj2-1",
        "label": "590w",
        "long": "Glebe to Holy Cross College",
        "short": "590w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-591-S-sj2-1",
        "label": "591s",
        "long": "St Vincents College Ashfield to Haberfield",
        "short": "591s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-592-S-sj2-1",
        "label": "592s",
        "long": "St Vincents College Ashfield to Wallis Ave, Strathfield",
        "short": "592s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-593-S-sj2-1",
        "label": "593s",
        "long": "Leichhardt to St Patrick's College Strathfield",
        "short": "593s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-594-s-sj2-1",
        "label": "594s",
        "long": "St Vincents College to Belfield Shops",
        "short": "594s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-595-S-sj2-1",
        "label": "595s",
        "long": "Ashfield Station to Burwood Girls High",
        "short": "595s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-596-S-sj2-1",
        "label": "596s",
        "long": "Burwood Girls High to Leichhardt Town Hall",
        "short": "596s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-597-S-sj2-1",
        "label": "597s",
        "long": "Burwood Girls High to Georges River Rd and Burwood Rd",
        "short": "597s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-598-S-sj2-1",
        "label": "598s",
        "long": "Earlwood to Hunters Hill High",
        "short": "598s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-599-s-sj2-1",
        "label": "599s",
        "long": "Burwood Girls High School to Earlwood Shops",
        "short": "599s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-600-S-sj2-1",
        "label": "600s",
        "long": "Strathfield Girls High to Strathfield Station",
        "short": "600s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-601-S-sj2-1",
        "label": "601s",
        "long": "Strathfield Girls High to Concord Hospital",
        "short": "601s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-602-S-sj2-1",
        "label": "602s",
        "long": "Strathfield Girls High to Strathfield",
        "short": "602s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-603-S-sj2-1",
        "label": "603s",
        "long": "Strathfield Girls High to David St and Liverpool Rd, Burwood",
        "short": "603s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-604-S-sj2-1",
        "label": "604s",
        "long": "Concord to Strathfield Girls High",
        "short": "604s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-605-S-sj2-1",
        "label": "605s",
        "long": "Strathfield Girls High to Concord",
        "short": "605s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-606-S-sj2-1",
        "label": "606s",
        "long": "Earlwood to Christian Bros Lewisham",
        "short": "606s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-607-S-sj2-1",
        "label": "607s",
        "long": "Kingsgrove Depot to Christian Bros Lewisham",
        "short": "607s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-608-S-sj2-1",
        "label": "608s",
        "long": "Christian Bros Lewisham to Earlwood",
        "short": "608s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-609-S-sj2-1",
        "label": "609s",
        "long": "Christian Bros Lewisham to Campsie Station",
        "short": "609s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-610-S-sj2-1",
        "label": "610s",
        "long": "Christian Bros Lewisham to Kingsgrove Station",
        "short": "610s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-611-S-sj2-1",
        "label": "611s",
        "long": "Belfield (Punchbowl Rd) to Christian Bros Lewisham",
        "short": "611s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-612-S-sj2-1",
        "label": "612s",
        "long": "Christian Bros Lewisham to Belfield (Punchbowl Rd)",
        "short": "612s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-613-S-sj2-1",
        "label": "613s",
        "long": "Christian Bros Lewisham to Georges River and Burwood Rds",
        "short": "613s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-614-S-sj2-1",
        "label": "614s",
        "long": "Christian Bros Lewisham to Five Dock Shops",
        "short": "614s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-615-S-sj2-1",
        "label": "615s",
        "long": "Christian Bros Lewisham to Concord Shops",
        "short": "615s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-616-S-sj2-1",
        "label": "616s",
        "long": "Christian Brothers HS Lewisham to Chiswick Shops via Abbotsford",
        "short": "616s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-617-S-sj2-1",
        "label": "617s",
        "long": "StMaroun School, Dulwich Hill to Campsie Station",
        "short": "617s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-618-S-sj2-1",
        "label": "618s",
        "long": "Campsie to Christian Bros Lewisham",
        "short": "618s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-619-S-sj2-1",
        "label": "619s",
        "long": "Christian Bros Lewisham to Campsie",
        "short": "619s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-620-S-sj2-1",
        "label": "620s",
        "long": "Christian Bros Lewisham to Kingsgrove",
        "short": "620s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-621-S-sj2-1",
        "label": "621s",
        "long": "St Maroun School to Bexley Rd and William St (Kingsgrove)",
        "short": "621s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-622-S-sj2-1",
        "label": "622s",
        "long": "Kingsgrove North High to Belmore Station",
        "short": "622s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-623-S-sj2-1",
        "label": "623s",
        "long": "Kingsgrove North HS to Earlwood",
        "short": "623s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-624-S-sj2-1",
        "label": "624s",
        "long": "Kingsgrove North High to Campsie Station",
        "short": "624s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-625-S-sj2-1",
        "label": "625s",
        "long": "Santa Sabina Strathfield to Clarke St, Earlwood",
        "short": "625s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-626-S-sj2-1",
        "label": "626s",
        "long": "Santa Sabina Strathfield to Drummoyne",
        "short": "626s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-627-S-sj2-1",
        "label": "627s",
        "long": "Santa Sabina Strathfield to Five Dock Shops",
        "short": "627s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-628-S-sj2-1",
        "label": "628s",
        "long": "Bexley Rd and William St to Canterbury Boys High",
        "short": "628s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-629-S-sj2-1",
        "label": "629s",
        "long": "Canterbury Girls High to Earlwood",
        "short": "629s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-630-S-sj2-1",
        "label": "630s",
        "long": "Canterbury Girls High to Belmore Station",
        "short": "630s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-632-S-sj2-1",
        "label": "632s",
        "long": "Campsie Station to Canterbury Boys High",
        "short": "632s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-633-S-sj2-1",
        "label": "633s",
        "long": "Hurlstone Park Station to Canterbury PS",
        "short": "633s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-634-S-sj2-1",
        "label": "634s",
        "long": "Canterbury PS to Hurlstone Park Station",
        "short": "634s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-635-S-sj2-1",
        "label": "635s",
        "long": "St Marthas Strathfield to Drummoyne",
        "short": "635s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-636-S-sj2-1",
        "label": "636s",
        "long": "Kingsgrove High School to Earlwood",
        "short": "636s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-637-S-sj2-1",
        "label": "637s",
        "long": "Bexley Post Office to Kingsgrove High",
        "short": "637s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-638-S-sj2-1",
        "label": "638s",
        "long": "Canterbury to Kingsgrove High School",
        "short": "638s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-639-S-sj2-1",
        "label": "639s",
        "long": "Greenhills St and Liverpool Rd, Croydon to Kingsgrove High",
        "short": "639s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-640-S-sj2-1",
        "label": "640s",
        "long": "Kingsgrove Primary to Campsie Station",
        "short": "640s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-641-S-sj2-1",
        "label": "641s",
        "long": "Kingsgrove High to Rockdale Station",
        "short": "641s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-642-s-sj2-1",
        "label": "642s",
        "long": "Earlwood to Santa Sabina College",
        "short": "642s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-644-S-sj2-1",
        "label": "644s",
        "long": "Marrickville High to Kingsgrove Depot",
        "short": "644s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-645-S-sj2-1",
        "label": "645s",
        "long": "St Scholasticas, Glebe to Earlwood",
        "short": "645s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-646-S-sj2-1",
        "label": "646s",
        "long": "St Scholastics to Canterbury",
        "short": "646s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-647-S-sj2-1",
        "label": "647s",
        "long": "St Scholastica's, Glebe to Central Station",
        "short": "647s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-649-S-sj2-1",
        "label": "649s",
        "long": "St Scholasticas College to Five Dock",
        "short": "649s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-650-S-sj2-1",
        "label": "650s",
        "long": "St Scholasticas, Glebe to Parramatta Rd and Dalhousie Sts",
        "short": "650s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-652-S-sj2-1",
        "label": "652s",
        "long": "Sydney Secondary College, Balmain Campus to City Town Hall",
        "short": "652s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-653-S-sj2-1",
        "label": "653s",
        "long": "City QVB to Sydney Secondary College, Balmain Campus",
        "short": "653s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-654-S-sj2-1",
        "label": "654s",
        "long": "Canterbury Station to Sydney Secondary College, Balmain Campus",
        "short": "654s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-655-S-sj2-1",
        "label": "655s",
        "long": "Dalhousie and Deakin to Concord High School",
        "short": "655s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-656-S-sj2-1",
        "label": "656s",
        "long": "Concord High School to Five Dock Shops",
        "short": "656s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-657-S-sj2-1",
        "label": "657s",
        "long": "Concord High School to Chiswick",
        "short": "657s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-659-S-sj2-1",
        "label": "659s",
        "long": "Russell Lea to Concord High School",
        "short": "659s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-660-S-sj2-1",
        "label": "660s",
        "long": "Concord High School to Burwood, Westfield",
        "short": "660s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-662-S-sj2-1",
        "label": "662s",
        "long": "Concord High School to Mortlake",
        "short": "662s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-663-S-sj2-1",
        "label": "663s",
        "long": "Concord High School to Drummoyne",
        "short": "663s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-664-S-sj2-1",
        "label": "664s",
        "long": "Parramatta Rd nr Railway St, Petersham to Rosebank College",
        "short": "664s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-665-S-sj2-1",
        "label": "665s",
        "long": "Domremy College to Sydney Olympic Park Wharf",
        "short": "665s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-670-S-sj2-1",
        "label": "670s",
        "long": "Domremy College to Leichhardt Town Hall",
        "short": "670s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-671-S-sj2-1",
        "label": "671s",
        "long": "Clemton Park to Domremy College",
        "short": "671s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-672-S-sj2-1",
        "label": "672s",
        "long": "Domremy College to Campsie Station",
        "short": "672s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-673-S-sj2-1",
        "label": "673s",
        "long": "Domremy College to Burwood",
        "short": "673s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-674-S-sj2-1",
        "label": "674s",
        "long": "Domremy College to Concord West Station",
        "short": "674s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-675-S-sj2-1",
        "label": "675s",
        "long": "Domremy College to Burwood and Canterbury Rds",
        "short": "675s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-676-S-sj2-1",
        "label": "676s",
        "long": "Burwood and Canterbury Rds to Domremy College",
        "short": "676s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-677-S-sj2-1",
        "label": "677s",
        "long": "Domremy College to Concord Shops",
        "short": "677s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-678-S-sj2-1",
        "label": "678s",
        "long": "Domremy College to Campsie Station",
        "short": "678s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-679-S-sj2-1",
        "label": "679s",
        "long": "Domremy College to Bexley Rd and William St, Kingsgrove",
        "short": "679s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-682-S-sj2-1",
        "label": "682s",
        "long": "Fort Street High to Balmain Gladstone Pk",
        "short": "682s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-683-S-sj2-1",
        "label": "683s",
        "long": "Sydney Secondary College, Leichhardt Campus to Canterbury Station",
        "short": "683s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-684-S-sj2-1",
        "label": "684s",
        "long": "Sydney Secondary College, Leichhardt Campus to Newtown Station",
        "short": "684s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-685-S-sj2-1",
        "label": "685s",
        "long": "Sydney Secondary College, Blackwattle Bay Campus to Central Station",
        "short": "685s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-691-S-sj2-1",
        "label": "691s",
        "long": "Sydney Secondary College, Blackwattle Bay Campus to Leichhardt Market Place",
        "short": "691s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-693-S-sj2-1",
        "label": "693s",
        "long": "City Railway Square to Sydney Secondary College, Blackwattle Bay Campus",
        "short": "693s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-700-S-sj2-1",
        "label": "700s",
        "long": "Tempe High to Earlwood",
        "short": "700s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-706-W-sj2-1",
        "label": "706w",
        "long": "Drummoyne PS to Chiswick",
        "short": "706w",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-711-S-sj2-1",
        "label": "711s",
        "long": "Homebush Boys High to Concord Hospital",
        "short": "711s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-712-S-sj2-1",
        "label": "712s",
        "long": "Homebush Public School to Strathfield Station",
        "short": "712s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-713-S-sj2-1",
        "label": "713s",
        "long": "North Strathfield to Homebush Boys High School",
        "short": "713s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-714-S-sj2-1",
        "label": "714s",
        "long": "Strathfield Station to Homebush Public School",
        "short": "714s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-715-S-sj2-1",
        "label": "715s",
        "long": "St Marys Catholic Primary School Concord to North Strathfield Station",
        "short": "715s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-718-S-sj2-1",
        "label": "718s",
        "long": "Ashfield Boys High School to Broadway, Enfield",
        "short": "718s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-720-S-sj2-1",
        "label": "720s",
        "long": "St George Girls High to Campsie Station",
        "short": "720s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-721-S-sj2-1",
        "label": "721s",
        "long": "Campsie Station to St George Girls High",
        "short": "721s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-726-S-sj2-1",
        "label": "726s",
        "long": "t Vincents College Ashfield to Earlwood",
        "short": "726s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-731-S-sj2-1",
        "label": "731s",
        "long": "Rockdale Station to Caringbah High School",
        "short": "731s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-732-S-sj2-1",
        "label": "732s",
        "long": "Brighton Public School to Rockdale Station",
        "short": "732s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-733-S-sj2-1",
        "label": "733s",
        "long": "Endeavour High to Rockdale Station",
        "short": "733s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-734-S-sj2-1",
        "label": "734s",
        "long": "Endeavour High to Ramsgate and Rocky Pt Rds, Ramsgate",
        "short": "734s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-735-S-sj2-1",
        "label": "735s",
        "long": "St Ursulas Kingsgrove to Kingsgrove Depot",
        "short": "735s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-736-S-sj2-1",
        "label": "736s",
        "long": "St Ursulas Kingsgrove to Croydon Park",
        "short": "736s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-737-s-sj2-1",
        "label": "737s",
        "long": "St Ursulas College to Earlwood Shops",
        "short": "737s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-740-S-sj2-1",
        "label": "740s",
        "long": "Ultimo Primary to John St, Pyrmont",
        "short": "740s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-741-S-sj2-1",
        "label": "741s",
        "long": "P.L.C. Croydon to Drummoyne",
        "short": "741s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-743-S-sj2-1",
        "label": "743s",
        "long": "Earlwood to Burwood Girls High",
        "short": "743s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-745-S-sj2-1",
        "label": "745s",
        "long": "Drummoyne Primary to Drummoyne",
        "short": "745s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-750-S-sj2-1",
        "label": "750s",
        "long": "Caringbah to Miranda via Taren Point Public School",
        "short": "750s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-751-S-sj2-1",
        "label": "751s",
        "long": "Sylvania High School to Rockdale Station",
        "short": "751s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-753-S-sj2-1",
        "label": "753s",
        "long": "Bankstown Hospital to Kingsgrove and Canterbury Rds, Belmore",
        "short": "753s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-755-S-sj2-1",
        "label": "755s",
        "long": "Belmore Station to Kingsgrove Station",
        "short": "755s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-757-S-sj2-1",
        "label": "757s",
        "long": "Drummoyne to Burwood Station",
        "short": "757s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-760-S-sj2-1",
        "label": "760s",
        "long": "Concord High to Newington",
        "short": "760s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-761-S-sj2-1",
        "label": "761s",
        "long": "Concord High to Newington",
        "short": "761s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-762-S-sj2-1",
        "label": "762s",
        "long": "Forest Lodge Public School to Glebe Pt and Toxteth Rds,Glebe",
        "short": "762s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-763-S-sj2-1",
        "label": "763s",
        "long": "St Finbars School to Ramsgate",
        "short": "763s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-764-S-sj2-1",
        "label": "764s",
        "long": "Dolls Point to Marist Bros, Kogarah",
        "short": "764s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-765-S-sj2-1",
        "label": "765s",
        "long": "Marist Bros, Kogarah to Canterbury",
        "short": "765s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-767-S-sj2-1",
        "label": "767s",
        "long": "Bayside High School to Rockdale",
        "short": "767s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-768-S-sj2-1",
        "label": "768s",
        "long": "Rockdale Station to Endeavour High",
        "short": "768s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-769-S-sj2-1",
        "label": "769s",
        "long": "Bayside High School to Brighton-Le-Sands",
        "short": "769s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-770-S-sj2-1",
        "label": "770s",
        "long": "Concord HS to Archery Centre, Wentworth Point",
        "short": "770s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-780-S-sj2-1",
        "label": "780s",
        "long": "Burwood Station to Homebush Boys High",
        "short": "780s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-781-S-sj2-1",
        "label": "781s",
        "long": "Georges River Rd and Walsh Ave to Homebush Boys High",
        "short": "781s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-784-s-sj2-1",
        "label": "784s",
        "long": "Pemberton St Strathfield to Strathfield Girls High School",
        "short": "784s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74-7AT-4-sj2-1",
        "label": "7AT4",
        "long": "Redfern, Sydenham, then all stations to Hurstville",
        "short": "7AT4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-901-sj2-1",
        "label": "901",
        "long": "QEII Square to West Albury via Private Hospital (Loop Service)",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-902-sj2-1",
        "label": "902",
        "long": "QEII Square to South Albury (Loop Service)",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-903-sj2-1",
        "label": "903",
        "long": "QEII Square to East Albury via Base Hospital (Loop Service)",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-906-sj2-1",
        "label": "906",
        "long": "Albury to Lavington via North Albury",
        "short": "906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-907-sj2-1",
        "label": "907",
        "long": "Albury to Quicks Hill via Glenroy and Lavington",
        "short": "907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-908-sj2-1",
        "label": "908",
        "long": "Albury to Thurgoona via Lavington and Charles Sturt University",
        "short": "908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-909-sj2-1",
        "label": "909",
        "long": "Albury to Thurgoona via Base Hospital and Airport",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-910-sj2-1",
        "label": "910",
        "long": "Aware Programs Wodonga to Albury via Lavington",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-915-sj2-1",
        "label": "915",
        "long": "Albury to Corowa via Howlong",
        "short": "915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-918-sj2-1",
        "label": "918",
        "long": "McCrabb Rd to Deniliquin CBD (Loop Service)",
        "short": "918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-919-sj2-1",
        "label": "919",
        "long": "Mathoura to Deniliquin",
        "short": "919",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-937-sj2-1",
        "label": "937",
        "long": "Echuca to 24 Lane (Loop Service)",
        "short": "937",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-938-sj2-1",
        "label": "938",
        "long": "Echuca to Moama via Moama Marketplace (Loop Service)",
        "short": "938",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-939-sj2-1",
        "label": "939",
        "long": "Moama Schools to Moama",
        "short": "939",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S26-0-sj2-1",
        "label": "S260",
        "long": "Narrandera Schools to Narrandera via Pine Hill Rd",
        "short": "S260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S26-1-sj2-1",
        "label": "S261",
        "long": "Wagga Wagga to Ladysmith via Kyemba",
        "short": "S261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S26-2-sj2-1",
        "label": "S262",
        "long": "Narrandera Schools to Narrandera via Bells Rd",
        "short": "S262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S26-3-sj2-1",
        "label": "S263",
        "long": "Burkes Creek to The Rock",
        "short": "S263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S26-4-sj2-1",
        "label": "S264",
        "long": "French Park to The Rock via Yerong Creek",
        "short": "S264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S26-5-sj2-1",
        "label": "S265",
        "long": "Halls Gate to The Rock via Yerong Creek",
        "short": "S265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S26-6-sj2-1",
        "label": "S266",
        "long": "Coreinbob to Ladysmith via Borambola",
        "short": "S266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S26-7-sj2-1",
        "label": "S267",
        "long": "Holbrook Schools to Cookardinia",
        "short": "S267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S26-8-sj2-1",
        "label": "S268",
        "long": "Merri Merric to Henty via Olympic Hwy",
        "short": "S268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S26-9-sj2-1",
        "label": "S269",
        "long": "Ladysmith to Wagga Wagga via Mount Austin",
        "short": "S269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S27-0-sj2-1",
        "label": "S270",
        "long": "Edge Hill to Henty via Ryan Rd",
        "short": "S270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S28-2-sj2-1",
        "label": "S282",
        "long": "Walbundrie Public to North Walbundrie",
        "short": "S282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S28-3-sj2-1",
        "label": "S283",
        "long": "Rand Public to Bidgeemia via Ferndale Rd",
        "short": "S283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S29-1-sj2-1",
        "label": "S291",
        "long": "Lockhart Schools to Urana via Boree Creek",
        "short": "S291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S29-2-sj2-1",
        "label": "S292",
        "long": "Lockhart Schools to Osborne via Milbrulong",
        "short": "S292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S29-3-sj2-1",
        "label": "S293",
        "long": "Lockhart Schools to Urangeline via Western Rd",
        "short": "S293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S29-7-sj2-1",
        "label": "S297",
        "long": "Holbrook Schools to Mullengandra via Woomargama",
        "short": "S297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S29-8-sj2-1",
        "label": "S298",
        "long": "Holbrook Schools to Little Billabong",
        "short": "S298",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S30-1-sj2-1",
        "label": "S301",
        "long": "Tumbarumba Schools to Carboona Gap",
        "short": "S301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S30-2-sj2-1",
        "label": "S302",
        "long": "Tumbarumba Schools to Rosewood",
        "short": "S302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S30-3-sj2-1",
        "label": "S303",
        "long": "Tumbarumba Schools to Rosewood via Glenroy",
        "short": "S303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S30-4-sj2-1",
        "label": "S304",
        "long": "Tumbarumba Schools to Laurel Hill via Willigobung",
        "short": "S304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S30-5-sj2-1",
        "label": "S305",
        "long": "Tumbarumba Schools to Ournie",
        "short": "S305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S30-6-sj2-1",
        "label": "S306",
        "long": "Tumbarumba and Rosewood Schools to Humula via Kyeamba Intg",
        "short": "S306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S31-0-sj2-1",
        "label": "S310",
        "long": "Finley Schools to Pine Lodge via Tuppal Rd",
        "short": "S310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S31-1-sj2-1",
        "label": "S311",
        "long": "Finley Schools to Berrigan via Oaklands Rd",
        "short": "S311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S31-2-sj2-1",
        "label": "S312",
        "long": "Berrigan Public to Berrigan via Green Swamp Rd",
        "short": "S312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S31-3-sj2-1",
        "label": "S313",
        "long": "Finley Schools to Berrigan via Riverina Hwy",
        "short": "S313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S31-4-sj2-1",
        "label": "S314",
        "long": "Cobram Schools to Finley via Lalaty and Berrigan",
        "short": "S314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S31-5-sj2-1",
        "label": "S315",
        "long": "Cobram Schools to Lalalty via Boomanoomana",
        "short": "S315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S31-6-sj2-1",
        "label": "S316",
        "long": "Finley Schools to Barooga via Tocumwal",
        "short": "S316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S31-7-sj2-1",
        "label": "S317",
        "long": "Finley Schools to Tocumwal via Newell Hwy",
        "short": "S317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S31-8-sj2-1",
        "label": "S318",
        "long": "Finley Schools to Tocumwal via Adcocks Rd",
        "short": "S318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S31-9-sj2-1",
        "label": "S319",
        "long": "Berrigan Public to Monarovale via Riverina Hwy'",
        "short": "S319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S32-0-sj2-1",
        "label": "S320",
        "long": "Tocumwal Schools to Tocumwal via Tuppal Rd",
        "short": "S320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S32-1-sj2-1",
        "label": "S321",
        "long": "Finley Schools to Tocumwal via Chinamans Rd",
        "short": "S321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S32-2-sj2-1",
        "label": "S322",
        "long": "Cobram Schools to Tocumwal via Barooga",
        "short": "S322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S32-3-sj2-1",
        "label": "S323",
        "long": "Barooga Hil to Tocumwal via Langunya",
        "short": "S323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S32-4-sj2-1",
        "label": "S324",
        "long": "Cobram Schools to Barooga via Barooga Rd",
        "short": "S324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S33-2-sj2-1",
        "label": "S332",
        "long": "Table Top Public to Wymah via Mullengandra and Bowna",
        "short": "S332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S35-7-sj2-1",
        "label": "S357",
        "long": "Jerilderie Schools to Colombo Creek",
        "short": "S357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S37-8-sj2-1",
        "label": "S378",
        "long": "Lockhart Schools to Hollies Rd",
        "short": "S378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S37-9-sj2-1",
        "label": "S379",
        "long": "Mulwala to Savernake via Rennie",
        "short": "S379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S39-4-sj2-1",
        "label": "S394",
        "long": "Adelong Schools to Wondalga",
        "short": "S394",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S39-5-sj2-1",
        "label": "S395",
        "long": "Adelong Schools to Adelong",
        "short": "S395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S42-6-sj2-1",
        "label": "S426",
        "long": "Corryong College to Tooma via Greg Greg",
        "short": "S426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S42-7-sj2-1",
        "label": "S427",
        "long": "Corryong College to Khancoban via Bringenbrong",
        "short": "S427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S51-0-sj2-1",
        "label": "S510",
        "long": "Hay Schools to Jerilderie Rd",
        "short": "S510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S51-1-sj2-1",
        "label": "S511",
        "long": "Finley Schools to Cossard Rd Logie Brae",
        "short": "S511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S51-2-sj2-1",
        "label": "S512",
        "long": "Finley Schools to Blighty",
        "short": "S512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S51-3-sj2-1",
        "label": "S513",
        "long": "Deniliquin Schools to Mayrung",
        "short": "S513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S51-4-sj2-1",
        "label": "S514",
        "long": "Finley Schools to Jerilderie",
        "short": "S514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S51-5-sj2-1",
        "label": "S515",
        "long": "Finley Schools to Myrtle Park",
        "short": "S515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S51-6-sj2-1",
        "label": "S516",
        "long": "Hay Schools to Corrong Rd One Tree",
        "short": "S516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S51-7-sj2-1",
        "label": "S517",
        "long": "Hay to Carrathool",
        "short": "S517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S51-8-sj2-1",
        "label": "S518",
        "long": "Finley Schools to South Coree Rd Jerilderie",
        "short": "S518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S51-9-sj2-1",
        "label": "S519",
        "long": "Blightly Public to Deniliquin",
        "short": "S519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S52-0-sj2-1",
        "label": "S520",
        "long": "Deniliquin Schools to Blighty via Warragoon",
        "short": "S520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S52-1-sj2-1",
        "label": "S521",
        "long": "Deniliquin Schools to Moonee Swamp Rd Mayrung",
        "short": "S521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S52-2-sj2-1",
        "label": "S522",
        "long": "Boree Creek Public to Yuluma",
        "short": "S522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S52-3-sj2-1",
        "label": "S523",
        "long": "Deniliquin Schools to Barham Rd",
        "short": "S523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S52-4-sj2-1",
        "label": "S524",
        "long": "Deniliquin Schools to McCrabb Rd via Walliston",
        "short": "S524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S52-5-sj2-1",
        "label": "S525",
        "long": "Echuca Schools to Mathoura",
        "short": "S525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S52-6-sj2-1",
        "label": "S526",
        "long": "Moama and Echuca Schools to Moama via Kilkerrin Dr",
        "short": "S526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S52-7-sj2-1",
        "label": "S527",
        "long": "St Joseph's College to Bunnaloo via Moama",
        "short": "S527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S52-8-sj2-1",
        "label": "S528",
        "long": "Echuca and Moama Schools to Bunnaloo via Womboota",
        "short": "S528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S52-9-sj2-1",
        "label": "S529",
        "long": "Echuca and Moama Schools to Cumeroogunja",
        "short": "S529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S53-0-sj2-1",
        "label": "S530",
        "long": "Hay Schools to Booroorban",
        "short": "S530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S53-1-sj2-1",
        "label": "S531",
        "long": "Finley Schools to Berrigan",
        "short": "S531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S53-2-sj2-1",
        "label": "S532",
        "long": "Deniliuin Schools to Blightly via Tuppal",
        "short": "S532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S53-3-sj2-1",
        "label": "S533",
        "long": "Wakool Burraboi Public to Burraboi",
        "short": "S533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S53-4-sj2-1",
        "label": "S534",
        "long": "Hay Schools to Maude",
        "short": "S534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S53-5-sj2-1",
        "label": "S535",
        "long": "Bunnaloo Public to Caldwell",
        "short": "S535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S53-6-sj2-1",
        "label": "S536",
        "long": "Balranald Schools to Oxley Rd",
        "short": "S536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S53-7-sj2-1",
        "label": "S537",
        "long": "Mayrung Public to Deniquin",
        "short": "S537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S53-8-sj2-1",
        "label": "S538",
        "long": "Deniliquin Schools to Conargo",
        "short": "S538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S53-9-sj2-1",
        "label": "S539",
        "long": "Findley Schools to Newell Hwy Jerilderie",
        "short": "S539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S54-0-sj2-1",
        "label": "S540",
        "long": "Finley Schools to Berrigan Rd Jerilderie",
        "short": "S540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S54-1-sj2-1",
        "label": "S541",
        "long": "Hay Schools to Stuart Hwy Maude",
        "short": "S541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S54-2-sj2-1",
        "label": "S542",
        "long": "Deniliquin Schools to Morago",
        "short": "S542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S54-3-sj2-1",
        "label": "S543",
        "long": "Echuca and Moama Schools to Mathoura",
        "short": "S543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S54-4-sj2-1",
        "label": "S544",
        "long": "Deniliquin Schools to Calimo",
        "short": "S544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S54-5-sj2-1",
        "label": "S545",
        "long": "Deniliquin Schools to Wakool Rd via Brassi Rd",
        "short": "S545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S54-6-sj2-1",
        "label": "S546",
        "long": "Deniliquin Schools to Wanganella",
        "short": "S546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S54-7-sj2-1",
        "label": "S547",
        "long": "Conargo and Deniliquin North Public to Deniliquin",
        "short": "S547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S54-8-sj2-1",
        "label": "S548",
        "long": "Bunnaloo Public to Moama via Thyra Rd",
        "short": "S548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S54-9-sj2-1",
        "label": "S549",
        "long": "Moama Anglican Grammar to Mathoura",
        "short": "S549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S55-0-sj2-1",
        "label": "S550",
        "long": "Deniliquin Schools to Hyde St via Hay Rd",
        "short": "S550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S55-1-sj2-1",
        "label": "S551",
        "long": "Deniliquin Schools to Box St via River St",
        "short": "S551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S55-2-sj2-1",
        "label": "S552",
        "long": "Deniliquin Schools to Deniliquin East",
        "short": "S552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S55-3-sj2-1",
        "label": "S553",
        "long": "Deniliquin Schools to Deniliquin West",
        "short": "S553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S55-4-sj2-1",
        "label": "S554",
        "long": "Deniliquin Schools to Mathoura and Deniliquin via Scott Rogers Rd",
        "short": "S554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S55-5-sj2-1",
        "label": "S555",
        "long": "Deniliquin Schools to Mathoura and Deniliquin",
        "short": "S555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S60-0-sj2-1",
        "label": "S600",
        "long": "Tumut Schools to Blowering Dam Access Rd via Tumut Plains",
        "short": "S600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S60-1-sj2-1",
        "label": "S601",
        "long": "Tumut Schools to Talbingo",
        "short": "S601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S60-2-sj2-1",
        "label": "S602",
        "long": "Tumut Schools to Gilmore",
        "short": "S602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S60-3-sj2-1",
        "label": "S603",
        "long": "Adelong Public to Ellerslie via Yaven Creek",
        "short": "S603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S60-4-sj2-1",
        "label": "S604",
        "long": "Tumut Schools to Brungle Creek",
        "short": "S604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S60-5-sj2-1",
        "label": "S605",
        "long": "Tumut Schools to Mt Horeb via Adelong",
        "short": "S605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S60-6-sj2-1",
        "label": "S606",
        "long": "Tumut Schools to Gundagai via Gocup",
        "short": "S606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S60-7-sj2-1",
        "label": "S607",
        "long": "Tumut Schools to Adjungbilly via Tumorrama",
        "short": "S607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S60-8-sj2-1",
        "label": "S608",
        "long": "Tumut Schools to Batlow",
        "short": "S608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S60-9-sj2-1",
        "label": "S609",
        "long": "Tumut Schools to Tumut Town",
        "short": "S609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S61-0-sj2-1",
        "label": "S610",
        "long": "Tumut Schools to Bondo via Mundongo",
        "short": "S610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S61-1-sj2-1",
        "label": "S611",
        "long": "Tumut Schools to Goobarragandra via Lacmalac",
        "short": "S611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S61-2-sj2-1",
        "label": "S612",
        "long": "Tumut Schools to Wondalga via Adelong",
        "short": "S612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S61-3-sj2-1",
        "label": "S613",
        "long": "Tumut Schools to Ellerslie via Adelong",
        "short": "S613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S66-6-sj2-1",
        "label": "S666",
        "long": "Barham Schools to Moulamein",
        "short": "S666",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S66-7-sj2-1",
        "label": "S667",
        "long": "Barham Schools to Rangemore Rd",
        "short": "S667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S66-8-sj2-1",
        "label": "S668",
        "long": "Barham Schools to Wakool",
        "short": "S668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S66-9-sj2-1",
        "label": "S669",
        "long": "Barham Schools to Gonn Rd",
        "short": "S669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S67-0-sj2-1",
        "label": "S670",
        "long": "Barham Schools to Burraboi",
        "short": "S670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S67-1-sj2-1",
        "label": "S671",
        "long": "Barham Schools to East Barham",
        "short": "S671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S75-0-sj2-1",
        "label": "S750",
        "long": "Henty Kendalls Rd to Yerong Creek McRories Rd",
        "short": "S750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S75-1-sj2-1",
        "label": "S751",
        "long": "Henty Schools to Bahrs Rd via Cookardinia Rd",
        "short": "S751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S75-2-sj2-1",
        "label": "S752",
        "long": "Henty Schools to Dick Knobels Rd via Grubben Rd",
        "short": "S752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S75-3-sj2-1",
        "label": "S753",
        "long": "Henty Schools to Munyabla via Culcairn",
        "short": "S753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S75-4-sj2-1",
        "label": "S754",
        "long": "Culcairn Schools to The Rock via Henty and Yerong Creek",
        "short": "S754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S75-5-sj2-1",
        "label": "S755",
        "long": "Culcairn Schools via Back Henty Rd",
        "short": "S755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S75-6-sj2-1",
        "label": "S756",
        "long": "Culcairn Schools to Henty via Henty Walla Rd",
        "short": "S756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S75-8-sj2-1",
        "label": "S758",
        "long": "Culcairn Schools to Westby Rd via Holbrook",
        "short": "S758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S75-9-sj2-1",
        "label": "S759",
        "long": "Culcairn Schools to Holbrook",
        "short": "S759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S76-0-sj2-1",
        "label": "S760",
        "long": "Culcairn Schools to Jingellic Rd via Holbrook",
        "short": "S760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S76-1-sj2-1",
        "label": "S761",
        "long": "Albury Schools to Holbrook via Old Hume Hwy",
        "short": "S761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S76-2-sj2-1",
        "label": "S762",
        "long": "Thurgoona Schools to Holbrook via Woomargama",
        "short": "S762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S76-4-sj2-1",
        "label": "S764",
        "long": "Burrumbuttock to Brocklesby via Balldale",
        "short": "S764",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S76-5-sj2-1",
        "label": "S765",
        "long": "Burrumbuttock PS to Howlong",
        "short": "S765",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S76-6-sj2-1",
        "label": "S766",
        "long": "Walla Walla Schools to Table Top via Gerogery West",
        "short": "S766",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S76-7-sj2-1",
        "label": "S767",
        "long": "Walla Walla Schools to Culcairn",
        "short": "S767",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S76-8-sj2-1",
        "label": "S768",
        "long": "Walla Walla Schools to Pleasant Hills via Alma Park",
        "short": "S768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S76-9-sj2-1",
        "label": "S769",
        "long": "Gerogery PS to Gerogery West",
        "short": "S769",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S77-0-sj2-1",
        "label": "S770",
        "long": "Holbrook Schools to Wantagong",
        "short": "S770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S77-1-sj2-1",
        "label": "S771",
        "long": "Walla Walla Schools to Henty",
        "short": "S771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S77-4-sj2-1",
        "label": "S774",
        "long": "Corowa Schools to Mulwala",
        "short": "S774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S77-5-sj2-1",
        "label": "S775",
        "long": "Howlong PS to Howlong via Kywong-Howlong Rd",
        "short": "S775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S77-6-sj2-1",
        "label": "S776",
        "long": "Albury Schools to Brocklesby via Kywong-Howlong Rd",
        "short": "S776",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S77-7-sj2-1",
        "label": "S777",
        "long": "Albury Schools to Splitters Creek",
        "short": "S777",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S77-8-sj2-1",
        "label": "S778",
        "long": "Corowa Schools to South Corowa",
        "short": "S778",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S77-9-sj2-1",
        "label": "S779",
        "long": "Corowa Schools to Collendina",
        "short": "S779",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S78-0-sj2-1",
        "label": "S780",
        "long": "Corowa Schools to Oaklads via Daysdale",
        "short": "S780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S78-1-sj2-1",
        "label": "S781",
        "long": "Corowa Schools to Buraja Rd Lowesdale via Redlands Rd",
        "short": "S781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S78-2-sj2-1",
        "label": "S782",
        "long": "Corowa Schools to Rand",
        "short": "S782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S78-3-sj2-1",
        "label": "S783",
        "long": "Corowa Schools to South Mahonga Lane via Federation Way",
        "short": "S783",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S78-4-sj2-1",
        "label": "S784",
        "long": "Albury Schools to Howlong via Riverina Hwy",
        "short": "S784",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S78-5-sj2-1",
        "label": "S785",
        "long": "Albury Schools to Howlong Kennedy St",
        "short": "S785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S78-6-sj2-1",
        "label": "S786",
        "long": "Corowa and South Corowa Schools to Wahgunyah Primary",
        "short": "S786",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S78-7-sj2-1",
        "label": "S787",
        "long": "Corowa Schools to Howlong-Goombargana Rd via Brocklesby",
        "short": "S787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S78-8-sj2-1",
        "label": "S788",
        "long": "Rutherglen Schools to Corowa via Federation Way",
        "short": "S788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S78-9-sj2-1",
        "label": "S789",
        "long": "Wahgunyah Primary to Rutherglen and Corowa",
        "short": "S789",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S79-0-sj2-1",
        "label": "S790",
        "long": "Rutherglen Schools to Howlong via Corowa",
        "short": "S790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S79-1-sj2-1",
        "label": "S791",
        "long": "Albury Schools to Albury Station",
        "short": "S791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S79-3-sj2-1",
        "label": "S793",
        "long": "Corowa Schools to Howlong via Riverina Hwy",
        "short": "S793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S79-4-sj2-1",
        "label": "S794",
        "long": "Albury and Thurgoona Schools via Riverina Hwy",
        "short": "S794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S79-5-sj2-1",
        "label": "S795",
        "long": "Oaklands Central to Jerilderie Oaklands Rd via Boonie Doon Rd",
        "short": "S795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S79-6-sj2-1",
        "label": "S796",
        "long": "Oaklands Central to Urana via Daysdale",
        "short": "S796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S80-1-sj2-1",
        "label": "S801",
        "long": "Hamilton Valley to North Albury and Albury Schools via Lavington",
        "short": "S801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S80-2-sj2-1",
        "label": "S802",
        "long": "Albury to North Albury and Albury Schools via Glenroy and Hamilton Valley",
        "short": "S802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S80-3-sj2-1",
        "label": "S803",
        "long": "Glenroy and Quicks Hill to North Albury and Albury Schools via Lavington",
        "short": "S803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S80-4-sj2-1",
        "label": "S804",
        "long": "Thurgoona to Albury and North Albury Schools via Quicks Hill",
        "short": "S804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S80-5-sj2-1",
        "label": "S805",
        "long": "North Albury to Albury Schools via Springdale Heights and Lavington",
        "short": "S805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S80-6-sj2-1",
        "label": "S806",
        "long": "Thurgoona to North Albury Schools via North Albury and Lavington",
        "short": "S806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S80-7-sj2-1",
        "label": "S807",
        "long": "Thurgoona to Albury Schools via Lavington",
        "short": "S807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S80-8-sj2-1",
        "label": "S808",
        "long": "Thurgoona to Albury Schools via Springdale Heights",
        "short": "S808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S80-9-sj2-1",
        "label": "S809",
        "long": "Thurgoona to James Fallon HS via Corrys Rd",
        "short": "S809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S81-0-sj2-1",
        "label": "S810",
        "long": "Glenroy and Hamilton Valley to Nth Albury and Albury Schools via Lavington",
        "short": "S810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S81-1-sj2-1",
        "label": "S811",
        "long": "Glenroy to Lavington Schools and Glenroy PS",
        "short": "S811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S81-2-sj2-1",
        "label": "S812",
        "long": "Albury and North Albury to Thurgoona Schools via Lavington",
        "short": "S812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S81-3-sj2-1",
        "label": "S813",
        "long": "Thurgoona to Albury Schools via Sackville St",
        "short": "S813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S81-4-sj2-1",
        "label": "S814",
        "long": "Glenroy and N Albury to Thurgoona Schools via Hamilton Valley and Quicks Hill",
        "short": "S814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S81-5-sj2-1",
        "label": "S815",
        "long": "Albury and Glenroy to Thurgoona Schools via Lavington",
        "short": "S815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S81-6-sj2-1",
        "label": "S816",
        "long": "Thurgoona to Thurgoona Schools",
        "short": "S816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S82-1-sj2-1",
        "label": "S821",
        "long": "Albury and North Albury Schools to Lavington via Sackville St",
        "short": "S821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S82-2-sj2-1",
        "label": "S822",
        "long": "Albury and North Albury Schools to Glenroy via Macauley St",
        "short": "S822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S82-3-sj2-1",
        "label": "S823",
        "long": "Lavington and North Albury Schools to Lavington via Albury",
        "short": "S823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S82-4-sj2-1",
        "label": "S824",
        "long": "Albury and North Albury Schools to Thurgoona via Lavington",
        "short": "S824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S82-5-sj2-1",
        "label": "S825",
        "long": "North Albury and Lavington Schools to Thurgoona via Lavington",
        "short": "S825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S82-6-sj2-1",
        "label": "S826",
        "long": "N Albury and Lavington Schools to Glenroy via Lavington and Hamilton Valley",
        "short": "S826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S82-7-sj2-1",
        "label": "S827",
        "long": "Albury and North Albury Schools to Thurgoona via Lavington",
        "short": "S827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S82-8-sj2-1",
        "label": "S828",
        "long": "Lavington Schools to Thurgoona via Lavington",
        "short": "S828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S82-9-sj2-1",
        "label": "S829",
        "long": "Lavington Schools to Lavington, Albury, and Glenroy via North Albury",
        "short": "S829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S83-0-sj2-1",
        "label": "S830",
        "long": "Lavington and North Albury Schools to Springdale Heights via Lavington",
        "short": "S830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S83-1-sj2-1",
        "label": "S831",
        "long": "Albury and North Albury Schools to Thurgoona via Glenroy",
        "short": "S831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S83-2-sj2-1",
        "label": "S832",
        "long": "Albury and North Albury Schools to Thurgoona",
        "short": "S832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S83-3-sj2-1",
        "label": "S833",
        "long": "Thurgoona and Lavington Schools to Albury via Thurgoona",
        "short": "S833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S83-4-sj2-1",
        "label": "S834",
        "long": "Albury and North Albury Schools to Thurgoona via Lavington",
        "short": "S834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S83-5-sj2-1",
        "label": "S835",
        "long": "Thurgoona Schools to Thurgoona via Lavington and North Albury",
        "short": "S835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S83-6-sj2-1",
        "label": "S836",
        "long": "Thurgoona Schools to Lavington and Albury via Quicks Hill",
        "short": "S836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S83-7-sj2-1",
        "label": "S837",
        "long": "Trinity Anglican College to Kerr Rd via Thurgoona",
        "short": "S837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S83-8-sj2-1",
        "label": "S838",
        "long": "Thurgoona Schools to Hamilton Valley via Thurgoona, Glenroy, and N Albury",
        "short": "S838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S83-9-sj2-1",
        "label": "S839",
        "long": "Thurgoona Schools to Kerr Rd via Thurgoona",
        "short": "S839",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S84-0-sj2-1",
        "label": "S840",
        "long": "Jindera Schools to Lavington, N Albury, and E Albury via Springdale Heights",
        "short": "S840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S84-1-sj2-1",
        "label": "S841",
        "long": "Jindera Schools to Thurgoona via Lavington",
        "short": "S841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S84-2-sj2-1",
        "label": "S842",
        "long": "Jindera Schools to Albury via Hamilton Valley",
        "short": "S842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S84-3-sj2-1",
        "label": "S843",
        "long": "Walla Walla Schools to Albury via Jindera and Burrumbuttock",
        "short": "S843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S84-4-sj2-1",
        "label": "S844",
        "long": "Lavington PS to East Albury via Thurgoona",
        "short": "S844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S84-5-sj2-1",
        "label": "S845",
        "long": "Albury Schools to Culcairn via Gerogery Rd",
        "short": "S845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S84-6-sj2-1",
        "label": "S846",
        "long": "Thurgoona PS to Gerogery via Albury Schools",
        "short": "S846",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S84-7-sj2-1",
        "label": "S847",
        "long": "Lavington and Thurgoona Schools to Culcairn via Gerogery Rd",
        "short": "S847",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S84-8-sj2-1",
        "label": "S848",
        "long": "Lavington and Thurgoona Schools to Culcairn via Jindera and Walla",
        "short": "S848",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S84-9-sj2-1",
        "label": "S849",
        "long": "Albury Schools to Culcairn via Jindera, Glenellen, and Walla Walla",
        "short": "S849",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S85-0-sj2-1",
        "label": "S850",
        "long": "Jindera Schools to Culcairn via Burrumbuttock and Walla Walla",
        "short": "S850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S85-1-sj2-1",
        "label": "S851",
        "long": "Culcairn Schools to Table Top via Walla Walla and Jindera",
        "short": "S851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S85-2-sj2-1",
        "label": "S852",
        "long": "Culcairn Schools to Walbundrie via Scholz Rd",
        "short": "S852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S85-3-sj2-1",
        "label": "S853",
        "long": "Culcairn Schools to Henty Cookardinia Rd via Jennings Rd and Morven Rd",
        "short": "S853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S85-4-sj2-1",
        "label": "S854",
        "long": "Culcairn Schools to Gerogery West and Taylors Rd",
        "short": "S854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S85-5-sj2-1",
        "label": "S855",
        "long": "Culcairn Schools to Gerogery via Walla Walla",
        "short": "S855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S85-6-sj2-1",
        "label": "S856",
        "long": "Jindera Schools to Gerogery West via Glenellen and Gerogery",
        "short": "S856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S85-7-sj2-1",
        "label": "S857",
        "long": "Albury Schools to Table Top Lara Lakes Lane via Tynan Rd",
        "short": "S857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S85-8-sj2-1",
        "label": "S858",
        "long": "Table Top PS to Thurgoona via Lara Lakes and Table Top",
        "short": "S858",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S85-9-sj2-1",
        "label": "S859",
        "long": "Thurgoona and Lavington Schools to Wymah Rd via Table Top",
        "short": "S859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S86-0-sj2-1",
        "label": "S860",
        "long": "Albury Schools to Table Top via Table Top and Thurgoona",
        "short": "S860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S86-1-sj2-1",
        "label": "S861",
        "long": "Albury Schools to Jindera Dights Forest Rd via Molkentin Rd",
        "short": "S861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S86-2-sj2-1",
        "label": "S862",
        "long": "Albury and Lavington Schools to Burrumbuttock via Jindera",
        "short": "S862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S86-3-sj2-1",
        "label": "S863",
        "long": "Albury Schools to Rand via Lavington",
        "short": "S863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S86-6-sj2-1",
        "label": "S866",
        "long": "Yerong Creek to Geddes Lane and Mittagong Yerong Creek Rd",
        "short": "S866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S88-5-sj2-1",
        "label": "S885",
        "long": "Swan Hill Schools to Noorong Rd",
        "short": "S885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S88-6-sj2-1",
        "label": "S886",
        "long": "Swan Hill Schools to Speewa",
        "short": "S886",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S88-7-sj2-1",
        "label": "S887",
        "long": "Tooleybuc Central to Koraleigh",
        "short": "S887",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S88-8-sj2-1",
        "label": "S888",
        "long": "Swan Hill Schools to Moulamein",
        "short": "S888",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S88-9-sj2-1",
        "label": "S889",
        "long": "Finley Schools to Mairjimmy",
        "short": "S889",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S89-0-sj2-1",
        "label": "S890",
        "long": "Tooleybuc Central to Koraleigh Sheriff Rd",
        "short": "S890",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S89-1-sj2-1",
        "label": "S891",
        "long": "Tooleybuc Central to Kyalite",
        "short": "S891",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S89-4-sj2-1",
        "label": "S894",
        "long": "Tumbarumba Schools to Taradale via Courabyra",
        "short": "S894",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S89-5-sj2-1",
        "label": "S895",
        "long": "Tumbarumba Schools to Tooma via Maragle",
        "short": "S895",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S90-1-sj2-1",
        "label": "S901",
        "long": "Albury PS to Day St via West and South Albury",
        "short": "S901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S90-2-sj2-1",
        "label": "S902",
        "long": "East St to Albury Schools via Doctors Point Rd",
        "short": "S902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S90-3-sj2-1",
        "label": "S903",
        "long": "Albury Schools to East St",
        "short": "S903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S90-4-sj2-1",
        "label": "S904",
        "long": "Day St to Albury Schools via Wodonga Water Tower Park",
        "short": "S904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S90-5-sj2-1",
        "label": "S905",
        "long": "Albury Schools to Bonegilla via Wirlinga and Lake Hume Village",
        "short": "S905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S90-6-sj2-1",
        "label": "S906",
        "long": "Schubach St to Albury Schools",
        "short": "S906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S90-9-sj2-1",
        "label": "S909",
        "long": "Lake Hume Village to Wodonga Schools via Riverina Hwy",
        "short": "S909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S91-0-sj2-1",
        "label": "S910",
        "long": "Albury Schools to Wodonga Water Tower Interchange",
        "short": "S910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S91-3-sj2-1",
        "label": "S913",
        "long": "Wodonga Schools to West Albury via Albury HS",
        "short": "S913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S91-4-sj2-1",
        "label": "S914",
        "long": "Wodonga to Albury and Thurgoona Schools",
        "short": "S914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S91-5-sj2-1",
        "label": "S915",
        "long": "Albury and Thurgoona Schools to Wodonga",
        "short": "S915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S91-7-sj2-1",
        "label": "S917",
        "long": "West Albury to Albury Schools via Day St",
        "short": "S917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S91-8-sj2-1",
        "label": "S918",
        "long": "Albury Schools to Wodonga",
        "short": "S918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S91-9-sj2-1",
        "label": "S919",
        "long": "Wodonga Library to Wodonga Birallee Exchange via Albury",
        "short": "S919",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S92-0-sj2-1",
        "label": "S920",
        "long": "Atkins St to Albury Schools via Thurgoona",
        "short": "S920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S92-1-sj2-1",
        "label": "S921",
        "long": "Albury PS to David St via Thurgoona",
        "short": "S921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S93-3-sj2-1",
        "label": "S933",
        "long": "St Mary's Catholic Primary to Ardrossan Rd and Old Tumbarumba Rd",
        "short": "S933",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S93-5-sj2-1",
        "label": "S935",
        "long": "St Mary's Catholic Primary to Laurel Hill via Kunama",
        "short": "S935",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S93-6-sj2-1",
        "label": "S936",
        "long": "St Mary's Catholic Primary to Adelong via East Batlow",
        "short": "S936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S93-8-sj2-1",
        "label": "S938",
        "long": "Moulamein Public to Balranald Rd and Pretty Pine Rd",
        "short": "S938",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S93-9-sj2-1",
        "label": "S939",
        "long": "Moulamein Public to Swan Hill Rd and Moulamein Rd",
        "short": "S939",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S94-1-sj2-1",
        "label": "S941",
        "long": "Walbundrie Public to Brocklesby",
        "short": "S941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S94-5-sj2-1",
        "label": "S945",
        "long": "Yarrawonga Schools and Mulwala Public to Mulwala via Drain Lane",
        "short": "S945",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S94-6-sj2-1",
        "label": "S946",
        "long": "Yarrawonga Schools and Mulwala Public to Boomanoomana",
        "short": "S946",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S94-7-sj2-1",
        "label": "S947",
        "long": "Yarrawonga Schools and Mulwala Public to Mulwala via Wanani Rd",
        "short": "S947",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "75-S94-8-sj2-1",
        "label": "S948",
        "long": "Yarrawonga Schools and Mulwala Public to Mulwala via Tocumwal Rd",
        "short": "S948",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-135-sj2-1",
        "label": "135",
        "long": "Broadmeadow to Taree Manning Mall",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-136-sj2-1",
        "label": "136",
        "long": "Taree Manning Mall to Broadmeadow",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-141-sj2-1",
        "label": "141",
        "long": "Grafton Market Square to Moree Town",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-142-sj2-1",
        "label": "142",
        "long": "Moree Town to Grafton Market Square",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-143-sj2-1",
        "label": "143",
        "long": "Grafton Market Square to Ballina",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-144-sj2-1",
        "label": "144",
        "long": "Ballina to Grafton Market Square",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-161-sj2-1",
        "label": "161",
        "long": "Casino to Surfers Paradise",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-162-sj2-1",
        "label": "162",
        "long": "Tweed Heads to Casino",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-164-sj2-1",
        "label": "164",
        "long": "Surfers Paradise to Casino",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-165-sj2-1",
        "label": "165",
        "long": "Casino to Tweed Heads",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-167-sj2-1",
        "label": "167",
        "long": "Casino to Tweed Heads",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-168-sj2-1",
        "label": "168",
        "long": "Tweed Heads to Casino",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-172-sj2-1",
        "label": "172",
        "long": "Surfers Paradise to Casino",
        "short": "172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-173-sj2-1",
        "label": "173",
        "long": "Casino to Surfers Paradise",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-175-sj2-1",
        "label": "175",
        "long": "Casino to Roma Street (Brisbane)",
        "short": "175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-176-sj2-1",
        "label": "176",
        "long": "Roma Street (Brisbane) to Casino",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-181-sj2-1",
        "label": "181",
        "long": "Wauchope to Port Macquarie",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-182-sj2-1",
        "label": "182",
        "long": "Port Macquarie to Wauchope",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-183-sj2-1",
        "label": "183",
        "long": "Wauchope to Port Macquarie",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-184-sj2-1",
        "label": "184",
        "long": "Port Macquarie to Wauchope",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-185-sj2-1",
        "label": "185",
        "long": "Macksville to Nambucca Heads",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-186-sj2-1",
        "label": "186",
        "long": "Nambucca Heads to Macksville",
        "short": "186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-187-sj2-1",
        "label": "187",
        "long": "Wauchope to Port Macquarie",
        "short": "187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-188-sj2-1",
        "label": "188",
        "long": "Port Macquarie to Wauchope",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-223-sj2-1",
        "label": "223",
        "long": "223",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-224-sj2-1",
        "label": "224",
        "long": "224",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-230-1-sj2-1",
        "label": "2301",
        "long": "Central to Armidale",
        "short": "2301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-230-3-sj2-1",
        "label": "2303",
        "long": "Central to Armidale",
        "short": "2303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-230-5-sj2-1",
        "label": "2305",
        "long": "Central to Tamworth",
        "short": "2305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-233-1-sj2-1",
        "label": "2331",
        "long": "Werris Creek to Armidale",
        "short": "2331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-233-3-sj2-1",
        "label": "2333",
        "long": "Werris Creek to Armidale",
        "short": "2333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-233-5-sj2-1",
        "label": "2335",
        "long": "Werris Creek to Armidale",
        "short": "2335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-237-1-sj2-1",
        "label": "2371",
        "long": "Central to Broadmeadow",
        "short": "2371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-237-3-sj2-1",
        "label": "2373",
        "long": "Central to Broadmeadow",
        "short": "2373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-237-5-sj2-1",
        "label": "2375",
        "long": "Gosford to Broadmeadow",
        "short": "2375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-240-2-sj2-1",
        "label": "2402",
        "long": "Armidale to Central",
        "short": "2402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-240-4-sj2-1",
        "label": "2404",
        "long": "Armidale to Central",
        "short": "2404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-240-6-sj2-1",
        "label": "2406",
        "long": "Tamworth to Central",
        "short": "2406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-243-2-sj2-1",
        "label": "2432",
        "long": "Armidale to Werris Creek",
        "short": "2432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-243-4-sj2-1",
        "label": "2434",
        "long": "Armidale to Werris Creek",
        "short": "2434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-243-6-sj2-1",
        "label": "2436",
        "long": "Armidale to Werris Creek",
        "short": "2436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-243-sj2-1",
        "label": "243",
        "long": "243",
        "short": "243",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-244-sj2-1",
        "label": "244",
        "long": "244",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-247-2-sj2-1",
        "label": "2472",
        "long": "Broadmeadow to Central",
        "short": "2472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-247-4-sj2-1",
        "label": "2474",
        "long": "Broadmeadow to Central",
        "short": "2474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-247-6-sj2-1",
        "label": "2476",
        "long": "Broadmeadow to Gosford",
        "short": "2476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-31-sj2-1",
        "label": "31",
        "long": "31",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-311-3-sj2-1",
        "label": "3113",
        "long": "Casino to Roma Street (Brisbane)",
        "short": "3113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-311-5-sj2-1",
        "label": "3115",
        "long": "Casino to Roma Street (Brisbane)",
        "short": "3115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-311-sj2-1",
        "label": "311",
        "long": "Tamworth to Inverell",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-312-sj2-1",
        "label": "312",
        "long": "Inverell to Tamworth",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-313-sj2-1",
        "label": "313",
        "long": "Walcha Road to Walcha",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-314-sj2-1",
        "label": "314",
        "long": "Walcha to Walcha Road",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-317-1-sj2-1",
        "label": "3171",
        "long": "Central to Broadmeadow",
        "short": "3171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-317-3-sj2-1",
        "label": "3173",
        "long": "Central to Broadmeadow",
        "short": "3173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-317-5-sj2-1",
        "label": "3175",
        "long": "Central to Broadmeadow",
        "short": "3175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-32-sj2-1",
        "label": "32",
        "long": "32",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-320-0-sj2-1",
        "label": "3200",
        "long": "Roma Street (Brisbane) to Casino",
        "short": "3200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-320-2-sj2-1",
        "label": "3202",
        "long": "Roma Street (Brisbane) to Casino",
        "short": "3202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-327-2-sj2-1",
        "label": "3272",
        "long": "Broadmeadow to Central",
        "short": "3272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-327-4-sj2-1",
        "label": "3274",
        "long": "Broadmeadow to Central",
        "short": "3274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-327-6-sj2-1",
        "label": "3276",
        "long": "Broadmeadow to Central",
        "short": "3276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-327-sj2-1",
        "label": "327",
        "long": "Armidale Central Mall to Tenterfield",
        "short": "327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-328-sj2-1",
        "label": "328",
        "long": "Tenterfield to Armidale Central Mall",
        "short": "328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-329-sj2-1",
        "label": "329",
        "long": "Narrabri to Burren Junction",
        "short": "329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-33-sj2-1",
        "label": "33",
        "long": "33",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-330-sj2-1",
        "label": "330",
        "long": "Burren Junction to Narrabri",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-331-sj2-1",
        "label": "331",
        "long": "Narrabri to Wee Waa",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-332-sj2-1",
        "label": "332",
        "long": "Wee Waa to Narrabri",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-333-sj2-1",
        "label": "333",
        "long": "Narrabri to Wee Waa",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-334-sj2-1",
        "label": "334",
        "long": "Wee Waa to Narrabri",
        "short": "334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-335-sj2-1",
        "label": "335",
        "long": "Narrabri to Burren Junction",
        "short": "335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-336-sj2-1",
        "label": "336",
        "long": "Burren Junction to Narrabri",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-337-1-sj2-1",
        "label": "3371",
        "long": "Central to Broadmeadow",
        "short": "3371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-337-3-sj2-1",
        "label": "3373",
        "long": "Central to Broadmeadow",
        "short": "3373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-337-5-sj2-1",
        "label": "3375",
        "long": "Central to Broadmeadow",
        "short": "3375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-337-sj2-1",
        "label": "337",
        "long": "Armidale Central Mall to Inverell",
        "short": "337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-338-sj2-1",
        "label": "338",
        "long": "Inverell to Armidale Central Mall",
        "short": "338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-34-sj2-1",
        "label": "34",
        "long": "34",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-347-2-sj2-1",
        "label": "3472",
        "long": "Broadmeadow to Central",
        "short": "3472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-347-4-sj2-1",
        "label": "3474",
        "long": "Broadmeadow to Central",
        "short": "3474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-347-6-sj2-1",
        "label": "3476",
        "long": "Broadmeadow to Central",
        "short": "3476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-35-sj2-1",
        "label": "35",
        "long": "35",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-351-sj2-1",
        "label": "351",
        "long": "Muswellbrook to Tamworth",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-352-sj2-1",
        "label": "352",
        "long": "Tamworth to Muswellbrook",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-357-1-sj2-1",
        "label": "3571",
        "long": "Central to Broadmeadow",
        "short": "3571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-357-3-sj2-1",
        "label": "3573",
        "long": "Central to Broadmeadow",
        "short": "3573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-357-5-sj2-1",
        "label": "3575",
        "long": "Central to Broadmeadow",
        "short": "3575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-36-sj2-1",
        "label": "36",
        "long": "36",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-361-sj2-1",
        "label": "361",
        "long": "Dubbo to Tamworth",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-362-sj2-1",
        "label": "362",
        "long": "Tamworth to Dubbo",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-367-2-sj2-1",
        "label": "3672",
        "long": "Broadmeadow to Central",
        "short": "3672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-367-4-sj2-1",
        "label": "3674",
        "long": "Broadmeadow to Central",
        "short": "3674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-367-6-sj2-1",
        "label": "3676",
        "long": "Broadmeadow to Central",
        "short": "3676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-371-sj2-1",
        "label": "371",
        "long": "Port Macquarie to Tamworth",
        "short": "371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-372-sj2-1",
        "label": "372",
        "long": "Tamworth to Port Macquarie",
        "short": "372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-373-sj2-1",
        "label": "373",
        "long": "Port Macquarie to Tamworth",
        "short": "373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-374-sj2-1",
        "label": "374",
        "long": "Tamworth to Port Macquarie",
        "short": "374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-375-sj2-1",
        "label": "375",
        "long": "Port Macquarie to Armidale Central Mall",
        "short": "375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-376-sj2-1",
        "label": "376",
        "long": "Armidale Central Mall to Port Macquarie",
        "short": "376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-410-1-sj2-1",
        "label": "4101",
        "long": "Central to Griffith",
        "short": "4101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-410-3-sj2-1",
        "label": "4103",
        "long": "Central to Griffith",
        "short": "4103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-420-2-sj2-1",
        "label": "4202",
        "long": "Griffith to Central",
        "short": "4202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-420-4-sj2-1",
        "label": "4204",
        "long": "Griffith to Central",
        "short": "4204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-427-sj2-1",
        "label": "427",
        "long": "427",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-428-sj2-1",
        "label": "428",
        "long": "428",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-431-5-sj2-1",
        "label": "4315",
        "long": "Central to Moree",
        "short": "4315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-431-7-sj2-1",
        "label": "4317",
        "long": "Central to Moree",
        "short": "4317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-431-9-sj2-1",
        "label": "4319",
        "long": "Gosford to Muswellbrook",
        "short": "4319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-437-1-sj2-1",
        "label": "4371",
        "long": "Central to Broadmeadow",
        "short": "4371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-437-3-sj2-1",
        "label": "4373",
        "long": "Central to Broadmeadow",
        "short": "4373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-441-6-sj2-1",
        "label": "4416",
        "long": "Moree to Central",
        "short": "4416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-441-8-sj2-1",
        "label": "4418",
        "long": "Moree to Central",
        "short": "4418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-442-0-sj2-1",
        "label": "4420",
        "long": "Muswellbrook to Gosford",
        "short": "4420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-445-sj2-1",
        "label": "445",
        "long": "445",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-446-sj2-1",
        "label": "446",
        "long": "446",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-447-2-sj2-1",
        "label": "4472",
        "long": "Broadmeadow to Central",
        "short": "4472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-447-4-sj2-1",
        "label": "4474",
        "long": "Broadmeadow to Central",
        "short": "4474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-511-sj2-1",
        "label": "511",
        "long": "Dubbo to Bourke",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-512-sj2-1",
        "label": "512",
        "long": "Bourke to Dubbo",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-513-sj2-1",
        "label": "513",
        "long": "Dubbo to Lightning Ridge",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-514-sj2-1",
        "label": "514",
        "long": "Lightning Ridge to Dubbo",
        "short": "514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-516-sj2-1",
        "label": "516",
        "long": "Lightning Ridge to Dubbo",
        "short": "516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-517-sj2-1",
        "label": "517",
        "long": "Coolabah to Brewarrina",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-518-sj2-1",
        "label": "518",
        "long": "Brewarrina to Coolabah",
        "short": "518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-519-sj2-1",
        "label": "519",
        "long": "Orange to Parkes",
        "short": "519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-520-sj2-1",
        "label": "520",
        "long": "Parkes to Orange",
        "short": "520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-521-sj2-1",
        "label": "521",
        "long": "Orange to Parkes",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-522-sj2-1",
        "label": "522",
        "long": "Parkes to Orange",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-523-sj2-1",
        "label": "523",
        "long": "Dubbo to Bourke",
        "short": "523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-524-sj2-1",
        "label": "524",
        "long": "Bourke to Dubbo",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-525-sj2-1",
        "label": "525",
        "long": "Coolabah to Brewarrina",
        "short": "525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-526-sj2-1",
        "label": "526",
        "long": "Brewarrina to Coolabah",
        "short": "526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-531-sj2-1",
        "label": "531",
        "long": "Bathurst to Grenfell",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-532-sj2-1",
        "label": "532",
        "long": "Grenfell to Bathurst",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-534-sj2-1",
        "label": "534",
        "long": "Bathurst to Lithgow",
        "short": "534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-539-sj2-1",
        "label": "539",
        "long": "Lithgow to Coonabarabran",
        "short": "539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-540-sj2-1",
        "label": "540",
        "long": "Coonabarabran to Lithgow",
        "short": "540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-541-sj2-1",
        "label": "541",
        "long": "Lithgow to Gulgong",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-543-sj2-1",
        "label": "543",
        "long": "Lithgow to Gulgong",
        "short": "543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-544-sj2-1",
        "label": "544",
        "long": "Gulgong to Lithgow",
        "short": "544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-545-sj2-1",
        "label": "545",
        "long": "Lithgow to Coonabarabran",
        "short": "545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-546-sj2-1",
        "label": "546",
        "long": "Coonabarabran to Lithgow",
        "short": "546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-547-sj2-1",
        "label": "547",
        "long": "Lithgow to Coonabarabran",
        "short": "547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-549-sj2-1",
        "label": "549",
        "long": "Lithgow to Coonabarabran",
        "short": "549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-550-sj2-1",
        "label": "550",
        "long": "Grenfell to Lithgow",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-551-sj2-1",
        "label": "551",
        "long": "Lithgow to Grenfell",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-553-sj2-1",
        "label": "553",
        "long": "Lithgow to Grenfell",
        "short": "553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-561-sj2-1",
        "label": "561",
        "long": "Lithgow to Orange",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-562-sj2-1",
        "label": "562",
        "long": "Orange to Bathurst",
        "short": "562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-563-sj2-1",
        "label": "563",
        "long": "Lithgow to Orange",
        "short": "563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-564-sj2-1",
        "label": "564",
        "long": "Orange to Lithgow",
        "short": "564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-565-sj2-1",
        "label": "565",
        "long": "Lithgow to Orange",
        "short": "565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-566-sj2-1",
        "label": "566",
        "long": "Orange to Lithgow",
        "short": "566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-567-sj2-1",
        "label": "567",
        "long": "Lithgow to Orange",
        "short": "567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-568-sj2-1",
        "label": "568",
        "long": "Orange to Lithgow",
        "short": "568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-569-sj2-1",
        "label": "569",
        "long": "Lithgow to Nyngan",
        "short": "569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-570-sj2-1",
        "label": "570",
        "long": "Nyngan to Lithgow",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-571-sj2-1",
        "label": "571",
        "long": "Lithgow to Parkes",
        "short": "571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-572-sj2-1",
        "label": "572",
        "long": "Parkes to Lithgow",
        "short": "572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-573-sj2-1",
        "label": "573",
        "long": "Lithgow to Baradine",
        "short": "573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-574-sj2-1",
        "label": "574",
        "long": "Baradine to Lithgow",
        "short": "574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-575-sj2-1",
        "label": "575",
        "long": "Lithgow to Gulgong",
        "short": "575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-576-sj2-1",
        "label": "576",
        "long": "Gulgong to Lithgow",
        "short": "576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-583-sj2-1",
        "label": "583",
        "long": "Broken Hill Town to Adelaide Central Bus Station",
        "short": "583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-584-sj2-1",
        "label": "584",
        "long": "Royal Adelaide Hospital to Broken Hill Town",
        "short": "584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-585-sj2-1",
        "label": "585",
        "long": "Broken Hill Town to Mildura",
        "short": "585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-586-sj2-1",
        "label": "586",
        "long": "Mildura to Broken Hill Town",
        "short": "586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-587-sj2-1",
        "label": "587",
        "long": "Broken Hill Town to Mildura",
        "short": "587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-588-sj2-1",
        "label": "588",
        "long": "Mildura to Broken Hill Town",
        "short": "588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-589-sj2-1",
        "label": "589",
        "long": "Dubbo to Broken Hill Town",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-590-sj2-1",
        "label": "590",
        "long": "Broken Hill Town to Dubbo",
        "short": "590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-591-sj2-1",
        "label": "591",
        "long": "Lithgow to Dubbo",
        "short": "591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-592-sj2-1",
        "label": "592",
        "long": "Dubbo to Lithgow",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-594-sj2-1",
        "label": "594",
        "long": "Broken Hill Town to Dubbo",
        "short": "594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-595-sj2-1",
        "label": "595",
        "long": "Parkes to Condobolin Town",
        "short": "595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-596-sj2-1",
        "label": "596",
        "long": "Condobolin Town to Parkes",
        "short": "596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-597-sj2-1",
        "label": "597",
        "long": "Bathurst to Orange",
        "short": "597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-598-sj2-1",
        "label": "598",
        "long": "Orange to Bathurst",
        "short": "598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-599-sj2-1",
        "label": "599",
        "long": "Bathurst to Orange",
        "short": "599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-600-sj2-1",
        "label": "600",
        "long": "Orange to Bathurst",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-610-1-sj2-1",
        "label": "6101",
        "long": "Central to Southern Cross (Melbourne)",
        "short": "6101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-610-3-sj2-1",
        "label": "6103",
        "long": "Central to Southern Cross (Melbourne)",
        "short": "6103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-610-5-sj2-1",
        "label": "6105",
        "long": "Central to Southern Cross (Melbourne)",
        "short": "6105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-610-7-sj2-1",
        "label": "6107",
        "long": "Central to Southern Cross (Melbourne)",
        "short": "6107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-620-2-sj2-1",
        "label": "6202",
        "long": "Southern Cross (Melbourne) to Central",
        "short": "6202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-620-4-sj2-1",
        "label": "6204",
        "long": "Southern Cross (Melbourne) to Central",
        "short": "6204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-620-6-sj2-1",
        "label": "6206",
        "long": "Southern Cross (Melbourne) to Central",
        "short": "6206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-620-8-sj2-1",
        "label": "6208",
        "long": "Southern Cross (Melbourne) to Central",
        "short": "6208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-621-sj2-1",
        "label": "621",
        "long": "621",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-622-sj2-1",
        "label": "622",
        "long": "622",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-623-2-sj2-1",
        "label": "6232",
        "long": "Albury to Central",
        "short": "6232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-623-4-sj2-1",
        "label": "6234",
        "long": "Albury to Central",
        "short": "6234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-623-6-sj2-1",
        "label": "6236",
        "long": "Albury to Central",
        "short": "6236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-623-8-sj2-1",
        "label": "6238",
        "long": "Albury to Central",
        "short": "6238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-623-sj2-1",
        "label": "623",
        "long": "623",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-624-sj2-1",
        "label": "624",
        "long": "624",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-630-1-sj2-1",
        "label": "6301",
        "long": "Central to Southern Cross (Melbourne)",
        "short": "6301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-630-3-sj2-1",
        "label": "6303",
        "long": "Central to Southern Cross (Melbourne)",
        "short": "6303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-630-5-sj2-1",
        "label": "6305",
        "long": "Central to Southern Cross (Melbourne)",
        "short": "6305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-630-7-sj2-1",
        "label": "6307",
        "long": "Central to Southern Cross (Melbourne)",
        "short": "6307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-630-9-sj2-1",
        "label": "6309",
        "long": "Central to Wagga Wagga",
        "short": "6309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-631-sj2-1",
        "label": "631",
        "long": "631",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-632-sj2-1",
        "label": "632",
        "long": "632",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-633-1-sj2-1",
        "label": "6331",
        "long": "Central to Albury",
        "short": "6331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-633-3-sj2-1",
        "label": "6333",
        "long": "Central to Albury",
        "short": "6333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-633-5-sj2-1",
        "label": "6335",
        "long": "Central to Albury",
        "short": "6335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-633-7-sj2-1",
        "label": "6337",
        "long": "Central to Albury",
        "short": "6337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-633-9-sj2-1",
        "label": "6339",
        "long": "Cootamundra to Southern Cross (Melbourne)",
        "short": "6339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-633-sj2-1",
        "label": "633",
        "long": "633",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-634-sj2-1",
        "label": "634",
        "long": "634",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-635-sj2-1",
        "label": "635",
        "long": "635",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-636-sj2-1",
        "label": "636",
        "long": "636",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-640-2-sj2-1",
        "label": "6402",
        "long": "Southern Cross (Melbourne) to Central",
        "short": "6402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-640-4-sj2-1",
        "label": "6404",
        "long": "Southern Cross (Melbourne) to Central",
        "short": "6404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-640-6-sj2-1",
        "label": "6406",
        "long": "Southern Cross (Melbourne) to Central",
        "short": "6406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-640-8-sj2-1",
        "label": "6408",
        "long": "Southern Cross (Melbourne) to Central",
        "short": "6408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-641-0-sj2-1",
        "label": "6410",
        "long": "Wagga Wagga to Central",
        "short": "6410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-641-sj2-1",
        "label": "641",
        "long": "641",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-643-sj2-1",
        "label": "643",
        "long": "643",
        "short": "643",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E56E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-644-sj2-1",
        "label": "644",
        "long": "644",
        "short": "644",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-701-sj2-1",
        "label": "701",
        "long": "Queanbeyan Bus Interchange to Wagga Wagga",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-702-sj2-1",
        "label": "702",
        "long": "Wagga Wagga to Queanbeyan Bus Interchange",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-703-sj2-1",
        "label": "703",
        "long": "Queanbeyan Bus Interchange to Wagga Wagga",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-704-sj2-1",
        "label": "704",
        "long": "Wagga Wagga to Queanbeyan Bus Interchange",
        "short": "704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-710-1-sj2-1",
        "label": "7101",
        "long": "Central to Canberra",
        "short": "7101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-710-3-sj2-1",
        "label": "7103",
        "long": "Central to Canberra",
        "short": "7103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-710-5-sj2-1",
        "label": "7105",
        "long": "Central to Canberra",
        "short": "7105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-719-sj2-1",
        "label": "719",
        "long": "Wagga Wagga to Condobolin Town",
        "short": "719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-720-2-sj2-1",
        "label": "7202",
        "long": "Canberra to Central",
        "short": "7202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-720-4-sj2-1",
        "label": "7204",
        "long": "Canberra to Central",
        "short": "7204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-720-6-sj2-1",
        "label": "7206",
        "long": "Canberra to Central",
        "short": "7206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-720-sj2-1",
        "label": "720",
        "long": "Condobolin Town to Wagga Wagga",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-722-sj2-1",
        "label": "722",
        "long": "Condobolin Town to Wagga Wagga",
        "short": "722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-723-sj2-1",
        "label": "723",
        "long": "Cootamundra to Tumbarumba",
        "short": "723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-724-sj2-1",
        "label": "724",
        "long": "Tumbarumba to Cootamundra",
        "short": "724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-725-sj2-1",
        "label": "725",
        "long": "Cootamundra to Griffith",
        "short": "725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-726-sj2-1",
        "label": "726",
        "long": "Griffith to Cootamundra",
        "short": "726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-727-sj2-1",
        "label": "727",
        "long": "Wagga Wagga to Tumbarumba",
        "short": "727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-728-sj2-1",
        "label": "728",
        "long": "Tumbarumba to Wagga Wagga",
        "short": "728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-729-sj2-1",
        "label": "729",
        "long": "Cootamundra to Tumbarumba",
        "short": "729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-730-1-sj2-1",
        "label": "7301",
        "long": "Central to Canberra",
        "short": "7301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-730-3-sj2-1",
        "label": "7303",
        "long": "Central to Canberra",
        "short": "7303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-730-5-sj2-1",
        "label": "7305",
        "long": "Central to Canberra",
        "short": "7305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-730-sj2-1",
        "label": "730",
        "long": "Tumbarumba to Cootamundra",
        "short": "730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-731-sj2-1",
        "label": "731",
        "long": "Wagga Wagga to Mildura Station",
        "short": "731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-732-sj2-1",
        "label": "732",
        "long": "Mildura Station to Wagga Wagga",
        "short": "732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-733-sj2-1",
        "label": "733",
        "long": "Wagga Wagga to Echuca",
        "short": "733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-734-sj2-1",
        "label": "734",
        "long": "Echuca to Wagga Wagga",
        "short": "734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-735-sj2-1",
        "label": "735",
        "long": "Wagga Wagga to Griffith",
        "short": "735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-736-sj2-1",
        "label": "736",
        "long": "Griffith to Wagga Wagga",
        "short": "736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-740-2-sj2-1",
        "label": "7402",
        "long": "Canberra to Central",
        "short": "7402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-740-4-sj2-1",
        "label": "7404",
        "long": "Canberra to Central",
        "short": "7404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-740-6-sj2-1",
        "label": "7406",
        "long": "Canberra to Central",
        "short": "7406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-741-sj2-1",
        "label": "741",
        "long": "Albury to Echuca",
        "short": "741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-742-sj2-1",
        "label": "742",
        "long": "Echuca to Albury",
        "short": "742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-749-sj2-1",
        "label": "749",
        "long": "Moss Vale to Wollongong",
        "short": "749",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-750-1-sj2-1",
        "label": "7501",
        "long": "Central to Canberra",
        "short": "7501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-750-3-sj2-1",
        "label": "7503",
        "long": "Central to Canberra",
        "short": "7503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-750-5-sj2-1",
        "label": "7505",
        "long": "Central to Canberra",
        "short": "7505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-751-sj2-1",
        "label": "751",
        "long": "Moss Vale to Wollongong",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-752-sj2-1",
        "label": "752",
        "long": "Wollongong to Moss Vale",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-754-sj2-1",
        "label": "754",
        "long": "Wollongong to Moss Vale",
        "short": "754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-755-sj2-1",
        "label": "755",
        "long": "Moss Vale to Wollongong",
        "short": "755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-756-sj2-1",
        "label": "756",
        "long": "Wollongong to Moss Vale",
        "short": "756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-760-2-sj2-1",
        "label": "7602",
        "long": "Canberra to Central",
        "short": "7602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-760-4-sj2-1",
        "label": "7604",
        "long": "Canberra to Central",
        "short": "7604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-760-6-sj2-1",
        "label": "7606",
        "long": "Canberra to Central",
        "short": "7606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-771-sj2-1",
        "label": "771",
        "long": "Canberra Hospital to Eden",
        "short": "771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-772-sj2-1",
        "label": "772",
        "long": "Eden to Canberra Civic",
        "short": "772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-773-sj2-1",
        "label": "773",
        "long": "Cooma to Bombala",
        "short": "773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-774-sj2-1",
        "label": "774",
        "long": "Bombala to Cooma",
        "short": "774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-775-sj2-1",
        "label": "775",
        "long": "Canberra Civic to Jindabyne",
        "short": "775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-776-sj2-1",
        "label": "776",
        "long": "Jindabyne to Canberra Civic",
        "short": "776",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-777-sj2-1",
        "label": "777",
        "long": "Campbelltown to Goulburn",
        "short": "777",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-778-sj2-1",
        "label": "778",
        "long": "Goulburn to Campbelltown",
        "short": "778",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-779-sj2-1",
        "label": "779",
        "long": "Campbelltown to Goulburn",
        "short": "779",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-780-sj2-1",
        "label": "780",
        "long": "Goulburn to Campbelltown",
        "short": "780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-781-sj2-1",
        "label": "781",
        "long": "Queanbeyan Bus Interchange to Yass Jctn",
        "short": "781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-782-sj2-1",
        "label": "782",
        "long": "Yass Jctn to Queanbeyan Bus Interchange",
        "short": "782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-783-sj2-1",
        "label": "783",
        "long": "Goulburn to Canberra",
        "short": "783",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-784-sj2-1",
        "label": "784",
        "long": "Canberra to Goulburn",
        "short": "784",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-785-sj2-1",
        "label": "785",
        "long": "Yass Jctn to Young",
        "short": "785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-786-sj2-1",
        "label": "786",
        "long": "Young to Yass Jctn",
        "short": "786",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-787-sj2-1",
        "label": "787",
        "long": "Yass Jctn to Young",
        "short": "787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-791-sj2-1",
        "label": "791",
        "long": "Cootamundra to Dubbo",
        "short": "791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-792-sj2-1",
        "label": "792",
        "long": "Dubbo to Cootamundra",
        "short": "792",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-793-sj2-1",
        "label": "793",
        "long": "Cootamundra to Bathurst",
        "short": "793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-794-sj2-1",
        "label": "794",
        "long": "Bathurst to Cootamundra",
        "short": "794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-800-1-sj2-1",
        "label": "8001",
        "long": "Katoomba to Bathurst",
        "short": "8001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-800-2-sj2-1",
        "label": "8002",
        "long": "Bathurst to Katoomba",
        "short": "8002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-800-3-sj2-1",
        "label": "8003",
        "long": "Katoomba to Bathurst",
        "short": "8003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-800-4-sj2-1",
        "label": "8004",
        "long": "Bathurst to Katoomba",
        "short": "8004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-800-5-sj2-1",
        "label": "8005",
        "long": "Katoomba to Bathurst",
        "short": "8005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-800-6-sj2-1",
        "label": "8006",
        "long": "Bathurst to Katoomba",
        "short": "8006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-800-7-sj2-1",
        "label": "8007",
        "long": "Katoomba to Bathurst",
        "short": "8007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-800-8-sj2-1",
        "label": "8008",
        "long": "Bathurst to Katoomba",
        "short": "8008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-800-9-sj2-1",
        "label": "8009",
        "long": "Katoomba to Bathurst",
        "short": "8009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-801-0-sj2-1",
        "label": "8010",
        "long": "Bathurst to Katoomba",
        "short": "8010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-801-1-sj2-1",
        "label": "8011",
        "long": "Katoomba to Bathurst",
        "short": "8011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-801-2-sj2-1",
        "label": "8012",
        "long": "Bathurst to Katoomba",
        "short": "8012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-801-4-sj2-1",
        "label": "8014",
        "long": "Bathurst to Katoomba",
        "short": "8014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-831-sj2-1",
        "label": "831",
        "long": "Casino to Kyogle",
        "short": "831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-832-sj2-1",
        "label": "832",
        "long": "Kyogle to Casino",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-833-sj2-1",
        "label": "833",
        "long": "Casino to Kyogle",
        "short": "833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "732A82",
        "color_name": "purple",
        "has_shape": true,
        "id": "76-834-sj2-1",
        "label": "834",
        "long": "Kyogle to Casino",
        "short": "834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1C",
        "color_name": "orange",
        "has_shape": true,
        "id": "76-BMT-sj2-1",
        "label": "BMT",
        "long": "Blue Mountains Line",
        "short": "BMT",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "833134",
        "color_name": "brown",
        "has_shape": true,
        "id": "76-HUN-sj2-1",
        "label": "HUN",
        "long": "Hunter Line",
        "short": "HUN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "005AA3",
        "color_name": "teal",
        "has_shape": true,
        "id": "76-SCO-sj2-1",
        "label": "SCO",
        "long": "South Coast Line",
        "short": "SCO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00954C",
        "color_name": "green",
        "has_shape": true,
        "id": "76-SHL-sj2-1",
        "label": "SHL",
        "long": "Southern Highlands Line",
        "short": "SHL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-830-sj2-1",
        "label": "830",
        "long": "Canberra CBD to Googong via Karabar and Queanbeyan",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-831-sj2-1",
        "label": "831",
        "long": "Woden to Karabar via Fyshwick and Queanbeyan",
        "short": "831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-832-sj2-1",
        "label": "832",
        "long": "Queanbeyan to East Queanbeyan (Loop Service)",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-834-sj2-1",
        "label": "834",
        "long": "Queanbeyan to Brindabela Business Park, Majura Park and Canberra Airport",
        "short": "834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-835-sj2-1",
        "label": "835",
        "long": "Tralee to Queanbeyan via South Jerrabomberra and Queanbeyan West (Loop Service)",
        "short": "835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-836-sj2-1",
        "label": "836",
        "long": "Jerrambomberra to Queanbeyan (Loop Service)",
        "short": "836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-838-sj2-1",
        "label": "838",
        "long": "Queanbeyan to Queanbeyan West via Oaks Estate and Queanbeyan Station (Loop Service)",
        "short": "838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-840-X-sj2-1",
        "label": "840X",
        "long": "Canberra CBD to Googong via Russell and Jerrabomberra (Express Service)",
        "short": "840X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-842-sj2-1",
        "label": "842",
        "long": "Canberra City Centre to Yass via Canberra Hospital and Woden Interchange",
        "short": "842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-843-sj2-1",
        "label": "843",
        "long": "Canberra City Centre to Yass Rossi St via Calvary Hospital and Belconnen",
        "short": "843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-844-X-sj2-1",
        "label": "844X",
        "long": "Canberra CBD to Bungendore via Russell and Queanbeyan (Express Service)",
        "short": "844X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-844-sj2-1",
        "label": "844",
        "long": "Queanbeyan to Bungendore",
        "short": "844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-857-sj2-1",
        "label": "857",
        "long": "Batemans Bay to Long Beach via Surfside and Maloneys Beach (Loop Service)",
        "short": "857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-860-sj2-1",
        "label": "860",
        "long": "Moruya to Batemans Bay via Broulee and Surf Beach",
        "short": "860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-861-sj2-1",
        "label": "861",
        "long": "Batemans Bay to Sunshine Bay via Catalina and Batehaven (Loop Service)",
        "short": "861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-866-sj2-1",
        "label": "866",
        "long": "Dalmeny to Narooma via Kianga",
        "short": "866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-870-sj2-1",
        "label": "870",
        "long": "Cooma (Loop Service)",
        "short": "870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-EJS-sj2-1",
        "label": "EJS",
        "long": "Unknown",
        "short": "EJS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S10-0-sj2-1",
        "label": "S100",
        "long": "Queanbeyan Interchange to St Bedes Primary",
        "short": "S100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S10-1-sj2-1",
        "label": "S101",
        "long": "Queanbeyan West Public to Letchworth via Bilkurra and Hoover",
        "short": "S101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S10-2-sj2-1",
        "label": "S102",
        "long": "Murrumbateman to Ngunnawal Primary via Hall Interchange (Bilby Service)",
        "short": "S102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S10-3-sj2-1",
        "label": "S103",
        "long": "Jerrabomberra PS to Queanbeyan West",
        "short": "S103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S10-6-sj2-1",
        "label": "S106",
        "long": "Jerrabomberra Pkwy to St Edmunds and St Clares Colleges",
        "short": "S106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S10-7-sj2-1",
        "label": "S107",
        "long": "Mother Teresa Primary to Murrumbateman via Hall Interchange (Bilby Service)",
        "short": "S107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S10-8-sj2-1",
        "label": "S108",
        "long": "Queanbeyan Public to Karabar Barracks Flat Dr",
        "short": "S108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S10-9-sj2-1",
        "label": "S109",
        "long": "Jerrabomberra to Queanbeyan High via Letchworth",
        "short": "S109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S11-1-sj2-1",
        "label": "S111",
        "long": "Jerrabomberra to St Edmunds and St Clares Colleges via Letchworth",
        "short": "S111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S11-2-sj2-1",
        "label": "S112",
        "long": "Merici College to Queanbeyan",
        "short": "S112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S11-3-sj2-1",
        "label": "S113",
        "long": "Murrumbateman to Yass High (Wallaby Service)",
        "short": "S113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S11-4-sj2-1",
        "label": "S114",
        "long": "Queanbeyan High to Greenleigh via East Queanbeyan",
        "short": "S114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S11-5-sj2-1",
        "label": "S115",
        "long": "Queanbeyan to Yarralumla Primary",
        "short": "S115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S11-7-sj2-1",
        "label": "S117",
        "long": "Yass to St Clares College via Hall Interchange (Emu Service)",
        "short": "S117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S11-9-sj2-1",
        "label": "S119",
        "long": "Dickson College to Queanbeyan",
        "short": "S119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S12-0-sj2-1",
        "label": "S120",
        "long": "Queanbeyan to Queanbeyan South Public",
        "short": "S120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S12-1-sj2-1",
        "label": "S121",
        "long": "St Edmunds and St Clares Colleges to Greenleigh via Queanbeyan Interchange",
        "short": "S121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S12-2-sj2-1",
        "label": "S122",
        "long": "Queanbeyan to Islamic School of Canberra",
        "short": "S122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S12-3-sj2-1",
        "label": "S123",
        "long": "St Matthews Primary to Hall Interchange (Echidna Service)",
        "short": "S123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S12-4-sj2-1",
        "label": "S124",
        "long": "Lyneham Primary to Murrumbateman via Bruce (Crocodile SS Service)",
        "short": "S124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S12-5-sj2-1",
        "label": "S125",
        "long": "Queanbeyan to St Edmunds and St Clares Colleges",
        "short": "S125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S12-6-sj2-1",
        "label": "S126",
        "long": "Queanbeyan West Public to Queanbeyan via Karabar",
        "short": "S126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S12-7-sj2-1",
        "label": "S127",
        "long": "Karabar Cooma St to Queanbeyan via Karabar",
        "short": "S127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S12-8-sj2-1",
        "label": "S128",
        "long": "Jerrabomberra Public to Jerrabomberra Waterfall Dr",
        "short": "S128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S12-9-sj2-1",
        "label": "S129",
        "long": "St Edmunds and St Clares Colleges to Jerrabomberra",
        "short": "S129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S13-0-sj2-1",
        "label": "S130",
        "long": "Jerrabomberra to Daramalan College via Carolyn Jackson Dr",
        "short": "S130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S13-1-sj2-1",
        "label": "S131",
        "long": "Queanbeyan Public to Greenleigh via Queanbeyan East",
        "short": "S131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S13-2-sj2-1",
        "label": "S132",
        "long": "Queanbeyan Public to Queanbeyan High via Karabar",
        "short": "S132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S13-4-sj2-1",
        "label": "S134",
        "long": "St Gregorys Primary to Jerrabomberra via Karabar and North Tce",
        "short": "S134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S13-5-sj2-1",
        "label": "S135",
        "long": "Karabar to Queanbeyan Interchange",
        "short": "S135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S13-6-sj2-1",
        "label": "S136",
        "long": "St Gregorys Primary and Karabar Cooma St to Barracks Flat via Karabar",
        "short": "S136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S13-7-sj2-1",
        "label": "S137",
        "long": "St Edmunds and St Clares Colleges to Jerrabomberra",
        "short": "S137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S13-8-sj2-1",
        "label": "S138",
        "long": "Jerrabomberra Public to Jerrabomberra Edwin Land Pkwy",
        "short": "S138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S13-9-sj2-1",
        "label": "S139",
        "long": "St Edmunds and St Clares Colleges to Karabar via Queanbeyan Interchange",
        "short": "S139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S14-0-sj2-1",
        "label": "S140",
        "long": "Queanbeyan Interchange to Rosary Primary",
        "short": "S140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S14-1-sj2-1",
        "label": "S141",
        "long": "Daramalan College to Jerrabomberra via Letchworth",
        "short": "S141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S14-2-sj2-1",
        "label": "S142",
        "long": "Queanbeyan East Public to Fernleigh via Googong",
        "short": "S142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S14-4-sj2-1",
        "label": "S144",
        "long": "St Gregorys Primary to Letchworth via Queanbeyan West",
        "short": "S144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S14-5-sj2-1",
        "label": "S145",
        "long": "St Edmunds and St Clares Colleges to Letchworth via Jerrabomberra",
        "short": "S145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S14-6-sj2-1",
        "label": "S146",
        "long": "Orana Steiner to Queanbeyan Interchange",
        "short": "S146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S14-7-sj2-1",
        "label": "S147",
        "long": "Rosary Primary to Queanbeyan Interchange",
        "short": "S147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S15-0-sj2-1",
        "label": "S150",
        "long": "Queanbeyan East to Queanbeyan High via Queanbeyan Interchange",
        "short": "S150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S15-1-sj2-1",
        "label": "S151",
        "long": "Bungendore Elmslea Estate to Queanbeyan Interchange via Ridgeway Rd",
        "short": "S151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S15-2-sj2-1",
        "label": "S152",
        "long": "Queanbeyan Interchange to Holy Family Primary",
        "short": "S152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S15-3-sj2-1",
        "label": "S153",
        "long": "Bungendore Elmslea Estate to Queanbeyan Public",
        "short": "S153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S15-4-sj2-1",
        "label": "S154",
        "long": "Campbell Primary to Queanbeyan Interchange",
        "short": "S154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S15-5-sj2-1",
        "label": "S155",
        "long": "Queanbeyan High to Jerrabomberra via North Tce and Letchworth",
        "short": "S155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S15-7-sj2-1",
        "label": "S157",
        "long": "St Edmunds and St Clares Colleges to Queanbeyan Interchange",
        "short": "S157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S15-8-sj2-1",
        "label": "S158",
        "long": "Bungendore Elmslea Estate to Lyneham Primary via Queanbeyan Interchange",
        "short": "S158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S15-9-sj2-1",
        "label": "S159",
        "long": "Forrest Primary to Queanbeyan Interchange",
        "short": "S159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S16-0-sj2-1",
        "label": "S160",
        "long": "Jerrabomberra to Calwell High",
        "short": "S160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S16-1-sj2-1",
        "label": "S161",
        "long": "Jerrabomberra Nth Tce to Red Hill Public via Jerrabomberra and Letchworth",
        "short": "S161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S16-2-sj2-1",
        "label": "S162",
        "long": "St Francis of Assisi Primary to Queanbeyan Interchange",
        "short": "S162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S16-3-sj2-1",
        "label": "S163",
        "long": "Queanbeyan Tharwa Rd to St Peter and Paul Primary via Jerrabomberra",
        "short": "S163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S16-5-sj2-1",
        "label": "S165",
        "long": "Greenleigh to Queanbeyan Interchange via Queanbeyan East",
        "short": "S165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S16-6-sj2-1",
        "label": "S166",
        "long": "Queanbeyan East PS to Bungendore via Ridgeway Rd",
        "short": "S166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S16-8-sj2-1",
        "label": "S168",
        "long": "Queanbeyan East Public to Queanbeyan Interchange via Queanbeyan West",
        "short": "S168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S17-0-sj2-1",
        "label": "S170",
        "long": "Lyneham High to Bungendore Elmslea Estate via Queanbeyan Interchange",
        "short": "S170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S17-1-sj2-1",
        "label": "S171",
        "long": "St Francis of Assisi Primary to Jerrabomberra via Waterfall Dr",
        "short": "S171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S17-2-sj2-1",
        "label": "S172",
        "long": "Jerrabomberra to St Gregorys Primary via Letchworth",
        "short": "S172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S17-3-sj2-1",
        "label": "S173",
        "long": "St Benedicts Primary to Jerrabomberra and Letchworth",
        "short": "S173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S17-4-sj2-1",
        "label": "S174",
        "long": "Bungendore Ashby Dr to Campbell High",
        "short": "S174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S17-5-sj2-1",
        "label": "S175",
        "long": "St Peter and Paul Primary to Queanbeyan Tharwa Rd via Jerrabomberra",
        "short": "S175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S17-6-sj2-1",
        "label": "S176",
        "long": "Murrumbateman to Mount Rogers PS via Hall Interchange (Platypus Service)",
        "short": "S176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S17-7-sj2-1",
        "label": "S177",
        "long": "Rosary Primary to Bungendore Trucking Yard Lane via Elmslea Estate",
        "short": "S177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S17-8-sj2-1",
        "label": "S178",
        "long": "Queanbeyan Interchange to St Gregorys Primary via Greenleigh",
        "short": "S178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S17-9-sj2-1",
        "label": "S179",
        "long": "Campbell High to Jerrabomberra Limestone Dr via Letchworth",
        "short": "S179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S18-0-sj2-1",
        "label": "S180",
        "long": "Jerrabomberra to Telopea Park School via Waterfall Dr",
        "short": "S180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S18-3-sj2-1",
        "label": "S183",
        "long": "Hall Interchange to Marist College (Possum Service)",
        "short": "S183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S18-4-sj2-1",
        "label": "S184",
        "long": "Murrumbateman to Harrison Public via Hall Interchange (Dingo Service)",
        "short": "S184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S18-5-sj2-1",
        "label": "S185",
        "long": "St Gregory's Primary to Jerrabomberra via Karabar",
        "short": "S185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S18-7-sj2-1",
        "label": "S187",
        "long": "Queanbeyan Interchange to Jerrabomberra Public via Jerrabomberra North Tce",
        "short": "S187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S18-8-sj2-1",
        "label": "S188",
        "long": "Campbell High to Bungendore Ashby Dr",
        "short": "S188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S19-0-sj2-1",
        "label": "S190",
        "long": "Evatt Primary to Murrumbateman via Hall Interchange (Platypus Service)",
        "short": "S190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S19-1-sj2-1",
        "label": "S191",
        "long": "Jerrabomberra Public to Queanbeyan West Public via Letchworth",
        "short": "S191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S19-2-sj2-1",
        "label": "S192",
        "long": "Murrumbateman to Telopea Park via Hall Interchange (Kangaroo Service)",
        "short": "S192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S19-3-sj2-1",
        "label": "S193",
        "long": "St Josephs Primary to Yass Rossi St via Hall Interchange (Wombat Service)",
        "short": "S193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S19-4-sj2-1",
        "label": "S194",
        "long": "Murrumbateman to Canberra Montessori via Hall Interchange (Penguin Service)",
        "short": "S194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S19-5-sj2-1",
        "label": "S195",
        "long": "Queanbeyan to Jerrabomberra HS Environa Dr",
        "short": "S195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S19-6-sj2-1",
        "label": "S196",
        "long": "Majura Primary to Yass Rossi St via Hall Interchange (Kangaroo Service)",
        "short": "S196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S19-7-sj2-1",
        "label": "S197",
        "long": "Jerrabomberra PS to Queanbeyan",
        "short": "S197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S19-8-sj2-1",
        "label": "S198",
        "long": "Jerrabomberra Limestone Ave to Holy Family Primary",
        "short": "S198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S19-9-sj2-1",
        "label": "S199",
        "long": "Canberra Montessori to Murrumbateman via Hall Interchange (Penguin Service)",
        "short": "S199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S20-0-sj2-1",
        "label": "S200",
        "long": "Hall to Blue Gum Community 2 (Crocodile SS Service)",
        "short": "S200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S20-1-sj2-1",
        "label": "S201",
        "long": "Marist College to Yass Rossi St via Hall Interchange (Emu Service)",
        "short": "S201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S20-2-sj2-1",
        "label": "S202",
        "long": "Murrumbateman Nanima Rd to Belconnen High (Koala Service)",
        "short": "S202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S20-3-sj2-1",
        "label": "S203",
        "long": "Palmerston Primary to Murrumbateman via Hall Interchange (Koala Service)",
        "short": "S203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S20-4-sj2-1",
        "label": "S204",
        "long": "Queanbeyan Interchange to St Edmunds and St Clares Colleges",
        "short": "S204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S20-5-sj2-1",
        "label": "S205",
        "long": "Yarralumla Primary to Queanbeyan Interchange via Canberra Girls Grammar",
        "short": "S205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S20-7-sj2-1",
        "label": "S207",
        "long": "Caroline Chisholm High to Jerrabomberra via Waterfall Dr",
        "short": "S207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S20-8-sj2-1",
        "label": "S208",
        "long": "Yass Rossi St to Turner Primary via Hall Interchange (Wombat Service)",
        "short": "S208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S20-9-sj2-1",
        "label": "S209",
        "long": "Monash Primary to Queanbeyan Interchange",
        "short": "S209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S21-0-sj2-1",
        "label": "S210",
        "long": "Queanbeyan Interchange to Monash Primary",
        "short": "S210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S21-1-sj2-1",
        "label": "S211",
        "long": "Karabar to Queanbeyan Public via Barracks Flat",
        "short": "S211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S21-2-sj2-1",
        "label": "S212",
        "long": "Queanbeyan Interchange to The Anglican School Googong via Jerrabomberra",
        "short": "S212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S21-3-sj2-1",
        "label": "S213",
        "long": "Yass Rossi St to Daramalan College via Hall Interchange (Eagle Service)",
        "short": "S213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S21-4-sj2-1",
        "label": "S214",
        "long": "Daramalan College to Yass Rossi St via Hall Interchange (Eagle Service)",
        "short": "S214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S21-5-sj2-1",
        "label": "S215",
        "long": "Marist College Canberra to Yass via Murrumbateman (Kookaburra Service)",
        "short": "S215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S21-6-sj2-1",
        "label": "S216",
        "long": "Jerrabomberra Public to Googong",
        "short": "S216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S21-7-sj2-1",
        "label": "S217",
        "long": "Queanbeyan Interchange to Googong  (Loop Service)",
        "short": "S217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S22-1-sj2-1",
        "label": "S221",
        "long": "Tuggeranong - Queanbeyan",
        "short": "S221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S22-2-sj2-1",
        "label": "S222",
        "long": "Tuggeranong Schools - Queanbeyan Interchange",
        "short": "S222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S22-4-sj2-1",
        "label": "S224",
        "long": "Fernleigh to Queanbeyan Interchange via Googong",
        "short": "S224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S22-5-sj2-1",
        "label": "S225",
        "long": "Queanbeyan Interchange to Fernleigh via Googong",
        "short": "S225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S22-6-sj2-1",
        "label": "S226",
        "long": "Elmslea to Queanbeyan Interchange via Bungendore",
        "short": "S226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S22-7-sj2-1",
        "label": "S227",
        "long": "Queanbeyan Interchange to Elmslea via Bungendore",
        "short": "S227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S22-9-sj2-1",
        "label": "S229",
        "long": "Burra to Googong Public via Royalla",
        "short": "S229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S23-0-sj2-1",
        "label": "S230",
        "long": "Googong Public to Burra via Royalla",
        "short": "S230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S23-1-sj2-1",
        "label": "S231",
        "long": "Jeir to Murrumbateman Public via Merryville Estate",
        "short": "S231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S23-2-sj2-1",
        "label": "S232",
        "long": "Murrumbateman Primary to Jeir via Merryville Estate",
        "short": "S232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S25-0-sj2-1",
        "label": "S250",
        "long": "Harrison Public to Sutton Federal Hwy Service Rd and Goolabri Dr via Antill St Interchange",
        "short": "S250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S25-1-sj2-1",
        "label": "S251",
        "long": "Gowrie Primary to Royalla",
        "short": "S251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S25-2-sj2-1",
        "label": "S252",
        "long": "Queanbeyan to Royalla Cnr Old Cooma Rd and Moringol Pl via Googong",
        "short": "S252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S25-3-sj2-1",
        "label": "S253",
        "long": "Theodore Primary to Baroona via Royalla Interchange, Williamsdale and Michelago",
        "short": "S253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S25-4-sj2-1",
        "label": "S254",
        "long": "Amaroo Public to Bywong Cnr Federal Hwy and Donnelly Rd via Antill St Interchange",
        "short": "S254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S25-5-sj2-1",
        "label": "S255",
        "long": "Mawson Primary to Royalla Thoroughbred Dr via Royalla Interchange",
        "short": "S255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S25-6-sj2-1",
        "label": "S256",
        "long": "St Clare of Assisi Primary to Royalla Cooke Rd via Royalla Interchange",
        "short": "S256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S25-7-sj2-1",
        "label": "S257",
        "long": "Queanbeyan Interchange to Royalla via Royalla Interchange",
        "short": "S257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S25-8-sj2-1",
        "label": "S258",
        "long": "Woolcara Sugarloaf Ridge Rd to Queanbeyan Interchange",
        "short": "S258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S25-9-sj2-1",
        "label": "S259",
        "long": "St Benedicts Primary to Wamboin Cnr Weeroona Dr and Norton Rd via Antill St Interchange",
        "short": "S259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S26-0-sj2-1",
        "label": "S260",
        "long": "Campbell High to Collector via Antill St Interchange",
        "short": "S260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S26-1-sj2-1",
        "label": "S261",
        "long": "Queanbeyan to Wamboin Cnr Norton Rd and Marino Vale Dr",
        "short": "S261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S26-2-sj2-1",
        "label": "S262",
        "long": "Sutton Primary to Sutton Cnr Federal Hwy Service Rd and Bidges Rd",
        "short": "S262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S26-3-sj2-1",
        "label": "S263",
        "long": "Lyneham High to Gundaroo via Antill St Interchange",
        "short": "S263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S26-4-sj2-1",
        "label": "S264",
        "long": "Hall Interchange to Wallaroo (Echidna Service)",
        "short": "S264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S26-5-sj2-1",
        "label": "S265",
        "long": "Yass to Gundaroo Shingle Hill Way via Murrumbateman (Cockatoo Service)",
        "short": "S265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S26-6-sj2-1",
        "label": "S266",
        "long": "Queanbeyan West Public to Captains Flat via Queanbeyan Interchange",
        "short": "S266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S26-7-sj2-1",
        "label": "S267",
        "long": "St Benedicts Primary to Colinton Rest Area via Royalla Interchange and Michelago",
        "short": "S267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S26-8-sj2-1",
        "label": "S268",
        "long": "Queanbeyan to Woolcara Sugarloaf Ridge Rd",
        "short": "S268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S26-9-sj2-1",
        "label": "S269",
        "long": "Karabar High to Woolcara Sugarloaf Ridge Rd via Queanbeyan Interchange",
        "short": "S269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S27-0-sj2-1",
        "label": "S270",
        "long": "North Ainslie Primary to Cnr Doust Rd and Federal Hwy via Antill St Interchange",
        "short": "S270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S27-1-sj2-1",
        "label": "S271",
        "long": "Maribyrnong Primary to Cnr Norton and Bungendore Rds via Antill St Interchange",
        "short": "S271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S27-2-sj2-1",
        "label": "S272",
        "long": "Canberra Boys Grammar to Bellmount Forest via Antill St Interchange",
        "short": "S272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S27-3-sj2-1",
        "label": "S273",
        "long": "St Gregorys to Michelago via Googong",
        "short": "S273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S27-4-sj2-1",
        "label": "S274",
        "long": "Sutton Primary to Lake George Cnr Doust Rd and Federal Hwy",
        "short": "S274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S27-5-sj2-1",
        "label": "S275",
        "long": "Dickson College to Wamboin Bingley Way via Antill St Interchange",
        "short": "S275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S27-6-sj2-1",
        "label": "S276",
        "long": "Queanbeyan Interchange to Michelago via Urila",
        "short": "S276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S27-7-sj2-1",
        "label": "S277",
        "long": "St Thomas Mores Primary to Bungendore via Antill St Interchange",
        "short": "S277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S27-8-sj2-1",
        "label": "S278",
        "long": "Sutton Tallagandra Lane to Sutton Primary",
        "short": "S278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S27-9-sj2-1",
        "label": "S279",
        "long": "Queanbeyan High to Bungendore via Karabar High",
        "short": "S279",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S28-1-sj2-1",
        "label": "S281",
        "long": "Yass Schools to Yass River via Manton",
        "short": "S281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S28-2-sj2-1",
        "label": "S281",
        "long": "Jerrabomberra PS to Tralee",
        "short": "S281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S30-0-sj2-1",
        "label": "S300",
        "long": "Murrumburrah to Mcmahons Reef",
        "short": "S300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S30-1-sj2-1",
        "label": "S301",
        "long": "Murrumburrah to Beggan Beggan Rd",
        "short": "S301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S30-2-sj2-1",
        "label": "S302",
        "long": "Murrumburrah to Galong",
        "short": "S302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S30-3-sj2-1",
        "label": "S303",
        "long": "Murrumburrah  to Currawong via Benmore",
        "short": "S303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S30-4-sj2-1",
        "label": "S304",
        "long": "Murrumburrah to Binalong",
        "short": "S304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S30-5-sj2-1",
        "label": "S305",
        "long": "Murrumburrah to Stewarts Corner",
        "short": "S305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S30-6-sj2-1",
        "label": "S306",
        "long": "Murrumburrah to Redbridge via Nubba",
        "short": "S306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S30-7-sj2-1",
        "label": "S307",
        "long": "Young to Harden",
        "short": "S307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S36-9-sj2-1",
        "label": "S369",
        "long": "Angledale to Bega",
        "short": "S369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S37-0-sj2-1",
        "label": "S370",
        "long": "Brogo to Bega",
        "short": "S370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S38-0-sj2-1",
        "label": "S380",
        "long": "Brogo to Upper Brogo via Quaama",
        "short": "S380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S38-1-sj2-1",
        "label": "S381",
        "long": "Upper Brogo to Cobargo via Quaama",
        "short": "S381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S39-0-sj2-1",
        "label": "S390",
        "long": "Broulee Schools to Tuross Heads",
        "short": "S390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S39-1-sj2-1",
        "label": "S391",
        "long": "Broulee Schools to Bodalla",
        "short": "S391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S39-2-sj2-1",
        "label": "S392",
        "long": "Broulee Schools to Moruya Heads",
        "short": "S392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S39-3-sj2-1",
        "label": "S393",
        "long": "Moruya to Congo",
        "short": "S393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S39-4-sj2-1",
        "label": "S394",
        "long": "Moruya to Moruya Dwyers Creek Rd",
        "short": "S394",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S39-5-sj2-1",
        "label": "S395",
        "long": "Moruya to Moruya Pollwombra Rd",
        "short": "S395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S39-6-sj2-1",
        "label": "S396",
        "long": "Moruya to Tuross via Bodalla",
        "short": "S396",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S39-7-sj2-1",
        "label": "S397",
        "long": "Moruya to Moruya Heads The Anchorage",
        "short": "S397",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S39-8-sj2-1",
        "label": "S398",
        "long": "Moruya to Mogendoura",
        "short": "S398",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S39-9-sj2-1",
        "label": "S399",
        "long": "Moruya to Merricumbene Arualuen Rd Fire Station",
        "short": "S399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S40-0-sj2-1",
        "label": "S400",
        "long": "Broulee Schools to Congo Town Centre",
        "short": "S400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S40-1-sj2-1",
        "label": "S401",
        "long": "St Peters Anglican College to Bodalla via Moruya High",
        "short": "S401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S40-2-sj2-1",
        "label": "S402",
        "long": "Bodalla to Nerrigundah",
        "short": "S402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S40-3-sj2-1",
        "label": "S403",
        "long": "Bodalla Public to Tuross Head",
        "short": "S403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S40-4-sj2-1",
        "label": "S404",
        "long": "Moruya Primary to Tuross Head",
        "short": "S404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S40-5-sj2-1",
        "label": "S405",
        "long": "Moruya Schools to Tuross Head",
        "short": "S405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S40-6-sj2-1",
        "label": "S406",
        "long": "Moruya High to Tuross Head",
        "short": "S406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S40-7-sj2-1",
        "label": "S407",
        "long": "Moruya to Bingie",
        "short": "S407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S40-8-sj2-1",
        "label": "S408",
        "long": "St Marys Primary to Moruya Luck St via Moruya Primary and Moruya High",
        "short": "S408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S40-9-sj2-1",
        "label": "S409",
        "long": "Moruya Town Centre to Congo North via Mollee Rd",
        "short": "S409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S41-0-sj2-1",
        "label": "S410",
        "long": "Moruya to Moruya Araluen Rd via Yarragee Rd",
        "short": "S410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S41-1-sj2-1",
        "label": "S411",
        "long": "Moruya to Moruya Heads",
        "short": "S411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S41-2-sj2-1",
        "label": "S412",
        "long": "Bodalla Public to Narooma via Dalmeny Dr",
        "short": "S412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S41-3-sj2-1",
        "label": "S413",
        "long": "Narooma High to Dalmeny",
        "short": "S413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S41-4-sj2-1",
        "label": "S414",
        "long": "Narooma Public to Dalmeny",
        "short": "S414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S41-5-sj2-1",
        "label": "S415",
        "long": "Bodalla to Narooma via Dalmeny and Kianga",
        "short": "S415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S41-6-sj2-1",
        "label": "S416",
        "long": "Narooma Schools to Bodalla",
        "short": "S416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S42-0-sj2-1",
        "label": "S420",
        "long": "Narooma High to Kianga",
        "short": "S420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S42-1-sj2-1",
        "label": "S421",
        "long": "Narooma Public to North Narooma",
        "short": "S421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S42-2-sj2-1",
        "label": "S422",
        "long": "Narooma High to North Narooma",
        "short": "S422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S42-3-sj2-1",
        "label": "S423",
        "long": "Narooma Public to Kianga",
        "short": "S423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S42-4-sj2-1",
        "label": "S424",
        "long": "Narooma Public to Narooma Town Centre",
        "short": "S424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S42-5-sj2-1",
        "label": "S425",
        "long": "Bodalla to Narooma via Bodalla Park Dr",
        "short": "S425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S43-2-sj2-1",
        "label": "S432",
        "long": "Narooma to Central Tilba via Mystery Bay",
        "short": "S432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S43-3-sj2-1",
        "label": "S433",
        "long": "Narooma High to Bermagui via Fairhaven Point Way",
        "short": "S433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S43-4-sj2-1",
        "label": "S434",
        "long": "Narooma High to Bermagui",
        "short": "S434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S43-5-sj2-1",
        "label": "S435",
        "long": "Narooma High to Bermagui via Nutleys Creek Rd",
        "short": "S435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S43-6-sj2-1",
        "label": "S436",
        "long": "Narooma to Akolele",
        "short": "S436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S43-7-sj2-1",
        "label": "S437",
        "long": "Corunna to Narooma via Old Hwy",
        "short": "S437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S43-8-sj2-1",
        "label": "S438",
        "long": "Bodalla to Potato Point",
        "short": "S438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S45-0-sj2-1",
        "label": "S450",
        "long": "Batemans Bay to Sunshine Bay via Mogo (Loop Service)",
        "short": "S450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S45-1-sj2-1",
        "label": "S451",
        "long": "Broulee to Mogo via Moruya",
        "short": "S451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S45-2-sj2-1",
        "label": "S452",
        "long": "Batehaven to Batemans Bay via Broulee and Tomakin",
        "short": "S452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S45-3-sj2-1",
        "label": "S453",
        "long": "Broulee to Catalina via Mogo and Batemans Bay",
        "short": "S453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S45-4-sj2-1",
        "label": "S454",
        "long": "Long Beach to Broulee via Mogo",
        "short": "S454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S45-5-sj2-1",
        "label": "S455",
        "long": "Broulee to Surfside via Mogo and Batemans Bay",
        "short": "S455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S45-6-sj2-1",
        "label": "S456",
        "long": "Long Beach to Mogo via Batemans Bay and Broulee",
        "short": "S456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S45-7-sj2-1",
        "label": "S457",
        "long": "Broulee to Batemans Bay via Batehaven and Dunns Creek Rd",
        "short": "S457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S45-8-sj2-1",
        "label": "S458",
        "long": "Batehaven to Broulee via Mogo",
        "short": "S458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S45-9-sj2-1",
        "label": "S459",
        "long": "Broulee to Batemans Bay via Malua Bay",
        "short": "S459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S46-0-sj2-1",
        "label": "S460",
        "long": "Surfside to Mogo via Broulee, Tomakin and Moruya",
        "short": "S460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S46-1-sj2-1",
        "label": "S461",
        "long": "Batehaven to Batemans Bay via Malua Bay and Broulee",
        "short": "S461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S46-2-sj2-1",
        "label": "S462",
        "long": "South Durras to Broulee via Malua Bay",
        "short": "S462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S46-3-sj2-1",
        "label": "S463",
        "long": "Broulee to Batemans Bay via Batehaven",
        "short": "S463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S46-4-sj2-1",
        "label": "S464",
        "long": "Batemans Bay to Moruya via Broulee",
        "short": "S464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S46-5-sj2-1",
        "label": "S465",
        "long": "Broulee to Long Beach via Malua Bay and Batemans Bay",
        "short": "S465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S46-6-sj2-1",
        "label": "S466",
        "long": "Batemans Bay to Broulee",
        "short": "S466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S46-7-sj2-1",
        "label": "S467",
        "long": "Broulee to Maloneys Beach via Malua Bay and Batemans Bay",
        "short": "S467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S46-8-sj2-1",
        "label": "S468",
        "long": "Mosquito Bay to Surfside via Malua Bay and Batemans Bay",
        "short": "S468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S46-9-sj2-1",
        "label": "S469",
        "long": "Batehaven to Batemans Bay via Mogo, Tomakin and Broulee",
        "short": "S469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S47-0-sj2-1",
        "label": "S470",
        "long": "Surf Beach to Batehaven via Catalina and Sunshine Bay",
        "short": "S470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S47-1-sj2-1",
        "label": "S471",
        "long": "Sunshine Bay to Catalina via Surf Beach",
        "short": "S471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S47-2-sj2-1",
        "label": "S472",
        "long": "Mosquito Bay to Surfside via Sunshine Bay",
        "short": "S472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S47-3-sj2-1",
        "label": "S473",
        "long": "Surfside to Moruya via Catalina and Surf Beach",
        "short": "S473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S47-4-sj2-1",
        "label": "S474",
        "long": "Surf Beach to Surfside via The Ridge Rd and Catalina",
        "short": "S474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S47-5-sj2-1",
        "label": "S475",
        "long": "Batehaven to Malua Bay via The Ridge Rd",
        "short": "S475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S47-6-sj2-1",
        "label": "S476",
        "long": "Batemans Bay to Sunshine Bay via Batehaven",
        "short": "S476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S47-7-sj2-1",
        "label": "S477",
        "long": "Sunshine Bay to Batemans Bay via Catalina",
        "short": "S477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S47-8-sj2-1",
        "label": "S478",
        "long": "Nelligen to Sunshine Bay via Surfside",
        "short": "S478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S47-9-sj2-1",
        "label": "S479",
        "long": "Sunshine Bay to Nelligen via Surfside",
        "short": "S479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S48-0-sj2-1",
        "label": "S480",
        "long": "East Lynne to Surfside via Batemans Bay and Catalina",
        "short": "S480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S48-1-sj2-1",
        "label": "S481",
        "long": "Surfside to East Lynne via Batehaven",
        "short": "S481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S48-2-sj2-1",
        "label": "S482",
        "long": "South Durras to Sunshine Bay via Surf Beach",
        "short": "S482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S48-3-sj2-1",
        "label": "S483",
        "long": "Surfside to South Durras via Catalina and Batemans Bay",
        "short": "S483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S48-4-sj2-1",
        "label": "S484",
        "long": "Moruya to Surfside via Broulee",
        "short": "S484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S48-5-sj2-1",
        "label": "S485",
        "long": "Maloneys Beach to Batehaven via Surfside",
        "short": "S485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S48-6-sj2-1",
        "label": "S486",
        "long": "Batemans Bay to Malua Bay",
        "short": "S486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S49-4-sj2-1",
        "label": "S494",
        "long": "Broulee to Batemans Bay via Moruya and Mogo",
        "short": "S494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S50-0-sj2-1",
        "label": "S500",
        "long": "Jindabyne Schools to Cooma",
        "short": "S500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S50-1-sj2-1",
        "label": "S501",
        "long": "Jindabyne Schools to Berridale",
        "short": "S501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S50-2-sj2-1",
        "label": "S502",
        "long": "Jindabyne Central to Berridale",
        "short": "S502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S50-3-sj2-1",
        "label": "S503",
        "long": "Jindabyne Central to Kalkite via Tyrolean Village",
        "short": "S503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S50-4-sj2-1",
        "label": "S504",
        "long": "Jindabyne Schools to Kalkite via Tyrolean Village",
        "short": "S504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S50-5-sj2-1",
        "label": "S505",
        "long": "Jindabyne Schools to Jindabyne Old Settlers Rd via Lakewood Estate",
        "short": "S505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S50-6-sj2-1",
        "label": "S506",
        "long": "Jindabyne Schools to Moonbah Mowamba Way",
        "short": "S506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S50-7-sj2-1",
        "label": "S507",
        "long": "Jindabyne Schools to East Jindabyne",
        "short": "S507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S50-8-sj2-1",
        "label": "S508",
        "long": "Jindabyne Schools to Ingebirah",
        "short": "S508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S50-9-sj2-1",
        "label": "S509",
        "long": "Cooma Schools to Bredbo",
        "short": "S509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S51-0-sj2-1",
        "label": "S510",
        "long": "Cooma Schools to Bunyanvale Rd",
        "short": "S510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S51-1-sj2-1",
        "label": "S511",
        "long": "Cooma Schools to Countegany",
        "short": "S511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S51-2-sj2-1",
        "label": "S512",
        "long": "Cooma Schools to Maffra",
        "short": "S512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S51-3-sj2-1",
        "label": "S513",
        "long": "Cooma Schools to Myalla",
        "short": "S513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S51-4-sj2-1",
        "label": "S514",
        "long": "Cooma Schools to Numeralla",
        "short": "S514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S51-5-sj2-1",
        "label": "S515",
        "long": "Cooma Schools to Eucumbene",
        "short": "S515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S52-1-sj2-1",
        "label": "S521",
        "long": "Cooma Schools to Cooma Ernest Phillips Ave",
        "short": "S521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S52-2-sj2-1",
        "label": "S522",
        "long": "Cooma Schools to Cooma Hill St",
        "short": "S522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S52-3-sj2-1",
        "label": "S523",
        "long": "Cooma Schools to Cooma Mittagang Rd",
        "short": "S523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S52-7-sj2-1",
        "label": "S527",
        "long": "Jindabyne Schools to Thredbo",
        "short": "S527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S54-4-sj2-1",
        "label": "S544",
        "long": "Cobargo Public Sch to Cobargo via Tinpot Dignams Creek Rd",
        "short": "S544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S54-5-sj2-1",
        "label": "S545",
        "long": "Cobargo to Coolagolite and Yowrie",
        "short": "S545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S54-6-sj2-1",
        "label": "S546",
        "long": "Cobargo to Yowrie via Wandella",
        "short": "S546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S55-0-sj2-1",
        "label": "S550",
        "long": "Braidwood Schools to Araluen",
        "short": "S550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S55-1-sj2-1",
        "label": "S551",
        "long": "Braidwood Schools to Krawarree",
        "short": "S551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S55-2-sj2-1",
        "label": "S552",
        "long": "Braidwood Schools to Majors Creek",
        "short": "S552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S55-3-sj2-1",
        "label": "S553",
        "long": "Braidwood Schools to Bungendore",
        "short": "S553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S55-4-sj2-1",
        "label": "S554",
        "long": "Braidwood Schools to Reidsdale via Kings Hwy",
        "short": "S554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S55-5-sj2-1",
        "label": "S555",
        "long": "Braidwood Schools to Bungendore via Manar",
        "short": "S555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S55-6-sj2-1",
        "label": "S556",
        "long": "Braidwood Schools to Captains Flat",
        "short": "S556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S55-7-sj2-1",
        "label": "S557",
        "long": "Braidwood Schools to Tarago",
        "short": "S557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S56-0-sj2-1",
        "label": "S560",
        "long": "Bungendore to Butmaroo",
        "short": "S560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S56-1-sj2-1",
        "label": "S561",
        "long": "Bungendore to Widgewa Rd via Hoskinstown",
        "short": "S561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S56-2-sj2-1",
        "label": "S562",
        "long": "Bungendore to Wamboin",
        "short": "S562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S56-3-sj2-1",
        "label": "S563",
        "long": "Bungendore to Mount Fairy",
        "short": "S563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S56-4-sj2-1",
        "label": "S564",
        "long": "Bungendore to Mulloon",
        "short": "S564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S57-0-sj2-1",
        "label": "S570",
        "long": "Braidwood Schools to Nerriga",
        "short": "S570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S57-2-sj2-1",
        "label": "S572",
        "long": "Captains Flat to Hoskinstown via Rossi",
        "short": "S572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S57-4-sj2-1",
        "label": "S574",
        "long": "Braidwood Schools to Mongarlowe",
        "short": "S574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S57-5-sj2-1",
        "label": "S575",
        "long": "Young Schools to Nubba via Wallendbeen and Kingsvale",
        "short": "S575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S57-6-sj2-1",
        "label": "S576",
        "long": "Young Schools to Bribbaree",
        "short": "S576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S57-7-sj2-1",
        "label": "S577",
        "long": "Braidwood Schools to Bombay",
        "short": "S577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S57-8-sj2-1",
        "label": "S578",
        "long": "Young Schools to Telegraph Rd",
        "short": "S578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S58-2-sj2-1",
        "label": "S582",
        "long": "Greenethorpe Public to Greenethorpe via Koorawatha and Kangarooby Rd",
        "short": "S582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S58-3-sj2-1",
        "label": "S583",
        "long": "Young Schools and Wombat Public to Young via Boara",
        "short": "S583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S58-4-sj2-1",
        "label": "S584",
        "long": "Young Schools to Maimuru via Young Airport",
        "short": "S584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S58-6-sj2-1",
        "label": "S586",
        "long": "Young Schools to Milvale via Berthong and Yannawah",
        "short": "S586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S58-8-sj2-1",
        "label": "S588",
        "long": "Young Schools to Young via Weedallion and Tubbul",
        "short": "S588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S58-9-sj2-1",
        "label": "S589",
        "long": "Young Schools to Young via Spring Creek Rd and Wickham Lane",
        "short": "S589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S59-0-sj2-1",
        "label": "S590",
        "long": "Young Schools to Boorowa and Young via Murringo",
        "short": "S590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S59-1-sj2-1",
        "label": "S591",
        "long": "Monteagle Public to Young",
        "short": "S591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S59-2-sj2-1",
        "label": "S592",
        "long": "Young Schools to Young via Grenfell and Kikiamah",
        "short": "S592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S59-3-sj2-1",
        "label": "S593",
        "long": "Young Schools to Young via Bendick Murrell and Koorawatha",
        "short": "S593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S59-4-sj2-1",
        "label": "S594",
        "long": "Young Schools to Young via Bashams Lane",
        "short": "S594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S59-5-sj2-1",
        "label": "S595",
        "long": "Young Schools to Greenethorpe via Wirrimah",
        "short": "S595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S66-5-sj2-1",
        "label": "S665",
        "long": "Adaminaby Public to Old Adaminaby via Snowy Mountains Hwy",
        "short": "S665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S68-2-sj2-1",
        "label": "S682",
        "long": "Bombala Schools to Steeple Flat via Monaro Hwy",
        "short": "S682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S68-5-sj2-1",
        "label": "S685",
        "long": "Grenfell Schools to Grenfell via Bumbaldry",
        "short": "S685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S68-6-sj2-1",
        "label": "S686",
        "long": "Grenfell Schools to Greenethorpe",
        "short": "S686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S68-7-sj2-1",
        "label": "S687",
        "long": "Young Schools to Murringo",
        "short": "S687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S68-8-sj2-1",
        "label": "S688",
        "long": "Grenfell Schools to Pinnacle",
        "short": "S688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S68-9-sj2-1",
        "label": "S689",
        "long": "Grenfell Schools to Grenfell via Piney Range and Mid Western Hwy",
        "short": "S689",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S69-0-sj2-1",
        "label": "S690",
        "long": "Young Schools to Young (North Side)",
        "short": "S690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S69-1-sj2-1",
        "label": "S691",
        "long": "Young Schools to Young (South Side)",
        "short": "S691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S69-2-sj2-1",
        "label": "S692",
        "long": "Young Schools to Young Carrington Park via Commons Rd and Young Rwy Stn",
        "short": "S692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S69-3-sj2-1",
        "label": "S693",
        "long": "Young Schools to Monteagle via Jerrybang Lane",
        "short": "S693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S69-4-sj2-1",
        "label": "S694",
        "long": "Maimuru Public to Young Railway Stn via Young Airport",
        "short": "S694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S69-5-sj2-1",
        "label": "S695",
        "long": "Young Schools to Young via Back Creek Rd",
        "short": "S695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S69-6-sj2-1",
        "label": "S696",
        "long": "Nimmitabel Public to Winifred via Old Bombala Rd",
        "short": "S696",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S70-3-sj2-1",
        "label": "S703",
        "long": "Berridale Public to Numble Vale via Dalgety",
        "short": "S703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S70-6-sj2-1",
        "label": "S706",
        "long": "Berridale Public to Kalkite",
        "short": "S706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S70-7-sj2-1",
        "label": "S707",
        "long": "Jindabyne Schools to Perisher Valley",
        "short": "S707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S73-5-sj2-1",
        "label": "S735",
        "long": "Crookwell and Laggan Schools to Taralga",
        "short": "S735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S73-6-sj2-1",
        "label": "S736",
        "long": "Crookwell Schools to Wheeo via Grabben Gullen",
        "short": "S736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S73-7-sj2-1",
        "label": "S737",
        "long": "Taralga Public to Golspie via Taralga Rd and Snipe Flat Rd",
        "short": "S737",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S74-2-sj2-1",
        "label": "S742",
        "long": "Cooma Schools to Shannons Flat",
        "short": "S742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S74-3-sj2-1",
        "label": "S743",
        "long": "Cooma Schools and Jindabyne High to Jindabyne",
        "short": "S743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S74-4-sj2-1",
        "label": "S744",
        "long": "Cooma Schools to Dalgety via Dairymans Plains and Berridale",
        "short": "S744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S74-5-sj2-1",
        "label": "S745",
        "long": "Cooma Schools to Berridale",
        "short": "S745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S74-6-sj2-1",
        "label": "S746",
        "long": "Cooma Schools to Nimmitabel",
        "short": "S746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S74-7-sj2-1",
        "label": "S747",
        "long": "Cooma Schools to Adaminaby",
        "short": "S747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S74-8-sj2-1",
        "label": "S748",
        "long": "Cooma Schools to Zalka Heights",
        "short": "S748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S74-9-sj2-1",
        "label": "S749",
        "long": "St Mary MacKillop College to Cooma via Bredbo",
        "short": "S749",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S75-2-sj2-1",
        "label": "S752",
        "long": "Delegate Public to Balgownie Rd via Delegate Rd",
        "short": "S752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S77-0-sj2-1",
        "label": "S774",
        "long": "Bombala Schools to Delegate via Delegate Rd",
        "short": "S774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S77-1-sj2-1",
        "label": "S771",
        "long": "St Josephs Primary to Bombala via Bukalong and Cambalong",
        "short": "S771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S77-2-sj2-1",
        "label": "S772",
        "long": "St Josephs Catholic Primary to Bombala Town via Bombala Public",
        "short": "S772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-S77-3-sj2-1",
        "label": "S773",
        "long": "Bombala Schools to Mt Darragh via Cathcart Rd",
        "short": "S773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-SSC-sj2-1",
        "label": "SSC",
        "long": "Unknown",
        "short": "SSC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-SSP-sj2-1",
        "label": "SSP",
        "long": "Unknown",
        "short": "SSP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "77-SST-sj2-1",
        "label": "SST",
        "long": "Unknown",
        "short": "SST",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE1622",
        "color_name": "red",
        "has_shape": true,
        "id": "78-L1-sj2-1",
        "label": "L1",
        "long": "L1 Dulwich Hill Line",
        "short": "L1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD1E25",
        "color_name": "red",
        "has_shape": true,
        "id": "78-L2-sj2-1",
        "label": "L2",
        "long": "L2 Randwick Line",
        "short": "L2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "781140",
        "color_name": "brown",
        "has_shape": true,
        "id": "78-L3-sj2-1",
        "label": "L3",
        "long": "L3 Kingsford Line",
        "short": "L3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "BB2043",
        "color_name": "red",
        "has_shape": true,
        "id": "78-L4-sj2-1",
        "label": "L4",
        "long": "L4 Westmead and Carlingford Line",
        "short": "L4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "EE343F",
        "color_name": "red",
        "has_shape": true,
        "id": "78-LX-sj2-1",
        "label": "LX",
        "long": "LX Special Event Services",
        "short": "LX",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "EE343F",
        "color_name": "red",
        "has_shape": true,
        "id": "78-NLR-sj2-1",
        "label": "NLR",
        "long": "NLR",
        "short": "NLR",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-346-sj2-1",
        "label": "346",
        "long": "Kempsey to West Kempsey via North St and Kemp St (Loop Service)",
        "short": "346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-347-sj2-1",
        "label": "347",
        "long": "Kempsey to West Kempsey via Tozer St (Loop Service)",
        "short": "347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-348-sj2-1",
        "label": "348",
        "long": "Kempsey to South West Rocks",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-349-sj2-1",
        "label": "349",
        "long": "Kempsey to West Kempsey via North St and Sea St (Loop Service)",
        "short": "349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-467-sj2-1",
        "label": "467",
        "long": "Stuarts Point to West Kempsey",
        "short": "467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-468-sj2-1",
        "label": "468",
        "long": "Kempsey to Macksville",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-474-sj2-1",
        "label": "474",
        "long": "Kempsey to East Kempsey (Loop Service)",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-475-sj2-1",
        "label": "475",
        "long": "Kempsey to South Kempsey (Loop Service)",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S11-7-sj2-1",
        "label": "S117",
        "long": "Wauchope Schools to Sancrox via Rawdon Island",
        "short": "S117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S14-3-sj2-1",
        "label": "S143",
        "long": "Dundurrabin Public to Dundurrabin via Tyringham",
        "short": "S143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S58-5-sj2-1",
        "label": "S585",
        "long": "Bellingen Schools to Kalang via Kalang Rd",
        "short": "S585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S76-5-sj2-1",
        "label": "S765",
        "long": "Kempsey Schools to South Kempsey",
        "short": "S765",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S76-6-sj2-1",
        "label": "S766",
        "long": "Kempsey Schools to West Kempsey",
        "short": "S766",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S76-7-sj2-1",
        "label": "S767",
        "long": "Kempsey Adventist and Frederickton Primary Schools to Kempsey",
        "short": "S767",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S76-8-sj2-1",
        "label": "S768",
        "long": "Kempsey Schools to Kempsey via Dondingalong",
        "short": "S768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S76-9-sj2-1",
        "label": "S769",
        "long": "Kempsey Schools to Kempsey via Euroka and Kalateenee",
        "short": "S769",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S77-0-sj2-1",
        "label": "S770",
        "long": "Kempsey Schools to Kempsey via Belmore River",
        "short": "S770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S77-1-sj2-1",
        "label": "S771",
        "long": "Kempsey Schools to Kempsey via North St",
        "short": "S771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S77-2-sj2-1",
        "label": "S772",
        "long": "Kempsey and Melville Schools to West Kempsey",
        "short": "S772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S77-3-sj2-1",
        "label": "S773",
        "long": "Green Hill and Aldavilla Primary Schools to Kempsey via Dondingalong",
        "short": "S773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S77-4-sj2-1",
        "label": "S774",
        "long": "Kempsey and Kinchela Public Schools to Kempsey via Hat Head",
        "short": "S774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S77-5-sj2-1",
        "label": "S775",
        "long": "Smithtown, Gladstone and Kinchela Public to Kempsey via Hat Head",
        "short": "S775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S77-6-sj2-1",
        "label": "S776",
        "long": "Kempsey Schools to Kempsey via Old Station Rd",
        "short": "S776",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S77-7-sj2-1",
        "label": "S777",
        "long": "Kempsey and Frederickton Schools to Kempsey via Sth West Rocks and New Entrance",
        "short": "S777",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S77-8-sj2-1",
        "label": "S778",
        "long": "Kempsey Adventist Sch to Kempsey via New Entrance and South West Rocks",
        "short": "S778",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S77-9-sj2-1",
        "label": "S779",
        "long": "West Kempsey Schools to South West Rocks and West Kempsey",
        "short": "S779",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S78-0-sj2-1",
        "label": "S780",
        "long": "South Kempsey Schools to West Kempsey via South West Rocks",
        "short": "S780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S78-1-sj2-1",
        "label": "S781",
        "long": "South Kempsey Schools to West Kempsey and South West Rocks",
        "short": "S781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S78-2-sj2-1",
        "label": "S782",
        "long": "West Kempsey and South Kempsey Schools to South West Rocks via Jerseyville",
        "short": "S782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S78-3-sj2-1",
        "label": "S783",
        "long": "West Kempsey and South West Rocks Public to West Kempsey via Arakoon",
        "short": "S783",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S78-4-sj2-1",
        "label": "S784",
        "long": "Smithtown PS, West Kempsey Schools and Frederickton PS to Stuarts Point",
        "short": "S784",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S78-5-sj2-1",
        "label": "S785",
        "long": "Stuarts Point and Macksville Schools to Stuarts Point via Fishermans Reach",
        "short": "S785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S78-6-sj2-1",
        "label": "S786",
        "long": "Stuarts Point and Macksville Schools to Stuarts Point",
        "short": "S786",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S78-7-sj2-1",
        "label": "S787",
        "long": "South Kempsey Schools to West Kempsey via Sherwood",
        "short": "S787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S78-8-sj2-1",
        "label": "S788",
        "long": "West Kempsey to St Paul's via South West Rocks",
        "short": "S788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S78-9-sj2-1",
        "label": "S789",
        "long": "West Kempsey to Kempsey Adevntist and West Kempsey",
        "short": "S789",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S79-0-sj2-1",
        "label": "S790",
        "long": "Eungai Public to Eungai Creek and Eungai Rail via Allgomera",
        "short": "S790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S79-1-sj2-1",
        "label": "S791",
        "long": "Stuarts Point Public to Barraganyatti and Stuarts Point via Way Way",
        "short": "S791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S79-5-sj2-1",
        "label": "S795",
        "long": "Nambucca Heads Schools to Newee Creek and Wirrimbi",
        "short": "S795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S79-6-sj2-1",
        "label": "S796",
        "long": "Macksville Schools to Newee Creek via North Macksville",
        "short": "S796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S79-7-sj2-1",
        "label": "S797",
        "long": "Macksville Schools to Talarm and Yarranbella via Rhones Creek Rd",
        "short": "S797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S79-9-sj2-1",
        "label": "S799",
        "long": "Bowraville Schools to South Arm via South Arm Rd",
        "short": "S799",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S80-0-sj2-1",
        "label": "S800",
        "long": "Medlow Public to Thumb Creek via Taylors Arm and Burrapine",
        "short": "S800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S88-1-sj2-1",
        "label": "S881",
        "long": "Thora Valley and Dorrigo Schools to Dorrigo Mountain",
        "short": "S881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S88-2-sj2-1",
        "label": "S882",
        "long": "Dorrigo Schools to Tyringham via Bostobrick",
        "short": "S882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S88-3-sj2-1",
        "label": "S883",
        "long": "Dorrigo Schools to Deervale",
        "short": "S883",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S88-4-sj2-1",
        "label": "S884",
        "long": "Dorrigo Schools to Whisky Creek via Waterfall Way and Whisky Creek Rd",
        "short": "S884",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S88-5-sj2-1",
        "label": "S885",
        "long": "Dorrigo Schools to Ebor via Fernbrook and Harnani",
        "short": "S885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S88-6-sj2-1",
        "label": "S886",
        "long": "Dorrigo Schools to Megan via Coramba Rd and Slingbys Rd",
        "short": "S886",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S88-7-sj2-1",
        "label": "S887",
        "long": "Thora Valley Schools to Dorrigo",
        "short": "S887",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S88-8-sj2-1",
        "label": "S888",
        "long": "Dorrigo Schools to Bostobrick via North Dorrigo",
        "short": "S888",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S89-9-sj2-1",
        "label": "S899",
        "long": "Glenreagh Public School to McGills Rd",
        "short": "S899",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S90-0-sj2-1",
        "label": "S900",
        "long": "Glenreagh Public to Tallawudjah Creek Rd",
        "short": "S900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S91-5-sj2-1",
        "label": "S915",
        "long": "Long Flat Primary and Oxley Hwy Transition to Kindee Rd",
        "short": "S915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S92-0-sj2-1",
        "label": "S920",
        "long": "Modanville Public to Dunoon Rd via The Channon Rd and Borton Rd",
        "short": "S920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S92-7-sj2-1",
        "label": "S927",
        "long": "Long Flat Public to Yarras via Bagnoo and Ellenborough",
        "short": "S927",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S92-8-sj2-1",
        "label": "S928",
        "long": "Long Flat Public and Oxley Hwy Transition to Toms Creek via Ellenborough",
        "short": "S928",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S98-7-sj2-1",
        "label": "S987",
        "long": "Coffs Harbour Schools and Orara High to Ulong via Coramba Rd",
        "short": "S987",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "79-S98-8-sj2-1",
        "label": "S988",
        "long": "Karangi Public and Upper Orara Public to Upper Orara via Dairyville",
        "short": "S988",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00774B",
        "color_name": "green",
        "has_shape": true,
        "id": "9-F1-sj2-1",
        "label": "F1",
        "long": "F1 Manly",
        "short": "F1",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "469B3B",
        "color_name": "green",
        "has_shape": true,
        "id": "9-F10-sj2-1",
        "label": "F10",
        "long": "F10 Blackwattle Bay",
        "short": "F10",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "144734",
        "color_name": "green",
        "has_shape": true,
        "id": "9-F2-sj2-1",
        "label": "F2",
        "long": "F2 Taronga Zoo",
        "short": "F2",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "648C3C",
        "color_name": "brown",
        "has_shape": true,
        "id": "9-F3-sj2-1",
        "label": "F3",
        "long": "F3 Parramatta River",
        "short": "F3",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "BFD730",
        "color_name": "yellow",
        "has_shape": true,
        "id": "9-F4-sj2-1",
        "label": "F4",
        "long": "F4 Pyrmont Bay",
        "short": "F4",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "286142",
        "color_name": "green",
        "has_shape": true,
        "id": "9-F5-sj2-1",
        "label": "F5",
        "long": "F5 Neutral Bay",
        "short": "F5",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "00AB51",
        "color_name": "green",
        "has_shape": true,
        "id": "9-F6-sj2-1",
        "label": "F6",
        "long": "F6 Mosman Bay",
        "short": "F6",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "00B189",
        "color_name": "teal",
        "has_shape": true,
        "id": "9-F7-sj2-1",
        "label": "F7",
        "long": "F7 Double Bay",
        "short": "F7",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "55622B",
        "color_name": "brown",
        "has_shape": true,
        "id": "9-F8-sj2-1",
        "label": "F8",
        "long": "F8 Cockatoo Island",
        "short": "F8",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "65B32E",
        "color_name": "green",
        "has_shape": true,
        "id": "9-F9-sj2-1",
        "label": "F9",
        "long": "F9 Watsons Bay",
        "short": "F9",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-11M-sj2-1",
        "label": "11M",
        "long": "Chatswood to Tallawong",
        "short": "11M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-12S-H-sj2-1",
        "label": "12SH",
        "long": "East Hills, Campbelltown, Picton, Mittagong, Bowral, Moss Vale",
        "short": "12SH",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-14C-N-sj2-1",
        "label": "14CN",
        "long": "Woy Woy, then all stations to Gosford",
        "short": "14CN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-14S-C-sj2-1",
        "label": "14SC",
        "long": "Thirroul, then all stations to Dapto",
        "short": "14SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-16T-2-sj2-1",
        "label": "16T2",
        "long": "Liverpool, then Casula, Glenfield",
        "short": "16T2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-27T-4-sj2-1",
        "label": "27T4",
        "long": "Central, then Miranda, all stations to Sutherland, all stations to Waterfall",
        "short": "27T4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-29S-0-sj2-1",
        "label": "29SC",
        "long": "Unknown",
        "short": "29SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-29S-C-sj2-1",
        "label": "29SC",
        "long": "Helensburgh Stn, Helensburgh (Charles Harper Park), then Otford Stn",
        "short": "29SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-36S-0-sj2-1",
        "label": "36SC",
        "long": "Unknown",
        "short": "36SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-36S-C-sj2-1",
        "label": "36SC",
        "long": "Central, then Sutherland, express to Thirroul",
        "short": "36SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-37C-N-sj2-1",
        "label": "37CN",
        "long": "Unknown",
        "short": "37CN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-38C-N-sj2-1",
        "label": "38CN",
        "long": "Hornsby, Berowra, Pt Clare, then all stations to Woy Woy",
        "short": "38CN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-3AT-4-sj2-1",
        "label": "3AT4",
        "long": "Central, then Hurstville",
        "short": "3AT4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-41C-N-sj2-1",
        "label": "41CN",
        "long": "Unknown",
        "short": "41CN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-42C-N-sj2-1",
        "label": "42CN",
        "long": "Unknown",
        "short": "42CN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-43S-C-sj2-1",
        "label": "43SC",
        "long": "Central, Sutherland, North Wollongong, Wollongong then Dapto",
        "short": "43SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-43T-1-sj2-1",
        "label": "43T1",
        "long": "Hornsby, then all stations to Berowra",
        "short": "43T1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-49S-0-sj2-1",
        "label": "49SC",
        "long": "Unknown",
        "short": "49SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-49S-C-sj2-1",
        "label": "49SC",
        "long": "Central, Sutherland, then all stations to Thirroul",
        "short": "49SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-50C-N-sj2-1",
        "label": "50CN",
        "long": "Berowra, then Cowan, Hawkesbury River (Loop Service)",
        "short": "50CN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-5CN-sj2-1",
        "label": "5CN",
        "long": "Hornsby, then Berowra, Tuggerah, Wyong",
        "short": "5CN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-5SH-0-sj2-1",
        "label": "5SH",
        "long": "Moss Vale, then all stations to Goulburn",
        "short": "5SH",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-5SH-sj2-1",
        "label": "5SH",
        "long": "Moss Vale, then all stations to Goulburn",
        "short": "5SH",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-61C-N-sj2-1",
        "label": "61CN",
        "long": "Hornsby, Berowra, Gosford, then all stations to Wyong",
        "short": "61CN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-6AS-H-sj2-1",
        "label": "6ASH",
        "long": "Campbelltown, then all stations to Bundanoon",
        "short": "6ASH",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-6SH-sj2-1",
        "label": "6SH",
        "long": "Campbelltown, then all stations to Moss Vale",
        "short": "6SH",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-7HU-sj2-1",
        "label": "7HU",
        "long": "University Shuttle to Warabrook Station",
        "short": "7HU",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-7SH-sj2-1",
        "label": "7SH",
        "long": "Campbelltown, then Mittagong, Bowral, Moss Vale",
        "short": "7SH",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-98T-0-sj2-1",
        "label": "98T4",
        "long": "Unknown",
        "short": "98T4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B5EF",
        "color_name": "teal",
        "has_shape": true,
        "id": "91-98T-4-sj2-1",
        "label": "98T4",
        "long": "Rockdale, all stations to Hurstville, Sutherland, then all stations to Cronulla",
        "short": "98T4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 171069,
    "stop_points_capped": true
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-05",
  "top_fixes": [
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 6,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
      "owner": "Likely your export tool",
      "points": 18.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
    },
    {
      "code": "number_out_of_range",
      "count": 4,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'number_out_of_range' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Number out of range (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "block_trips_with_overlapping_stop_times",
      "count": 1,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 3,
      "severity": "ERROR",
      "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
