{
  "agency": {
    "country": "AU",
    "id": "adelaide-metro",
    "name": "Adelaide Metro",
    "subdivision_code": "AU-SA",
    "subdivision_name": "South Australia"
  },
  "autofix": {
    "available": false
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 37.5,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "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.0,
          "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": true,
          "booking_rule_count": 47,
          "has_booking_rules": true,
          "has_flex": true
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 9171,
        "trips": 30500,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 9171,
          "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": 25.0,
          "severity": "WARNING",
          "what": "9171 of 9171 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_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": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "code": "scorecard_flex_service",
          "count": 1,
          "effort": "None.",
          "fix": "No action needed.",
          "owner": "",
          "points": 0.0,
          "severity": "INFO",
          "what": "This feed includes flexible (demand-responsive) service, and riders are told how to book it.",
          "why": "Dial-a-ride and zone service are described for trip planners, not just fixed routes."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 52.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% 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": 10,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 12,
          "WARNING": 379
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "unexpected_enum_value",
          "count": 319,
          "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": 46,
          "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": 6.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": 9,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "expired_calendar",
          "count": 3,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_feed_contact_email_and_url' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Missing feed contact email and url (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 1,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "big_gap_in_service",
          "count": 9,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'big_gap_in_service' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'service_window_outside_feed_period' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Service window outside feed period (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "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": "Varies.",
          "fix": "Review the rule documentation for 'unknown_file' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Unknown file (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 65.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 391 instances (0 error, 379 warning, 12 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 90,
        "feed_end_date": "2026-10-11",
        "feed_start_date": "2026-07-10",
        "feed_version": "1677",
        "has_feed_info": true,
        "last_service_date": "2027-03-27",
        "seasonal_boundary": true,
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.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 agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 90 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Creative Commons Attribution; attribute Adelaide Metro, Department for Infrastructure and Transport, South Australia.",
    "reachable": true,
    "sha256": "b1f5ea0ddb28c7a1f38b1fd1a2d01e45fd5ce0dfc2fa613d0ae263a2798a21f5",
    "size_bytes": 18851663,
    "static_url": "https://gtfs.adelaidemetro.com.au/v1/static/latest/google_transit.zip"
  },
  "fetch": {
    "final_url": "https://gtfs.adelaidemetro.com.au/v1/static/latest/google_transit.zip",
    "max_attempts": 4,
    "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-07-13T00:00:00+00:00",
  "geo": {
    "bbox": [
      133.67641,
      -37.84779,
      140.98689,
      -32.12521
    ],
    "lat": -34.90451,
    "lon": 138.60179,
    "stop_count": 9171
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 0.2,
    "margin_to_next_band": 9.8,
    "score": 70.2
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 144,
      "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": "144 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (640, 681, 681A, 682, 683, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 8051,
      "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": "8051 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Stop 36 / Zone B Mt Barker Rd - West side\", \"Stop 36B Avenue Rd - South East side\", \"Stop 36C Longwood Rd - North East side\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 9051,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 30500
  },
  "route_map": {
    "drawn_route_count": 728,
    "has_shapes": true,
    "path": "data/artifacts/adelaide-metro/geometry.geojson",
    "route_count": 728,
    "routes": [
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "100",
        "label": "100",
        "long": "Arndale Centre Interchange to Glen Osmond",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1000",
        "label": "1000",
        "long": "Ceduna to Port Augusta",
        "short": "1000",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1001",
        "label": "1001",
        "long": "Port Lincoln to Adelaide via Whyalla",
        "short": "1001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002",
        "label": "1002",
        "long": "Whyalla to Adelaide via Port Broughton",
        "short": "1002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003",
        "label": "1003",
        "long": "Whyalla to Adelaide via Lochiel",
        "short": "1003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "100B",
        "label": "100B",
        "long": "Arndale Centre Interchange / Urrbrae Agricultural High School to Brooklyn Park",
        "short": "100B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "100C",
        "label": "100C",
        "long": "Forestville to Urrbrae Argriculture High School",
        "short": "100C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "100N",
        "label": "100N",
        "long": "Urrbrae Agriculture High School to Netley",
        "short": "100N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "100P",
        "label": "100P",
        "long": "Arndale Centre Interchange to Plympton",
        "short": "100P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "101",
        "label": "101",
        "long": "Arndale Centre Interchange to Flinders University",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1011",
        "label": "1011",
        "long": "North West Port Lincoln School Service",
        "short": "1011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1012",
        "label": "1012",
        "long": "South East Port Lincoln School Service",
        "short": "1012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1021",
        "label": "1021",
        "long": "Whyalla Township Route 1",
        "short": "1021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1022",
        "label": "1022",
        "long": "Whyalla Township Route 2",
        "short": "1022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1023",
        "label": "1023",
        "long": "Whyalla Township Route 3",
        "short": "1023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1024",
        "label": "1024",
        "long": "Whyalla Township Route 4",
        "short": "1024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1025",
        "label": "1025",
        "long": "Whyalla Township Route 5",
        "short": "1025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1026",
        "label": "1026",
        "long": "Whyalla Township Route 6",
        "short": "1026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1027",
        "label": "1027",
        "long": "Whyalla Township Route 7",
        "short": "1027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1028",
        "label": "1028",
        "long": "Whyalla Township Route 8",
        "short": "1028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1040",
        "label": "1040",
        "long": "Port Pirie Township Service (Clockwise)",
        "short": "1040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1041",
        "label": "1041",
        "long": "Port Pirie Township Service (Anti-Clockwise)",
        "short": "1041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1042",
        "label": "1042",
        "long": "Port Pirie Bus 1",
        "short": "1042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1043",
        "label": "1043",
        "long": "Port Pirie Bus 2",
        "short": "1043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1044",
        "label": "1044",
        "long": "Port Pirie Bus 3",
        "short": "1044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1045",
        "label": "1045",
        "long": "Port Pirie Bus 4",
        "short": "1045",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1050",
        "label": "1050",
        "long": "Peterborough to Port Pirie",
        "short": "1050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1051",
        "label": "1051",
        "long": "Peterborough to Port Pirie via Port Germein",
        "short": "1051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1052",
        "label": "1052",
        "long": "Peterborough to Port Augusta",
        "short": "1052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "106",
        "label": "106",
        "long": "Magill to City",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1060",
        "label": "1060",
        "long": "Peterborough to Adelaide via Jamestown",
        "short": "1060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1061",
        "label": "1061",
        "long": "Peterborough to Adelaide via Spalding",
        "short": "1061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1062",
        "label": "1062",
        "long": "Peterborough to Adelaide via Terowie",
        "short": "1062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1063",
        "label": "1063",
        "long": "Peterborough to Adelaide via Orroroo",
        "short": "1063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1065",
        "label": "1065",
        "long": "Burra to Clare",
        "short": "1065",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1066",
        "label": "1066",
        "long": "Manoora to Clare",
        "short": "1066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1067",
        "label": "1067",
        "long": "Burra Intratown Service",
        "short": "1067",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1068",
        "label": "1068",
        "long": "Clare Intratown Service",
        "short": "1068",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1070",
        "label": "1070",
        "long": "Willsden and Stirling North Service",
        "short": "1070",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1070A",
        "label": "1070A",
        "long": "Port Augusta West",
        "short": "1070A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1071",
        "label": "1071",
        "long": "Augusta Park Loop",
        "short": "1071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1071A",
        "label": "1071A",
        "long": "Port Augusta West",
        "short": "1071A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1072",
        "label": "1072",
        "long": "Port Augusta West Loop",
        "short": "1072",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1072A",
        "label": "1072A",
        "long": "Port Augusta",
        "short": "1072A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1074",
        "label": "1074",
        "long": "Port Augusta Bus 1",
        "short": "1074",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1075",
        "label": "1075",
        "long": "Port Augusta Bus 2",
        "short": "1075",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1080",
        "label": "1080",
        "long": "Moonta Bay to Adelaide via Dublin",
        "short": "1080",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1081",
        "label": "1081",
        "long": "Moonta Bay to Adelaide via Balaklava",
        "short": "1081",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1082",
        "label": "1082",
        "long": "Yorketown to Port Wakefield via Minlaton and Maitland",
        "short": "1082",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1083",
        "label": "1083",
        "long": "Yorketown to Port Wakefield via Port Vincent",
        "short": "1083",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1084",
        "label": "1084",
        "long": "Yorketown to Port Wakefield",
        "short": "1084",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1091",
        "label": "1091",
        "long": "Yorketown to Kadina via Inland",
        "short": "1091",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1092",
        "label": "1092",
        "long": "Yorketown to Kadina via Coast",
        "short": "1092",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1093",
        "label": "1093",
        "long": "Yorketown Loop 1",
        "short": "1093",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1094",
        "label": "1094",
        "long": "Yorketown Loop 2",
        "short": "1094",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1095",
        "label": "1095",
        "long": "Marion Bay to Minlaton",
        "short": "1095",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "110",
        "label": "110",
        "long": "West Lakes Centre Interchange to City",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1100",
        "label": "1100",
        "long": "Tea Tree Plaza to Mount Pleasant via Birdwood",
        "short": "1100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1101",
        "label": "1101",
        "long": "Tea Tree Plaza to Mount Pleasant via Cudlee Creek and Gumeracha",
        "short": "1101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1102",
        "label": "1102",
        "long": "Tea Tree Plaza to Mt Pleasant via Cudlee Creek",
        "short": "1102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1103",
        "label": "1103",
        "long": "Mt Torrens to Houghton via Lobethal and Cudlee Creek",
        "short": "1103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1104",
        "label": "1104",
        "long": "Houghton to Birdwood via Cudlee Creek and Lobethal",
        "short": "1104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1105",
        "label": "1105",
        "long": "Tea Tree Plaza to Springton via Gumeracha",
        "short": "1105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1106",
        "label": "1106",
        "long": "Tea Tree Plaza to Springton via Cudlee Creek and Birdwood",
        "short": "1106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1107",
        "label": "1107",
        "long": "Tea Tree Plaza to Springton via Cudlee Creek and Gumeracha",
        "short": "1107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1108",
        "label": "1108",
        "long": "Wynn Vale to Houghton via Paracombe",
        "short": "1108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1110",
        "label": "1110",
        "long": "Gawler to Angaston",
        "short": "1110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1111",
        "label": "1111",
        "long": "Angaston to Gawler and Evanston via Lyndoch and Williamstown",
        "short": "1111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1112",
        "label": "1112",
        "long": "Nuriootpa to Gawler and Evanston",
        "short": "1112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1113",
        "label": "1113",
        "long": "Lyndoch to Xavier College",
        "short": "1113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1114",
        "label": "1114",
        "long": "Xavier College to Lyndoch",
        "short": "1114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "112",
        "label": "112",
        "long": "West Lakes Centre Interchange to City",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1120",
        "label": "1120",
        "long": "Mount Pleasant to Nuriootpa (Murry St) via Eden Valley",
        "short": "1120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1121",
        "label": "1121",
        "long": "Mount Pleasant to Nuriootpa via Eden Valley and Angaston",
        "short": "1121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1122",
        "label": "1122",
        "long": "Mount Torrens To Tanunda via Birdwood and Angaston",
        "short": "1122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1130",
        "label": "1130",
        "long": "Cudlee Creek to Tanunda (Para Rd) via Kersbrook and Lyndoch",
        "short": "1130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1131",
        "label": "1131",
        "long": "Cudlee Creek to Tanunda via Kersbrook and Lyndoch",
        "short": "1131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1132",
        "label": "1132",
        "long": "Mt Torrens to Tanunda via Charleston via Birdwood",
        "short": "1132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1133",
        "label": "1133",
        "long": "Mt Torrens to Tanunda via Charleston and Lobethal",
        "short": "1133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1140",
        "label": "1140",
        "long": "Hewett to Nuriootpa via Marananga",
        "short": "1140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1141",
        "label": "1141",
        "long": "Freeling to Evanston via Wasleys",
        "short": "1141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1142",
        "label": "1142",
        "long": "Evanston/Gawler Loop via Barnet Rd (AM)",
        "short": "1142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1143",
        "label": "1143",
        "long": "Gawler/Evanston Loop via Trinity College South (PM)",
        "short": "1143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1144",
        "label": "1144",
        "long": "Gawler Belt Loop via Osprey (AM)",
        "short": "1144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1145",
        "label": "1145",
        "long": "Gawler Belt Loop via Barnet Rd (PM)",
        "short": "1145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1146",
        "label": "1146",
        "long": "Kapunda to Evanston via Freeling and Roseworthy",
        "short": "1146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1146X",
        "label": "1146X",
        "long": "Kapunda to Hewett Express",
        "short": "1146X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1150",
        "label": "1150",
        "long": "Tarlee to Nuriootpa via Kapunda and Greenock",
        "short": "1150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1151",
        "label": "1151",
        "long": "Tarlee to Tanunda via Nuriootpa and Kapunda",
        "short": "1151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1160",
        "label": "1160",
        "long": "Riverton to Nuriootpa via Kapunda",
        "short": "1160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1161",
        "label": "1161",
        "long": "Riverton to Tanunda via Saddleworth and Kapunda",
        "short": "1161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "117",
        "label": "117",
        "long": "Port Adelaide Interchange to City",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1170",
        "label": "1170",
        "long": "Robertstown to Nuriootpa via Point Pass and Eudunda",
        "short": "1170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1171",
        "label": "1171",
        "long": "Robertstown to Nuriootpa via Light Pass and Eudunda",
        "short": "1171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1172",
        "label": "1172",
        "long": "Nuriootpa to Tanunda via Angaston and Truro",
        "short": "1172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1173",
        "label": "1173",
        "long": "Cambrai to Tanunda via Angaston and Light Pass",
        "short": "1173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "118",
        "label": "118",
        "long": "Port Adelaide Interchange to City",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1180",
        "label": "1180",
        "long": "Renmark to Adelaide",
        "short": "1180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1181",
        "label": "1181",
        "long": "Loxton to Kingston-on-Murray",
        "short": "1181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1191",
        "label": "1191",
        "long": "Loxton to Berri via Moorook and Kingston",
        "short": "1191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1192",
        "label": "1192",
        "long": "Loxton to Berri via Renmark and Paringa Loop",
        "short": "1192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1193",
        "label": "1193",
        "long": "Loxton to Renmark via Berri",
        "short": "1193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1193A",
        "label": "1193A",
        "long": "Loxton to Renmark via Berri and Paringa",
        "short": "1193A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1194",
        "label": "1194",
        "long": "Loxton to Berri Industry Participation Program",
        "short": "1194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1195",
        "label": "1195",
        "long": "Renmark Industry Participation Program",
        "short": "1195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1201",
        "label": "1201",
        "long": "Swan Reach to Berri via Morgan",
        "short": "1201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1201A",
        "label": "1201A",
        "long": "Swan Reach to Renmark via Morgan and Berri",
        "short": "1201A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1202",
        "label": "1202",
        "long": "Swan Reach to Tanunda",
        "short": "1202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1203",
        "label": "1203",
        "long": "Swan Reach to Murray Bridge via Nildottie and Walker Flat",
        "short": "1203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1204",
        "label": "1204",
        "long": "Swan Reach to Murray Bridge via Younghusband",
        "short": "1204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1210",
        "label": "1210",
        "long": "Murray Bridge to Mannum via Belvedere Rd",
        "short": "1210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1211",
        "label": "1211",
        "long": "Murray Bridge to Mannum via Mannum Rd",
        "short": "1211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1212",
        "label": "1212",
        "long": "Murray Bridge to Adelaide via Monarto Safari Park and Mt Barker",
        "short": "1212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1213",
        "label": "1213",
        "long": "Murray Bridge to Adelaide via Mt Barker",
        "short": "1213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1214",
        "label": "1214",
        "long": "Murray Bridge to Mt Barker via Callington",
        "short": "1214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1215",
        "label": "1215",
        "long": "Murray Bridge to Mt Barker via Monarto Safari Park and Callington",
        "short": "1215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1216",
        "label": "1216",
        "long": "Murray Bridge to Mt Barker via Kanmantoo and Nairne",
        "short": "1216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1217",
        "label": "1217",
        "long": "Mt Barker to Murray Bridge via Kanmantoo and Monarto Safari Park",
        "short": "1217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1218",
        "label": "1218",
        "long": "Mt Barker to Murray Bridge (Mobilong) via Callington",
        "short": "1218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1219",
        "label": "1219",
        "long": "Murray Bridge (Mobilong) to Mt Barker via Callington",
        "short": "1219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1220",
        "label": "1220",
        "long": "Murray Bridge Township Service - North",
        "short": "1220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1221",
        "label": "1221",
        "long": "Murray Bridge Township Service - East",
        "short": "1221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1222",
        "label": "1222",
        "long": "Murray Bridge Township Service - West",
        "short": "1222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1223",
        "label": "1223",
        "long": "Murray Bridge Township Service - Central",
        "short": "1223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1230",
        "label": "1230",
        "long": "Coonalpyn and Wellington to Murray Bridge",
        "short": "1230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1230A",
        "label": "1230A",
        "long": "Coonalpyn to Murray Bridge via Meningie & Wellington",
        "short": "1230A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1231",
        "label": "1231",
        "long": "Tintinara to Murray Bridge via Culburra and Tailem Bend",
        "short": "1231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1232",
        "label": "1232",
        "long": "Karoonda to Berri via Lameroo and Pinnaroo",
        "short": "1232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1232A",
        "label": "1232A",
        "long": "Karoonda to Berri and Renmark",
        "short": "1232A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1233",
        "label": "1233",
        "long": "Karoonda to Murray Bridge via Tailem Bend",
        "short": "1233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1234",
        "label": "1234",
        "long": "Pinnaroo to Murray Bridge via Lameroo and Tailem Bend",
        "short": "1234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1235",
        "label": "1235",
        "long": "Tintinara to Murray Bridge",
        "short": "1235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1240",
        "label": "1240",
        "long": "Murray Bridge to Strathalbyn via Callington",
        "short": "1240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1240B",
        "label": "1240B",
        "long": "Murray Bridge to Strathalbyn via Callington and Kanmantoo",
        "short": "1240B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1241",
        "label": "1241",
        "long": "Langhorne Creek to Murray Bridge via Strathalbyn and Callington",
        "short": "1241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1251",
        "label": "1251",
        "long": "Goolwa to Adelaide",
        "short": "1251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1252",
        "label": "1252",
        "long": "Goolwa to Colonnades",
        "short": "1252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1253",
        "label": "1253",
        "long": "Goolwa to Marion Interchange",
        "short": "1253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1254",
        "label": "1254",
        "long": "Goolwa to Encounter Bay",
        "short": "1254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1255",
        "label": "1255",
        "long": "Victor Harbor Community Bus 1",
        "short": "1255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1256",
        "label": "1256",
        "long": "Victor Harbor Community Bus 2",
        "short": "1256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1257",
        "label": "1257",
        "long": "Meadows to Urrbrae via Clarendon",
        "short": "1257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1258",
        "label": "1258",
        "long": "Goolwa to Cape Jervis Ferry Terminal",
        "short": "1258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1259",
        "label": "1259",
        "long": "Cape Jervis Ferry Terminal to Adelaide",
        "short": "1259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1260",
        "label": "1260",
        "long": "Kingscote to Penneshaw",
        "short": "1260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1270",
        "label": "1270",
        "long": "Bordertown to Keith",
        "short": "1270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1271",
        "label": "1271",
        "long": "Mundulla and Bordertown to Naracoorte",
        "short": "1271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1272",
        "label": "1272",
        "long": "Bordertown Intratown Service",
        "short": "1272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1273",
        "label": "1273",
        "long": "Bordertown to Mundulla",
        "short": "1273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1274",
        "label": "1274",
        "long": "Bordertown to Serviceton",
        "short": "1274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1280",
        "label": "1280",
        "long": "Mount Gambier to Adelaide (via Coast)",
        "short": "1280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1281",
        "label": "1281",
        "long": "Mount Gambier to Adelaide (via Inland)",
        "short": "1281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1282",
        "label": "1282",
        "long": "Mount Gambier to Adelaide (via Inland)",
        "short": "1282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1291",
        "label": "1291",
        "long": "Mount Gambier Town Service - South East Loop",
        "short": "1291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1292",
        "label": "1292",
        "long": "Mount Gambier Town Service - North West Loop",
        "short": "1292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1293",
        "label": "1293",
        "long": "Mount Gambier Town Service - North East Loop",
        "short": "1293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1294",
        "label": "1294",
        "long": "Mount Gambier Bus 1",
        "short": "1294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1295",
        "label": "1295",
        "long": "Mount Gambier Bus 2",
        "short": "1295",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1296",
        "label": "1296",
        "long": "Mount Gambier Bus 3",
        "short": "1296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "1297",
        "label": "1297",
        "long": "Mount Gambier Bus 4",
        "short": "1297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "140",
        "label": "140",
        "long": "City to Glen Osmond",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "141",
        "label": "141",
        "long": "Stonyfell to City",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "142",
        "label": "142",
        "long": "Burnside to City",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "144",
        "label": "144",
        "long": "Glen Osmond to City",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "144G",
        "label": "144G",
        "long": "City to Toorak Gardens",
        "short": "144G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "147",
        "label": "147",
        "long": "Beaumont to City",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "150",
        "label": "150",
        "long": "Osborne to City",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "150B",
        "label": "150B",
        "long": "City to Largs Bay",
        "short": "150B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "150P",
        "label": "150P",
        "long": "City to Port Adelaide Interchange",
        "short": "150P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "155",
        "label": "155",
        "long": "West Lakes Centre Interchange to City",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "157",
        "label": "157",
        "long": "Largs Bay to City",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "157X",
        "label": "157X",
        "long": "Largs Bay to City",
        "short": "157X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "163",
        "label": "163",
        "long": "City to West Beach",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "167",
        "label": "167",
        "long": "Glenelg Interchange to City",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "167C",
        "label": "167C",
        "long": "City to Camden Park",
        "short": "167C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "168",
        "label": "168",
        "long": "Glenelg Interchange to City",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "170",
        "label": "170",
        "long": "Urrbrae to City",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "171",
        "label": "171",
        "long": "Mitcham Square to City",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "171A",
        "label": "171A",
        "long": "City to Highgate",
        "short": "171A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "172",
        "label": "172",
        "long": "Kingswood to City",
        "short": "172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "173",
        "label": "173",
        "long": "Blackwood Interchange to City",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "174",
        "label": "174",
        "long": "Paradise Interchange to City",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "176",
        "label": "176",
        "long": "Athelstone to City",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "176G",
        "label": "176G",
        "long": "City to Newton",
        "short": "176G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "178",
        "label": "178",
        "long": "Paradise Interchange to City",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "178A",
        "label": "178A",
        "long": "Paradise Interchange to Athelstone",
        "short": "178A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "178M",
        "label": "178M",
        "long": "City to Athelstone",
        "short": "178M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "178S",
        "label": "178S",
        "long": "City to Newton",
        "short": "178S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "178X",
        "label": "178X",
        "long": "Paradise Interchange to City",
        "short": "178X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "190",
        "label": "190",
        "long": "Glenelg Interchange to City",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "190B",
        "label": "190B",
        "long": "City to Mitcham Square",
        "short": "190B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "195",
        "label": "195",
        "long": "Blackwood Interchange to City",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "195F",
        "label": "195F",
        "long": "Blackwood Interchange to City",
        "short": "195F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "196",
        "label": "196",
        "long": "Blackwood Interchange to City",
        "short": "196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "196F",
        "label": "196F",
        "long": "Blackwood Interchange to City",
        "short": "196F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "197X",
        "label": "197X",
        "long": "Coromandel Station to City",
        "short": "197X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "200",
        "label": "200",
        "long": "Marion Centre Interchange to City",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "200B",
        "label": "200B",
        "long": "Marion Centre Interchange to City",
        "short": "200B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "200C",
        "label": "200C",
        "long": "City to Clapham",
        "short": "200C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "202",
        "label": "202",
        "long": "Ingle Farm to City",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "202F",
        "label": "202F",
        "long": "Ingle Farm to City",
        "short": "202F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "203",
        "label": "203",
        "long": "Tea Tree Plaza Interchange to City",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "203B",
        "label": "203B",
        "long": "City to Ingle Farm",
        "short": "203B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "203F",
        "label": "203F",
        "long": "Tea Tree Plaza Interchange to City",
        "short": "203F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "206",
        "label": "206",
        "long": "Northgate to City",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "208",
        "label": "208",
        "long": "Paradise Interchange to City",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "208B",
        "label": "208B",
        "long": "City to Broadview",
        "short": "208B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "208N",
        "label": "208N",
        "long": "City to Northgate",
        "short": "208N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "209F",
        "label": "209F",
        "long": "Tea Tree Plaza Interchange to City",
        "short": "209F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "222",
        "label": "222",
        "long": "Mawson Interchange to City",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "222R",
        "label": "222R",
        "long": "City to Mawson Interchange",
        "short": "222R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "224",
        "label": "224",
        "long": "Elizabeth Interchange to City",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "224F",
        "label": "224F",
        "long": "Elizabeth Interchange to City",
        "short": "224F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "224M",
        "label": "224M",
        "long": "Elizabeth Interchange to Mawson Interchange",
        "short": "224M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "224X",
        "label": "224X",
        "long": "Elizabeth Interchange to City",
        "short": "224X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "225",
        "label": "225",
        "long": "Salisbury Interchange to Gepps Cross",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "225F",
        "label": "225F",
        "long": "Salisbury Interchange to City",
        "short": "225F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "225M",
        "label": "225M",
        "long": "Salisbury Interchange to Mawson Interchange",
        "short": "225M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "225X",
        "label": "225X",
        "long": "Salisbury Interchange to City",
        "short": "225X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "228",
        "label": "228",
        "long": "Smithfield Interchange to City",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "228F",
        "label": "228F",
        "long": "Smithfield Interchange to City",
        "short": "228F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "228X",
        "label": "228X",
        "long": "Smithfield Interchange to City",
        "short": "228X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "229",
        "label": "229",
        "long": "Para Hills to Gepps Cross",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "229F",
        "label": "229F",
        "long": "Para Hills to City",
        "short": "229F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "229X",
        "label": "229X",
        "long": "Para Hills to City",
        "short": "229X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "230",
        "label": "230",
        "long": "Port Adelaide Interchange to City",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "232",
        "label": "232",
        "long": "Port Adelaide Interchange to City",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "232R",
        "label": "232R",
        "long": "City to Rosewater",
        "short": "232R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "235",
        "label": "235",
        "long": "Kilburn to City",
        "short": "235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "238",
        "label": "238",
        "long": "Adelaide University Mawson Lakes Campus to City",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "239",
        "label": "239",
        "long": "Arndale Centre Interchange to City",
        "short": "239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "241",
        "label": "241",
        "long": "Marion Centre Interchange to City",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "241A",
        "label": "241A",
        "long": "City to Oaklands Park",
        "short": "241A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "245",
        "label": "245",
        "long": "Hove to City",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "248",
        "label": "248",
        "long": "Marion Centre Interchange to City",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "248A",
        "label": "248A",
        "long": "City to Oaklands Park",
        "short": "248A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "251",
        "label": "251",
        "long": "Mansfield Park to City",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "251A",
        "label": "251A",
        "long": "Mansfield Park to Arndale Centre Interchange",
        "short": "251A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "252",
        "label": "252",
        "long": "Port Adelaide Interchange to City",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "252A",
        "label": "252A",
        "long": "Port Adelaide Interchange to Arndale Centre Interchange",
        "short": "252A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "253",
        "label": "253",
        "long": "Mansfield Park to City",
        "short": "253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "253X",
        "label": "253X",
        "long": "Mansfield Park to City",
        "short": "253X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "254",
        "label": "254",
        "long": "Port Adelaide Interchange to City",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "254X",
        "label": "254X",
        "long": "Port Adelaide Interchange to City",
        "short": "254X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "262",
        "label": "262",
        "long": "Marion Centre Interchange to City",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "263",
        "label": "263",
        "long": "Marion Centre Interchange to City",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "263A",
        "label": "263A",
        "long": "City to Warradale",
        "short": "263A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "265",
        "label": "265",
        "long": "Marion Centre Interchange to City",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "265W",
        "label": "265W",
        "long": "City to Somerton Park",
        "short": "265W",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "271",
        "label": "271",
        "long": "Tea Tree Plaza Interchange to City",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "273",
        "label": "273",
        "long": "Paradise Interchange to City",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "281",
        "label": "281",
        "long": "Paradise Interchange to City",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "281K",
        "label": "281K",
        "long": "City to Klemzig",
        "short": "281K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "286",
        "label": "286",
        "long": "Henley Beach to City",
        "short": "286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "286A",
        "label": "286A",
        "long": "City to Underdale",
        "short": "286A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "287",
        "label": "287",
        "long": "Henley Beach to City",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "288",
        "label": "288",
        "long": "West Lakes Centre Interchange to City",
        "short": "288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "288S",
        "label": "288S",
        "long": "City to Seaton",
        "short": "288S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "300",
        "label": "300",
        "long": "Suburban Connector",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "300C",
        "label": "300C",
        "long": "Suburban Connector",
        "short": "300C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "300G",
        "label": "300G",
        "long": "Suburban Connector",
        "short": "300G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "300H",
        "label": "300H",
        "long": "Suburban Connector",
        "short": "300H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "300J",
        "label": "300J",
        "long": "Suburban Connector",
        "short": "300J",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "300M",
        "label": "300M",
        "long": "Suburban Connector",
        "short": "300M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "300U",
        "label": "300U",
        "long": "Suburban Connector",
        "short": "300U",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "320",
        "label": "320",
        "long": "Aberfoyle Hub to Marion Centre Interchange",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "333",
        "label": "333",
        "long": "North Haven to Port Adelaide Interchange",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "361",
        "label": "361",
        "long": "Port Adelaide to Tea Tree Plaza",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "371",
        "label": "371",
        "long": "West Lakes Centre Interchange Clockwise Loop",
        "short": "371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "372",
        "label": "372",
        "long": "West Lakes Centre Interchange Anti-Clockwise Loop",
        "short": "372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "376",
        "label": "376",
        "long": "West Lakes Centre Interchange to Delfin Island Anti-Clockwise Loop",
        "short": "376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "400",
        "label": "400",
        "long": "Elizabeth Interchange to Salisbury North",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "400A",
        "label": "400A",
        "long": "Elizabeth Interchange to Salisbury",
        "short": "400A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "401",
        "label": "401",
        "long": "Paralowie to Salisbury",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "402",
        "label": "402",
        "long": "Riverlea Park to Salisbury",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "403",
        "label": "403",
        "long": "Salisbury North to Salisbury",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "404",
        "label": "404",
        "long": "Salisbury to Paralowie Anti-Clockwise Loop",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "404R",
        "label": "404R",
        "long": "Salisbury to Paralowie Anti-Clockwise Loop",
        "short": "404R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "405",
        "label": "405",
        "long": "Salisbury to Paralowie Clockwise Loop",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "411",
        "label": "411",
        "long": "Salisbury to Mawson Interchange",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "411B",
        "label": "411B",
        "long": "Mawson Interchange to Salisbury Interchange",
        "short": "411B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "411U",
        "label": "411U",
        "long": "Salisbury to UniSA Mawson Lakes Campus",
        "short": "411U",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "415",
        "label": "415",
        "long": "Salisbury Interchange to Greenwith",
        "short": "415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "415H",
        "label": "415H",
        "long": "Salisbury Interchange to Salisbury Heights",
        "short": "415H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "415V",
        "label": "415V",
        "long": "Salisbury Interchange to Golden Grove Interchange",
        "short": "415V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "421",
        "label": "421",
        "long": "BAE Systems to Salisbury Interchange",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "430",
        "label": "430",
        "long": "Elizabeth Interchange to Salisbury Interchange",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "440",
        "label": "440",
        "long": "Munno Para Station to Elizabeth Interchange",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "441",
        "label": "441",
        "long": "Smithfield Interchange to Elizabeth Interchange",
        "short": "441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "442",
        "label": "442",
        "long": "Smithfield Interchange to Elizabeth Interchange",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "443",
        "label": "443",
        "long": "Elizabeth Interchange to Munno Para Loop Service",
        "short": "443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "450",
        "label": "450",
        "long": "Riverlea Park to Elizabeth Interchange",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "451",
        "label": "451",
        "long": "Munno Para Centre Interchange to Elizabeth Interchange",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "451A",
        "label": "451A",
        "long": "Munno Para Centre to Andrews Farm",
        "short": "451A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "452",
        "label": "452",
        "long": "Munno Para Centre Interchange to Elizabeth Interchange",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "452W",
        "label": "452W",
        "long": "Munno Para Centre Interchange to Davoren Park",
        "short": "452W",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "461",
        "label": "461",
        "long": "Munno Para Centre Interchange to Munno Para West",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "462",
        "label": "462",
        "long": "Munno Para Centre Interchange to Angle Vale",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "462C",
        "label": "462C",
        "long": "Munno Para Centre Interchange to Angle Vale",
        "short": "462C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "466",
        "label": "466",
        "long": "Elizabeth to Adelaide Secondary School of English",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "467",
        "label": "467",
        "long": "Salisbury North to Adelaide Secondary School of English",
        "short": "467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "468",
        "label": "468",
        "long": "Brahma Lodge to Adelaide Secondary School of English",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "470",
        "label": "470",
        "long": "Parafield Gardens Primary School to Tyndale Christian School",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "471",
        "label": "471",
        "long": "Hillbank to St Columba College",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "472",
        "label": "472",
        "long": "Smithfield Interchange to Roma Mitchell Secondary College",
        "short": "472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "474",
        "label": "474",
        "long": "Pooraka to Kildare College",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "475",
        "label": "475",
        "long": "Edinburgh North to Heritage College",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "476",
        "label": "476",
        "long": "Salisbury East High School to Elizabeth Interchange",
        "short": "476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "477",
        "label": "477",
        "long": "Elizabeth Interchange to St Dominics School",
        "short": "477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "479",
        "label": "479",
        "long": "Edinburgh North to Modbury Heights School",
        "short": "479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "481",
        "label": "481",
        "long": "Pooraka to St Gabriel's School",
        "short": "481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "482",
        "label": "482",
        "long": "Elizabeth Interchange to Roma Mitchell Secondary College",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "483",
        "label": "483",
        "long": "Our Lady of Sacred Heart College (OLSH) to Elizabeth Interchange",
        "short": "483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "487",
        "label": "487",
        "long": "Mark Oliphant College to Angle Vale",
        "short": "487",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "488",
        "label": "488",
        "long": "Edinburgh North to Riverbanks College",
        "short": "488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "489",
        "label": "489",
        "long": "Munno Para Centre Interchange to Riverbanks College",
        "short": "489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "490",
        "label": "490",
        "long": "Elizabeth North to Riverbanks College",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "491",
        "label": "491",
        "long": "Willaston and Hewett Loop",
        "short": "491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "492A",
        "label": "492A",
        "long": "Gawler East Anti-Clockwise Loop",
        "short": "492A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "492C",
        "label": "492C",
        "long": "Gawler East Clockwise Loop",
        "short": "492C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "493",
        "label": "493",
        "long": "Evanston Loop",
        "short": "493",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "494",
        "label": "494",
        "long": "Evanston Loop",
        "short": "494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "500",
        "label": "500",
        "long": "Elizabeth Interchange to City",
        "short": "500",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "501",
        "label": "501",
        "long": "Mawson Interchange to City",
        "short": "501",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "502",
        "label": "502",
        "long": "Salisbury Interchange to City",
        "short": "502",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "502X",
        "label": "502X",
        "long": "Salisbury Interchange to City",
        "short": "502X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "503",
        "label": "503",
        "long": "Tea Tree Plaza Interchange to City",
        "short": "503",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "506",
        "label": "506",
        "long": "Tea Tree Plaza Interchange to City",
        "short": "506",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "506H",
        "label": "506H",
        "long": "Paradise Interchange to Modbury North",
        "short": "506H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "507",
        "label": "507",
        "long": "Tea Tree Plaza Interchange to City",
        "short": "507",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "528",
        "label": "528",
        "long": "Northgate to City",
        "short": "528",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "530",
        "label": "530",
        "long": "Firle to City",
        "short": "530",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "540",
        "label": "540",
        "long": "Tea Tree Plaza Interchange to City",
        "short": "540",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "541",
        "label": "541",
        "long": "Golden Grove Interchange and Fairview Park to City",
        "short": "541",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "541G",
        "label": "541G",
        "long": "City to Golden Grove Interchange",
        "short": "541G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "541X",
        "label": "541X",
        "long": "Golden Grove Interchange to City",
        "short": "541X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "542",
        "label": "542",
        "long": "Fairview Park to Tea Tree Plaza Interchange",
        "short": "542",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "542X",
        "label": "542X",
        "long": "Fairview Park to City",
        "short": "542X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "543",
        "label": "543",
        "long": "Surrey Downs to Tea Tee Plaza Interchange",
        "short": "543",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "543G",
        "label": "543G",
        "long": "Tea Tree Plaza Interchange to Redwood Park",
        "short": "543G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "543X",
        "label": "543X",
        "long": "Surrey Downs to City",
        "short": "543X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "544",
        "label": "544",
        "long": "Golden Grove Interchange to City",
        "short": "544",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "544X",
        "label": "544X",
        "long": "Golden Grove Interchange to City",
        "short": "544X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "545",
        "label": "545",
        "long": "Golden Grove Interchange to Tea Tree Plaza Interchange",
        "short": "545",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "545X",
        "label": "545X",
        "long": "Golden Grove Interchange to City",
        "short": "545X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "546",
        "label": "546",
        "long": "City to Para Hills",
        "short": "546",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "546X",
        "label": "546X",
        "long": "Para Hills to City",
        "short": "546X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "548",
        "label": "548",
        "long": "Greenwith and Tea Tree Plaza Interchange to City",
        "short": "548",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "556",
        "label": "556",
        "long": "Tea Tree Plaza Interchange to City",
        "short": "556",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "557",
        "label": "557",
        "long": "Tea Tree Plaza Interchange to City",
        "short": "557",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "557S",
        "label": "557S",
        "long": "Paradise Interchange to St Agnes",
        "short": "557S",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "559",
        "label": "559",
        "long": "Tea Tree Plaza Interchange to City",
        "short": "559",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "559S",
        "label": "559S",
        "long": "City to St Agnes",
        "short": "559S",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "560",
        "label": "560",
        "long": "Elizabeth Interchange to Tea Tree Plaza Interchange",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "560A",
        "label": "560A",
        "long": "Elizabeth Interchange / Ingle Farm to Salisbury Interchange",
        "short": "560A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "560B",
        "label": "560B",
        "long": "Elizabeth Interchange to Ingle Farm",
        "short": "560B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "565",
        "label": "565",
        "long": "Mawson Interchange to Ingle Farm",
        "short": "565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "566",
        "label": "566",
        "long": "Mawson Interchange to Golden Grove Interchange",
        "short": "566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "578",
        "label": "578",
        "long": "Newton and Athelstone to City",
        "short": "578",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "579",
        "label": "579",
        "long": "Athelstone to Paradise Interchange",
        "short": "579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "580",
        "label": "580",
        "long": "Keswick to Paradise Interchange",
        "short": "580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "591A",
        "label": "591A",
        "long": "Golden Grove Interchange to Greenwith",
        "short": "591A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "591C",
        "label": "591C",
        "long": "Golden Grove Interchange to Greenwith",
        "short": "591C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "600",
        "label": "600",
        "long": "Old Reynella Interchange to Marion Centre Interchange",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "600A",
        "label": "600A",
        "long": "Old Reynella Interchange / Marion Centre Interchange to Aberfoyle Hub",
        "short": "600A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "600B",
        "label": "600B",
        "long": "Aberfoyle Hub/Marion Centre Interchange to Blackwood Interchange",
        "short": "600B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "600S",
        "label": "600S",
        "long": "Blackwood Interchange to Bedford Park",
        "short": "600S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "601",
        "label": "601",
        "long": "Old Reynella Interchange to Marion Centre Interchange",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "601A",
        "label": "601A",
        "long": "Marion Centre Interchange to Aberfoyle Hub",
        "short": "601A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "601B",
        "label": "601B",
        "long": "Old Reynella Interchange to Blackwood Interchange",
        "short": "601B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "605",
        "label": "605",
        "long": "Darlington to Blackwood Interchange",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "610",
        "label": "610",
        "long": "Adelaide High School to Adelaide Railway Station",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "611",
        "label": "611",
        "long": "Adelaide High School to City",
        "short": "611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "613",
        "label": "613",
        "long": "Prince Alfred College to City",
        "short": "613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "616",
        "label": "616",
        "long": "City to Temple Christian College",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "617",
        "label": "617",
        "long": "Temple Christian College to City",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "619",
        "label": "619",
        "long": "Newton to Mary MacKillop College",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "620",
        "label": "620",
        "long": "Paradise Interchange to Morialta Secondary College",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "621",
        "label": "621",
        "long": "Morialta Secondary College to Paradise Interchange",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "622",
        "label": "622",
        "long": "Glen Osmond to Saint Ignatius' College Senior School",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "623",
        "label": "623",
        "long": "Norwood to Saint Ignatius' College Senior School",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "624",
        "label": "624",
        "long": "St Peters to Saint Ignatius' College Senior School",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "625",
        "label": "625",
        "long": "Charles Campbell College and Saint Ignatius' College Senior School to Parkside",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "626",
        "label": "626",
        "long": "Charles Campbell College School and Saint Ignatius' College Senior School to City",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "627",
        "label": "627",
        "long": "Saint Ignatius' College Senior School to Burnside",
        "short": "627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "628",
        "label": "628",
        "long": "Saint Ignatius' College Senior School to Parkside",
        "short": "628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "629",
        "label": "629",
        "long": "Saint Ignatius' College Senior School to Toorak Gardens",
        "short": "629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "630",
        "label": "630",
        "long": "Marryatville High School to City",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "631",
        "label": "631",
        "long": "Unley High School to Glenelg East",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "632",
        "label": "632",
        "long": "Urrbrae Agricultural High School to City",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "633",
        "label": "633",
        "long": "Unley High School to Plympton",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "634",
        "label": "634",
        "long": "Marryatville High School to City",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "635",
        "label": "635",
        "long": "St Peter's Girls' School to City",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "636",
        "label": "636",
        "long": "Mercedes College to City",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "637",
        "label": "637",
        "long": "Unley High School to City",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "638",
        "label": "638",
        "long": "Norwood International High School to City",
        "short": "638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "639",
        "label": "639",
        "long": "Norwood International High School to Paradise Interchange",
        "short": "639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "640",
        "label": "640",
        "long": "Marino to Marion Centre Interchange",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "645",
        "label": "645",
        "long": "Seaview Downs to Marion Centre Interchange",
        "short": "645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "646",
        "label": "646",
        "long": "Seacombe Heights to Marion Centre Interchange",
        "short": "646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "650",
        "label": "650",
        "long": "Alberton to St Michael's College Secondary Campus",
        "short": "650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "651",
        "label": "651",
        "long": "Alberton to  St Michael's College Secondary Campus",
        "short": "651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "652",
        "label": "652",
        "long": "Alberton to St Michael's College Primary Campus",
        "short": "652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "653",
        "label": "653",
        "long": "Alberton to St Michael's College Secondary Campus and Nazareth Catholic College",
        "short": "653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "654",
        "label": "654",
        "long": "Henley Beach to St Michael's College Primary Campus",
        "short": "654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "655",
        "label": "655",
        "long": "St Michael's College Primary Campus to Port Adelaide",
        "short": "655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "656",
        "label": "656",
        "long": "St Michael's College Primary Campus to Henley Beach South",
        "short": "656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "657",
        "label": "657",
        "long": "St Michael's College Secondary Campus to Queenstown",
        "short": "657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "658",
        "label": "658",
        "long": "St Michael's College Secondary Campus to Largs Bay",
        "short": "658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "659",
        "label": "659",
        "long": "St Michael's College Secondary Campus to Birkenhead",
        "short": "659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "660",
        "label": "660",
        "long": "St Michael's College Secondary Campus to West Lakes",
        "short": "660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "661",
        "label": "661",
        "long": "Nazareth Catholic College to Delfin Island",
        "short": "661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "663",
        "label": "663",
        "long": "Nazareth Catholic College to Fulham",
        "short": "663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "664",
        "label": "664",
        "long": "Nazareth Catholic College to Alberton",
        "short": "664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "665",
        "label": "665",
        "long": "Seaton High School to Port Adelaide",
        "short": "665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "667",
        "label": "667",
        "long": "Henley High School to West Lakes Centre Interchange",
        "short": "667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "668",
        "label": "668",
        "long": "Henley High School to Port Adelaide",
        "short": "668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "669",
        "label": "669",
        "long": "Henley High School to Glenelg",
        "short": "669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "670",
        "label": "670",
        "long": "Brighton Secondary School to Findon",
        "short": "670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "671",
        "label": "671",
        "long": "Fulham Gardens to Brighton Secondary School",
        "short": "671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "672",
        "label": "672",
        "long": "Le Fevre High School to Taperoo",
        "short": "672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "673",
        "label": "673",
        "long": "Fullarton to Darlington",
        "short": "673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "674",
        "label": "674",
        "long": "Blackwood High School to City",
        "short": "674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "681",
        "label": "681",
        "long": "Hallett Cove Beach Station to Flinders University",
        "short": "681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "681A",
        "label": "681A",
        "long": "Hallett Cove Beach Station to Hallett Cove",
        "short": "681A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "682",
        "label": "682",
        "long": "Hallett Cove Beach Station to Sheidow Park",
        "short": "682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "683",
        "label": "683",
        "long": "Hallett Cove Beach Station to Hallett Cove South",
        "short": "683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "719",
        "label": "719",
        "long": "Flinders Medical Centre to City",
        "short": "719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "720",
        "label": "720",
        "long": "Old Reynella Interchange to City",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "720A",
        "label": "720A",
        "long": "City to Marion Centre Interchange",
        "short": "720A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "720B",
        "label": "720B",
        "long": "Old Reynella Interchange to Flinders Medical Centre",
        "short": "720B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "721",
        "label": "721",
        "long": "Noarlunga Centre Interchange to City",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "721A",
        "label": "721A",
        "long": "City to Old Reynella Interchange",
        "short": "721A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "721B",
        "label": "721B",
        "long": "Noarlunga Centre Interchange to Old Reynella Interchange",
        "short": "721B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "721X",
        "label": "721X",
        "long": "Noarlunga Centre Interchange to City",
        "short": "721X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "722",
        "label": "722",
        "long": "Noarlunga Centre Interchange to Old Reynella Interchange",
        "short": "722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "722X",
        "label": "722X",
        "long": "Noarlunga Centre Interchange to City",
        "short": "722X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "723X",
        "label": "723X",
        "long": "Woodcroft Community Centre to City",
        "short": "723X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "724X",
        "label": "724X",
        "long": "Seaford Centre to City",
        "short": "724X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "725",
        "label": "725",
        "long": "Noarlunga Centre Interchange to Old Reynella Interchange",
        "short": "725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "733",
        "label": "733",
        "long": "Colonnades Centre Interchange to Marion Centre Interchange",
        "short": "733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "733A",
        "label": "733A",
        "long": "Marion Centre Interchange to Noarlunga Centre Interchange",
        "short": "733A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "734",
        "label": "734",
        "long": "Colonnades Centre Interchange to Marion Centre Interchange",
        "short": "734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "734A",
        "label": "734A",
        "long": "Marion Centre Interchange to Noarlunga Centre Interchange",
        "short": "734A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "737",
        "label": "737",
        "long": "Chandlers Hill to Old Reynella Interchange",
        "short": "737",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "741",
        "label": "741",
        "long": "Maslin Beach to Noarlunga Centre Interchange",
        "short": "741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "741A",
        "label": "741A",
        "long": "Maslin Beach to Seaford Interchange",
        "short": "741A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "743",
        "label": "743",
        "long": "Noarlunga Centre Interchange to Huntfield Heights Anti-Clockwise Loop Service",
        "short": "743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "744",
        "label": "744",
        "long": "Noarlunga Centre Interchange to Huntfield Heights Clockwise Loop Service",
        "short": "744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "745",
        "label": "745",
        "long": "Seaford Circuit Anti-Clockwise Loop",
        "short": "745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "745A",
        "label": "745A",
        "long": "Seaford Circuit Anti-Clockwise Loop",
        "short": "745A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "745B",
        "label": "745B",
        "long": "Noarlunga Interchange to Seaford Interchange",
        "short": "745B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "747",
        "label": "747",
        "long": "Seaford Circuit Clockwise Loop",
        "short": "747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "747A",
        "label": "747A",
        "long": "Seaford Circuit Clockwise Loop",
        "short": "747A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "747B",
        "label": "747B",
        "long": "Colonnades Centre Interchange to Seaford Rise",
        "short": "747B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "750",
        "label": "750",
        "long": "Sellicks Beach to Seaford Interchange",
        "short": "750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "750A",
        "label": "750A",
        "long": "Sellicks Beach to Cardijn Secondary College",
        "short": "750A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "750B",
        "label": "750B",
        "long": "Seaford Interchange to Aldinga Shopping Centre",
        "short": "750B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "750X",
        "label": "750X",
        "long": "Sellicks Beach to Seaford Interchange",
        "short": "750X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "751",
        "label": "751",
        "long": "Aldinga Shopping Centre to Noarlunga Hospital",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "751A",
        "label": "751A",
        "long": "Aldinga Shopping Centre to Noarlunga Centre Interchange",
        "short": "751A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "751B",
        "label": "751B",
        "long": "Colonnades Centre Interchange to Seaford Interchange",
        "short": "751B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "751C",
        "label": "751C",
        "long": "Aldinga Shopping Centre to Seaford Centre",
        "short": "751C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "752",
        "label": "752",
        "long": "McLaren Flat to McLaren Vale",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "755",
        "label": "755",
        "long": "Aldinga Beach to Seaford Centre",
        "short": "755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "756",
        "label": "756",
        "long": "Port Willunga to Seaford Centre Interchange",
        "short": "756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "770",
        "label": "770",
        "long": "Colonnades Centre Interchange to Aberfoyle Park",
        "short": "770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "771",
        "label": "771",
        "long": "Woodcroft to Aberfoyle Park High School",
        "short": "771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "772",
        "label": "772",
        "long": "Hallett Cove R-12 School to Old Reynella",
        "short": "772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "773",
        "label": "773",
        "long": "Cardijn College to Colonnades Centre Interchange",
        "short": "773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "774",
        "label": "774",
        "long": "Wirreanda High School to Noarlunga Interchange",
        "short": "774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "775",
        "label": "775",
        "long": "Sheidow Park to Woodcroft College",
        "short": "775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "776",
        "label": "776",
        "long": "Seaford Rise Primary School to Maslin Beach",
        "short": "776",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "777",
        "label": "777",
        "long": "Noarlunga to Sacred Heart College Marcellin Campus",
        "short": "777",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "778",
        "label": "778",
        "long": "Noarlunga Interchange to Reynella East College",
        "short": "778",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "780",
        "label": "780",
        "long": "Woodcroft College to Flinders Medical Centre",
        "short": "780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "781",
        "label": "781",
        "long": "Brighton to Sacred Heart College Marcellin Campus",
        "short": "781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "782",
        "label": "782",
        "long": "Noarlunga Interchange to Urrbrae Agricultural High School",
        "short": "782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "783",
        "label": "783",
        "long": "Urrbrae Agricultural High School to Old Reynella Interchange",
        "short": "783",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "784",
        "label": "784",
        "long": "Seaview High School to Sheidow Park",
        "short": "784",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "785",
        "label": "785",
        "long": "Sheidow Park to Seaview High School",
        "short": "785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "786",
        "label": "786",
        "long": "Woodcroft College to Morphett Vale",
        "short": "786",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "787",
        "label": "787",
        "long": "Seaford to Aldinga Payinthi College",
        "short": "787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "788",
        "label": "788",
        "long": "Sellicks Beach to Aldinga Payinthi College",
        "short": "788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "789",
        "label": "789",
        "long": "Willunga to Aldinga Payinthi College",
        "short": "789",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "801",
        "label": "801",
        "long": "Mt Barker to City",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "820",
        "label": "820",
        "long": "Burnside to City",
        "short": "820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "821",
        "label": "821",
        "long": "Carey Gully to City",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "822",
        "label": "822",
        "long": "Stirling to City",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "823",
        "label": "823",
        "long": "Crafers to Cleland Wildlife Park",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "830F",
        "label": "830F",
        "long": "Lobethal to City",
        "short": "830F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "834",
        "label": "834",
        "long": "Verdun to Lobethal",
        "short": "834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "834A",
        "label": "834A",
        "long": "Lobethal to Verdun",
        "short": "834A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "835",
        "label": "835",
        "long": "Lobethal to Mt Barker",
        "short": "835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "835A",
        "label": "835A",
        "long": "Mt Barker to Lobethal",
        "short": "835A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "836",
        "label": "836",
        "long": "Callington to Mt Barker",
        "short": "836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "837",
        "label": "837",
        "long": "Nairne to Mt Barker",
        "short": "837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "838",
        "label": "838",
        "long": "Mt Barker East Clockwise Loop Service",
        "short": "838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "838H",
        "label": "838H",
        "long": "Mt Barker East Clockwise Loop Service",
        "short": "838H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "839",
        "label": "839",
        "long": "Mt Barker West Clockwise Loop Service",
        "short": "839",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "839R",
        "label": "839R",
        "long": "Mt Barker West Clockwise Loop Service",
        "short": "839R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "841F",
        "label": "841F",
        "long": "Nairne to City",
        "short": "841F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "850",
        "label": "850",
        "long": "Macclesfield to Aldgate",
        "short": "850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "852",
        "label": "852",
        "long": "Strathalbyn to Mt Barker",
        "short": "852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "852L",
        "label": "852L",
        "long": "Langhorne Creek to Cornerstone College",
        "short": "852L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "853",
        "label": "853",
        "long": "Mt Barker to St Francis de Sales College",
        "short": "853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "854",
        "label": "854",
        "long": "Strathalbyn Loop",
        "short": "854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "855",
        "label": "855",
        "long": "Strathalbyn to St Francis de Sales College",
        "short": "855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "855W",
        "label": "855W",
        "long": "Strathalbyn to St Francis de Sales College (via Mt Barker Waldorf School)",
        "short": "855W",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "856",
        "label": "856",
        "long": "Echunga to Mt Barker",
        "short": "856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90489A",
        "color_name": "purple",
        "has_shape": true,
        "id": "857",
        "label": "857",
        "long": "Mt Barker to Macclesfield",
        "short": "857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "860F",
        "label": "860F",
        "long": "Mt Barker to City",
        "short": "860F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "861",
        "label": "861",
        "long": "Glen Osmond to City",
        "short": "861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "863",
        "label": "863",
        "long": "Aldgate to City",
        "short": "863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "865",
        "label": "865",
        "long": "Aldgate to City",
        "short": "865",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "865C",
        "label": "865C",
        "long": "Stirling to Crafers",
        "short": "865C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "865S",
        "label": "865S",
        "long": "Crafers to Stirling",
        "short": "865S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "866",
        "label": "866",
        "long": "Stirling to Crafers",
        "short": "866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "866A",
        "label": "866A",
        "long": "Stirling to Crafers",
        "short": "866A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "866R",
        "label": "866R",
        "long": "Stirling to Crafers",
        "short": "866R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "870",
        "label": "870",
        "long": "Glenunga International High School to City",
        "short": "870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "871",
        "label": "871",
        "long": "Aldgate to Glenunga International High School",
        "short": "871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "872",
        "label": "872",
        "long": "Glenunga International High School to Carey Gully",
        "short": "872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "873",
        "label": "873",
        "long": "Glenunga International High School to Mt Barker",
        "short": "873",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "874",
        "label": "874",
        "long": "Oakbank School to Lobethal",
        "short": "874",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "875",
        "label": "875",
        "long": "Stirling to Heathfield High School",
        "short": "875",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "875T",
        "label": "875T",
        "long": "Heathfield High School to Summertown",
        "short": "875T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "876",
        "label": "876",
        "long": "Urrbrae Agricultural High School to Verdun",
        "short": "876",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "877",
        "label": "877",
        "long": "Mt Barker to Heathfield High School",
        "short": "877",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "878",
        "label": "878",
        "long": "Nairne to Heathfield High School",
        "short": "878",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "879",
        "label": "879",
        "long": "Woodside to Heathfield High School",
        "short": "879",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "880",
        "label": "880",
        "long": "Balhannah to Cornerstone College",
        "short": "880",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "881",
        "label": "881",
        "long": "Crafers to Mount Barker Waldorf School",
        "short": "881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "882",
        "label": "882",
        "long": "Mt Barker to Concordia College",
        "short": "882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "883",
        "label": "883",
        "long": "Aldgate to Mitcham Girls High School",
        "short": "883",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "884",
        "label": "884",
        "long": "Malvern to Aldgate",
        "short": "884",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "885",
        "label": "885",
        "long": "Aldgate to Pembroke School",
        "short": "885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "886",
        "label": "886",
        "long": "Mt Barker to Cabra College",
        "short": "886",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "887",
        "label": "887",
        "long": "Mt Barker to Mercedes College",
        "short": "887",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "888",
        "label": "888",
        "long": "Aldgate to Concordia College",
        "short": "888",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "889",
        "label": "889",
        "long": "Mount Barker Waldorf School to City",
        "short": "889",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "890",
        "label": "890",
        "long": "Nairne to Oakbank Area School",
        "short": "890",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "891",
        "label": "891",
        "long": "Oakbank Area School to Littlehampton",
        "short": "891",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "892",
        "label": "892",
        "long": "Urrbrae to Aldgate",
        "short": "892",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "893",
        "label": "893",
        "long": "Aldgate to Blackwood",
        "short": "893",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "894",
        "label": "894",
        "long": "Aldgate to Blackwood Interchange",
        "short": "894",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "894H",
        "label": "894H",
        "long": "Aldgate to Blackwood Interchange",
        "short": "894H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "894S",
        "label": "894S",
        "long": "Blackwood Interchange to Stirling",
        "short": "894S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "920",
        "label": "920",
        "long": "Banksia Park to Tea Tree Plaza Interchange",
        "short": "920",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "921",
        "label": "921",
        "long": "Golden Grove Interchange School Loop Service",
        "short": "921",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "922",
        "label": "922",
        "long": "Loreto College to Surrey Downs",
        "short": "922",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "924",
        "label": "924",
        "long": "Para Hills to Modbury High School",
        "short": "924",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "926",
        "label": "926",
        "long": "Modbury High School to Para Hills",
        "short": "926",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "928",
        "label": "928",
        "long": "Saint Ignatius' College Senior School to City",
        "short": "928",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "929",
        "label": "929",
        "long": "The Heights High School to Fairview Park",
        "short": "929",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "930",
        "label": "930",
        "long": "Paradise to Mawson Interchange",
        "short": "930",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "933",
        "label": "933",
        "long": "Tea Tree Plaza Interchange to The Elms Village",
        "short": "933",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "941",
        "label": "941",
        "long": "Roma Mitchell Secondary College to Mansfield Park",
        "short": "941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "942",
        "label": "942",
        "long": "Roma Mitchell Secondary College to Blair Athol",
        "short": "942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "943",
        "label": "943",
        "long": "City to Roma Mitchell Secondary College",
        "short": "943",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "947",
        "label": "947",
        "long": "Blair Athol to Adelaide Secondary School of English",
        "short": "947",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "948",
        "label": "948",
        "long": "Adelaide Secondary School of English to Ovingham Railway Station",
        "short": "948",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "950",
        "label": "950",
        "long": "Aberfoyle Park High School to Darlington",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "951",
        "label": "951",
        "long": "City to Adelaide Secondary School of English",
        "short": "951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "952",
        "label": "952",
        "long": "Belair to Blackwood High School",
        "short": "952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "953",
        "label": "953",
        "long": "Blackwood High School to Aberfoyle Hub Centre Interchange",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "954",
        "label": "954",
        "long": "Blackwood High School to Belair",
        "short": "954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "955",
        "label": "955",
        "long": "Blackwood High School to Flinders Medical Centre",
        "short": "955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "956",
        "label": "956",
        "long": "Blackwood High School to Darlington",
        "short": "956",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "957",
        "label": "957",
        "long": "Blackwood High School to Aberfoyle Hub",
        "short": "957",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "958",
        "label": "958",
        "long": "Brighton Secondary School to Marion Centre Interchange",
        "short": "958",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "959",
        "label": "959",
        "long": "Brighton Secondary School to Marion Centre Interchange",
        "short": "959",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "960",
        "label": "960",
        "long": "Cabra Dominican College to Glenelg Interchange",
        "short": "960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "961",
        "label": "961",
        "long": "Cabra Dominican College to Aberfoyle Park",
        "short": "961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "962",
        "label": "962",
        "long": "Loreto College to Walkerville",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "963",
        "label": "963",
        "long": "Saint Ignatius' College Junior School to Walkerville",
        "short": "963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "964",
        "label": "964",
        "long": "Brighton Secondary School to Glenelg",
        "short": "964",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "966",
        "label": "966",
        "long": "Marion Centre Interchange to Mercedes College",
        "short": "966",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "967",
        "label": "967",
        "long": "Mercedes College to Glenelg",
        "short": "967",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "970",
        "label": "970",
        "long": "Mitcham Girls High School to Glenelg Interchange",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "971",
        "label": "971",
        "long": "Mitcham Girls High School to Marion Centre Interchange",
        "short": "971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "972",
        "label": "972",
        "long": "Mitcham Girls High School to Flinders Medical Centre",
        "short": "972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "973",
        "label": "973",
        "long": "Springbank Secondary College to Marion Centre Interchange",
        "short": "973",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "974",
        "label": "974",
        "long": "Roma Mitchell Secondary College to City",
        "short": "974",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "975",
        "label": "975",
        "long": "Roma Mitchell Secondary College to City",
        "short": "975",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "976",
        "label": "976",
        "long": "Blackwood Interchange to Sacred Heart Champagnat Campus",
        "short": "976",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "977",
        "label": "977",
        "long": "Sacred Heart Champagnat Campus to Flinders Medical Centre",
        "short": "977",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "978",
        "label": "978",
        "long": "Sacred Heart Champagnat Campus to Marion Centre Interchange",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "979",
        "label": "979",
        "long": "Aberfoyle Hub Centre Interchange to Sacred Heart Marcellin Campus",
        "short": "979",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "980",
        "label": "980",
        "long": "Sacred Heart Marcellin Campus to Marion Centre Interchange",
        "short": "980",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "981",
        "label": "981",
        "long": "Sacred Heart Marcellin Campus to Flinders Medical Centre",
        "short": "981",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "982",
        "label": "982",
        "long": "Sacred Heart Marcellin Campus to St Marys",
        "short": "982",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "984",
        "label": "984",
        "long": "Seaview High School to Marino",
        "short": "984",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "985",
        "label": "985",
        "long": "St Dominic's Priory College to City",
        "short": "985",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "988",
        "label": "988",
        "long": "Glenelg to Highgate",
        "short": "988",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "989",
        "label": "989",
        "long": "Aberfoyle Hub Centre Interchange to Urrbrae Agricultural High School",
        "short": "989",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "98A",
        "label": "98A",
        "long": "City Connector (Anti-Clockwise)",
        "short": "98A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "98C",
        "label": "98C",
        "long": "City Connector (Clockwise)",
        "short": "98C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "991",
        "label": "991",
        "long": "Urrbrae Agricultural High School to Marion Centre Interchange",
        "short": "991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "992",
        "label": "992",
        "long": "Urrbrae Agricultural High School to Walkerville",
        "short": "992",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "993",
        "label": "993",
        "long": "Westminster School to Coromandel Valley",
        "short": "993",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "994",
        "label": "994",
        "long": "Arndale Centre Interchange to Woodville Gardens School",
        "short": "994",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "995",
        "label": "995",
        "long": "Collinswood to Marryatville High School",
        "short": "995",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "996",
        "label": "996",
        "long": "Marion Centre Interchange to Blackwood High School",
        "short": "996",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "997",
        "label": "997",
        "long": "Craigburn Farm to Cabra Dominican College",
        "short": "997",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "99A",
        "label": "99A",
        "long": "City Connector  (Anti-Clockwise)",
        "short": "99A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "99C",
        "label": "99C",
        "long": "City Connector  (Clockwise)",
        "short": "99C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "AO1",
        "label": "AO1",
        "long": "Greenwith to Adelaide Oval",
        "short": "AO1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "AO10",
        "label": "AO10",
        "long": "Aldgate to Adelaide Oval",
        "short": "AO10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "AO11",
        "label": "AO11",
        "long": "Newton to Adelaide Oval",
        "short": "AO11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "AO12",
        "label": "AO12",
        "long": "Athelstone to Adelaide Oval",
        "short": "AO12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "AO13",
        "label": "AO13",
        "long": "Burnside to Adelaide Oval",
        "short": "AO13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "AO14",
        "label": "AO14",
        "long": "Rosslyn Park to Adelaide Oval",
        "short": "AO14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "AO15",
        "label": "AO15",
        "long": "Mawson Interchange to Adelaide Oval",
        "short": "AO15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "AO16",
        "label": "AO16",
        "long": "Rosewater to Adelaide Oval",
        "short": "AO16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "AO17",
        "label": "AO17",
        "long": "Semaphore to Adelaide Oval",
        "short": "AO17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "AO18",
        "label": "AO18",
        "long": "West Lakes Centre Interchange to Adelaide Oval",
        "short": "AO18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "AO19",
        "label": "AO19",
        "long": "Henley Beach to Adelaide Oval",
        "short": "AO19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "AO1T",
        "label": "AO1T",
        "long": "Adelaide Oval to Tea Tree Plaza",
        "short": "AO1T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "AO2",
        "label": "AO2",
        "long": "St Agnes to Adelaide Oval",
        "short": "AO2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "AO20",
        "label": "AO20",
        "long": "Blair Athol to Adelaide Oval",
        "short": "AO20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "AO21",
        "label": "AO21",
        "long": "Aberfoyle Hub to Adelaide Oval",
        "short": "AO21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "AO22",
        "label": "AO22",
        "long": "Aberfoyle Hub to Adelaide Oval",
        "short": "AO22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "AO23",
        "label": "AO23",
        "long": "Morphettville Depot to Adelaide Oval",
        "short": "AO23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "AO24",
        "label": "AO24",
        "long": "Mitcham Square to Adelaide Oval",
        "short": "AO24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "AO25",
        "label": "AO25",
        "long": "Mitcham Square to Adelaide Oval",
        "short": "AO25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "AO26",
        "label": "AO26",
        "long": "Glenelg to Adelaide Oval",
        "short": "AO26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "AO29",
        "label": "AO29",
        "long": "Ingle Farm to Adelaide Oval",
        "short": "AO29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "AO3",
        "label": "AO3",
        "long": "Northgate to Adelaide Oval",
        "short": "AO3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "AO31",
        "label": "AO31",
        "long": "Morphettville Depot to Adelaide Oval",
        "short": "AO31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "AO4",
        "label": "AO4",
        "long": "Hope Valley to Adelaide Oval",
        "short": "AO4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "AO5",
        "label": "AO5",
        "long": "Salisbury East to Adelaide Oval",
        "short": "AO5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "AO8",
        "label": "AO8",
        "long": "Hallett Cove Shops to Adelaide Oval",
        "short": "AO8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "AOX15",
        "label": "AOX15",
        "long": "Elizabeth City Centre to Adelaide Oval",
        "short": "AOX15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "AOX6",
        "label": "AOX6",
        "long": "Woodcroft Community Centre to Adelaide Oval",
        "short": "AOX6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "AOX7",
        "label": "AOX7",
        "long": "South Adelaide Footy Club to Adelaide Oval",
        "short": "AOX7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "AOX9",
        "label": "AOX9",
        "long": "Mt Barker to Adelaide Oval",
        "short": "AOX9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "509E2F",
        "color_name": "green",
        "has_shape": true,
        "id": "BEL",
        "label": "BEL",
        "long": "Belair to City",
        "short": "BEL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FFA300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "BTANIC",
        "label": "BTANIC",
        "long": "Botanic Gardens to Entertainment Centre",
        "short": "BTANIC",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "C1",
        "label": "C1",
        "long": "Tea Tree Plaza Interchange to City",
        "short": "C1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "C1X",
        "label": "C1X",
        "long": "Golden Grove Interchange to City",
        "short": "C1X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "C2",
        "label": "C2",
        "long": "Greenwith to City",
        "short": "C2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "C2X",
        "label": "C2X",
        "long": "Greenwith to City",
        "short": "C2X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "007CBA",
        "color_name": "teal",
        "has_shape": true,
        "id": "FESTVL",
        "label": "FESTVL",
        "long": "Glenelg to Festival Plaza",
        "short": "FESTVL",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FE5000",
        "color_name": "orange",
        "has_shape": true,
        "id": "FLNDRS",
        "label": "FLNDRS",
        "long": "Flinders to City",
        "short": "FLNDRS",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "G10",
        "label": "G10",
        "long": "Marion Centre Interchange to Blair Athol",
        "short": "G10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "G10A",
        "label": "G10A",
        "long": "Blair Athol to Colonel Light Gardens",
        "short": "G10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "G10B",
        "label": "G10B",
        "long": "Blair Athol to Bedford Park",
        "short": "G10B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "G10C",
        "label": "G10C",
        "long": "Marion Centre Interchange/Blair Athol to City",
        "short": "G10C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "G20",
        "label": "G20",
        "long": "Aberfoyle Hub to City",
        "short": "G20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "G20X",
        "label": "G20X",
        "long": "City to Aberfoyle Hub",
        "short": "G20X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "G21",
        "label": "G21",
        "long": "Aberfoyle Hub to City",
        "short": "G21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "G21X",
        "label": "G21X",
        "long": "Aberfoyle Hub to City",
        "short": "G21X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "G22X",
        "label": "G22X",
        "long": "Aberfoyle Park to City",
        "short": "G22X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "G30X",
        "label": "G30X",
        "long": "Blackwood Interchange to City",
        "short": "G30X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "G40X",
        "label": "G40X",
        "long": "Golden Grove Interchange to Flinders University",
        "short": "G40X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C23B33",
        "color_name": "red",
        "has_shape": true,
        "id": "GAW",
        "label": "GAW",
        "long": "Gawler to City",
        "short": "GAW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C23B33",
        "color_name": "red",
        "has_shape": true,
        "id": "GAWC",
        "label": "GAWC",
        "long": "Gawler Central to City",
        "short": "GAWC",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "GLN1",
        "label": "GLN1",
        "long": "Glenelg Tram Substitute (All Stops)",
        "short": "GLN1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DB0032",
        "color_name": "red",
        "has_shape": true,
        "id": "GLNELG",
        "label": "GLNELG",
        "long": "Glenelg to Royal Adelaide Hospital",
        "short": "GLNELG",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "007DC3",
        "color_name": "teal",
        "has_shape": true,
        "id": "GRNG",
        "label": "GRNG",
        "long": "Grange to City",
        "short": "GRNG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "H20",
        "label": "H20",
        "long": "Glenelg Interchange to Paradise Interchange",
        "short": "H20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "H20C",
        "label": "H20C",
        "long": "Glenelg Interchange/Paradise Interchange to City",
        "short": "H20C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "H20R",
        "label": "H20R",
        "long": "Paradise Interchange to Richmond",
        "short": "H20R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "H21",
        "label": "H21",
        "long": "City to Paradise Interchange",
        "short": "H21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "H22",
        "label": "H22",
        "long": "Henley Beach South to Wattle Park",
        "short": "H22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "H22C",
        "label": "H22C",
        "long": "Wattle Park / Henley Beach South to City",
        "short": "H22C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "H22L",
        "label": "H22L",
        "long": "Wattle Park to Lockleys",
        "short": "H22L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "H23",
        "label": "H23",
        "long": "City to Auldana",
        "short": "H23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "H24",
        "label": "H24",
        "long": "City to Auldana",
        "short": "H24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "H30",
        "label": "H30",
        "long": "West Lakes Centre Interchange to Paradise Interchange",
        "short": "H30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "H30C",
        "label": "H30C",
        "long": "West Lakes Centre Interchange/Paradise Interchange to City",
        "short": "H30C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "H30S",
        "label": "H30S",
        "long": "West Lakes Centre Interchange to Newton",
        "short": "H30S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "H32",
        "label": "H32",
        "long": "Henley Beach South to City",
        "short": "H32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "H33",
        "label": "H33",
        "long": "Henley Beach to Rostrevor",
        "short": "H33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "H33C",
        "label": "H33C",
        "long": "Henley Beach / Rostrevor to City",
        "short": "H33C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "HL1",
        "label": "HL1",
        "long": "Mt Barker to Hahndorf",
        "short": "HL1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "HL2",
        "label": "HL2",
        "long": "Hahndorf to Mt Barker",
        "short": "HL2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "INDSTA",
        "label": "INDSTA",
        "long": "Marion Centre Interchange to Bedford Industries",
        "short": "INDSTA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "INDSTB",
        "label": "INDSTB",
        "long": "See Differently to City",
        "short": "INDSTB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "J1",
        "label": "J1",
        "long": "Elizabeth Interchange to Adelaide Airport and Glenelg",
        "short": "J1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "J1A",
        "label": "J1A",
        "long": "Elizabeth Interchange to Adelaide Airport",
        "short": "J1A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "J1G",
        "label": "J1G",
        "long": "Glenelg to Golden Grove Interchange",
        "short": "J1G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "J1T",
        "label": "J1T",
        "long": "Harbour Town to Tea Tree Plaza Interchange",
        "short": "J1T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "J2",
        "label": "J2",
        "long": "Greenwith to Adelaide Airport and Harbour Town",
        "short": "J2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "J2G",
        "label": "J2G",
        "long": "Greenwith to Glenelg",
        "short": "J2G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "J7",
        "label": "J7",
        "long": "West Lakes Centre Interchange to Marion Centre Interchange",
        "short": "J7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "J7M",
        "label": "J7M",
        "long": "West Lakes Centre Interchange / Marion Centre Interchange to Camden Park",
        "short": "J7M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "J8",
        "label": "J8",
        "long": "West Lakes Centre Interchange to Marion Centre Interchange",
        "short": "J8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "M44",
        "label": "M44",
        "long": "Marion Centre Interchange to Golden Grove Interchange",
        "short": "M44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "M44C",
        "label": "M44C",
        "long": "Marion Centre Interchange to City",
        "short": "M44C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "M44T",
        "label": "M44T",
        "long": "Marion Centre Interchange to Tea Tree Plaza Interchange",
        "short": "M44T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "N1",
        "label": "N1",
        "long": "After Midnight Saturday PM - Sunday AM Golden Grove Interchange and Tea Tree Plaza Interchange to City",
        "short": "N1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "N10",
        "label": "N10",
        "long": "After Midnight Saturday PM - Sunday AM Marion Centre Interchange to City",
        "short": "N10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "N178",
        "label": "N178",
        "long": "After Midnight Saturday PM - Sunday AM Newton to City",
        "short": "N178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "N202",
        "label": "N202",
        "long": "After Midnight Saturday PM - Sunday AM Ingle Farm to City",
        "short": "N202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "N21",
        "label": "N21",
        "long": "After Midnight Saturday PM - Sunday AM City to Aberfoyle Hub",
        "short": "N21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "N22",
        "label": "N22",
        "long": "After Midnight Saturday PM - Sunday AM City to Wattle Park",
        "short": "N22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "N224",
        "label": "N224",
        "long": "After Midnight Saturday PM - Sunday AM Gawler to City",
        "short": "N224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "N254",
        "label": "N254",
        "long": "After Midnight Saturday PM - Sunday AM Semaphore to City",
        "short": "N254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "N262",
        "label": "N262",
        "long": "After Midnight Saturday PM - Sunday AM Marion Centre Interchange to City",
        "short": "N262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "N30",
        "label": "N30",
        "long": "After Midnight Saturday PM - Sunday AM West Lakes Centre Interchange to City",
        "short": "N30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "N502",
        "label": "N502",
        "long": "After Midnight Saturday PM - Sunday AM Salisbury Interchange to City",
        "short": "N502",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "N541",
        "label": "N541",
        "long": "After Midnight Saturday PM - Sunday AM City to Fairview Park",
        "short": "N541",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "N721",
        "label": "N721",
        "long": "After Midnight Saturday PM - Sunday AM Seaford Centre to City",
        "short": "N721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "N801",
        "label": "N801",
        "long": "After Midnight Saturday PM - Sunday AM Mount Barker to City",
        "short": "N801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FE5000",
        "color_name": "orange",
        "has_shape": true,
        "id": "NOAR",
        "label": "NOAR",
        "long": "Noarlunga to City",
        "short": "NOAR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DC3",
        "color_name": "teal",
        "has_shape": true,
        "id": "OSBORN",
        "label": "OSBORN",
        "long": "Osborne to City",
        "short": "OSBORN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DC3",
        "color_name": "teal",
        "has_shape": true,
        "id": "OUTHA",
        "label": "OUTHA",
        "long": "Outer Harbor to City",
        "short": "OUTHA",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "007DC3",
        "color_name": "teal",
        "has_shape": true,
        "id": "PTDOCK",
        "label": "PTDOCK",
        "long": "Port Dock to City",
        "short": "PTDOCK",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C23B33",
        "color_name": "red",
        "has_shape": true,
        "id": "SALIS",
        "label": "SALIS",
        "long": "Salisbury to City",
        "short": "SALIS",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FE5000",
        "color_name": "orange",
        "has_shape": true,
        "id": "SEAFRD",
        "label": "SEAFRD",
        "long": "Seaford to City",
        "short": "SEAFRD",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "SEALNK",
        "label": "SEALNK",
        "long": "Cape Jervis to Kangaroo Island",
        "short": "SEALNK",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "633293",
        "color_name": "purple",
        "has_shape": true,
        "id": "T228",
        "label": "T228",
        "long": "Smithfield Interchange to City",
        "short": "T228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "T721",
        "label": "T721",
        "long": "Noarlunga Centre Interchange to City",
        "short": "T721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "T722",
        "label": "T722",
        "long": "Noarlunga Centre Interchange to City",
        "short": "T722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0095C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "T723",
        "label": "T723",
        "long": "Colonnades Centre Interchange to City",
        "short": "T723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "T800",
        "label": "T800",
        "long": "Mt Barker to City",
        "short": "T800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "T801",
        "label": "T801",
        "long": "Mt Barker to City",
        "short": "T801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "T842",
        "label": "T842",
        "long": "Nairne to City",
        "short": "T842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D8B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "T863",
        "label": "T863",
        "long": "Aldgate to City",
        "short": "T863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "W90",
        "label": "W90",
        "long": "Marion Centre Interchange to Paradise Interchange",
        "short": "W90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "W90M",
        "label": "W90M",
        "long": "Marion Centre Interchange to Marden",
        "short": "W90M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "W91",
        "label": "W91",
        "long": "St Marys to Marden",
        "short": "W91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "W91C",
        "label": "W91C",
        "long": "St Marys to City",
        "short": "W91C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "X30",
        "label": "X30",
        "long": "West Lakes Centre Interchange to Paradise Interchange",
        "short": "X30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "X30C",
        "label": "X30C",
        "long": "West Lakes Centre Interchange to City",
        "short": "X30C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "243E8C",
        "color_name": "blue",
        "has_shape": true,
        "id": "X30S",
        "label": "X30S",
        "long": "West Lakes Centre Interchange to Newton",
        "short": "X30S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 9171,
    "stop_points_capped": true
  },
  "rubric_version": "1.1",
  "schema_version": "1.9",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.1",
    "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.1"
  },
  "snapshot_date": "2026-07-13",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 9171,
      "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": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "9171 of 9171 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,
      "rank": 2,
      "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": "unexpected_enum_value",
      "count": 319,
      "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,
      "rank": 3,
      "severity": "WARNING",
      "what": "Unexpected enum value (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
