{
  "agency": {
    "country": "HK",
    "id": "hong-kong-transport-department",
    "name": "Hong Kong Transport Department public transport aggregate",
    "operating_note": "One English-language aggregate for fourteen public transport agencies and multiple modes, counted as one feed record rather than fourteen agencies. Service uses frequencies.txt and a calendar ending in 2099. The scorecard reports the unusually distant horizon and missing feed_info.txt dates instead of treating that horizon as proof of maintenance."
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 0.0,
          "stop_names": 0.8,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 0.0,
        "mixed_case_stop_name_pct": 5.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 9436,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 82692,
        "wheelchair_accessible_pct": 0.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": 9436,
          "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": "9436 of 9436 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_wheelchair_accessible_unknown",
          "count": 82692,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "82692 of 82692 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_stop_names_all_caps",
          "count": 8961,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 14.2,
          "severity": "INFO",
          "what": "About 8961 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 82692,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the transit vehicle displays.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "82692 of 82692 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a transit vehicle is going."
        },
        {
          "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."
        }
      ],
      "name": "completeness",
      "score": 23.3,
      "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 published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 9,
        "instances_by_severity": {
          "ERROR": 14,
          "INFO": 524,
          "WARNING": 11585
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "invalid_url",
          "count": 14,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'invalid_url' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Invalid url (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 11474,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 79,
          "effort": "Usually one export setting.",
          "fix": "Trim leading and trailing spaces on export. The scorecard's auto-fixed copy already does this.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some values have extra spaces at the start or end.",
          "why": "A stray space can break a match, so a stop or route may fail to link across files."
        },
        {
          "code": "route_short_name_too_long",
          "count": 16,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "route_long_name_contains_short_name",
          "count": 12,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 3,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "service_extends_far_in_the_future",
          "count": 508,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'service_extends_far_in_the_future' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Service extends far in the future (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 16,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        }
      ],
      "name": "correctness",
      "score": 44.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 12123 instances (14 error, 11585 warning, 524 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 26824,
        "effective_expiry_date": "2099-12-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2099-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "unusually_distant",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service is published through 2099-12-31, an unusually distant end date. It may be intentional, but confirm it before treating the feed as maintained.",
      "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": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "The published window is current, but its service end date is unusually distant; confirm that date is intentional.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "DATA.GOV.HK Terms of Use 1.2; commercial and non-commercial reuse is permitted with attribution to the Government of the Hong Kong Special Administrative Region, the Transport Department, and DATA.GOV.HK. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "e5ad020b79d0020625a4e8eb5428c2253a07705b71bfb809d8a3fa178032ce06",
    "size_bytes": 13702444,
    "static_url": "https://static.data.gov.hk/td/pt-headway-en/gtfs.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 74
      },
      "trips": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 2572
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 2572
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 2572
    },
    "fares": {
      "applied": true,
      "fare_free": false,
      "model": "legacy",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 59,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 0,
      "stated_count": 0,
      "stated_pct": null,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 74,
      "parented_boarding_location_count": 0,
      "parented_boarding_location_pct": 0.0,
      "referenced_station_count": 0
    },
    "trip_count": 2572
  },
  "fetch": {
    "final_url": "https://static.data.gov.hk/td/pt-headway-en/gtfs.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-23T00:00:00+00:00",
  "geo": {
    "bbox": [
      113.86066,
      22.16334,
      114.43347,
      22.55463
    ],
    "lat": 22.3336,
    "lon": 114.17197,
    "stop_count": 9436
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 6,
        "trip_count": 3181,
        "trip_share_pct": 3.8
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 2389,
        "trip_count": 76937,
        "trip_share_pct": 93.0
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 59,
        "trip_count": 2572,
        "trip_share_pct": 3.1
      },
      {
        "key": "funicular",
        "label": "Funicular",
        "route_count": 1,
        "trip_count": 2,
        "trip_share_pct": 0.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 2455,
    "trip_count": 82692
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 47.9,
    "margin_to_next_band": 12.1,
    "score": 47.9
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 1337,
      "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": "1337 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"[CTB] HIU TSUI STREET, SIU SAI WAN ROAD|[KMB+CTB] HIU TSUI STREET/<BR>HIU TSUI STREET, SIU SAI WAN ROAD|[KMB] HIU TSUI STREET\", \"[CTB] FU SHING COURT, CHAI WAN ROAD|[KMB+CTB] FU SHING COURT/<BR>FU SHING COURT, CHAI WAN ROAD|[KMB] FU SHING COURT\", \"[CTB] LOK HIN TERRACE, CHAI WAN ROAD|[KMB+CTB] LOK HIN TERRACE/<BR>LOK HIN TERRACE, CHAI WAN ROAD|[KMB] LOK HIN TERRACE\", 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."
    }
  ],
  "routability": {
    "boardable_stops": 9436,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 82692
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/hong-kong-transport-department/geometry.geojson",
    "route_count": 2455,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000001",
        "label": "43S",
        "long": "SHEK YAM - HONG KONG SCIENCE PARK",
        "short": "43S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000002",
        "label": "74P",
        "long": "HONG KONG SCIENCE PARK - KWUN TONG FERRY",
        "short": "74P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000006",
        "label": "5B",
        "long": "CAUSEWAY BAY (TUNG LO WAN ROAD) - FELIX VILLAS",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000007",
        "label": "215X",
        "long": "LAM TIN (KWONG TIN ESTATE) - KOWLOON STATION (OMIT COOKIE STREET)",
        "short": "215X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000008",
        "label": "3X",
        "long": "CHINA FERRY TERMINAL - TSZ WAN SHAN (NORTH)",
        "short": "3X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000009",
        "label": "952P",
        "long": "SO KWUN WAT - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "952P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000010",
        "label": "948E",
        "long": "TSING YI STATION - TAIKOO(KORNHILL PLAZA)",
        "short": "948E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000011",
        "label": "A43P",
        "long": "AIRPORT (GROUND TRANSPORTATION CENTRE) - FANLING (LUEN WO HUI) (VIA ASIA-WORLD EXPO)",
        "short": "A43P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000013",
        "label": "933",
        "long": "TSUEN WAN WEST STATION - SAI WAN HO",
        "short": "933",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000014",
        "label": "976",
        "long": "LOK MA CHAU (SAN TIN) - SAI WAN HO",
        "short": "976",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000015",
        "label": "989",
        "long": "FO TAN (CHUN YEUNG ESTATE) - SAI WAN HO",
        "short": "989",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000016",
        "label": "900",
        "long": "PAK SHEK KOK - WAN CHAI (CONVENTION CENTRE)",
        "short": "900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000021",
        "label": "298F",
        "long": "HANG HAU (NORTH)(TSEUNG KWAN O HOSPITAL) - TSEUNG KWAN O INDUSTRIAL ESTATE (CIRCULAR)",
        "short": "298F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000022",
        "label": "E43",
        "long": "FANLING (WAH MING) - TUNG CHUNG DEVELOPMENT PIER",
        "short": "E43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000023",
        "label": "A41P",
        "long": "WU KAI SHA STATION - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA ASIA-WORLD EXPO)",
        "short": "A41P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000024",
        "label": "249X",
        "long": "TSING YI STATION - TAI WAI STATION",
        "short": "249X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000025",
        "label": "E36",
        "long": "PAT HEUNG ROAD - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "E36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000026",
        "label": "E36A",
        "long": "YUEN LONG (TAK YIP STREET) - TUNG CHUNG (YAT TUNG)",
        "short": "E36A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000027",
        "label": "E36P",
        "long": "SHEUNG TSUEN - SKYCITY",
        "short": "E36P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000028",
        "label": "E37",
        "long": "TIN SHUI WAI TOWN CENTRE - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "E37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000029",
        "label": "NA36",
        "long": "KAM SHEUNG ROAD STATION - CATHAY PACIFIC CITY",
        "short": "NA36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000031",
        "label": "E37",
        "long": "TIN SHUI WAI TOWN CENTRE - AIRPORT (GROUND TRANSPORTATION CENTRE) (OMIT TIN SHUI WAI NORTH)",
        "short": "E37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000033",
        "label": "E37",
        "long": "CHUNG KI HOUSE, TIN CHUNG COURT - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "E37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000035",
        "label": "287P",
        "long": "SHUI CHUEN O - YAU MA TEI",
        "short": "287P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000037",
        "label": "N214",
        "long": "YAU TONG - MEI FOO",
        "short": "N214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000044",
        "label": "P960",
        "long": "SIU HONG STATION (NORTH) - EXHIBITION CENTRE STATION",
        "short": "P960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000045",
        "label": "P968",
        "long": "YUEN LONG (WEST) - CAUSEWAY BAY (TIN HAU)",
        "short": "P968",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000046",
        "label": "P968",
        "long": "LONG PING STATION - CAUSEWAY BAY (TIN HAU)",
        "short": "P968",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000047",
        "label": "A34",
        "long": "HUNG SHUI KIU (HUNG YUEN ROAD) - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA ASIA-WORLD EXPO)",
        "short": "A34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000048",
        "label": "87E",
        "long": "TSIM SHA TSUI EAST (MODY ROAD) - NAI CHUNG",
        "short": "87E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000049",
        "label": "A34",
        "long": "SIU HONG ROAD - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA ASIA-WORLD EXPO)",
        "short": "A34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000051",
        "label": "97",
        "long": "CENTRAL (EXCHANGE SQUARE) - LEI TUNG ESTATE (VIA GLOUTCESTER ROAD)",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000052",
        "label": "969C",
        "long": "TIN SHUI WAI TOWN CENTRE - TAIKOO (KORNHILL PLAZA) (VIA TIN YIU)",
        "short": "969C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000053",
        "label": "967X",
        "long": "CAUSEWAY BAY (MORETON TERRACE) - TIN SHUI WAI (TIN YAN ESTATE)",
        "short": "967X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000054",
        "label": "969",
        "long": "TIN YAN ESTATE - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "969",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000055",
        "label": "969N",
        "long": "TIN SHUI WAI TOWN CENTER - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "969N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000059",
        "label": "X6C",
        "long": "MEI FOO - HONG KONG CHILDREN\u2019S HOSPITAL",
        "short": "X6C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000061",
        "label": "969",
        "long": "TIN SHUI WAI TOWN CENTER - CAUSEWAY BAY (MORETON TERRACE) (OMIT MAYWOOD COURT AND KENSWOOD COURT)",
        "short": "969",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000063",
        "label": "613A",
        "long": "ON TAI (WEST) - HENG FA CHUEN",
        "short": "613A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000064",
        "label": "265S",
        "long": "TIN SHUI WAI TOWN CENTRE - EDUCATION UNIVERSITY OF HONG KONG (VIA YUEN LONG)",
        "short": "265S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000065",
        "label": "E36S",
        "long": "YUEN LONG (MA WANG ROAD) - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "E36S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000066",
        "label": "K76S",
        "long": "WETLAND PARK ROAD (NEAR TIN KWAI ROAD) - TIN SHUI WAI STATION",
        "short": "K76S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000067",
        "label": "K75P",
        "long": "SHEK PO ROAD - TIN SHUI",
        "short": "K75P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000068",
        "label": "14B",
        "long": "LOK WAH - LAM TIN (KWONG TIN ESTATE)",
        "short": "14B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000069",
        "label": "11",
        "long": "SHA TSUI CORRECTIONAL INSTITUTION - TUNG CHUNG STATION BUS TERMINUS",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000070",
        "label": "11",
        "long": "SHA TSUI CORRECTIONAL INSTITUTION - TUNG CHUNG STATION BUS TERMINUS (VIA TONG FUK CORRECTIONAL INSTITUTION)",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000071",
        "label": "25",
        "long": "CENTRAL (PIER 3) - CONCORDIA LUTHERAN SCHOOL",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000073",
        "label": "82X",
        "long": "HEALTHY VILLAGE - SIU SAI WAN (ISLAND RESORT)",
        "short": "82X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000074",
        "label": "E11B",
        "long": "TIN HAU STATION - TUNG CHUNG (MUN TUNG ESTATE)",
        "short": "E11B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000075",
        "label": "961S",
        "long": "TUEN MUN (LEUNG KING ESTATE) - CAUSEWAY BAY (VICTORIA PARK)",
        "short": "961S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000076",
        "label": "K52A",
        "long": "TUEN MUN STATION - TSANG TSUI",
        "short": "K52A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000077",
        "label": "603A",
        "long": "CENTRAL (RUMSEY STREET) - PING TIN",
        "short": "603A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000079",
        "label": "A29",
        "long": "TSEUNG KWAN O (PO LAM) - AIRPORT (VIA ASIAWORLD-EXPO)",
        "short": "A29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000081",
        "label": "281",
        "long": "TAI WAI STATION - SUN TIN WAI (CIRCULAR)",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000082",
        "label": "6X",
        "long": "STANLEY FORT - CENTRAL (EXCHANGE SQUARE)",
        "short": "6X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000083",
        "label": "4",
        "long": "WONG CHUK HANG - CENTRAL",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000084",
        "label": "4",
        "long": "CENTRAL - WONG CHUK HANG",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000085",
        "label": "33B",
        "long": "TSUEN WAN WEST STATION - YAU TONG",
        "short": "33B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000086",
        "label": "78",
        "long": "SHA TAU KOK - SHEUNG SHUI (TAI PING)",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000088",
        "label": "A31",
        "long": "TSUEN WAN (NINA TOWER) - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA ASIA-WORLD EXPO)",
        "short": "A31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000089",
        "label": "608P",
        "long": "SIU SAI WAN (ISLAND RESORT) - KAI TAK (AIRSIDE)",
        "short": "608P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000090",
        "label": "X8",
        "long": "HAPPY VALLEY (UPPER) - SIU SAI WAN (ISLAND RESORT)",
        "short": "X8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000091",
        "label": "NR61",
        "long": "CITY ONE SHATIN - LAM TIN STATION",
        "short": "NR61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000093",
        "label": "NR88",
        "long": "CITY ONE SHATIN - CENTRAL",
        "short": "NR88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000094",
        "label": "NR88",
        "long": "CITY ONE SHATIN - CENTRAL (VIA WESTERN HARBOUR CROSSING)",
        "short": "NR88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000095",
        "label": "5R",
        "long": "KAI TAK CRUISE TERMINAL - KWUN TONG (APM)",
        "short": "5R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000096",
        "label": "36",
        "long": "LEI MUK SHUE - TSUEN WAN WEST STATION",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000097",
        "label": "43X",
        "long": "PO TAI STREET - TSUEN WAN WEST STATION",
        "short": "43X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000099",
        "label": "58X",
        "long": "TUEN MUN (KIN SANG ESTATE) - MONG KOK EAST STATION",
        "short": "58X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000100",
        "label": "74K",
        "long": "TAI PO MARKET STATION - SAM MUN TSAI (CIRCULAR) (VIA SAM MUN TSAI FIRST)",
        "short": "74K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000102",
        "label": "80X",
        "long": "JAT MIN CHUEN STREET - KWUN TONG FERRY",
        "short": "80X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000103",
        "label": "86S",
        "long": "MA ON SHAN TOWN CENTRE - SHATIN STATION",
        "short": "86S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000104",
        "label": "87K",
        "long": "UNIVERSITY STATION - KAM YING COURT (CIRCULAR) (OMIT CHUNG ON TERMINUS)",
        "short": "87K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000105",
        "label": "87K",
        "long": "KAM YING COURT - UNIVERSITY STATION",
        "short": "87K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000106",
        "label": "87K",
        "long": "MA ON SHAN TOWN CENTRE - UNIVERSITY STATION",
        "short": "87K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000116",
        "label": "89C",
        "long": "HENG ON - KWUN TONG (TSUI PING ROAD) (OMIT SIU LEK YUEN AND CHOI HUNG)",
        "short": "89C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000117",
        "label": "91",
        "long": "CHOI HUNG BBI - PIK HOI HOUSE - CLEAR WATER BAY",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000124",
        "label": "106P",
        "long": "SIU SAI WAN (ISLAND RESORT) - WONG TAI SIN (VIA TAI KOO AND NORTH POINT)",
        "short": "106P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000132",
        "label": "116",
        "long": "FORTRESS HILL STATION - TSZ WAN SHAN (CENTRAL)",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000142",
        "label": "224X",
        "long": "KAI YIP - TSIM SHA TSUI EAST (CIRCULAR) (OMIT COOKIE STREET)",
        "short": "224X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000149",
        "label": "273A",
        "long": "FANLING (WAH MING) - SHEUNG SHUI (CHOI YUEN)",
        "short": "273A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000150",
        "label": "276A",
        "long": "YAN FU HOUSE TIN FU COURT - SHEUNG SHUI (TAI PING)",
        "short": "276A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000152",
        "label": "289K",
        "long": "CHEVALIER GARDEN - UNIVERSITY STATION",
        "short": "289K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000154",
        "label": "601P",
        "long": "HIU KWONG STREET (HIU LAI COURT) - SHEUNG WAN",
        "short": "601P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000190",
        "label": "87K",
        "long": "UNIVERSITY STATION - LEE ON",
        "short": "87K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000192",
        "label": "296D",
        "long": "SHEUNG TAK - KOWLOON STATION (VIA M+)",
        "short": "296D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000193",
        "label": "DB08R",
        "long": "DISCOVERY BAY - CENTRAL (CENTRAL PIER NO. 3)",
        "short": "DB08R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000195",
        "label": "X89D",
        "long": "NAI CHUNG - KWUN TONG FERRY (VIA YIU SHA ROAD)",
        "short": "X89D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000196",
        "label": "40E",
        "long": "NAI CHUNG - KWAI CHUNG (KWAI FONG ESTATE)",
        "short": "40E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000197",
        "label": "78A",
        "long": "QUEEN'S HILL - FANLING STATION (CIRCULAR)",
        "short": "78A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000198",
        "label": "78X",
        "long": "QUEEN'S HILL FANLING - KAI TAK",
        "short": "78X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000199",
        "label": "79X",
        "long": "QUEEN'S HILL FANLING - CHEUNG SHA WAN (KOM TSUN STREET)",
        "short": "79X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000200",
        "label": "N78",
        "long": "SHEUNG SHUI - SHA TAU KOK",
        "short": "N78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000201",
        "label": "5R",
        "long": "NGAU TAU KOK STATION - KAI TAK CRUISE TERMINAL",
        "short": "5R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000203",
        "label": "279B",
        "long": "FANLING (LUEN WO HUI) - KWAI HING STATION",
        "short": "279B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000204",
        "label": "930B",
        "long": "KWAI SHING CIRCUIT - CAUSEWAY BAY (MORETON TERRACE) (OMIT KWAI FONG)",
        "short": "930B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000205",
        "label": "930X",
        "long": "TSUEN WAN (DISCOVERY PARK) - CAUSEWAY BAY (MORETON TERRACE) (OMIT NINA TOWER)",
        "short": "930X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000206",
        "label": "62P",
        "long": "TUEN MUN CENTRAL - LEI YUE MUN ESTATE",
        "short": "62P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000207",
        "label": "36",
        "long": "SIU HO WAN - TUNG CHUNG TAT TUNG ROAD BUS TERMINUS",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000208",
        "label": "36X",
        "long": "MUN TUNG ESTATE - DISNEYLAND",
        "short": "36X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000209",
        "label": "E37C",
        "long": "TIN SHUI WAI TOWN CENTRE - AIRCRAFT MAINTENANCE AREA",
        "short": "E37C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000210",
        "label": "E42C",
        "long": "POK HONG - AIRCRAFT MAINTENANCE AREA",
        "short": "E42C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000211",
        "label": "797",
        "long": "TSEUNG KWAN O STATION - SAN PO KONG",
        "short": "797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000212",
        "label": "64X",
        "long": "HUNG SHUI KIU (HUNG YUEN ROAD) - HONG KONG SCIENCE PARK",
        "short": "64X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000213",
        "label": "65X",
        "long": "TIN YAN ESTATE - HONG KONG SCIENCE PARK",
        "short": "65X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000215",
        "label": "31A",
        "long": "KWAI CHUNG ESTATE - SHEK LEI (TAI LOONG STREET)",
        "short": "31A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000216",
        "label": "679",
        "long": "QUEEN'S HILL FANLING - CENTRAL (HONG KONG STATION)",
        "short": "679",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000217",
        "label": "979",
        "long": "QUEEN'S HILL FANLING - CENTRAL (HONG KONG STATION)",
        "short": "979",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000218",
        "label": "NR334",
        "long": "MA WAN (TUNG WAN BUS TERMINUS) - HONG KONG INTERNATIONAL AIRPORT (CIRCULAR)",
        "short": "NR334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000219",
        "label": "NR338",
        "long": "MA WAN (TUNG WAN BUS TERMINUS) - CENTRAL FERRY PIERS (PIER 2) (CIRCULAR)",
        "short": "NR338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000220",
        "label": "281E",
        "long": "HAIPHONG ROAD TSIM SHA TSUI - KWONG YUEN",
        "short": "281E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000221",
        "label": "A36",
        "long": "AIRPORT (GROUND TRANSPORTATION CENTRE) - KAM SHEUNG ROAD STATION (VIA CAD HEADQUARTER)",
        "short": "A36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000223",
        "label": "795X",
        "long": "OSCAR BY THE SEA - SO UK",
        "short": "795X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000225",
        "label": "24",
        "long": "KAI YIP - MONG KOK (CIRCULAR) (PM PEAK MONDAY TO FRIDAY ONLY)",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000228",
        "label": "259S",
        "long": "TUEN MUN (LUNG MUN OASIS) - KWUN TONG FERRY",
        "short": "259S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000229",
        "label": "982C",
        "long": "SHEK MUN ESTATE - SAI WAN HO",
        "short": "982C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000230",
        "label": "1M",
        "long": "EXHIBITION CENTRE STATION - WONG NAI CHUNG GAP (CIRCULAR)",
        "short": "1M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000231",
        "label": "269X",
        "long": "TIN SHUI - JORDAN WEST KOWLOON STATION",
        "short": "269X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000233",
        "label": "78A",
        "long": "QUEEN'S HILL - FANLING STATION (CIRCULAR) (OMIT SHAN LAI COURT)",
        "short": "78A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000234",
        "label": "78A",
        "long": "SHAN LAI COURT - FANLING STATION",
        "short": "78A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000235",
        "label": "K65A",
        "long": "LAU FAU SHAN - TIN SHUI WAI STATION",
        "short": "K65A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000236",
        "label": "973",
        "long": "TSIM SHA TSUI EAST (MODY ROAD) - STANLEY (VIA WEST KOWLOON CULTURAL DISTRICT)",
        "short": "973",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000237",
        "label": "73B",
        "long": "LUEN WO HUI (UNION PLAZA) - CHUEN ON ROAD (NETHERSOLE HOSPITAL)",
        "short": "73B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000238",
        "label": "73B",
        "long": "CHUEN ON ROAD (NETHERSOLE HOSPITAL) - SHEUNG SHUI STATION",
        "short": "73B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000239",
        "label": "61P",
        "long": "SO KWUN WAT - TSUEN WAN STATION",
        "short": "61P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000240",
        "label": "960X",
        "long": "QUARRY BAY (KING'S ROAD) - HUNG SHUI KIU (HUNG FUK ESTATE)",
        "short": "960X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000241",
        "label": "50M",
        "long": "WO TIN ESTATE - TUEN MUN STATION (CIRCULAR)",
        "short": "50M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000242",
        "label": "67A",
        "long": "TUEN MUN (PO TIN ESTATE) - KWAI FONG (KWAI TSUI ESTATE)",
        "short": "67A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000243",
        "label": "50",
        "long": "TUEN MUN (CHING TIN AND WO TIN) - TSIM SHA TSUI (KOWLOON STATION)",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000244",
        "label": "55",
        "long": "TUEN MUN (CHING TIN AND WO TIN) - KWUN TONG FERRY PIER",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000245",
        "label": "56",
        "long": "TUEN MUN (CHING TIN AND WO TIN) - SHEUNG SHUI (TIN PING ESTATE)",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000246",
        "label": "952",
        "long": "TSING LUNG TAU (KA LOON TSUEN) - ADMIRALTY (WEST)",
        "short": "952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000248",
        "label": "962",
        "long": "CAUSEWAY BAY (MORETON TERRACE) - TUEN MUN (LUNG MUN OASIS) (VIA SO KWUN WAT)",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000249",
        "label": "952P",
        "long": "GOLD COAST - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "952P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000250",
        "label": "K54",
        "long": "WO TIN ESTATE - TUEN MUN TOWN CENTRE (CIRCULAR)",
        "short": "K54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000251",
        "label": "976A",
        "long": "LOK MA CHAU (SAN TIN) - SIU SAI WAN (ISLAND RESORT)",
        "short": "976A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000252",
        "label": "930A",
        "long": "FLEMING ROAD - TSUEN WAN (DISCOVERY PARK)",
        "short": "930A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000254",
        "label": "13",
        "long": "KOTEWALL ROAD - ADMIRALTY (TAMAR STREET) (OMIT ICE HOUSE ST)",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000256",
        "label": "793",
        "long": "TSEUNG KWAN O INDUSTRIAL ESTATE - SO UK (VIA FIRE AND AMBULANCE SERVICES ACADEMY)",
        "short": "793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000257",
        "label": "8X",
        "long": "SIU SAI WAN (ISLAND RESORT) - MORETON TERRACE",
        "short": "8X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000258",
        "label": "8X",
        "long": "VICTORIA PARK - SIU SAI WAN (ISLAND RESORT)",
        "short": "8X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000259",
        "label": "15C",
        "long": "GARDEN ROAD (LOWER PEAK TRAM TERMINUS) - CENTRAL (HONG KONG OBSERVATION WHEEL) (OMIT ICE HOUSE STREET)",
        "short": "15C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000260",
        "label": "268C",
        "long": "KWUN TONG FERRY - LONG PING STATION (OMIT SZE MEI STREET)",
        "short": "268C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000261",
        "label": "E21B",
        "long": "TUNG CHUNG (YAT TUNG ESTATE) - HO MAN TIN (OI MAN ESTATE)",
        "short": "E21B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000262",
        "label": "E21D",
        "long": "SKYCITY - TAI KOK TSUI (ISLAND HARBOURVIEW)",
        "short": "E21D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000263",
        "label": "91",
        "long": "SOUTH HORIZONS (BLOCK 18) - CENTRAL (CENTRAL FERRY PIERS)",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000264",
        "label": "91",
        "long": "LEI TUNG ESTATE - CENTRAL (FERRY PIERS)",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000265",
        "label": "93P",
        "long": "PO LAM - MONG KOK (PARK AVENUE)",
        "short": "93P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000267",
        "label": "37",
        "long": "YAT TUNG ESTATE - YING TUNG ESTATE (OMIT CHUNG MUN ROAD & TUNG CHUNG TOWN CENTRE)",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000268",
        "label": "K51A",
        "long": "FU TAI - SO KWUN WAT",
        "short": "K51A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000269",
        "label": "81K",
        "long": "SUI WO COURT - SUN TIN WAI (VIA CHUN YEUNG ESTATE)",
        "short": "81K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000270",
        "label": "83K",
        "long": "SHEK MUN ESTATE - SHA TIN CENTRAL",
        "short": "83K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000271",
        "label": "961",
        "long": "TUEN MUN (SHAN KING ESTATE) - WAN CHAI (HKCECE) (VIA CAUSEWAY BAY)",
        "short": "961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000272",
        "label": "23X",
        "long": "POKFIELD ROAD - SAI WAN HO",
        "short": "23X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000273",
        "label": "78B",
        "long": "QUEEN'S HILL - SHEUNG SHUI (CHOI YUEN)",
        "short": "78B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000274",
        "label": "76",
        "long": "WONG CHUK HANG STATION - CAUSEWAY BAY (PENNINGTON STREET) (CIRCULAR)",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000275",
        "label": "25",
        "long": "CENTRAL (PIERS 3) - FORTRESS HILL ROAD",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000276",
        "label": "11",
        "long": "CENTRAL (FERRY PIERS) - JARDINE'S LOOKOUT (CIRCULAR)",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000277",
        "label": "76",
        "long": "SHEK PAI WAN - CAUSEWAY BAY (PENNINGTON STREET) (SCHOOL DAYS ADDITIONAL DEPARTURE)",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000278",
        "label": "76",
        "long": "WONG CHUK HANG STATION - CAUSEWAY BAY (PENNINGTON STREET) (SCHOOL DAYS ADDITIONAL DEPARTURE)",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000279",
        "label": "720A",
        "long": "GRAND PROMENADE - CENTRAL (PEDDER STREET)",
        "short": "720A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000281",
        "label": "720",
        "long": "GRAND PROMENADE - CENTRAL (WING WO STREET) (DEPARTURE TERMINATE AT WING WO STREET)",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000283",
        "label": "950",
        "long": "TUEN MUN (CHING TIN AND WO TIN) - EXHIBITION CENTRE STATION",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000284",
        "label": "56A",
        "long": "TUEN MUN (CHING TIN AND WO TIN) - QUEEN\u2019S HILL FANLING (VIA SHUENG SHUI STATION)",
        "short": "56A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000285",
        "label": "90",
        "long": "SHEK MUN ESTATE - TSEUNG KWAN O (CHOI MING)",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000286",
        "label": "97",
        "long": "WU KAI SHA STATION - HONG SING GARDEN",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000287",
        "label": "798P",
        "long": "TSEUNG KWAN O INDUSTRIAL ESTATE - TAI WAI STATION (VIA SHA TIN)",
        "short": "798P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000288",
        "label": "798X",
        "long": "FO TAN (CHUN YEUNG ESTATE) - TSEUNG KWAN O INDUSTRIAL ESTATE",
        "short": "798X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000289",
        "label": "986",
        "long": "SHA TIN WAI - SAI WAN HO",
        "short": "986",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000290",
        "label": "272X",
        "long": "TAI PO CENTRAL - MONG KOK EAST STATION",
        "short": "272X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000291",
        "label": "37H",
        "long": "MUN TUNG ESTATE - YING TUNG ESTATE",
        "short": "37H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000292",
        "label": "252X",
        "long": "LAM TIN STATION - TUEN MUN (CHI LOK FA YUEN)",
        "short": "252X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000293",
        "label": "967",
        "long": "TIN SHUI WAI NORTH (TIN YAN ESTATE) - ADMIRALTY STATION (WEST) (OMIT MAYWOOD COURT)",
        "short": "967",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000294",
        "label": "263B",
        "long": "TUEN MUN STATION - FO TAN (SHAN MEI STREET)",
        "short": "263B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000295",
        "label": "10",
        "long": "KENNEDY TOWN - NORTH POINT FERRY PIER (OMIT CHATER ROAD)",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000296",
        "label": "10",
        "long": "NORTH POINT FERRY PIER - KENNEDY TOWN",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000300",
        "label": "955",
        "long": "TUEN MUN (CHING TIN AND WO TIN) - SAI WAN HO",
        "short": "955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000304",
        "label": "38",
        "long": "CHI FU FA YUEN - NORTH POINT FERRY (VIA WAH FU)",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000305",
        "label": "38",
        "long": "CAUSEWAY BAY (CENTRAL LIBRARY) - CHI FU",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000306",
        "label": "78A",
        "long": "FANLING CTR - QUEEN'S HILL",
        "short": "78A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000307",
        "label": "42",
        "long": "WAH FU (SOUTH) - NORTH POINT FERRY (VIA WONG CHUK HANG ROAD FLYOVER)",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000308",
        "label": "22X",
        "long": "ONE VICTORIA - KAI TAK STATION (CIRCULAR)",
        "short": "22X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000309",
        "label": "R33",
        "long": "TUEN MUN STATION - DISNEYLAND",
        "short": "R33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000310",
        "label": "R33",
        "long": "TUEN MUN STATION - DISNEYLAND (VIA INSPIRATION LAKE)",
        "short": "R33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000311",
        "label": "R42",
        "long": "TAI WAI STATION - DISNEYLAND",
        "short": "R42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000312",
        "label": "790",
        "long": "OSCAR BY THE SEA - TSIM SHA TSUI (MODY ROAD)",
        "short": "790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000313",
        "label": "795",
        "long": "TSEUNG KWAN O INDUSTRIAL ESTATE - CHEUNG SHA WAN (HOI TAT)",
        "short": "795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000314",
        "label": "96",
        "long": "HONG SING GARDEN - TAI PO INDUSTRIAL ESTATE",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000315",
        "label": "290E",
        "long": "TSEUNG KWAN O INDUSTRIAL ESTATE - TSUEN WAN WEST STATION",
        "short": "290E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000316",
        "label": "298X",
        "long": "HANG HAU (NORTH) (TSEUNG KWAN O HOSPITAL) - MEI FOO",
        "short": "298X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000322",
        "label": "74R",
        "long": "TAI PO (TAI WO) - PAK TAM CHUNG",
        "short": "74R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000323",
        "label": "33R",
        "long": "TSUEN WAN (DISCOVERY PARK) - PAK TAM CHUNG",
        "short": "33R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000324",
        "label": "69",
        "long": "TIN SHUI WAI TOWN CENTRE - YUEN LONG (TAK YIP STREET)",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000325",
        "label": "NA10",
        "long": "AP LEI CHAU (LEE LOK STREET) - AIRPORT / HZMB HONG KONG PORT",
        "short": "NA10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000326",
        "label": "1",
        "long": "CENTRAL (MACAO FERRY) - HAPPY VALLEY (UPPER) (OMIT CHATER ROAD)",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000327",
        "label": "288B",
        "long": "FO TAN CHUN YEUNG ESTATE - SHUI CHUEN O",
        "short": "288B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000329",
        "label": "W2",
        "long": "JORDAN (WEST KOWLOON STATION) - KWUN TONG (CIRCULAR)",
        "short": "W2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000330",
        "label": "W2",
        "long": "JORDAN (WEST KOWLOON STATION) - LAGUNA PARK",
        "short": "W2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000331",
        "label": "W2",
        "long": "MILLENNIUM CITY - JORDAN (WEST KOWLOON STATION)",
        "short": "W2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000332",
        "label": "68X",
        "long": "YUET PING HOUSE LONG PING ESTATE - MONG KOK (PARK AVENUE)",
        "short": "68X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000333",
        "label": "268X",
        "long": "YUET PING HOUSE LONG PING ESTATE - JORDAN (WEST KOWLOON STATION)",
        "short": "268X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000334",
        "label": "203C",
        "long": "SHAM SHUI PO (TAI HANG TUNG) - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "203C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000335",
        "label": "203C",
        "long": "TSIM SHA TSUI EAST (MODY ROAD) - SHAM SHUI PO (TAI HANG TUNG) (OMIT PEONY ROAD AND BEGONIA ROAD)",
        "short": "203C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000337",
        "label": "17",
        "long": "RICHLAND GARDENS - HO MAN TIN (OI MAN ESTATE)",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000338",
        "label": "N307",
        "long": "CENTRAL (MACAO FERRY) - TAI WO",
        "short": "N307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000339",
        "label": "B7",
        "long": "SHEUNG SHUI (PO WAN ROAD) - HEUNG YUEN WAI PORT",
        "short": "B7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000340",
        "label": "B8",
        "long": "TAI WAI STATION - HEUNG YUEN WAI BOUNDARY CONTROL POINT",
        "short": "B8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000341",
        "label": "B9",
        "long": "TUEN MUN STATION - HUENG YUEN WAI CONTROL POINT (LIANTANG)",
        "short": "B9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000342",
        "label": "64K",
        "long": "SHEUNG TSUEN PLAYGROUND - YUEN LONG (WEST)",
        "short": "64K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000343",
        "label": "94A",
        "long": "WAH FU (CENTRAL) - LEI TUNG ESTATE (TERMINATE AT LEI TUNG MARKET)",
        "short": "94A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000344",
        "label": "20",
        "long": "CHEUNG SHA WAN (HOI TAT) - KAI TAK (MUK NING STREET) (OMIT CANTON ROAD)",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000345",
        "label": "5X",
        "long": "CAUSEWAY BAY (WHITFIELD ROAD) - KENNEDY TOWN",
        "short": "5X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000346",
        "label": "5X",
        "long": "CAUSEWAY BAY (WHITFIELD ROAD) - KENNEDY TOWN (OMIT ICE HOUSE STREET)",
        "short": "5X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000349",
        "label": "8P",
        "long": "SIU SAI WAN (ISLAND RESORT) - EXHIBITION CENTRE STATION (OMIT FULLVIEW GARDEN)",
        "short": "8P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000350",
        "label": "8P",
        "long": "SIU SAI WAN (ISLAND RESORT) - CAUSEWAY BAY (HYSAN PLACE)",
        "short": "8P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000351",
        "label": "273S",
        "long": "FANLING STATION - FANLING (WAH MING)",
        "short": "273S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000352",
        "label": "2P",
        "long": "CHEUNG SHA WAN - TSZ WAN SHAN (NORTH)",
        "short": "2P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000353",
        "label": "68X",
        "long": "YUEN LONG (WEST) - MONG KOK (PARK AVENUE)",
        "short": "68X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000354",
        "label": "694S",
        "long": "TIU KENG LENG STATION - SIU SAI WAN ESTATE (VIA LOHAS PARK)",
        "short": "694S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000355",
        "label": "690S",
        "long": "HANG HAU - CENTRAL (EXCHANGE SQUARE) (VIA LOHAS PARK)",
        "short": "690S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000356",
        "label": "49M",
        "long": "TSING YI (CHING FU COURT) - TSING YI STATION (CIRCULAR)",
        "short": "49M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000357",
        "label": "269D",
        "long": "TIN FU - LEK YUEN (VIA WETLAND PARK ROAD, OMIT YUEN LONG)",
        "short": "269D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000358",
        "label": "37M",
        "long": "YING TUNG ESTATE - TUNG CHUNG STATION BUS TERMINUS (CIRCULAR)",
        "short": "37M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000359",
        "label": "37A",
        "long": "CHEUNG TUNG ESTATE - TUNG CHUNG STATION BUS TERMINUS (CIRCULAR)",
        "short": "37A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000360",
        "label": "A25",
        "long": "KAI TAK - AIRPORT (VIA TSIM SHA TSUI & HZMB HONG KONG PORT)",
        "short": "A25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000365",
        "label": "960C",
        "long": "CAUSEWAY BAY - FU TAI ESTATE",
        "short": "960C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000366",
        "label": "960P",
        "long": "CAUSEWAY BAY - HUNG SHUI KIU",
        "short": "960P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000367",
        "label": "960S",
        "long": "CAUSEWAY BAY - TUEN MUN (FU TAI ESTATE)",
        "short": "960S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000368",
        "label": "241X",
        "long": "TSING YI (CHEUNG CHING ESTATE) - KOWLOON CITY FERRY",
        "short": "241X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000369",
        "label": "673A",
        "long": "SHEUNG SHUI - CENTRAL (RUMSEY STREET)",
        "short": "673A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000370",
        "label": "673A",
        "long": "CENTRAL (HONG KONG STATION) - SHEUNG SHUI",
        "short": "673A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000371",
        "label": "900",
        "long": "WAN CHAI (CONVENTION CENTRE) - PAK SHEK KOK (VIA UNIVERSITY STATION)",
        "short": "900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000372",
        "label": "N960",
        "long": "TUEN MUN (KIN SANG ESTATE) - WAN CHAI (EXHIBITION CENTRE STATION)",
        "short": "N960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000373",
        "label": "80X",
        "long": "SUN TIN WAI - KWUN TONG FERRY",
        "short": "80X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000374",
        "label": "22D",
        "long": "KAI TAK STATION - KAI TAK RUNWAY AREA (CIRCULAR)",
        "short": "22D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000376",
        "label": "252",
        "long": "TUEN MUN ROAD INTERCHANGE - KWUN CHUI ROAD",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000377",
        "label": "252",
        "long": "AVIGNON - TUEN MUN ROAD BBI",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000378",
        "label": "25",
        "long": "CENTRAL (PIERS 3) - BRAEMAR HILL (CIRCULAR) (VIA CENTRAL STAR FERRY)",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000381",
        "label": "73",
        "long": "STANLEY MARKET - WONG CHUK HANG SPORTS CENTRE (SHORT WORKING SERVICE)",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000382",
        "label": "98",
        "long": "TSEUNG KWAN O INDUSTRIAL ESTATE - NGAU TAU KOK STATION (SHORT WORKING TRIPS)",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000383",
        "label": "A30",
        "long": "LEI MUK SHUE - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000384",
        "label": "A30",
        "long": "LEI MUK SHUE - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA ASIA-WORLD EXPO)",
        "short": "A30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000385",
        "label": "936A",
        "long": "CAUSEWAY BAY (COTTON PATH) - LEI MUK SHUE",
        "short": "936A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000386",
        "label": "98E",
        "long": "HANG HAU (NORTH) - MEI FOO",
        "short": "98E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000388",
        "label": "272A",
        "long": "PAK SHEK KOK - UNIVERSITY STATION",
        "short": "272A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000389",
        "label": "272A",
        "long": "UNIVERSITY STATION - POK YIN ROAD",
        "short": "272A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000390",
        "label": "36A",
        "long": "LEI MUK SHUE - CHEUNG SHA WAN (HOI TAT ESTATE) (CIRCULAR)",
        "short": "36A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000392",
        "label": "275X",
        "long": "TAI PO (FU SHIN) - HUNG HOM (HUNG LUEN ROAD)",
        "short": "275X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000393",
        "label": "15",
        "long": "CENTRAL (CENTRAL FERRY PIERS) - THE PEAK (VIA CENTRAL STAR FERRY, OMIT MANSFIELD ROAD)",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000394",
        "label": "15",
        "long": "CENTRAL (CENTRAL FERRY PIERS) - THE PEAK (VIA CENTRAL STAR FERRY)",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000395",
        "label": "789",
        "long": "SIU SAI WAN (ISLAND RESORT) - ADMIRALTY (RODNEY STREET) (OMIT FULLVIEW GARDEN AND HIU TSUI STREET)",
        "short": "789",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000396",
        "label": "789",
        "long": "SIU SAI WAN (ISLAND RESORT) - ADMIRALTY (RODNEY STREET) (OMIT HIU TSUI STREET)",
        "short": "789",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000397",
        "label": "788",
        "long": "SIU SAI WAN (ISLAND RESORT) - CENTRAL (MACAO FERRY) (OMIT FULLVIEW GARDEN, VIA ADMIRALTY)",
        "short": "788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000398",
        "label": "788",
        "long": "SIU SAI WAN (ISLAND RESORT) - CENTRAL (MACAO FERRY) (OMIT FULLVIEW GARDEN, HIU TSUI STREET AND INTERNATIONAL ORGANIZATION FOR MEDIATION)",
        "short": "788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000399",
        "label": "788",
        "long": "SIU SAI WAN (ISLAND RESORT) - CENTRAL (MACAO FERRY) (OMIT HIU TSUI STREET AND INTERNATIONAL ORGANIZATION FOR MEDIATION)",
        "short": "788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000402",
        "label": "78C",
        "long": "QUEEN'S HILL FANLING - KAI TAK",
        "short": "78C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000403",
        "label": "79P",
        "long": "QUEEN'S HILL FANLING - HSR WEST KOWLOON STATION",
        "short": "79P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000405",
        "label": "20A",
        "long": "HIGH SPEED RAIL WEST KOWLOON STATION - KAI TAK CRUISE TERMINAL",
        "short": "20A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000406",
        "label": "20A",
        "long": "HIGH SPEED RAIL WEST KOWLOON STATION - KAI TAK CRUISE TERMINAL (VIA MUK ON STREET)",
        "short": "20A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000408",
        "label": "78B",
        "long": "QUEEN'S HILL - SHEUNG SHUI (CHOI YUEN) (OMIT FANLING SOUTH)",
        "short": "78B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000409",
        "label": "79K",
        "long": "TA KWU LING(TSUNG YUEN HA) - FANLING STATION",
        "short": "79K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000410",
        "label": "50M",
        "long": "WO TIN ESTATE - TUEN MUN STATION (SCHOOL DAY ADDITIONAL DEPARTURE)",
        "short": "50M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000412",
        "label": "49",
        "long": "CHING FU COURT - TSEUNG KWAN O INDUSTRIAL ESTATE",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000413",
        "label": "33X",
        "long": "SHAU KEI WAN - CYBERPORT",
        "short": "33X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000418",
        "label": "251C",
        "long": "KONG HA WAI - TUEN LONG",
        "short": "251C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000419",
        "label": "B3",
        "long": "SHENZHEN BAY PORT - TUEN MUN FERRY PIER (APPROACH HUNG KIU)",
        "short": "B3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000420",
        "label": "285A",
        "long": "FO TAN STATION - FO TAN CHUN YEUNG ESTATE (CIRCULAR) (EVENING DEPARTURE)",
        "short": "285A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000421",
        "label": "285A",
        "long": "FO TAN STATION - FO TAN CHUN YEUNG ESTATE (TERMINATE AT CHUN YEUNG ESTATE)",
        "short": "285A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000425",
        "label": "82S",
        "long": "SIU SAI WAN (ISLAND RESORT) - YIU TUNG (WAI HANG STREET)",
        "short": "82S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000437",
        "label": "H2K",
        "long": "CENTRAL (STAR FERRY) - WEST KOWLOON CULTURAL (CIRCULAR)",
        "short": "H2K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000439",
        "label": "219X",
        "long": "KO LING ROAD - TSIM SHA TSUI (CIRCULAR)",
        "short": "219X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000441",
        "label": "16P",
        "long": "MONG KOK (PARK AVENUE) - KWUN TONG FERRY",
        "short": "16P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000442",
        "label": "X11R",
        "long": "SHERATON HONG KONG TUNG CHUNG HOTEL - TAI O",
        "short": "X11R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000443",
        "label": "79K",
        "long": "FANLING STATION - TA KWU LING(TSUNG YUEN HA)",
        "short": "79K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000444",
        "label": "A41",
        "long": "SHEK MUN ESTATE - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000445",
        "label": "A41",
        "long": "SHEK MUN ESTATE - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA CATHAY PACIFIC CITY AND CIVIL AVIATION DEPARTMENT)",
        "short": "A41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000446",
        "label": "A41",
        "long": "AIRPORT (GROUND TRANSPORTATION CENTRE) - SHEK MUN ESTATE (VIA CIVIL AVIATION DEPARTMENT)",
        "short": "A41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000447",
        "label": "A42",
        "long": "WONG NAI TAU - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000448",
        "label": "A46",
        "long": "FO TAN (ROYAL ASCOT) - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000450",
        "label": "46P",
        "long": "KWAI FONG STATION - MEI TIN",
        "short": "46P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000451",
        "label": "39M",
        "long": "MUN TUNG ESTATE - TUNG CHUNG STATION BUS TERMINUS",
        "short": "39M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000452",
        "label": "A33X",
        "long": "CATHAY PACIFIC CITY - TUEN MUN (FU TAI ESTATE)",
        "short": "A33X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000453",
        "label": "73F",
        "long": "TSUEN WAN (NINA TOWER) - EDUCATION UNIVERSITY OF HONG KONG",
        "short": "73F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000454",
        "label": "N50",
        "long": "TUEN MUN (CHING TIN AND WO TIN) - TSIM SHA TSUI (KOWLOON STATION)",
        "short": "N50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000455",
        "label": "A28",
        "long": "LOHAS PARK - AIRPORT",
        "short": "A28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000456",
        "label": "A28",
        "long": "LOHAS PARK - AIRPORT (VIA CATHAY CITY)",
        "short": "A28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000457",
        "label": "A28",
        "long": "LOHAS PARK - AIRPORT (VIA CATHAY CITY & SKY CITY ROAD EAST)",
        "short": "A28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000458",
        "label": "A28",
        "long": "AIRPORT - LOHAS PARK (VIA SKY CITY ROAD EAST)",
        "short": "A28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000459",
        "label": "A26",
        "long": "YAU TONG - AIRPORT",
        "short": "A26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000460",
        "label": "A26",
        "long": "YAU TONG - AIRPORT (VIA SKY CITY ROAD EAST)",
        "short": "A26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000461",
        "label": "30X",
        "long": "WHAMPOA GARDEN - TSUEN WAN (ALLWAY GARDENS) (VIA CLAGUE GARDEN ESTATE)",
        "short": "30X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000462",
        "label": "A26",
        "long": "YAU TONG - AIRPORT (VIA CATHAY PACIFIC CITY)",
        "short": "A26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000463",
        "label": "A26",
        "long": "YAU TONG - AIRPORT (VIA CATHAY PACIFIC CITY & SKY CITY ROAD EAST)",
        "short": "A26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000466",
        "label": "78S",
        "long": "SHEUNG SHUI - SHA TAU KOK",
        "short": "78S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000467",
        "label": "27X",
        "long": "SHUN TIN - OLYMPIC STATION",
        "short": "27X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000471",
        "label": "K52P",
        "long": "LUNG KWU TAN - TUEN MUN STATION",
        "short": "K52P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000472",
        "label": "K52",
        "long": "YUET WU VILLA - LUNG KWU TAN",
        "short": "K52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000473",
        "label": "230R",
        "long": "KOWLOON STATION - MA WAN (PAK YAN ROAD)",
        "short": "230R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000484",
        "label": "DB02RP",
        "long": "DISCOVERY BAY - AIRPORT (CIRCULAR)",
        "short": "DB02RP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000485",
        "label": "78P",
        "long": "QUEEN'S HILL FANLING - KWUN TONG (LEI YUE MUN ROAD)",
        "short": "78P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000487",
        "label": "72K",
        "long": "FU TIP BUS TERMINUS - TAI WO (CIRCULAR)",
        "short": "72K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000490",
        "label": "40B",
        "long": "KWAI CHUNG ESTATE - PING TIN",
        "short": "40B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000492",
        "label": "259X",
        "long": "LAM WAH STREET PLAYGROUND - TUEN MUN (LUNG MUN OASIS)",
        "short": "259X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000493",
        "label": "95C",
        "long": "AP LEI CHAU (LEE NAM ROAD INDUSTRIAL AREA) - CHI FU FA YUEN (CIRCULAR)",
        "short": "95C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000494",
        "label": "95C",
        "long": "AP LEI CHAU ESTATE - ABERDEEN (LOK YEUNG STREET) (CIRCULAR)",
        "short": "95C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000495",
        "label": "95C",
        "long": "AP LEI CHAU ESTATE - ABERDEEN (LOK YEUNG STREET) (CIRCULAR) (TERMINATE AT AP LEI CHAU INDUSTRIAL AREA)",
        "short": "95C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000496",
        "label": "95C",
        "long": "AP LEI CHAU ESTATE - CHI FU FA YUEN (CIRCULAR) (TERMINATE AT AP LEI CHAU INDUSTRIAL AREA)",
        "short": "95C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000497",
        "label": "95C",
        "long": "AP LEI CHAU (LEE NAM ROAD INDUSTRIAL AREA) - CHI FU FA YUEN (CIRCULAR) (TERMINATE AT AP LEI CHAU ESTATE)",
        "short": "95C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000499",
        "label": "581",
        "long": "GO PARK SAI SHA - MA ON SHAN TOWN CENTRE",
        "short": "581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000500",
        "label": "582",
        "long": "PAK SHEK KOK - GO PARK SAI SHA (CIRCULAR)",
        "short": "582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000505",
        "label": "B9A",
        "long": "YUEN LONG (WEST) - HUENG YUEN WAI CONTROL POINT (LIANTANG)",
        "short": "B9A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000506",
        "label": "286A",
        "long": "SHA TIN WAI - CHEUNG SHA WAN (CIRCULAR)",
        "short": "286A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000512",
        "label": "290X",
        "long": "TIU KENG LENG STATION - TSUEN WAN WEST STATION",
        "short": "290X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000513",
        "label": "962P",
        "long": "YIP WONG ESTATE - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "962P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000514",
        "label": "961S",
        "long": "TUEN MUN (LEUNG KING ESTATE) - CAUSEWAY BAY (VICTORIA PARK) (VIA YIP WONG ESTATE)",
        "short": "961S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000519",
        "label": "74",
        "long": "FU TIP BUS TERMINUS - YAU TONG",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000522",
        "label": "271A",
        "long": "FU TIP BUS TERMINUS - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "271A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000523",
        "label": "NA21",
        "long": "HONG KONG-ZHUHAI-MACAO BRIDGE HONG KONG PORT - TAI KOK TSUI (HOI FAI ROAD) (CIRCULAR)",
        "short": "NA21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000524",
        "label": "NR332",
        "long": "MA WAN (TUNG WAN BUS TERMINUS) - KWAI FONG (METROPLAZA) (CIRCULAR) (SPECIAL DEPARTURE)",
        "short": "NR332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000525",
        "label": "NR334",
        "long": "MA WAN (TUNG WAN BUS TERMINUS) - HONG KONG INTERNATIONAL AIRPORT (CIRCULAR) (VIA HZMB)",
        "short": "NR334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000527",
        "label": "A12",
        "long": "AIRPORT - SIU SAI WAN (ISLAND RESORT) (VIA WEST POINT)",
        "short": "A12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000529",
        "label": "269S",
        "long": "TIN SHUI WAI TOWN CENTRE - KWUN TONG FERRY (VIA TIN SHUI WAI NORTH)",
        "short": "269S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000530",
        "label": "92",
        "long": "SAI KUNG - DIAMOND HILL STATION (SPECIAL DEPARTURE ON SAT, SUN & PH)",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000532",
        "label": "37X",
        "long": "KWAI CHUNG ESTATE - YAU MA TEI",
        "short": "37X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000533",
        "label": "85P",
        "long": "NAI CHUNG - HUNG HOM (HUNG LUEN ROAD)",
        "short": "85P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000534",
        "label": "40X",
        "long": "WU KAI SHA STATION - KWAI FONG (SOUTH)",
        "short": "40X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000535",
        "label": "987",
        "long": "SAI WAN HO - FO TAN (CHUN YEUNG ESTATE)",
        "short": "987",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000536",
        "label": "79",
        "long": "QUEEN'S HILL FANLING - TAI WAI STATION",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000537",
        "label": "272P",
        "long": "FU TIP BUS TERMINUS - KWAI HING STATION",
        "short": "272P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000538",
        "label": "307P",
        "long": "FU TIP BUS TERMINUS - CAUSEWAY BAY (TIN HAU)",
        "short": "307P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000539",
        "label": "273B",
        "long": "SHEUNG SHUI (CHING HO) - SHEUNG SHUI STATION (SPECIAL DEPARTURE)",
        "short": "273B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000540",
        "label": "K53S",
        "long": "TUEN MUN STATION - YIP WONG ESTATE(CIRCULAR) (SPECIAL DEPARTURE TO YIP WONG ESTATE)",
        "short": "K53S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000542",
        "label": "HK1",
        "long": "STAR FERRY - TSIM SHA TSUI,MONG KOK,WONG TAI SIN (CIRCULAR)",
        "short": "HK1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000543",
        "label": "96",
        "long": "PARK CENTRAL - TAI PO INDUSTRIAL ESTATE",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000545",
        "label": "265P",
        "long": "TIN YAN - TSUEN WAN",
        "short": "265P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000546",
        "label": "265S",
        "long": "TAI PO INDUSTRIAL ESTATE - TIN SHUI WAI TOWN CENTRE",
        "short": "265S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000547",
        "label": "85",
        "long": "BRAEMAR HILL - SIU SAI WAN (ISLAND RESORT)",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000550",
        "label": "X9",
        "long": "SHEK O - CENTRAL (STAR FERRY)",
        "short": "X9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000551",
        "label": "6E",
        "long": "CHEUNG SHA WAN (SO UK ESTATE) - LEI YUE MUN ESTATE",
        "short": "6E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000552",
        "label": "15B",
        "long": "THE PEAK - WAN CHAI (CONVENTION CENTRE)",
        "short": "15B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000553",
        "label": "90",
        "long": "AP LEI CHAU ESTATE - CENTRAL (EXCHANGE SQUARE) (VIA LEI TUNG)",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000554",
        "label": "A47X",
        "long": "TAI PO (TAI WO) - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA PAK SHEK KOK)",
        "short": "A47X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000555",
        "label": "A47X",
        "long": "AIRPORT (GROUND TRANSPORTATION CENTRE) - TAI PO (TAI WO) (VIA PAK SHEK KOK & CATHAY CITY)",
        "short": "A47X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000556",
        "label": "DB01RA",
        "long": "DISCOVERY BAY NORTH (NEAR COMMUNITY HALL) - TUNG CHUNG",
        "short": "DB01RA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000557",
        "label": "DB01RP",
        "long": "DISCOVERY BAY - TUNG CHUNG",
        "short": "DB01RP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000558",
        "label": "DB02R",
        "long": "DISCOVERY BAY - AIRPORT (CIRCULAR) (VIA TUNG CHUNG)",
        "short": "DB02R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000559",
        "label": "DB02R",
        "long": "DISCOVERY BAY - AIRPORT (CIRCULAR) (VIA SIENA AVENUE)",
        "short": "DB02R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000561",
        "label": "DB02RA",
        "long": "DISCOVERY BAY NORTH (NEAR COMMUNITY HALL) - AIRPORT (CIRCULAR) (VIA HONG KONG-ZHUHAI-MACAO BRIDGE HONG KONG PORT)",
        "short": "DB02RA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000562",
        "label": "907D",
        "long": "TAI PO (TING TAI ROAD) - SIU SAI WAN SPORTS GROUND",
        "short": "907D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000563",
        "label": "268M",
        "long": "PARK YOHO - TSUEN WAN WEST STATION",
        "short": "268M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000564",
        "label": "49A",
        "long": "CHING FU COURT - TSUEN WAN WEST STATION",
        "short": "49A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000566",
        "label": "234A",
        "long": "TSING LUNG TAU TSUEN - TSUEN WAN WEST STATION",
        "short": "234A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000567",
        "label": "NA30",
        "long": "LEI MUK SHUE ESTATE - HZMB HONG KONG PORT",
        "short": "NA30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000568",
        "label": "B6S",
        "long": "MUN TUNG ESTATE - HZMB HONG KONG PORT",
        "short": "B6S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000569",
        "label": "40P",
        "long": "SHEK YAM EAST ESTATE - KWUN TONG FERRY",
        "short": "40P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000570",
        "label": "89P",
        "long": "MA ON SHAN TOWN CENTRE - LAM TIN STATION (OMIT A KUNG KOK)",
        "short": "89P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000572",
        "label": "K53",
        "long": "SO KWUN WAT - TUEN MUN STATION (SPECIAL DEPARTURE)",
        "short": "K53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000573",
        "label": "K54A",
        "long": "WO TIN ESTATE - SIU HONG STATION",
        "short": "K54A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000574",
        "label": "E36C",
        "long": "YUEN LONG (TAK YIP STREET) - AIRCRAFT MAINTENANCE AREA",
        "short": "E36C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000575",
        "label": "272A",
        "long": "UNIVERSITY STATION - POK YIN ROAD (CIRCULAR) (VIA SCIENCE PARK WEST AVENUE)",
        "short": "272A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000587",
        "label": "270B",
        "long": "OLYMPIC STATION - SHEUNG SHUI (OMIT FANLING)",
        "short": "270B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000588",
        "label": "T80",
        "long": "MEI TIN - KOWLOON BAY",
        "short": "T80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000589",
        "label": "T80",
        "long": "HIN KENG - KOWLOON BAY",
        "short": "T80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000590",
        "label": "270D",
        "long": "SHAM SHUI PO - FANLING (LUEN WO HUI)",
        "short": "270D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000591",
        "label": "36M",
        "long": "CHEUNG TUNG ESTATE - SUNNY BAY STATION",
        "short": "36M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000592",
        "label": "268B",
        "long": "HUNG FUK ESTATE HUNG YUEN ROAD - HUNG HOM (HUNG LUEN ROAD)",
        "short": "268B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000594",
        "label": "N8",
        "long": "HENG FA CHUEN (CITYBUS CHONG FU ROAD GARAGE) - QUARRY BAY (CIRCULAR)",
        "short": "N8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000595",
        "label": "N8",
        "long": "HENG FA CHUEN (CITYBUS CHONG FU ROAD GARAGE) - KORNHILL PLAZA",
        "short": "N8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000596",
        "label": "N8",
        "long": "KORNHILL PLAZA - HENG FA CHUEN (CITYBUS CHONG FU ROAD GARAGE)",
        "short": "N8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000597",
        "label": "81X",
        "long": "MEI TIN - MONG KOK (BUTE STREET)",
        "short": "81X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000598",
        "label": "T74",
        "long": "KWUN TONG FERRY - NG TUNG CHAI (PAK NGAU SHEK)",
        "short": "T74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000601",
        "label": "19",
        "long": "ANDERSON - DIAMOND HILL (KAI CHEUNG COURT)",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000602",
        "label": "600",
        "long": "ANDERSON - CENTRAL (RUMSEY STREET)",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000603",
        "label": "580",
        "long": "GO PARK SAI SHA - SHA TIN CENTRAL",
        "short": "580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000606",
        "label": "76",
        "long": "YAU POK ROAD PUBLIC HOUSING (SOUTH) TERMINUS - SHEUNG SHUI STATION (CHOI YUEN ROAD) (CIRCULAR)",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000607",
        "label": "268",
        "long": "YAU POK ROAD PUBLIC HOUSING (SOUTH) TERMINUS - PAT HEUNG ROAD",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000608",
        "label": "H3",
        "long": "CENTRAL (HONG KONG OBSERVATION WHEEL) - STANLEY VILLAGE / STANLEY MARKET",
        "short": "H3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000609",
        "label": "H4",
        "long": "STANLEY VILLAGE / STANLEY MARKET - HONG KONG OBSERVATION WHEEL / CENTRAL (STAR FERRY)",
        "short": "H4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000612",
        "label": "87C",
        "long": "KAM YING COURT - HUNG HOM STATION",
        "short": "87C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000614",
        "label": "286D",
        "long": "MA ON SHAN TOWN CENTRE - SHAM SHUI PO",
        "short": "286D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000615",
        "label": "E37C",
        "long": "TUEN MUN (HUNG KIU) - AIRCRAFT MAINTENANCE AREA",
        "short": "E37C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000618",
        "label": "Kwun Tong - Huanggang",
        "long": "HUANGGANG - KWUN TONG (LATE NIGHT DEPARTURES)(STOP OUTSIDE SIU LEK YUEN ROAD PLAYGROUND AND KWUN TONG ROAD REST GARDEN)",
        "short": "Kwun Tong - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000619",
        "label": "NA12",
        "long": "HZMB HONG KONG PORT - HENG FA CHUEN",
        "short": "NA12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000620",
        "label": "XB2",
        "long": "YUEN LONG MTR STATION - SHENZHEN BAY PORT",
        "short": "XB2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000621",
        "label": "110",
        "long": "SHAU KEI WAN - TSIM SHA TSUI (CIRCULAR) (VIA HSR WEST KOWLOON STATION)",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000622",
        "label": "110",
        "long": "SHAU KEI WAN - TSIM SHA TSUI EAST (MODY ROAD) (VIA HSR WEST KOWLOON STATION)",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000623",
        "label": "900X",
        "long": "PAK SHEK KOK - WAN CHAI (CONVENTION CENTRE)",
        "short": "900X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000624",
        "label": "81K",
        "long": "SUI WO COURT - SUN TIN WAI (VIA TAI WAI STATION)",
        "short": "81K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000625",
        "label": "277E",
        "long": "SHEUNG SHUI (TIN PING) - LAM TIN STATION (OMIT CHING HO ESTATE)",
        "short": "277E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000626",
        "label": "HK1",
        "long": "STAR FERRY - TSIM SHA TSUI,MONG KOK (CIRCULAR) (SPECIAL DEPARTURES)",
        "short": "HK1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000628",
        "label": "NR338S",
        "long": "MA WAN (PAK YAN ROAD) - CENTRAL FERRY PIERS (PIER 2) (CIRCULAR)",
        "short": "NR338S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000632",
        "label": "13",
        "long": "ANDERSON - SHAM SHUI PO (YEN CHOW STREET)",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000633",
        "label": "213E",
        "long": "ANDERSON - KOWLOON STATION",
        "short": "213E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000634",
        "label": "84M",
        "long": "CHEVALIER GARDEN - LOK FU, KWONG YUEN & CHEVALIER GARDEN (CIRCULAR) (NON-PEAK HOURS SERVICE)",
        "short": "84M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000635",
        "label": "A43P",
        "long": "QUEEN'S HILL - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A43P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000636",
        "label": "A43P",
        "long": "AIRPORT (GROUND TRANSPORTATION CENTRE) - QUEEN'S HILL (VIA ASIA-WORLD EXPO)",
        "short": "A43P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000637",
        "label": "B3A",
        "long": "SHENZHEN BAY PORT - FU TAI ESTATE",
        "short": "B3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000638",
        "label": "278K",
        "long": "FANLING (LUEN WO HUI) - FANLING STATION (CIRCULAR) (VIA FAN LENG LAU ROAD STOP IN FANLING STATION BOUND)",
        "short": "278K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000639",
        "label": "278K",
        "long": "FANLING (LUEN WO HUI) - FANLING STATION (CIRCULAR) (VIA FAN LENG LAU ROAD STOP IN LUEN WO HUI BOUND)",
        "short": "278K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000640",
        "label": "382",
        "long": "NAI CHUNG - CHAI WAN (EAST)",
        "short": "382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000641",
        "label": "W4",
        "long": "HIGH SPEED RAIL (WEST KOWLOON STATION) - WKCD \u2027 TSIM SHA TSUI \u2027 HIGH SPEED RAIL (CIRCULAR)",
        "short": "W4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000642",
        "label": "269D",
        "long": "TIN FU - LEK YUEN (OMIT TIN SAU ROAD)",
        "short": "269D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000643",
        "label": "NA52",
        "long": "TUEN MUN ROAD INTERCHANGE - CATHAY CITY",
        "short": "NA52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000645",
        "label": "X42C",
        "long": "TSING YI (CHEUNG HANG ESTATE) - YAU TONG (OMIT CHING FU COURT)",
        "short": "X42C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000647",
        "label": "270E",
        "long": "TSIM SHA TSUI EAST (MODY ROAD) - FANLING (LUEN WO HUI)",
        "short": "270E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000648",
        "label": "55",
        "long": "TUEN MUN (CHING TIN AND WO TIN) - KWUN TONG FERRY PIER (VIA KWUN TONG ROAD)",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000650",
        "label": "979",
        "long": "NORTH POINT FERRY PIER - QUEEN'S HILL FANLING",
        "short": "979",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000651",
        "label": "290X",
        "long": "LOHAS PARK STATION - TSUEN WAN WEST STATION (VIA FASA)",
        "short": "290X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000653",
        "label": "A41P",
        "long": "SAI SHA RESIDENCES TRANSPORT INTERCHANGE - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A41P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000654",
        "label": "586",
        "long": "GO PARK SAI SHA - TSUEN WAN STATION",
        "short": "586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000655",
        "label": "587",
        "long": "GO PARK SAI SHA - TSIM SHA TSUI (MODY ROAD)",
        "short": "587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000656",
        "label": "589",
        "long": "GO PARK SAI SHA - KOWLOON BAY",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000657",
        "label": "K51",
        "long": "FU TAI - SIU HONG STATION",
        "short": "K51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000658",
        "label": "K66",
        "long": "TAI TONG WONG NAI TUN TSUEN - CHU PING HOUSE, LONG PING ESTATE",
        "short": "K66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000659",
        "label": "K66",
        "long": "TAI TONG WONG NAI TUN TSUEN - ON HONG ROAD",
        "short": "K66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000660",
        "label": "K68",
        "long": "SILVER FIELD GARDEN - YUEN LONG INDUSTRIAL ESTATE",
        "short": "K68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000661",
        "label": "K68",
        "long": "YUEN LONG INDUSTRIAL ESTATE - TAI KIU TSUEN",
        "short": "K68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000662",
        "label": "798X",
        "long": "FO TAN (CHUN YEUNG ESTATE) - TSEUNG KWAN O INDUSTRIAL ESTATE (VIA THE CHINESE MEDICINE HOSPITAL OF HONG KONG)",
        "short": "798X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000663",
        "label": "33X",
        "long": "TSUEN WAN WEST STATION - YAU TONG",
        "short": "33X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000664",
        "label": "252S",
        "long": "HANDSOME COURT - KWUN TONG FERRY",
        "short": "252S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000665",
        "label": "A28X",
        "long": "TSEUNG KWAN O STATION - AIRPORT",
        "short": "A28X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000666",
        "label": "259S",
        "long": "KWUN TONG FERRY - TUEN MUN (LUNG MUN OASIS)",
        "short": "259S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000667",
        "label": "B1",
        "long": "TIN TSZ - LOK MA CHAU STATION (FUTIAN) (OMIT YUEN LONG)",
        "short": "B1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000668",
        "label": "980X",
        "long": "SAI SHA RESIDENCES TRANSPORT INTERCHANGE - WAN CHAI (FLEMING ROAD)",
        "short": "980X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000669",
        "label": "980X",
        "long": "ADMIRALTY STATION (EAST) - SAI SHA RESIDENCES TRANSPORT INTERCHANGE",
        "short": "980X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000671",
        "label": "252S",
        "long": "KWUN TONG FERRY - TUEN MUN (CHI LOK FA YUEN)",
        "short": "252S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000672",
        "label": "251C",
        "long": "KONG HA WAI - YUEN LONG (HONG LOK ROAD)",
        "short": "251C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000674",
        "label": "288D",
        "long": "RAVANA GARDEN - SHUI CHUEN O",
        "short": "288D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000676",
        "label": "273A",
        "long": "CHOI SHEK ESTATE - WAH MING (CIRCULAR)",
        "short": "273A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000677",
        "label": "273A",
        "long": "CHOI SHEK ESTATE - WAH MING (CIRCULAR) (VIA ELEGANTIA COLLEGE)",
        "short": "273A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000678",
        "label": "287",
        "long": "UNIVERSITY STATION - SAI SHA RESIDENCES TRANSPORT INTERCHANGE",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000679",
        "label": "277B",
        "long": "SHEUNG SHUI KONG NGA PO - LAM TIN STATION",
        "short": "277B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000680",
        "label": "73K",
        "long": "SHEUNG SHUI - MAN KAM TO(SAN UK LING) (VIA KONG NGA PO)",
        "short": "73K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000682",
        "label": "S56",
        "long": "TUNG CHUNG STATION BUS TERMINUS - AIRPORT (PASSENGER TERMINAL BUILDING)",
        "short": "S56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000684",
        "label": "63",
        "long": "LONG TIN COURT - TUEN MUN ROAD INTERCHANGE",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000685",
        "label": "63",
        "long": "LONG TIN COURT - TUEN MUN ROAD INTERCHANGE (VIA TONG YAN SAN TSUEN)",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000687",
        "label": "971",
        "long": "ABERDEEN (SHEK PAI WAN) - HOI LAI ESTATE",
        "short": "971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000688",
        "label": "795X",
        "long": "OSCAR BY THE SEA - SO UK (VIA IMMIGRATION HEADQUARTERS)",
        "short": "795X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000689",
        "label": "HK2",
        "long": "KOWLOON STATION - TSIM SHA TSUI AND TSING MA BRIDGE",
        "short": "HK2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000690",
        "label": "E18",
        "long": "TUNG CHUNG (CHEUNG TUNG ESTATE) - NORTH POINT FERRY PIER",
        "short": "E18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000691",
        "label": "E28",
        "long": "TUNG CHUNG (CHEUNG TUNG ESTATE) - TSEUNG KWAN O INDUSTRIAL ESTATE",
        "short": "E28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000692",
        "label": "702A",
        "long": "PAK TIN (NORTH) - HOI YING ESTATE",
        "short": "702A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000693",
        "label": "47P",
        "long": "WONG CHUK HANG - KENNEDY TOWN",
        "short": "47P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000695",
        "label": "73X",
        "long": "CYBERPORT - WONG CHUK HANG STATION",
        "short": "73X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000697",
        "label": "A32",
        "long": "AIRPORT (GROUND TRANSPORTATION CENTRE) - KWAI CHUNG ESTATE (VIA EXPO)",
        "short": "A32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1000698",
        "label": "A47X",
        "long": "AIRPORT (GROUND TRANSPORTATION CENTRE) - TAI PO (TAI WO) (VIA ASIA-WORLD EXPO)",
        "short": "A47X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1001",
        "label": "1",
        "long": "CHUK YUEN ESTATE - STAR FERRY",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1002",
        "label": "10",
        "long": "CHOI WAN - TAI KOK TSUI (CIRCULAR)",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1006",
        "label": "102P",
        "long": "SHAU KEI WAN - MEI FOO",
        "short": "102P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1008",
        "label": "103",
        "long": "CHUK YUEN ESTATE - POKFIELD RD",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1010",
        "label": "106",
        "long": "WONG TAI SIN - SIU SAI WAN (ISLAND RESORT)",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1014",
        "label": "108",
        "long": "KAI YIP - BRAEMAR HILL",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1015",
        "label": "109",
        "long": "HO MAN TIN - CENTRAL (MACAU FERRY)",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1016",
        "label": "11",
        "long": "DIAMOND HILL STATION - KOWLOON STATION",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1017",
        "label": "110",
        "long": "SHAU KEI WAN - TSIM SHA TSUI (CIRCULAR)",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1019",
        "label": "112",
        "long": "NORTH POINT - SO UK",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1021",
        "label": "115",
        "long": "KOWLOON CITY FERRY - CENTRAL (MACAO FERRY)",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1022",
        "label": "115P",
        "long": "LAGUNA VERDE - CENTRAL (MACAO FERRY)",
        "short": "115P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1023",
        "label": "116",
        "long": "TSZ WAN SHAN (CENTRAL) - QUARRY BAY",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1024",
        "label": "117",
        "long": "SHAM SHUI PO (YEN CHOW ST) - HAPPY VALLEY (LOWER)",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1027",
        "label": "11B",
        "long": "KWUN TONG (TSUI PING ROAD) - KOWLOON CITY FERRY",
        "short": "11B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1028",
        "label": "11C",
        "long": "CHUK YUEN ESTATE - SAU MAU PING (UPPER)",
        "short": "11C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1029",
        "label": "11D",
        "long": "LOK FU - KWUN TONG FERRY",
        "short": "11D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1030",
        "label": "11K",
        "long": "CHUK YUEN ESTATE - HUNG HOM STATION",
        "short": "11K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1031",
        "label": "11X",
        "long": "ON TAI (NORTH) - HUNG HOM STATION",
        "short": "11X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1032",
        "label": "12",
        "long": "HOI LAI ESTATE - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1033",
        "label": "12A",
        "long": "WHAMPOA GARDEN - CHEUNG SHA WAN (HOI TAT ESTATE)",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1034",
        "label": "13D",
        "long": "PO TAT - ISLAND HARBOURVIEW",
        "short": "13D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1035",
        "label": "13M",
        "long": "KWUN TONG (ELEGANCE ROAD) - PO TAT (CIRCULAR)",
        "short": "13M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1036",
        "label": "13P",
        "long": "PO TAT - CHEUNG SHA WAN (LAI KOK ESTATE)",
        "short": "13P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1037",
        "label": "13X",
        "long": "PO TAT - TSIM SHA TSUI EAST",
        "short": "13X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1038",
        "label": "14",
        "long": "LEI YUE MUN ESTATE - CHINA FERRY TERMINAL",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1039",
        "label": "14B",
        "long": "NGAU TAU KOK - LAM TIN (KWONG TIN ESTATE)",
        "short": "14B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1040",
        "label": "14X",
        "long": "YAU TONG (SHUNG TAK WAI) - TSIM SHA TSUI (CIRCULAR)",
        "short": "14X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1041",
        "label": "15",
        "long": "PING TIN - HUNG HOM (HUNG LUEN ROAD)",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1042",
        "label": "15A",
        "long": "PING TIN - TSZ WAN SHAN (NORTH)",
        "short": "15A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1044",
        "label": "16",
        "long": "LAM TIN (KWONG TIN ESTATE) - MONG KOK (PARK AVENUE)",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1045",
        "label": "16M",
        "long": "KWUN TONG (YUE MAN SQUARE) - LAM TIN (HONG WAH COURT) (CIRCULAR)",
        "short": "16M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1046",
        "label": "17",
        "long": "KWUN TONG (YUE MAN SQUARE) - HO MAN TIN (OI MAN ESTATE)",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1047",
        "label": "170",
        "long": "SHATIN STATION - WAH FU (CENTRAL)",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1050",
        "label": "18",
        "long": "CHEUNG SHA WAN (HOI TAT ESTATE) - OI MAN(CIRCULAR)",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1051",
        "label": "182",
        "long": "YU CHUI COURT - CENTRAL (MACAO FERRY)",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1053",
        "label": "1A",
        "long": "SAU MAU PING (CENTRAL) - STAR FERRY",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1054",
        "label": "2",
        "long": "STAR FERRY - CHEUNG SHA WAN (SO UK ESTATE)",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1056",
        "label": "203E",
        "long": "CHOI HUNG - KOWLOON STATION",
        "short": "203E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1057",
        "label": "208",
        "long": "BROADCAST DRIVE - TSIM SHA TSUI EAST",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1058",
        "label": "21",
        "long": "CHOI WAN - HUNG HOM STATION",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1059",
        "label": "211",
        "long": "TSUI CHUK GARDEN - WONG TAI SIN STATION (CIRCULAR)",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1061",
        "label": "215X",
        "long": "LAM TIN (KWONG TIN ESTATE) - KOWLOON STATION",
        "short": "215X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1062",
        "label": "216M",
        "long": "LAM TIN STATION - YAU TONG STATION (CIRCULAR)",
        "short": "216M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1064",
        "label": "219X",
        "long": "LAGUNA CITY - TSIM SHA TSUI(CIRCULAR)",
        "short": "219X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1066",
        "label": "224X",
        "long": "KAI YIP - TSIM SHA TSUI EAST (CIRCULAR)",
        "short": "224X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1067",
        "label": "23",
        "long": "KWUN TONG FERRY - SHUN LEE (CIRCULAR)",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1068",
        "label": "230X",
        "long": "TSUEN WAN (ALLWAY GARDENS) - WHAMPOA GARDEN",
        "short": "230X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1069",
        "label": "234A",
        "long": "SHAM TSENG (SEA CREST VILLA) - TSUEN WAN WEST STATION",
        "short": "234A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1070",
        "label": "234B",
        "long": "TSUEN WAN WEST STATION - SHAM TSENG (SEA CREST VILLA)",
        "short": "234B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1071",
        "label": "234P",
        "long": "TSUEN WAN (BAYVIEW GARDEN) - STAR FERRY",
        "short": "234P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1073",
        "label": "234X",
        "long": "TSIM SHA TSUI EAST (MODY ROAD) - TSUEN WAN (BAYVIEW GARDEN)",
        "short": "234X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1074",
        "label": "235",
        "long": "KWAI CHUNG (ON YAM ESTATE) - TSUEN WAN (CIRCULAR)",
        "short": "235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1075",
        "label": "235M",
        "long": "KWAI CHUNG (ON YAM ESTATE) - KWAI FONG STATION",
        "short": "235M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1077",
        "label": "238M",
        "long": "TSUEN WAN (RIVIERA GARDENS) - TSUEN WAN STATION",
        "short": "238M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1078",
        "label": "238P",
        "long": "TSUEN WAN (RIVIERA GARDENS) - CHINA FERRY TERMINAL",
        "short": "238P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1079",
        "label": "238X",
        "long": "TSUEN WAN (RIVIERA GARDENS) - CHINA FERRY TERMINAL",
        "short": "238X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1081",
        "label": "24",
        "long": "KAI YIP - MONG KOK (CIRCULAR)",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1083",
        "label": "243M",
        "long": "TSING YI (MAYFAIR GARDEN) - TSUEN WAN (DISCOVERY PARK)",
        "short": "243M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1084",
        "label": "243P",
        "long": "TSING YI (MAYFAIR GARDEN) - TSUEN WAN (ALLWAY GARDENS)",
        "short": "243P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1085",
        "label": "248M",
        "long": "TSING YI STATION - CHEUNG WANG (CIRCULAR)",
        "short": "248M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1087",
        "label": "249M",
        "long": "TSING YI STATION - MAYFAIR GARDENS (CIRCULAR)",
        "short": "249M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1088",
        "label": "249X",
        "long": "POK HONG - TSING YI STATION",
        "short": "249X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1089",
        "label": "252B",
        "long": "HANDSOME COURT - TSIM SHA TSUI",
        "short": "252B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1090",
        "label": "258P",
        "long": "HUNG SHUI KIU (HUNG FUK ESTATE) - LAM TIN STATION",
        "short": "258P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1091",
        "label": "258D",
        "long": "TUEN MUN (PO TIN ESTATE) - LAM TIN STATION",
        "short": "258D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1092",
        "label": "259B",
        "long": "TUEN MUN PIER HEAD - TSIM SHA TSUI",
        "short": "259B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1093",
        "label": "259C",
        "long": "SUN TUEN MUN CENTRE - TSIM SHA TSUI",
        "short": "259C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1094",
        "label": "259D",
        "long": "TUEN MUN (LUNG MUN OASIS) - LEI YUE MUN ESTATE",
        "short": "259D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1095",
        "label": "259E",
        "long": "TUEN MUN (LUNG MUN OASIS) - TSUEN WAN STATION",
        "short": "259E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1096",
        "label": "26",
        "long": "SHUN TIN - TSIM SHA TSUI EAST",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1098",
        "label": "260B",
        "long": "TUEN MUN CENTRAL - TSIM SHA TSUI",
        "short": "260B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1099",
        "label": "260C",
        "long": "TUEN MUN (SAM SHING ESTATE) - KWAI FONG STATION",
        "short": "260C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1101",
        "label": "260X",
        "long": "TUEN MUN (PO TIN ESTATE) - HUNG HOM STATION",
        "short": "260X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1102",
        "label": "261",
        "long": "TUEN MUN (SAM SHING ESTATE) - FANLING (CHEUNG WAH)",
        "short": "261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1103",
        "label": "261B",
        "long": "TUEN MUN (SAM SHING ESTATE) - KOWLOON STATION",
        "short": "261B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1104",
        "label": "261P",
        "long": "TUEN MUN (SIU HONG COURT) - SHEUNG SHUI (TIN PING)",
        "short": "261P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1105",
        "label": "263",
        "long": "TUEN MUN STATION - SHATIN STATION",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1108",
        "label": "265B",
        "long": "TIN HENG ESTATE - MONG KOK (PARK AVENUE)",
        "short": "265B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1109",
        "label": "265M",
        "long": "TIN HENG ESTATE - LAI YIU",
        "short": "265M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1111",
        "label": "265S",
        "long": "TIN SHUI WAI TOWN CENTRE - EDUCATION UNIVERSITY OF HONG KONG",
        "short": "265S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1113",
        "label": "268B",
        "long": "LONG PING STATION - HUNG HOM (HUNG LUEN ROAD)",
        "short": "268B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1114",
        "label": "268C",
        "long": "LONG PING STATION - KWUN TONG FERRY",
        "short": "268C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1115",
        "label": "269B",
        "long": "TIN SHUI WAI TOWN CENTRE - HUNG HOM (HUNG LUEN ROAD)",
        "short": "269B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1116",
        "label": "269C",
        "long": "TIN SHUI WAI TOWN CENTRE - KWUN TONG FERRY",
        "short": "269C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1117",
        "label": "269D",
        "long": "TIN FU - LEK YUEN",
        "short": "269D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1118",
        "label": "269M",
        "long": "TIN YAN ESTATE - CHO YIU",
        "short": "269M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1119",
        "label": "26M",
        "long": "CHOI HUNG - KWUN TONG (CIRCULAR)",
        "short": "26M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1120",
        "label": "27",
        "long": "SHUN TIN - MONG KOK (CIRCULAR)",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1121",
        "label": "270",
        "long": "TSUI LAI GARDEN - TIN PING (CIRCULAR)",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1122",
        "label": "270A",
        "long": "SHEUNG SHUI - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "270A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1123",
        "label": "271",
        "long": "TAI PO (FU HENG) - JORDAN (WEST KOWLOON STATION)",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1124",
        "label": "272K",
        "long": "UNIVERSITY STATION - HONG KONG SCIENCE PARK (CIRCULAR)",
        "short": "272K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1125",
        "label": "272P",
        "long": "TAI PO (FU HENG) - KWAI HING STATION",
        "short": "272P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1126",
        "label": "272S",
        "long": "DIAMOND HILL STATION - HONG KONG SCIENCE PARK",
        "short": "272S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1127",
        "label": "273",
        "long": "FANLING (WAH MING) - FANLING STATION (CIRCULAR)",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1128",
        "label": "273A",
        "long": "SHEUNG SHUI (CHOI YUEN) - WAH MING (CIRCULAR)",
        "short": "273A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1129",
        "label": "273B",
        "long": "SHEUNG SHUI (CHING HO) - SHEUNG SHUI STATION (CIRCULAR)",
        "short": "273B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1130",
        "label": "273C",
        "long": "KAU LUNG HANG - TSUEN WAN WEST STATION",
        "short": "273C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1131",
        "label": "273P",
        "long": "TAI PO (TAI WO) - TSUEN WAN WEST STATION",
        "short": "273P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1132",
        "label": "273S",
        "long": "FANLING (FAI MING ROAD) - FANLING STATION",
        "short": "273S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1133",
        "label": "274P",
        "long": "WU KAI SHA STATION - TAI PO INDUSTRIAL ESTATE",
        "short": "274P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1135",
        "label": "275R",
        "long": "TAI PO MARKET STATION - WU KAU TANG",
        "short": "275R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1137",
        "label": "276",
        "long": "TIN TSZ - SHEUNG SHUI",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1138",
        "label": "276A",
        "long": "TIN HENG ESTATE - SHEUNG SHUI (TAI PING)",
        "short": "276A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1139",
        "label": "276B",
        "long": "TIN FU - SHEUNG SHUI (CHOI YUEN)",
        "short": "276B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1140",
        "label": "276P",
        "long": "TIN SHUI WAI STATION - SHEUNG SHUI",
        "short": "276P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1141",
        "label": "273D",
        "long": "SHEUNG SHUI - WAH MING (CIRCULAR) (VIA CHING HO ESTATE)",
        "short": "273D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1142",
        "label": "277X",
        "long": "FANLING (LUEN WO HUI) - LAM TIN STATION",
        "short": "277X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1143",
        "label": "278K",
        "long": "FANLING (LUEN WO HUI) - FANLING STATION (CIRCULAR)",
        "short": "278K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1144",
        "label": "278P",
        "long": "SHEUNG SHUI (TAI PING) - TSUEN WAN (NINA TOWER)",
        "short": "278P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1145",
        "label": "278X",
        "long": "SHEUNG SHUI - TSUEN WAN (NINA TOWER)",
        "short": "278X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1146",
        "label": "279X",
        "long": "FANLING (LUEN WO HUI) - TSING YI STATION",
        "short": "279X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1147",
        "label": "28",
        "long": "LOK WAH - STAR FERRY",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1149",
        "label": "281A",
        "long": "KWONG YUEN - KOWLOON STATION",
        "short": "281A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1150",
        "label": "282",
        "long": "SHA TIN CENTRAL - SUN TIN WAI (CIRCULAR)",
        "short": "282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1151",
        "label": "283",
        "long": "SHA TIN CENTRAL - MEI CHUNG COURT (CIRCULAR)",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1152",
        "label": "284",
        "long": "SHATIN CENTRAL - RAVANA GARDEN (CIRCULAR)",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1154",
        "label": "289K",
        "long": "UNIVERSITY STATION - CHEVALIER GARDEN (CIRCULAR)",
        "short": "289K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1156",
        "label": "292P",
        "long": "SAI KUNG - KWUN TONG",
        "short": "292P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1157",
        "label": "296A",
        "long": "SHEUNG TAK - NGAU TAU KOK STATION(CIRCULAR)",
        "short": "296A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1158",
        "label": "296C",
        "long": "SHEUNG TAK - CHEUNG SHA WAN (HOI YING ESTATE)",
        "short": "296C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1160",
        "label": "296M",
        "long": "HONG SING GARDEN - HANG HAU STATION",
        "short": "296M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1161",
        "label": "297",
        "long": "PO LAM - HUNG HOM (HUNG LUEN ROAD)",
        "short": "297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1162",
        "label": "298E",
        "long": "HANG HAU (NORTH)(TSEUNG KWAN O HOSPITAL) - TSEUNG KWAN O INDUSTRIAL ESTATE(CIRCULAR)",
        "short": "298E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1163",
        "label": "299X",
        "long": "SHATIN CENTRAL - SAI KUNG",
        "short": "299X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1164",
        "label": "29M",
        "long": "SHUN LEE - SAN PO KONG (CIRCULAR)",
        "short": "29M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1165",
        "label": "2A",
        "long": "LOK WAH - MEI FOO",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1166",
        "label": "2B",
        "long": "CHUK YUEN ESTATE - CHEUNG SHA WAN",
        "short": "2B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1168",
        "label": "2D",
        "long": "CHAK ON ESTATE - WONG TAI SIN",
        "short": "2D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1169",
        "label": "2E",
        "long": "PAK TIN (NORTH) - KOWLOON CITY FERRY",
        "short": "2E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1170",
        "label": "2F",
        "long": "TSZ WAN SHAN (NORTH) - CHEUNG SHA WAN",
        "short": "2F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1171",
        "label": "30",
        "long": "TSUEN WAN (ALLWAY GARDENS) - CHEUNG SHA WAN",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1174",
        "label": "985",
        "long": "MEI TIN (MEI CHI HOUSE) - WAN CHAI",
        "short": "985",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1176",
        "label": "30X",
        "long": "TSUEN WAN (ALLWAY GARDENS) - WHAMPOA GARDEN",
        "short": "30X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1177",
        "label": "31",
        "long": "TSUEN WAN WEST STATION - SHEK LEI (CIRCULAR)",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1178",
        "label": "31B",
        "long": "SHEK LEI (TAI LOONG STREET) - OLYMPIC STATION",
        "short": "31B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1179",
        "label": "31M",
        "long": "SHEK LEI (LEI PUI ST) - KWAI FONG STATION",
        "short": "31M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1180",
        "label": "32",
        "long": "TSUEN WAN (SHEK WAI KOK) - OLYMPIC STATION",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1182",
        "label": "32M",
        "long": "KWAI FONG STATION - CHEUNG SHAN (CIRCULAR)",
        "short": "32M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1184",
        "label": "33A",
        "long": "TSUEN WAN (NINA TOWER) - MONG KOK (PARK AVENUE)",
        "short": "33A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1185",
        "label": "34",
        "long": "KWAI SHING(CENTRAL) - TSUEN WAN (BAYVIEW GARDEN)",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1186",
        "label": "34M",
        "long": "TSUEN WAN (BAYVIEW GARDEN) - TSUEN WAN STATION (CIRCULAR)",
        "short": "34M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1187",
        "label": "35A",
        "long": "KWAI CHUNG (ON YAM ESTATE) - TSIM SHA TSUI EAST",
        "short": "35A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1189",
        "label": "36",
        "long": "TSUEN WAN WEST STATION - LEI MUK SHUE (CIRCULAR)",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1191",
        "label": "36B",
        "long": "LEI MUK SHUE - JORDAN (WEST KOWLOON STATION)",
        "short": "36B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1192",
        "label": "36M",
        "long": "LEI MUK SHUE - KWAI FONG STATION",
        "short": "36M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1193",
        "label": "37",
        "long": "OLYMPIC STATION - KWAI SHING (CENTRAL)",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1194",
        "label": "373",
        "long": "FANLING (LUEN WO HUI) - CENTRAL (HONG KONG STATION)",
        "short": "373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1195",
        "label": "978",
        "long": "FANLING (WAH MING) - EXHIBITION CENTRE STATION",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1196",
        "label": "37M",
        "long": "KWAI HING STATION - KWAI SHING (CENTRAL) (CIRCULAR)",
        "short": "37M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1197",
        "label": "38",
        "long": "KWAI SHING (EAST) - PING TIN",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1198",
        "label": "38A",
        "long": "TSUEN WAN (RIVIERA GARDENS) - MEI FOO",
        "short": "38A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1200",
        "label": "39A",
        "long": "TSUEN WAN WEST STATION - ALLWAY GARDENS (CIRCULAR)",
        "short": "39A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1201",
        "label": "39M",
        "long": "TSUEN WAN (ALLWAY GARDENS) - TSUEN WAN STATION (CIRCULAR)",
        "short": "39M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1202",
        "label": "3B",
        "long": "TSZ WAN SHAN (CENTRAL) - HUNG HOM (HUNG LUEN ROAD)",
        "short": "3B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1203",
        "label": "3C",
        "long": "TSZ WAN SHAN (NORTH) - CHINA FERRY TERMINAL",
        "short": "3C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1204",
        "label": "3D",
        "long": "TSZ WAN SHAN (CENTRAL) - KWUN TONG (YUE MAN SQUARE)",
        "short": "3D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1205",
        "label": "3M",
        "long": "TSZ WAN SHAN (NORTH) - CHOI WAN",
        "short": "3M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1207",
        "label": "40",
        "long": "TSUEN WAN (BELVEDERE GARDEN) - LAGUNA CITY",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1208",
        "label": "40X",
        "long": "WU KAI SHA STATION - KWAI CHUNG ESTATE",
        "short": "40X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1210",
        "label": "41A",
        "long": "TSING YI (CHEUNG ON ESTATE) - TSIM SHA TSUI EAST",
        "short": "41A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1211",
        "label": "41M",
        "long": "TSING YI FERRY - TSUEN WAN STATION",
        "short": "41M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1213",
        "label": "42",
        "long": "TSING YI (CHEUNG HONG ESTATE) - SHUN LEE",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1214",
        "label": "42A",
        "long": "TSING YI (CHEUNG HANG ESTATE) - JORDAN (WEST KOWLOON STATION)",
        "short": "42A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1215",
        "label": "42C",
        "long": "TSING YI (CHEUNG HANG ESTATE) - LAM TIN STATION",
        "short": "42C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1216",
        "label": "42M",
        "long": "TSING YI (CHEUNG WANG ESTATE) - TSUEN WAN (DISCOVERY PARK)",
        "short": "42M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1217",
        "label": "43",
        "long": "TSING YI (CHEUNG HONG ESTATE) - TSUEN WAN WEST STATION",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1218",
        "label": "43A",
        "long": "TSING YI (CHEUNG WANG ESTATE) - SHEK LEI (TAI LOONG STREET)",
        "short": "43A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1219",
        "label": "43B",
        "long": "TSING YI (CHEUNG CHING ESTATE) - TSUEN WAN WEST STATION",
        "short": "43B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1220",
        "label": "43C",
        "long": "TSING YI (CHEUNG HONG ESTATE) - ISLAND HARBOURVIEW",
        "short": "43C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1221",
        "label": "43M",
        "long": "KWAI FONG STATION - CHEUNG CHUNG (CIRCULAR)",
        "short": "43M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1222",
        "label": "43P",
        "long": "TSUEN WAN WEST STATION - HONG KONG SCIENCE PARK",
        "short": "43P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1223",
        "label": "43X",
        "long": "YIU ON - TSUEN WAN WEST STATION",
        "short": "43X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1224",
        "label": "44",
        "long": "TSING YI ESTATE - MONG KOK EAST STATION",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1225",
        "label": "44M",
        "long": "TSING YI STATION - KWAI CHUNG ESTATE",
        "short": "44M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1228",
        "label": "45",
        "long": "KOWLOON CITY FERRY - KWAI CHUNG (LAI YIU ESTATE)",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1229",
        "label": "46",
        "long": "JORDAN (WEST KOWLOON STATION) - KWAI CHUNG (LAI YIU ESTATE)",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1232",
        "label": "46X",
        "long": "HIN KENG - MEI FOO",
        "short": "46X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1233",
        "label": "47X",
        "long": "CHUN SHEK - KWAI SHING (EAST)",
        "short": "47X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1234",
        "label": "48X",
        "long": "WO CHE - TSUEN WAN (BAYVIEW GARDEN)",
        "short": "48X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1235",
        "label": "49P",
        "long": "SHATIN CENTRAL - TSING YI FERRY",
        "short": "49P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1236",
        "label": "49X",
        "long": "KWONG YUEN - TSING YI FERRY",
        "short": "49X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1237",
        "label": "5",
        "long": "FU SHAN ESTATE - STAR FERRY",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1238",
        "label": "51",
        "long": "TSUEN WAN (NINA TOWER) - SHEUNG TSUEN (CIRCULAR)",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1239",
        "label": "52X",
        "long": "TUEN MUN CENTRAL - MONG KOK (PARK AVENUE)",
        "short": "52X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1240",
        "label": "53",
        "long": "YOHO MALL (YUEN LONG) - TSUEN WAN (NINA TOWER)",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1242",
        "label": "57M",
        "long": "TUEN MUN (SHAN KING ESTATE) - LAI KING (NORTH)",
        "short": "57M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1243",
        "label": "58M",
        "long": "TUEN MUN (LEUNG KING ESTATE) - KWAI FONG STATION",
        "short": "58M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1244",
        "label": "58P",
        "long": "KWAI FONG STATION - TIN KING ESTATE (TIN YUE HOUSE)",
        "short": "58P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1245",
        "label": "58X",
        "long": "TUEN MUN (LEUNG KING ESTATE) - MONG KOK EAST STATION",
        "short": "58X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1246",
        "label": "59A",
        "long": "TUEN MUN PIER HEAD - KWAI FONG (KWAI TSUI ESTATE)",
        "short": "59A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1247",
        "label": "59M",
        "long": "TUEN MUN PIER HEAD - TSUEN WAN STATION",
        "short": "59M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1249",
        "label": "59X",
        "long": "TUEN MUN PIER HEAD - MONG KOK EAST STATION",
        "short": "59X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1250",
        "label": "5A",
        "long": "KAI TAK (KAI CHING ESTATE) - STAR FERRY",
        "short": "5A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1251",
        "label": "5C",
        "long": "TSZ WAN SHAN (CENTRAL) - STAR FERRY",
        "short": "5C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1252",
        "label": "5D",
        "long": "TELFORD GARDENS - HUNG HOM (CIRCULAR)",
        "short": "5D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1253",
        "label": "6",
        "long": "STAR FERRY - LAI CHI KOK",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1256",
        "label": "603",
        "long": "PING TIN - CENTRAL FERRY PIERS",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1257",
        "label": "603P",
        "long": "CENTRAL FERRY PIERS - PING TIN",
        "short": "603P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1258",
        "label": "603S",
        "long": "PING TIN - CENTRAL (GILMAN STREET)",
        "short": "603S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1259",
        "label": "606",
        "long": "CHOI WAN - SIU SAI WAN (ISLAND RESORT)",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1261",
        "label": "60M",
        "long": "TUEN MUN STATION - TSUEN WAN STATION",
        "short": "60M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1262",
        "label": "60X",
        "long": "TUEN MUN CENTRAL - JORDAN (WEST KOWLOON STATION)",
        "short": "60X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1263",
        "label": "619",
        "long": "SHUN LEE - CENTRAL (MACAO FERRY)",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1264",
        "label": "619P",
        "long": "SHUN LEE - CENTRAL (MACAO FERRY)",
        "short": "619P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1265",
        "label": "61M",
        "long": "TUEN MUN (HOI WING ROAD) - LAI KING (NORTH)",
        "short": "61M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1266",
        "label": "61X",
        "long": "TUEN MUN CENTRAL - KOWLOON CITY FERRY",
        "short": "61X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1267",
        "label": "621",
        "long": "LAGUNA CITY - CENTRAL (HONG KONG STATION)",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1268",
        "label": "62X",
        "long": "SIU HONG STATION (SOUTH) - LEI YUE MUN ESTATE",
        "short": "62X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1269",
        "label": "63X",
        "long": "HUNG SHUI KIU (HUNG FUK ESTATE) - JORDAN (WEST KOWLOON STATION)",
        "short": "63X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1270",
        "label": "641",
        "long": "KAI TAK (KAI CHING ESTATE) - CENTRAL (MACAO FERRY)",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1271",
        "label": "619X",
        "long": "SHUN LEE - CENTRAL (MACAO FERRY)",
        "short": "619X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1273",
        "label": "65K",
        "long": "NG TUNG CHAI (PAK NGAU SHEK) - TAI PO CENTRAL",
        "short": "65K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1275",
        "label": "66M",
        "long": "TUEN MUN (TAI HING ESTATE) - TSUEN WAN (NINA TOWER)",
        "short": "66M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1277",
        "label": "66X",
        "long": "TUEN MUN (TAI HING ESTATE) - OLYMPIC STATION",
        "short": "66X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1278",
        "label": "671",
        "long": "DIAMOND HILL STATION - AP LEI CHAU LEE LOK ST",
        "short": "671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1279",
        "label": "67M",
        "long": "TUEN MUN (SIU HONG COURT) - KWAI FONG STATION",
        "short": "67M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1280",
        "label": "67X",
        "long": "TUEN MUN (SIU HONG COURT) - MONG KOK EAST STATION",
        "short": "67X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1284",
        "label": "681",
        "long": "CENTRAL (HONG KONG STATION) - MA ON SHAN TOWN CENTRE",
        "short": "681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1285",
        "label": "681P",
        "long": "YIU ON - SHEUNG WAN",
        "short": "681P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1286",
        "label": "68A",
        "long": "LONG PING ESTATE - TSING YI STATION",
        "short": "68A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1287",
        "label": "68M",
        "long": "TSUEN WAN STATION - YUEN LONG (WEST) B/T",
        "short": "68M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1288",
        "label": "68X",
        "long": "HUNG SHUI KIU (HUNG FUK ESTATE) - MONG KOK (PARK AVENUE)",
        "short": "68X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1289",
        "label": "690",
        "long": "TSEUNG KWAN O (HONG SING GARDEN) - CENTRAL (EXCHANGE SQUARE)",
        "short": "690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1290",
        "label": "690P",
        "long": "HONG SING GARDEN - CENTRAL (EXCHANGE SQUARE)",
        "short": "690P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1293",
        "label": "69M",
        "long": "KWAI FONG STATION - TIN SHUI WAI TOWN CENTRE",
        "short": "69M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1294",
        "label": "69P",
        "long": "TIN SHUI WAI STATION - KWAI FONG STATION",
        "short": "69P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1295",
        "label": "69X",
        "long": "TIN SHUI ESTATE - JORDAN (WEST KOWLOON STATION)",
        "short": "69X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1297",
        "label": "6C",
        "long": "KOWLOON CITY FERRY - MEI FOO",
        "short": "6C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1298",
        "label": "6D",
        "long": "NGAU TAU KOK - MEI FOO",
        "short": "6D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1299",
        "label": "6F",
        "long": "KOWLOON CITY FERRY - CHEUNG SHA WAN (LAI KOK ESTATE)",
        "short": "6F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1300",
        "label": "7",
        "long": "STAR FERRY - LOK FU",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1302",
        "label": "70K",
        "long": "FANLING (WAH MING) - CHING HO(CIRCULAR)",
        "short": "70K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1304",
        "label": "71A",
        "long": "TAI PO (FU HENG) - TAI PO MARKET STATION",
        "short": "71A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1305",
        "label": "71B",
        "long": "TAI PO (FU HENG) - TAI PO CENTRAL (CIRCULAR)",
        "short": "71B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1306",
        "label": "71K",
        "long": "TAI PO (TAI WO) - TAI PO MARKET STATION",
        "short": "71K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1307",
        "label": "71S",
        "long": "TAI PO (FU SHIN) - KWONG FUK (CIRCULAR)",
        "short": "71S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1308",
        "label": "72",
        "long": "TAI PO (TAI WO) - CHEUNG SHA WAN",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1309",
        "label": "72A",
        "long": "TAI WAI STATION - TAI PO INDUSTRIAL ESTATE",
        "short": "72A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1310",
        "label": "72X",
        "long": "FU TIP - MONG KOK (PARK AVENUE)",
        "short": "72X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1311",
        "label": "73",
        "long": "FANLING (WAH MING) - TAI PO INDUSTRIAL ESTATE",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1312",
        "label": "73A",
        "long": "FANLING (WAH MING) - YU CHUI COURT",
        "short": "73A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1313",
        "label": "73K",
        "long": "SHEUNG SHUI - MAN KAM TO(SAN UK LING)",
        "short": "73K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1314",
        "label": "73X",
        "long": "TSUEN WAN (NINA TOWER) - TAI PO (FU SHIN)",
        "short": "73X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1315",
        "label": "74A",
        "long": "TAI PO (TAI WO) - KAI YIP",
        "short": "74A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1316",
        "label": "74K",
        "long": "TAI PO MARKET STATION - SAM MUN TSAI (CIRCULAR) (VIA THE EDUCATION UNIVERSITY OF HK FIRST)",
        "short": "74K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1317",
        "label": "74X",
        "long": "TAI PO CENTRAL - KWUN TONG FERRY",
        "short": "74X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1318",
        "label": "75K",
        "long": "TAI MEI TUK - TAI PO MARKET STATION",
        "short": "75K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1319",
        "label": "75X",
        "long": "TAI PO (FU SHIN) - KOWLOON CITY FERRY",
        "short": "75X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1320",
        "label": "76K",
        "long": "SHEUNG SHUI (CHING HO) - LONG PING ESTATE",
        "short": "76K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1322",
        "label": "78K",
        "long": "SHEUNG SHUI (TAI PING) - SHA TAU KOK",
        "short": "78K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1323",
        "label": "79K",
        "long": "CHOI SHEK ESTATE - TA KWU LING(TSUNG YUEN HA)",
        "short": "79K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1324",
        "label": "7B",
        "long": "HUNG HOM (HUNG LUEN ROAD) - LOK FU",
        "short": "7B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1325",
        "label": "7M",
        "long": "LOK FU - CHUK YUEN ESTATE (CIRCULAR)",
        "short": "7M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1326",
        "label": "8",
        "long": "STAR FERRY - KOWLOON STATION",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1327",
        "label": "80",
        "long": "MEI LAM - KWUN TONG FERRY",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1330",
        "label": "80K",
        "long": "SUN CHUI - YU CHUI COURT",
        "short": "80K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1332",
        "label": "80P",
        "long": "HIN KENG - KWUN TONG FERRY",
        "short": "80P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1333",
        "label": "80X",
        "long": "CHUN SHEK - KWUN TONG FERRY",
        "short": "80X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1334",
        "label": "81",
        "long": "WO CHE - JORDAN (WEST KOWLOON STATION)",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1336",
        "label": "81C",
        "long": "YIU ON - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "81C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1337",
        "label": "81K",
        "long": "SUN TIN WAI - SUI WO COURT",
        "short": "81K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1341",
        "label": "82K",
        "long": "MEI TIN - YU CHUI COURT",
        "short": "82K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1345",
        "label": "82X",
        "long": "RAVANA GARDEN - WONG TAI SIN (CIRCULAR)",
        "short": "82X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1346",
        "label": "83K",
        "long": "WONG NAI TAU - SHA TIN CENTRAL (CIRCULAR)",
        "short": "83K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1347",
        "label": "83S",
        "long": "WONG NAI TAU - SHATIN CENTRAL",
        "short": "83S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1348",
        "label": "83X",
        "long": "WONG NAI TAU - KWUN TONG FERRY",
        "short": "83X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1349",
        "label": "84M",
        "long": "CHEVALIER GARDEN - LOK FU (PEAK HOURS SERVICE)",
        "short": "84M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1350",
        "label": "85",
        "long": "FO TAN CHUN YEUNG ESTATE - KOWLOON CITY FERRY",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1351",
        "label": "85A",
        "long": "KWONG YUEN - KOWLOON CITY FERRY",
        "short": "85A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1352",
        "label": "85B",
        "long": "CHUN SHEK - KOWLOON CITY FERRY",
        "short": "85B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1354",
        "label": "85K",
        "long": "HENG ON - SHATIN STATION",
        "short": "85K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1355",
        "label": "85M",
        "long": "KAM YING COURT - WONG TAI SIN (CIRCULAR)",
        "short": "85M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1356",
        "label": "85S",
        "long": "YIU ON - HUNG HOM (HUNG LUEN ROAD)",
        "short": "85S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1357",
        "label": "85X",
        "long": "MA ON SHAN TOWN CENTRE - HUNG HOM (HUNG LUEN ROAD)",
        "short": "85X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1358",
        "label": "86",
        "long": "WONG NAI TAU - MEI FOO",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1361",
        "label": "86A",
        "long": "SHATIN WAI - CHEUNG SHA WAN (KOM TSUN STREET)",
        "short": "86A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1363",
        "label": "86C",
        "long": "LEE ON - CHEUNG SHA WAN",
        "short": "86C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1364",
        "label": "86K",
        "long": "KAM YING COURT - SHATIN STATION",
        "short": "86K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1366",
        "label": "86S",
        "long": "KAM YING COURT - SHATIN STATION",
        "short": "86S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1370",
        "label": "87B",
        "long": "SUN TIN WAI - ISLAND HARBOURVIEW",
        "short": "87B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1371",
        "label": "87D",
        "long": "KAM YING COURT - HUNG HOM STATION",
        "short": "87D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1372",
        "label": "87K",
        "long": "UNIVERSITY STATION - KAM YING COURT (CIRCULAR)",
        "short": "87K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1373",
        "label": "87P",
        "long": "LEE ON - CHUNG ON",
        "short": "87P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1374",
        "label": "87S",
        "long": "UNIVERSITY STATION - KAM YING COURT (CIRCULAR)",
        "short": "87S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1380",
        "label": "88K",
        "long": "HIN KENG - ROYAL ASCOT",
        "short": "88K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1382",
        "label": "89",
        "long": "LEK YUEN - KWUN TONG (TSUI PING NORTH ESTATE)",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1385",
        "label": "89B",
        "long": "SHATIN WAI - NGAU TAU KOK",
        "short": "89B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1386",
        "label": "89C",
        "long": "HENG ON - KWUN TONG (TSUI PING ROAD)",
        "short": "89C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1387",
        "label": "89D",
        "long": "WU KAI SHA STATION - LAM TIN STATION",
        "short": "89D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1388",
        "label": "89P",
        "long": "MA ON SHAN TOWN CENTRE - LAM TIN STATION",
        "short": "89P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1389",
        "label": "89X",
        "long": "SHATIN STATION - KWUN TONG (TSUI PING ROAD)",
        "short": "89X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1390",
        "label": "8A",
        "long": "WHAMPOA GARDEN - TSIM SHA TSUI (CIRCULAR)",
        "short": "8A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1391",
        "label": "8P",
        "long": "LAGUNA VERDE - TSIM SHA TSUI (CIRCULAR)",
        "short": "8P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1392",
        "label": "9",
        "long": "CHOI FOOK - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1393",
        "label": "904",
        "long": "LAI CHI KOK - KENNEDY TOWN",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1394",
        "label": "905",
        "long": "LAI CHI KOK - EXHIBITION CENTRE STATION",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1395",
        "label": "91",
        "long": "CLEAR WATER BAY - DIAMOND HILL STATION",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1396",
        "label": "914",
        "long": "HOI LAI ESTATE - CAUSEWAY BAY (TIN HAU)",
        "short": "914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1397",
        "label": "914X",
        "long": "HOI LAI ESTATE - CAUSEWAY BAY (TIN HAU)",
        "short": "914X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1398",
        "label": "91M",
        "long": "PO LAM - DIAMOND HILL STATION",
        "short": "91M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1399",
        "label": "92",
        "long": "SAI KUNG - DIAMOND HILL STATION",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1400",
        "label": "934",
        "long": "TSUEN WAN (BAYVIEW GARDEN) - WAN CHAI (FLEMING ROAD)",
        "short": "934",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1401",
        "label": "935",
        "long": "SHEK LEI (TAI LOONG STREET) - WAN CHAI (FLEMING ROAD)",
        "short": "935",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1402",
        "label": "93A",
        "long": "PO LAM - KWUN TONG FERRY",
        "short": "93A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1403",
        "label": "93K",
        "long": "PO LAM - MONG KOK EAST STATION",
        "short": "93K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1404",
        "label": "93M",
        "long": "TSEUNG KWAN O (CHOI MING) - PO LAM",
        "short": "93M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1405",
        "label": "94",
        "long": "WONG SHEK PIER - SAI KUNG",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1407",
        "label": "948P",
        "long": "CHEUNG ON ESTATE - CAUSEWAY BAY (TIN HAU)",
        "short": "948P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1408",
        "label": "95",
        "long": "TSUI LAM - KOWLOON STATION",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1409",
        "label": "95M",
        "long": "TSUI LAM - KWUN TONG (ELEGANCE ROAD)",
        "short": "95M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1410",
        "label": "960",
        "long": "TUEN MUN (KIN SANG ESTATE) - EXHIBITION CENTRE STATION",
        "short": "960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1411",
        "label": "960A",
        "long": "CENTRAL - FU TAI ESTATE",
        "short": "960A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1412",
        "label": "960P",
        "long": "HUNG SHUI KIU (HUNG YUEN ROAD) - CAUSEWAY BAY (VICTORIA PARK)",
        "short": "960P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1413",
        "label": "960S",
        "long": "TUEN MUN (FU TAI ESTATE) - CAUSEWAY BAY (VICTORIA PARK)",
        "short": "960S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1414",
        "label": "961",
        "long": "TUEN MUN (SHAN KING ESTATE) - WAN CHAI (HKCECE)",
        "short": "961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1415",
        "label": "968",
        "long": "YUEN LONG (WEST) - CAUSEWAY BAY (TIN HAU)",
        "short": "968",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1416",
        "label": "96R",
        "long": "DIAMOND HILL STATION - WONG SHEK PIER",
        "short": "96R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1417",
        "label": "98A",
        "long": "HANG HAU (NORTH) (TSEUNG KWAN O HOSPITAL) - NGAU TAU KOK STATION (CIRCULAR)",
        "short": "98A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1418",
        "label": "98C",
        "long": "HANG HAU (NORTH) (TSEUNG KWAN O HOSPITAL) - MEI FOO",
        "short": "98C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1419",
        "label": "98D",
        "long": "HANG HAU (NORTH) (TSEUNG KWAN O HOSPITAL) - TSIM SHA TSUI EAST",
        "short": "98D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1420",
        "label": "98P",
        "long": "HONG SING GARDEN - TSIM SHA TSUI EAST",
        "short": "98P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1421",
        "label": "98S",
        "long": "HANG HAU (NORTH) (TSEUNG KWAN O HOSPITAL) - MEI FOO",
        "short": "98S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1422",
        "label": "99",
        "long": "HENG ON - SAI KUNG",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1423",
        "label": "98D",
        "long": "LOHAS PARK STATION - TSIM SHA TSUI EAST",
        "short": "98D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1424",
        "label": "K12",
        "long": "EIGHT LAND GARDEN - TAI PO MARKET STATION",
        "short": "K12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1425",
        "label": "K14",
        "long": "TAI PO CENTRAL - TAI PO MARKET STATION",
        "short": "K14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1427",
        "label": "K17",
        "long": "TAI PO (FU SHIN) - TAI PO MARKET STATION",
        "short": "K17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1428",
        "label": "K18",
        "long": "KWONG FUK - TAI PO MARKET STATION",
        "short": "K18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1430",
        "label": "N121",
        "long": "CENTRAL (MACAO FERRY) - NGAU TAU KOK",
        "short": "N121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1431",
        "label": "N122",
        "long": "MEI FOO - SHAU KEI WAN",
        "short": "N122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1432",
        "label": "N170",
        "long": "SHATIN CENTRAL - WAH FU (CENTRAL)",
        "short": "N170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1433",
        "label": "N171",
        "long": "LAI CHI KOK - AP LEI CHAU ESTATE",
        "short": "N171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1434",
        "label": "N182",
        "long": "KWONG YUEN - CENTRAL (MACAO FERRY)",
        "short": "N182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1435",
        "label": "N216",
        "long": "YAU TONG - HUNG HOM STATION",
        "short": "N216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1436",
        "label": "N237",
        "long": "MEI FOO - KWAI SHING(CIRCULAR)",
        "short": "N237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1437",
        "label": "N241",
        "long": "HUNG HOM STATION - TSING YI (CHEUNG WANG ESTATE)",
        "short": "N241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1438",
        "label": "N260",
        "long": "TUEN MUN PIER HEAD - MEI FOO",
        "short": "N260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1439",
        "label": "N269",
        "long": "TIN TSZ - MEI FOO",
        "short": "N269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1441",
        "label": "N271",
        "long": "TAI PO (FU HENG) - HUNG HOM STATION",
        "short": "N271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1443",
        "label": "N281",
        "long": "KAM YING COURT - HUNG HOM STATION",
        "short": "N281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1444",
        "label": "N293",
        "long": "SHEUNG TAK - MONG KOK (PARK AVENUE)",
        "short": "N293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1445",
        "label": "N619",
        "long": "SHUN LEE - CENTRAL (MACAO FERRY)",
        "short": "N619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1450",
        "label": "S64P",
        "long": "CHEUNG TUNG ESTATE - AIRPORT (CARGO AND CATERING AREA) (CIRCULAR) (VIA TUNG CHUNG DEVELOPMENT PIER)",
        "short": "S64P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1451",
        "label": "S64",
        "long": "TUNG CHUNG (YAT TUNG) - AIRPORT (CIRCULAR)",
        "short": "S64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1452",
        "label": "S1",
        "long": "TUNG CHUNG STATION - AIRPORT (CIRCULAR)",
        "short": "S1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1453",
        "label": "R8",
        "long": "DISNEYLAND - LANTAU LINK INTERCHANGE (CIRCULAR) (OMIT INSPIRATION LAKE)",
        "short": "R8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1457",
        "label": "N42A",
        "long": "FANLING (LUEN WO HUI) - TUNG CHUNG STATION",
        "short": "N42A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1458",
        "label": "N42",
        "long": "YIU ON BUS TERMINUS - TUNG CHUNG STATION",
        "short": "N42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1459",
        "label": "N31",
        "long": "TSUEN WAN (DISCOVERY PARK) - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "N31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1460",
        "label": "N30",
        "long": "YUEN LONG STATION - AIRPORT (CHEONG TAT ROAD)",
        "short": "N30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1461",
        "label": "E42",
        "long": "POK HONG - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "E42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1462",
        "label": "E41",
        "long": "TAI PO TAU - SKYCITY",
        "short": "E41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1466",
        "label": "E33",
        "long": "TUEN MUN CENTRAL - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "E33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1467",
        "label": "E32",
        "long": "KWAI FONG (SOUTH) - SKYCITY",
        "short": "E32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1468",
        "label": "E31",
        "long": "TSUEN WAN (DISCOVERY PARK) - TUNG CHUNG (YAT TUNG)",
        "short": "E31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1469",
        "label": "A43",
        "long": "FANLING (LUEN WO HUI) - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1470",
        "label": "A41P",
        "long": "WU KAI SHA STATION - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A41P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1473",
        "label": "A31",
        "long": "TSUEN WAN (NINA TOWER) - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1474",
        "label": "E33P",
        "long": "SIU HONG STATION (SOUTH) - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "E33P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1475",
        "label": "H1",
        "long": "CENTRAL (STAR FERRY) - TSIM SHA TSUI",
        "short": "H1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1480",
        "label": "1",
        "long": "CENTRAL (MACAO FERRY) - HAPPY VALLEY (UPPER)",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1482",
        "label": "101",
        "long": "KWUN TONG (YUE MAN SQUARE) - KENNEDY TOWN",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1484",
        "label": "102",
        "long": "SHAU KEI WAN - MEI FOO",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1490",
        "label": "106P",
        "long": "SIU SAI WAN (ISLAND RESORT) - WONG TAI SIN (MORNING PEAK)",
        "short": "106P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1491",
        "label": "107",
        "long": "KOWLOON BAY - WAH KWAI",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1492",
        "label": "107P",
        "long": "HUNG HOM (LAGUNA VERDE) - CYBERPORT",
        "short": "107P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1493",
        "label": "106A",
        "long": "WONG TAI SIN - TAI KOO (KORNHILL PLAZA)",
        "short": "106A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1495",
        "label": "11",
        "long": "CENTRAL (FERRY PIERS) - JARDINE'S LOOKOUT (CIRCULAR) (SUNDAY & PUBLIC HOLIDAY DEPARTURE, OMIT ICE HOUSE STREET)",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1497",
        "label": "111",
        "long": "PING SHEK / CHOI HUNG STATION - CENTRAL (MACAO FERRY)",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1498",
        "label": "111P",
        "long": "CHOI FOOK - CENTRAL (MACAO FERRY)",
        "short": "111P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1499",
        "label": "113",
        "long": "CHOI HUNG - KENNEDY TOWN (BELCHER BAY)",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1505",
        "label": "118P",
        "long": "SIU SAI WAN (ISLAND RESORT) - CHEUNG SHA WAN (SHAM MONG ROAD)",
        "short": "118P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1506",
        "label": "118P",
        "long": "SIU SAI WAN (ISLAND RESORT) - KEI WING PRIMARY SCHOOL",
        "short": "118P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1507",
        "label": "12A",
        "long": "ADMIRALTY (TAMAR STREET) - MACDONNELL ROAD (CIRCULAR)",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1508",
        "label": "12M",
        "long": "ADMIRALTY (TAMAR STREET) - PARK ROAD (CIRCULAR)",
        "short": "12M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1509",
        "label": "13",
        "long": "ADMIRALTY (TAMAR STREET) - KOTEWALL ROAD",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1511",
        "label": "15C",
        "long": "CENTRAL (HONG KONG OBSERVATION WHEEL) - GARDEN ROAD (LOWER PEAK TRAM TERMINUS)",
        "short": "15C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1513",
        "label": "171",
        "long": "LAI CHI KOK - SOUTH HORIZONS",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1514",
        "label": "171P",
        "long": "SOUTH HORIZONS - LAI CHI KOK",
        "short": "171P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1515",
        "label": "171A",
        "long": "LEI TUNG ESTATE - LAI CHI KOK",
        "short": "171A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1516",
        "label": "18",
        "long": "NORTH POINT (HEALTHY STREET CENTRAL) - SHEUNG WAN",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1519",
        "label": "2",
        "long": "GRAND PROMENADE - CENTRAL (MACAO FERRY)",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1520",
        "label": "23",
        "long": "NORTH POINT FERRY - POKFIELD ROAD",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1522",
        "label": "25",
        "long": "CENTRAL (PIERS 3) - BRAEMAR HILL (CIRCULAR)",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1523",
        "label": "25A",
        "long": "EXHIBITION CENTRE STATION - BRAEMAR HILL (CIRCULAR)",
        "short": "25A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1525",
        "label": "26",
        "long": "LAI TAK TSUEN - HOLLYWOOD ROAD (CIRCULAR)",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1526",
        "label": "260",
        "long": "CENTRAL (EXCHANGE SQUARE) - STANLEY MARKET",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1527",
        "label": "27",
        "long": "NORTH POINT FERRY - BRAEMAR HILL (CIRCULAR)",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1528",
        "label": "2A",
        "long": "YIU TUNG ESTATE - EXHIBITION CENTRE STATION",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1529",
        "label": "2X",
        "long": "GRAND PROMENADE - EXHIBITION CENTRE STATION",
        "short": "2X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1531",
        "label": "302",
        "long": "TSZ WAN SHAN (NORTH) - SHEUNG WAN",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1534",
        "label": "314",
        "long": "SIU SAI WAN (ISLAND RESORT) - STANLEY (CIRCULAR)",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1537",
        "label": "37A",
        "long": "CHI FU FA YUEN - ADMIRALTY (CIRCULAR)",
        "short": "37A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1538",
        "label": "37B",
        "long": "CHI FU FA YUEN - CENTRAL (CIRCULAR)",
        "short": "37B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1539",
        "label": "37X",
        "long": "CHI FU FA YUEN - CENTRAL (CIRCULAR)",
        "short": "37X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1540",
        "label": "38",
        "long": "CHI FU FA YUEN - NORTH POINT FERRY (OMIT WAI FU)",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1543",
        "label": "3A",
        "long": "CENTRAL (STAR FERRY) - FELIX VILLAS",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1545",
        "label": "4",
        "long": "WAH FU (SOUTH) - CENTRAL",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1546",
        "label": "40M",
        "long": "WAH FU (NORTH) - EXHIBITION CENTRE STATION",
        "short": "40M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1547",
        "label": "42",
        "long": "WAH FU (SOUTH) - NORTH POINT FERRY",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1550",
        "label": "47P",
        "long": "KENNEDY TOWN (BELCHER BAY) - WONG CHUK HANG",
        "short": "47P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1552",
        "label": "511",
        "long": "TAI HANG DRIVE - CENTRAL (CENTRAL FERRY PIERS)",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1553",
        "label": "85P",
        "long": "SIU SAI WAN (HARMONY GARDEN) - BRAEMAR HILL",
        "short": "85P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1555",
        "label": "592",
        "long": "SOUTH HORIZONS - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1556",
        "label": "595",
        "long": "SOUTH HORIZONS - SHEK PAI WAN (CIRCULAR)",
        "short": "595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1557",
        "label": "5B",
        "long": "FELIX VILLAS - HONG KONG STADIUM",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1561",
        "label": "5X",
        "long": "KENNEDY TOWN - CAUSEWAY BAY (WHITFIELD ROAD)",
        "short": "5X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1562",
        "label": "702A",
        "long": "HOI YING ESTATE - PAK TIN ESTATE",
        "short": "702A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1563",
        "label": "606",
        "long": "CHOI WAN - SIU SAI WAN (ISLAND RESORT) (VIA CHOI HA ROAD)",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1564",
        "label": "680",
        "long": "LEE ON - ADMIRALTY STATION (EAST) (VIA CHUNG ON ESTATE)",
        "short": "680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1565",
        "label": "601P",
        "long": "PO TAT - SHEUNG WAN",
        "short": "601P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1566",
        "label": "601P",
        "long": "SHEUNG WAN - PO TAT",
        "short": "601P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1569",
        "label": "118",
        "long": "CHAI WAN (GREENWOOD TERRACE) - CHEUNG SHA WAN (SHAM MONG ROAD)",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1571",
        "label": "4",
        "long": "WONG CHUK HANG - CENTRAL (VIA CENTRAL PIERS)",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1572",
        "label": "42C",
        "long": "CYBERPORT - NORTH POINT FERRY",
        "short": "42C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1573",
        "label": "63",
        "long": "NORTH POINT FERRY - STANLEY MARKET",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1576",
        "label": "66",
        "long": "CENTRAL (EXCHANGE SQUARE) - MA HANG ESTATE",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1579",
        "label": "680P",
        "long": "WU KAI SHA STATION - ADMIRALTY STATION (EAST)",
        "short": "680P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1580",
        "label": "680X",
        "long": "WU KAI SHA STATION - CENTRAL (MACAO FERRY)",
        "short": "680X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1583",
        "label": "682",
        "long": "LEE ON - CHAI WAN (EAST)",
        "short": "682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1585",
        "label": "40P",
        "long": "WAH FU (NORTH) - ROBINSON ROAD",
        "short": "40P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1586",
        "label": "40P",
        "long": "SHUM WAN PUBLIC TRANSPORT TERMINUS - ROBINSON ROAD",
        "short": "40P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1587",
        "label": "40P",
        "long": "ABERDEEN - ROBINSON ROAD",
        "short": "40P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1589",
        "label": "694",
        "long": "SIU SAI WAN ESTATE - TIU KENG LENG STATION",
        "short": "694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1591",
        "label": "6A",
        "long": "CENTRAL (EXCHANGE SQUARE) - STANLEY FORT GATE",
        "short": "6A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1592",
        "label": "6X",
        "long": "CENTRAL (EXCHANGE SQUARE) - STANLEY MARKET",
        "short": "6X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1593",
        "label": "7",
        "long": "SHEK PAI WAN - CENTRAL (FERRY PIERS)",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1594",
        "label": "70",
        "long": "WAH KWAI - CENTRAL (EXCHANGE SQUARE)",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1595",
        "label": "701",
        "long": "HOI LAI ESTATE - MONG KOK (CIRCULAR)",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1596",
        "label": "702",
        "long": "HOI LAI ESTATE - KOWLOON TONG (FESTIVAL WALK) (CIRCULAR)",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1598",
        "label": "702S",
        "long": "SO UK - CHEUNG SHA WAN (SHAM SHING ROAD)/FU CHEONG ESTATE(CIRCULAR)",
        "short": "702S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1600",
        "label": "71",
        "long": "WONG CHUK HANG - CENTRAL (RUMSEY STREET)",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1601",
        "label": "71P",
        "long": "SHAM WAN PUBLIC TRANSPORT TERMINUS - CENTRAL (CENTRAL FERRY PIERS)",
        "short": "71P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1602",
        "label": "72",
        "long": "WAH KWAI - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1603",
        "label": "720P",
        "long": "TAIKOO SHING - CENTRAL (WING WO STREET) (CIRCULAR)",
        "short": "720P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1604",
        "label": "72A",
        "long": "SHUM WAN PUBLIC TRANSPORT TERMINUS - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "72A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1605",
        "label": "73",
        "long": "CYBERPORT - STANLEY MARKET",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1606",
        "label": "73P",
        "long": "SHAM WAN - CYBERPORT",
        "short": "73P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1607",
        "label": "75",
        "long": "SHUM WAN - CENTRAL (EXCHANGE SQUARE)",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1608",
        "label": "76",
        "long": "SHEK PAI WAN - CAUSEWAY BAY (PENNINGTON STREET)(CIRCULAR)",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1609",
        "label": "77",
        "long": "TIN WAN ESTATE - SHAU KEI WAN",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1610",
        "label": "78",
        "long": "WONG CHUK HANG - WAH KWAI ESTATE (CIRCULAR)",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1611",
        "label": "780",
        "long": "CHAI WAN (EAST) - CENTRAL (CENTRAL FERRY PIERS)",
        "short": "780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1612",
        "label": "780P",
        "long": "CHAI WAN (HING WAH ESTATE) - CENTRAL (CENTRAL FERRY PIERS)",
        "short": "780P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1613",
        "label": "788",
        "long": "SIU SAI WAN (ISLAND RESORT) - CENTRAL (MACAO FERRY)",
        "short": "788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1614",
        "label": "789",
        "long": "SIU SAI WAN (ISLAND RESORT) - ADMIRALTY (RODNEY STREET)",
        "short": "789",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1616",
        "label": "792M",
        "long": "TSEUNG KWAN O STATION - SAI KUNG",
        "short": "792M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1619",
        "label": "796S",
        "long": "TSEUNG KWAN O STATION - NGAU TAU KOK STATION (CIRCULAR)",
        "short": "796S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1620",
        "label": "796X",
        "long": "TSEUNG KWAN O STATION - TSIM SHA TSUI EAST",
        "short": "796X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1621",
        "label": "798",
        "long": "TIU KENG LENG STATION - FO TAN (CHUN YEUNG ESTATE)",
        "short": "798",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1622",
        "label": "8",
        "long": "HENG FA CHUEN - EXHIBITION CENTRE STATION",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1625",
        "label": "81",
        "long": "HING WAH ESTATE - LAI TAK TSUEN",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1627",
        "label": "81A",
        "long": "CHAI WAN (HING WAH ESTATE) - LAI TAK TSUEN",
        "short": "81A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1629",
        "label": "82",
        "long": "SIU SAI WAN (ISLAND RESORT) - NORTH POINT FERRY PIER",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1631",
        "label": "85",
        "long": "SIU SAI WAN (ISLAND RESORT) - BRAEMAR HILL (CIRCULAR)",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1632",
        "label": "82X",
        "long": "SIU SAI WAN (ISLAND RESORT) - NORTH POINT (CIRCULAR)",
        "short": "82X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1634",
        "label": "8P",
        "long": "SIU SAI WAN (ISLAND RESORT) - EXHIBITION CENTRE STATION",
        "short": "8P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1636",
        "label": "8X",
        "long": "SIU SAI WAN (ISLAND RESORT) - HAPPY VALLEY (UPPER)",
        "short": "8X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1637",
        "label": "9",
        "long": "SHAU KEI WAN - SHEK O",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1638",
        "label": "90",
        "long": "AP LEI CHAU ESTATE - CENTRAL (EXCHANGE SQUARE) (OMIT LEI TUNG)",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1639",
        "label": "B3",
        "long": "TUEN MUN PIER HEAD - SHENZHEN BAY PORT",
        "short": "B3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1640",
        "label": "B3X",
        "long": "TUEN MUN TOWN CENTRE - SHENZHEN BAY PORT",
        "short": "B3X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1641",
        "label": "90B",
        "long": "SOUTH HORIZONS - ADMIRALTY STATION (EAST)",
        "short": "90B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1642",
        "label": "90C",
        "long": "AP LEI CHAU (MAIN STREET, AP LEI CHAU) - CENTRAL (JARDINE HOUSE)",
        "short": "90C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1646",
        "label": "930",
        "long": "EXHIBITION CENTRE STATION - TSUEN WAN (DISCOVERY PARK)",
        "short": "930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1647",
        "label": "93A",
        "long": "LEI TUNG ESTATE - ROBINSON ROAD",
        "short": "93A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1650",
        "label": "94A",
        "long": "WAH FU (CENTRAL) - LEI TUNG ESTATE (CIRCULAR)",
        "short": "94A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1652",
        "label": "95C",
        "long": "AP LEI CHAU ESTATE - CHI FU FA YUEN (CIRCULAR)",
        "short": "95C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1653",
        "label": "95P",
        "long": "TIN WAN ESTATE - AP LEI CHAU ESTATE",
        "short": "95P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1655",
        "label": "962",
        "long": "TUEN MUN (LUNG MUN OASIS) - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1656",
        "label": "962A",
        "long": "TUEN MUN (YUET WU VILLA) - ADMIRALTY",
        "short": "962A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1657",
        "label": "952",
        "long": "TUEN MUN (CHI LOK FA YUEN) - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1658",
        "label": "962P",
        "long": "TUEN MUN (LUNG MUN OASIS) - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "962P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1659",
        "label": "952P",
        "long": "TUEN MUN (CHI LOK FA YUEN) - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "952P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1660",
        "label": "962X",
        "long": "TUEN MUN (LUNG MUN OASIS) - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "962X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1661",
        "label": "967",
        "long": "TIN SHUI WAI NORTH (TIN YAN ESTATE) - ADMIRALTY STATION (WEST)",
        "short": "967",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1663",
        "label": "969X",
        "long": "TIN SHUI WAI TOWN CENTRE - CAUSEWAY BAY (LEIGHTON CENTRE)",
        "short": "969X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1664",
        "label": "97",
        "long": "LEI TUNG ESTATE - CENTRAL (EXCHANGE SQUARE)",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1665",
        "label": "970",
        "long": "CYBERPORT - SO UK ESTATE",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1667",
        "label": "973",
        "long": "TSIM SHA TSUI EAST (MODY ROAD) - STANLEY",
        "short": "973",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1669",
        "label": "98",
        "long": "LEI TUNG ESTATE - ABERDEEN (CHENGTU ROAD)",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1670",
        "label": "99",
        "long": "SOUTH HORIZONS - SHAU KEI WAN",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1671",
        "label": "A10",
        "long": "AP LEI CHAU (LEE LOK STREET) - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1672",
        "label": "A11",
        "long": "NORTH POINT FERRY PIER - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1673",
        "label": "A21",
        "long": "HUNG HOM STATION - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1674",
        "label": "E11",
        "long": "TIN HAU STATION - SKYCITY",
        "short": "E11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1675",
        "label": "E21",
        "long": "TAI KOK TSUI (ISLAND HARBOURVIEW) - SKYCITY",
        "short": "E21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1676",
        "label": "E21A",
        "long": "HO MAN TIN (OI MAN ESTATE) - TUNG CHUNG (YAT TUNG ESTATE)",
        "short": "E21A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1677",
        "label": "E21X",
        "long": "TUNG CHUNG (MUN TUNG ESTATE) - HUNG HOM STATION",
        "short": "E21X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1678",
        "label": "E22",
        "long": "LAM TIN (NORTH) - SKYCITY",
        "short": "E22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1679",
        "label": "E22A",
        "long": "TSEUNG KWAN O (HONG SING GARDEN) - SKYCITY",
        "short": "E22A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1680",
        "label": "A29",
        "long": "TSEUNG KWAN O (PO LAM) - AIRPORT",
        "short": "A29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1681",
        "label": "E22P",
        "long": "YAU TONG - SKYCITY",
        "short": "E22P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1682",
        "label": "E23",
        "long": "TSZ WAN SHAN (SOUTH) - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "E23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1683",
        "label": "E22S",
        "long": "TUNG CHUNG (MUN TUNG ESTATE) - TSEUNG KWAN O (PO LAM)",
        "short": "E22S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1686",
        "label": "722",
        "long": "YIU TUNG ESTATE - CENTRAL (EXCHANGE SQUARE) (CIRCULAR)",
        "short": "722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1687",
        "label": "722",
        "long": "YIU TUNG ESTATE - CENTRAL (FERRY PIERS)(CIRCULAR)",
        "short": "722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1688",
        "label": "N11",
        "long": "CENTRAL (MACAO FERRY) - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "N11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1689",
        "label": "N118",
        "long": "CHEUNG SHA WAN (SHAM MONG ROAD) - SIU SAI WAN (ISLAND RESORT)",
        "short": "N118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1690",
        "label": "B3A",
        "long": "SHAN KING ESTATE - SHENZHEN BAY PORT",
        "short": "B3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1695",
        "label": "N21",
        "long": "TSIM SHA TSUI (STAR FERRY) - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "N21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1696",
        "label": "N21A",
        "long": "TSIM SHA TSUI (STAR FERRY) - AIRPORT (VIA YAT TUNG ESTATE)",
        "short": "N21A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1697",
        "label": "N23",
        "long": "TSZ WAN SHAN (NORTH) - TUNG CHUNG STATION",
        "short": "N23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1698",
        "label": "N26",
        "long": "YAU TONG - TUNG CHUNG STATION",
        "short": "N26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1701",
        "label": "N680",
        "long": "KAM YING COURT - CENTRAL (MACAO FERRY)",
        "short": "N680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1702",
        "label": "N691",
        "long": "TIU KENG LENG - CENTRAL (MACAO FERRY)",
        "short": "N691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1703",
        "label": "N72",
        "long": "WAH KWAI - QUARRY BAY (HOI CHAK STREET)",
        "short": "N72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1707",
        "label": "N8P",
        "long": "SIU SAI WAN (ISLAND RESORT) - WAN CHAI (HARBOUR ROAD) (CIRCULAR)",
        "short": "N8P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1708",
        "label": "N8X",
        "long": "SIU SAI WAN (ISLAND RESORT) - KENNEDY TOWN",
        "short": "N8X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1709",
        "label": "N90",
        "long": "SOUTH HORIZONS - CENTRAL (MACAO FERRY)",
        "short": "N90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1710",
        "label": "N962",
        "long": "TUEN MUN (LUNG MUN OASIS) - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "N962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1711",
        "label": "N969",
        "long": "TIN SHUI WAI TOWN CENTRE - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "N969",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1716",
        "label": "629",
        "long": "CENTRAL (STAR FERRY) - OCEAN PARK (MAIN ENTRANCE / WATER WORLD)",
        "short": "629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1722",
        "label": "X962",
        "long": "ADMIRALTY (WEST) - TUEN MUN (LUNG MUN OASIS)",
        "short": "X962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1723",
        "label": "1",
        "long": "MUI WO FERRY PIER - TAI O",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1724",
        "label": "11",
        "long": "TUNG CHUNG STATION BUS TERMINUS - TAI O",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1725",
        "label": "2",
        "long": "MUI WO FERRY PIER - NGONG PING",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1726",
        "label": "21",
        "long": "TAI O - NGONG PING",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1727",
        "label": "23",
        "long": "TUNG CHUNG TAT TUNG ROAD BUS TERMINUS - NGONG PING",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1728",
        "label": "34",
        "long": "TUNG CHUNG TAT TUNG ROAD BUS TERMINUS - SHEK MUN KAP",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1729",
        "label": "36",
        "long": "TUNG CHUNG TAT TUNG ROAD BUS TERMINUS - DISNEYLAND",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1731",
        "label": "38",
        "long": "YAT TUNG ESTATE - TUNG CHUNG STATION BUS TERMINUS (CIRCULAR)",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1732",
        "label": "3M",
        "long": "MUI WO FERRY PIER - TUNG CHUNG STATION BUS TERMINUS",
        "short": "3M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1733",
        "label": "4",
        "long": "MUI WO FERRY PIER - SHUI HAU",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1734",
        "label": "A35",
        "long": "MUI WO FERRY PIER - HZMB HONG KONG PORT",
        "short": "A35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1735",
        "label": "B2",
        "long": "YUEN LONG STATION - SHENZHEN BAY PORT",
        "short": "B2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1736",
        "label": "N1",
        "long": "MUI WO FERRY PIER - TAI O",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1737",
        "label": "N35",
        "long": "MUI WO FERRY PIER - HZMB HONG KONG PORT",
        "short": "N35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1738",
        "label": "N38",
        "long": "YAT TUNG ESTATE - TUNG CHUNG STATION BUS TERMINUS",
        "short": "N38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1739",
        "label": "6",
        "long": "CENTRAL (EXCHANGE SQUARE) - STANLEY MARKET (VIA MA HANG)",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1740",
        "label": "6",
        "long": "CENTRAL (EXCHANGE SQUARE) - STANLEY MARKET (VIA CHUNG HOM KOK & MA HANG)",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1741",
        "label": "14",
        "long": "GRAND PROMENADE - STANLEY FORT GATE (VIA STANLEY VILLAGE)",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1743",
        "label": "15",
        "long": "CENTRAL (CENTRAL FERRY PIERS) - THE PEAK",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1744",
        "label": "15",
        "long": "CENTRAL (EXCHANGE SQUARE) - THE PEAK",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1745",
        "label": "104",
        "long": "KENNEDY TOWN - SHAM SHUI PO (PAK TIN ESTATE)",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1747",
        "label": "118",
        "long": "CHEUNG SHA WAN (SHAM MONG ROAD) - SIU SAI WAN (ISLAND RESORT)",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1749",
        "label": "12",
        "long": "CENTRAL (CENTRAL FERRY PIERS, PIER 3 ) - ROBINSON ROAD/ PARK ROAD (CIRCULAR) (OMIT ADMIRALTY, PARK ROAD)",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1750",
        "label": "12",
        "long": "CENTRAL (CENTRAL FERRY PIERS, PIER 3) - ROBINSON ROAD/ PARK ROAD (CIRCULAR)",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1751",
        "label": "18P",
        "long": "KENNEDY TOWN (BELCHER BAY) - NORTH POINT (HEALTHY STREET CENTRAL)",
        "short": "18P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1755",
        "label": "23B",
        "long": "BRAEMAR HILL - PARK ROAD / ROBINSON ROAD",
        "short": "23B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1757",
        "label": "307",
        "long": "TAI PO CENTRAL - CENTRAL (CENTRAL FERRY PIERS)",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1758",
        "label": "307A",
        "long": "TAI PO (TAI PO TAU) - SHEUNG WAN",
        "short": "307A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1760",
        "label": "307P",
        "long": "TAI PO (TING TAI ROAD) - CAUSEWAY BAY (TIN HAU)",
        "short": "307P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1762",
        "label": "40",
        "long": "WAH FU (NORTH) - EXHIBITION CENTRE STATION",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1763",
        "label": "41A",
        "long": "WAH FU (CENTRAL) - NORTH POINT FERRY",
        "short": "41A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1764",
        "label": "41A",
        "long": "WAH FU (CENTRAL) - NORTH POINT FERRY (VIA BRAEMAR HILL)",
        "short": "41A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1765",
        "label": "48",
        "long": "OCEAN PARK - WAH FU(TERMINATED AT OCEAN PARK)(CIRCULAR)",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1766",
        "label": "48",
        "long": "SHAM WAN - WAH FU (CIRCULAR)",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1768",
        "label": "85A",
        "long": "OI YIN STREET - BRAEMAR HILL",
        "short": "85A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1769",
        "label": "601",
        "long": "PO TAT - ADMIRALTY STATION (EAST)",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1773",
        "label": "680",
        "long": "LEE ON - ADMIRALTY STATION (EAST)",
        "short": "680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1775",
        "label": "720",
        "long": "GRAND PROMENADE - CENTRAL (WING WO STREET) (CIRCULAR)",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1776",
        "label": "720",
        "long": "GRAND PROMENADE - CENTRAL (MACAO FERRY)",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1777",
        "label": "720A",
        "long": "GRAND PROMENADE - ADMIRALTY (ADMIRALTY CENTRE)",
        "short": "720A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1781",
        "label": "91",
        "long": "SOUTH HORIZONS (BLOCK 18) - CENTRAL (FERRY PIERS) (OMIT LEI TUNG)",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1782",
        "label": "91",
        "long": "AP LEI CHAU ESTATE - CENTRAL (FERRY PIERS)",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1785",
        "label": "91A",
        "long": "AP LEI CHAU ESTATE - WAH FU (SOUTH)",
        "short": "91A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1786",
        "label": "93",
        "long": "AP LEI CHAU ESTATE - ROBINSON ROAD",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1787",
        "label": "93",
        "long": "SOUTH HORIZONS - ROBINSON ROAD",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1788",
        "label": "93C",
        "long": "MAIN STREET AP LEI CHAU - CAINE ROAD",
        "short": "93C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1789",
        "label": "93C",
        "long": "TIN WAN ESTATE BUS TERMINUS - CAINE ROAD",
        "short": "93C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1790",
        "label": "948",
        "long": "TSING YI (CHEUNG ON ESTATE) - CAUSEWAY BAY (TIN HAU)",
        "short": "948",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1791",
        "label": "948X",
        "long": "CHEUNG WANG - CAUSEWAY BAY (TIN HAU)",
        "short": "948X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1795",
        "label": "967X",
        "long": "TIN SHUI WAI (TIN YAN ESTATE) - CAUSEWAY BAY (VIA TIN SHUI WAI NORTH)",
        "short": "967X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1796",
        "label": "969",
        "long": "TIN SHUI WAI TOWN CENTER - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "969",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1799",
        "label": "969B",
        "long": "TIN SHUI WAI TOWN CENTRE - WAN CHAI",
        "short": "969B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1800",
        "label": "969B",
        "long": "LOCWOOD COURT - WAN CHAI",
        "short": "969B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1801",
        "label": "970X",
        "long": "TIN WAN - CHEUNG SHA WAN (KOM TSUN STREET)",
        "short": "970X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1802",
        "label": "970X",
        "long": "ABERDEEN - CHEUNG SHA WAN (KOM TSUN STREET)",
        "short": "970X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1805",
        "label": "A12",
        "long": "SIU SAI WAN (ISLAND RESORT) - AIRPORT",
        "short": "A12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1806",
        "label": "A12",
        "long": "SIU SAI WAN (ISLAND RESORT) - AIRPORT (VIA WEST POINT/CATHAY CITY / CAD HEADQUARTERS)",
        "short": "A12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1807",
        "label": "A22",
        "long": "LAM TIN STATION - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1808",
        "label": "A22",
        "long": "LAM TIN STATION - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA CATHAY CITY)",
        "short": "A22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1815",
        "label": "E42P",
        "long": "TUNG CHUNG (YAT TUNG) - FO TAN (SHAN MEI STREET)",
        "short": "E42P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1816",
        "label": "N64",
        "long": "AIRPORT (GROUND TRANSPORTATION CENTRE) - TUNG CHUNG (YAT TUNG)",
        "short": "N64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1817",
        "label": "A43",
        "long": "FANLING (LUEN WO HUI) - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA CATHAY CITY)",
        "short": "A43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1818",
        "label": "271P",
        "long": "KAU LUNG HANG - TSIM SHA TSUI (CANTON ROAD)",
        "short": "271P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1850",
        "label": "64K",
        "long": "YUEN LONG (WEST) - TAI PO MARKET STATION",
        "short": "64K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1851",
        "label": "77K",
        "long": "SHEUNG SHUI - YUEN LONG (FUNG CHEUNG ROAD)",
        "short": "77K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1852",
        "label": "251M",
        "long": "SHEUNG TSUEN - TSUEN WAN",
        "short": "251M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1854",
        "label": "251A",
        "long": "KAM SHEUNG ROAD STATION - SHEUNG TSUEN (CIRCULAR)",
        "short": "251A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1855",
        "label": "B1",
        "long": "TIN TSZ - LOK MA CHAU STATION (FUTIAN)",
        "short": "B1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1861",
        "label": "701S",
        "long": "HOI LAI ESTATE - MONG KOK (CIRCULAR)",
        "short": "701S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1862",
        "label": "506",
        "long": "TUEN MUN FERRY PIER - SIU LUN",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1870",
        "label": "K75S",
        "long": "TIN SHUI WAI STATION - HUNG FUK ESTATE(CIRCULAR)",
        "short": "K75S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1871",
        "label": "K51",
        "long": "FU TAI - TAI LAM",
        "short": "K51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1874",
        "label": "K53",
        "long": "TUEN MUN STATION - SO KWUN WAT (CIRCULAR)",
        "short": "K53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1875",
        "label": "K58",
        "long": "FU TAI - SO KWUN WAT",
        "short": "K58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1876",
        "label": "K65",
        "long": "YUEN LONG STATION - LAU FAU SHAN",
        "short": "K65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1877",
        "label": "K66",
        "long": "LONG PING - TAI TONG WONG NAI TUN TSUEN",
        "short": "K66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1878",
        "label": "K68",
        "long": "YUEN LONG INDUSTRIAL ESTATE - YUEN LONG PARK (CIRCULAR)",
        "short": "K68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1879",
        "label": "K73",
        "long": "TIN HENG - YUEN LONG WEST",
        "short": "K73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1880",
        "label": "K73",
        "long": "HKFYG LEE SHAU KEE COLLEGE - YUEN LONG WEST",
        "short": "K73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1881",
        "label": "K74",
        "long": "TIN SHUI WAI TOWN CENTRE - AU TAU (CIRCULAR)",
        "short": "K74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1883",
        "label": "K75P",
        "long": "TIN SHUI - HUNG SHUI KIU (CIRCULAR)",
        "short": "K75P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1884",
        "label": "K76",
        "long": "TIN HENG - TIN SHUI WAI STATION",
        "short": "K76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1887",
        "label": "967X",
        "long": "CAUSEWAY BAY (MORETON TERRACE) - TIN SHUI WAI  (TIN YAN ESTATE) (OMIT ADMIRALTY CENTRE)",
        "short": "967X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1890",
        "label": "30X",
        "long": "CYBERPORT - ADMIRALTY (EAST)",
        "short": "30X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1891",
        "label": "4X",
        "long": "SHEUNG WAN - WAH FU (SOUTH)",
        "short": "4X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1892",
        "label": "N368",
        "long": "YUEN LONG (WEST) - CENTRAL (MACAO FERRY)",
        "short": "N368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1893",
        "label": "N29",
        "long": "TSEUNG KWAN O (HONG SING GARDEN) - TUNG CHUNG STATION",
        "short": "N29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1894",
        "label": "S52",
        "long": "TUNG CHUNG (YAT TUNG ESTATE) - AIRCRAFT MAINTENANCE AREA",
        "short": "S52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1895",
        "label": "S52P",
        "long": "TUNG CHUNG (YAT TUNG ESTATE PUBLIC TRANSPORT TERMINUS) - CHUN PING ROAD (ASIA AIRFREIGHT TERMINAL) (CIRCULAR)",
        "short": "S52P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1897",
        "label": "930A",
        "long": "TSUEN WAN WEST STATION/TSUEN WAN (DISCOVERY PARK) - EXHIBITION CENTRE STATION",
        "short": "930A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1898",
        "label": "65",
        "long": "NORTH POINT FERRY - STANLEY MARKET",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1951",
        "label": "960B",
        "long": "TUEN MUN (KIN SANG) - QUARRY BAY (KING'S ROAD)",
        "short": "960B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1952",
        "label": "54",
        "long": "YUEN LONG (WEST) - SHEUNG TSUEN (CIRCULAR)",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1953",
        "label": "40P",
        "long": "TSUEN WAN (NINA TOWER) - KWUN TONG FERRY",
        "short": "40P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1955",
        "label": "23M",
        "long": "LOK WAH - SHUN LEE (CIRCULAR)",
        "short": "23M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1956",
        "label": "70P",
        "long": "SHEK PAI WAN - CENTRAL (EXCHANGE SQUARE)",
        "short": "70P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1957",
        "label": "962C",
        "long": "QUARRY BAY - TUEN MUN (LUNG MUN OASIS)",
        "short": "962C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1958",
        "label": "969C",
        "long": "QUARRY BAY - TIN SHUI WAI (TIN SHUI ESTATE)",
        "short": "969C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1959",
        "label": "37P",
        "long": "YUNG YAT HOUSE (YU TUNG ROAD) - CARIBBEAN COAST",
        "short": "37P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1961",
        "label": "38X",
        "long": "YAT TUNG ESTATE (YU TUNG ROAD) - TUNG CHUNG STATION BUS TERMINUS (CIRCULAR)",
        "short": "38X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1970",
        "label": "Kwun Tong - Huanggang",
        "long": "KWUN TONG - HUANGGANG (REGULAR DEPARTURES)",
        "short": "Kwun Tong - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1971",
        "label": "Kwun Tong - Huanggang",
        "long": "KWUN TONG - HUANGGANG (LATE NIGHT DEPARTURES)(DEPART FROM APM MILLENNIUM CITY 5)",
        "short": "Kwun Tong - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1972",
        "label": "Tsuen Wan - Huanggang",
        "long": "TSUEN WAN - HUANGGANG (REGULAR DEPARTURES)(TERMINUS AT DISCOVERY PARK)",
        "short": "Tsuen Wan - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1973",
        "label": "Tsuen Wan - Huanggang",
        "long": "TSUEN WAN - HUANGGANG (LATE NIGHT DEPARTURES)(TERMINUS AT NAN FUNG CENTRE)",
        "short": "Tsuen Wan - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1979",
        "label": "DB03RP",
        "long": "DISCOVERY BAY NORTH PLAZA - SUNNY BAY",
        "short": "DB03RP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1980",
        "label": "DB02RA",
        "long": "DISCOVERY BAY NORTH (NEAR COMMUNITY HALL) - AIRPORT (CIRCULAR)",
        "short": "DB02RA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1981",
        "label": "DB01R",
        "long": "DISCOVERY BAY - TUNG CHUNG",
        "short": "DB01R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1982",
        "label": "DB02R",
        "long": "DISCOVERY BAY - AIRPORT (CIRCULAR)",
        "short": "DB02R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1983",
        "label": "DB03R",
        "long": "DISCOVERY BAY - SUNNY BAY",
        "short": "DB03R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1984",
        "label": "NR330",
        "long": "MA WAN (TUNG WAN BUS TERMINUS) - TSING YI STATION",
        "short": "NR330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1985",
        "label": "NR331",
        "long": "MA WAN(PAK YAN ROAD) - TSUEN WAN STATION",
        "short": "NR331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1986",
        "label": "NR332",
        "long": "MA WAN (TUNG WAN BUS TERMINUS) - KWAI FONG (METROPLAZA)",
        "short": "NR332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1991",
        "label": "Mong Kok - Huanggang",
        "long": "MONG KOK - HUANGGANG (REGULAR DEPARTURES)",
        "short": "Mong Kok - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1992",
        "label": "Yau Tsim - Huanggang",
        "long": "YAU TSIM - HUANGGANG (LATE NIGHT DEPARTURES)",
        "short": "Yau Tsim - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1993",
        "label": "Wan Chai - Huanggang",
        "long": "WAN CHAI - HUANGGANG (REGULAR DEPARTURES)",
        "short": "Wan Chai - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1994",
        "label": "Wan Chai - Huanggang",
        "long": "WAN CHAI - HUANGGANG (LATE NIGHT DEPARTURES)",
        "short": "Wan Chai - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1997",
        "label": "Lok Ma Chau - Huanggang",
        "long": "LOK MA CHAU - HUANGGANG",
        "short": "Lok Ma Chau - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000410",
        "label": "69",
        "long": "CYBERPORT - QUARRY BAY (SHIPYARD LANE) (CIRCULAR)",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000511",
        "label": "69X",
        "long": "CYBERPORT - CAUSEWAY BAY (LOCKHART ROAD)",
        "short": "69X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000819",
        "label": "69A",
        "long": "CYBERPORT - WONG CHUK HANG STATION",
        "short": "69A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000961",
        "label": "69X",
        "long": "CYBERPORT - CAUSEWAY BAY (LOCKHART ROAD)  (VIA WAH FU ESTATE)",
        "short": "69X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000964",
        "label": "84",
        "long": "ALLWAY GARDENS - TSUEN WAN CHUNG ON STREET",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000967",
        "label": "21A",
        "long": "CAUSEWAY BAY (LAN FONG ROAD) - LAI TAK TSUEN (CIRCULAR)",
        "short": "21A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000968",
        "label": "21M",
        "long": "CAUSEWAY BAY (LAN FONG ROAD) - TAI HANG DRIVE (CIRCULAR)",
        "short": "21M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000970",
        "label": "14M",
        "long": "CAUSEWAY BAY LAN FONG ROAD - MOORSOM ROAD (CIRCULAR) (SPECIAL ROUTE VIA COPPER ROAD)",
        "short": "14M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000971",
        "label": "14M",
        "long": "LAN FONG ROAD - MOORSOM ROAD (CIRCULAR)",
        "short": "14M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000972",
        "label": "14M",
        "long": "LEE GARDEN ROAD - VILLA LOTTO (CIRCULAR) (SPECIAL SERVICE TO VILLA LOTTO)",
        "short": "14M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000973",
        "label": "14M",
        "long": "LEE GARDEN ROAD - VILLA ROCHA (CIRCULAR) (SPECIAL SERVICE TO VILLA ROCHA)",
        "short": "14M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000974",
        "label": "89B",
        "long": "ON TAI ESTATE - KOWLOON BAY (ZERO CARBON BUILDING)",
        "short": "89B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000976",
        "label": "43M",
        "long": "TAI KOK TSUI (CHERRY STREET) - YAU MA TEI MTR STATION (CIRCULAR)",
        "short": "43M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000977",
        "label": "43M",
        "long": "MONG KOK (PARK AVENUE) BUS TERMINUS - YAU MA TEI MTR STATION (CIRCULAR) (NIGHT SERVICE)",
        "short": "43M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000978",
        "label": "43M",
        "long": "MONG KOK (PARK AVENUE) BUS TERMINUS - YAU MA TEI MTR STATION (CIRCULAR) (SHORT-WORKING SERVICE 2.0)",
        "short": "43M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000981",
        "label": "43M",
        "long": "MONG KOK (PARK AVENUE) BUS TERMINUS - YAU MA TEI MTR STATION (CIRCULAR) (SHORT-WORKING SERVICE 2.1)",
        "short": "43M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000982",
        "label": "43M",
        "long": "MONG KOK (PARK AVENUE) BUS TERMINUS - YAU MA TEI MTR STATION (CIRCULAR) (SHORT-WORKING SERVICE 2.2)",
        "short": "43M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000983",
        "label": "43M",
        "long": "YAN CHEUNG ROAD (THE CORONATION) - YAU MA TEI MTR STATION (CIRCULAR) (SPECIAL MORNING SERVICE)",
        "short": "43M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000985",
        "label": "43M",
        "long": "YAU MA TEI MTR STATION - HOI TING ROAD (WEST KOWLOON GOVERNMENT OFFICES)  (SPECIAL DEPARTURE)",
        "short": "43M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000986",
        "label": "43M",
        "long": "HOI TING ROAD (WEST KOWLOON GOVERNMENT OFFICES) - YAU MA TEI MTR STATION  (SPECIAL DEPARTURE)",
        "short": "43M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000987",
        "label": "901",
        "long": "GROUND FLOOR, HZMB HONG KONG PORT - TUNG CHUNG NORTH (CIRCULAR)",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000988",
        "label": "49M",
        "long": "TIN HAU STATION - BREAMER HILL (CIRCULAR)",
        "short": "49M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000989",
        "label": "49M",
        "long": "TIN HAU STATION - BREAMER HILL (CIRCULAR) (SPECIAL DETOUR PO LUEN PATH)",
        "short": "49M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000990",
        "label": "50",
        "long": "YIU TUNG ESTATE - SAI WAN HO (CIRCULAR)",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000992",
        "label": "32M",
        "long": "LUNG PING ROAD - SHEK KIP MEI (CIRCULAR)",
        "short": "32M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000993",
        "label": "108A",
        "long": "CHOI MING PUBLIC TRANSPORT INTERCHANGE - HANG HAU (NORTH)",
        "short": "108A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000995",
        "label": "30B",
        "long": "CHAK ON ESTATE - SHEK KIP MEI STATION (CIRCULAR)",
        "short": "30B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000996",
        "label": "30A",
        "long": "CHAK ON ESTATE - MONG KOK STATION",
        "short": "30A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000997",
        "label": "22",
        "long": "POK FU LAM GARDENS - CENTRAL (EXCHANGE SQUARE)  (SPECIAL SERVICE (OMIT YAT CHEE VILLAS)",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000998",
        "label": "27M",
        "long": "LOK MAN SUN CHUEN (MAIDSTAONE ROAD) - MONG KOK STATION",
        "short": "27M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2000999",
        "label": "22S",
        "long": "POK FU LAM GARDENS - CENTRAL (CENTRAL FERRY PIERS)  (SPECIAL SERVICE (OMIT YAT CHEE VILLAS)",
        "short": "22S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001000",
        "label": "27M",
        "long": "LOK MAN SUN CHUEN (MAIDSTAONE ROAD) - MONG KOK STATION  (SPECIAL ROUTE)",
        "short": "27M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001001",
        "label": "27MS",
        "long": "MONG KOK STATION - HOMANTIN (SHEUNG LOK STREET) (CIRCULAR)",
        "short": "27MS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001002",
        "label": "27MS",
        "long": "MONG KOK STATION - HOMANTIN (SHEUNG LOK STREET) (CIRCULAR) (HOLIDAY SCHEDULE)",
        "short": "27MS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001003",
        "label": "28M",
        "long": "KOWLOON CITY (WYLER GARDENS) - MONG KOK STATION",
        "short": "28M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001004",
        "label": "22S",
        "long": "CENTRAL (CENTRAL FERRY PIERS) - POK FU LAM GARDENS  (SPECIAL SERVICE (VIA HARBOUR VIEW STREET)",
        "short": "22S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001005",
        "label": "28MS",
        "long": "KOWLOON CITY (WYLER GARDENS) - HO MAN TIN STATION (CIRCULAR)",
        "short": "28MS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001006",
        "label": "29A",
        "long": "KOWLOON TONG (SUFFOLK ROAD) PUBLIC TRANSPORT INTERCHANGE - BROADCAST DRIVE (CIRCULAR)",
        "short": "29A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001007",
        "label": "29B",
        "long": "KOWLOON TONG (SUFFOLK ROAD) PUBLIC TRANSPORT INTERCHANGE - BEACON HILL (CIRCULAR)",
        "short": "29B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001008",
        "label": "33A",
        "long": "HILLTOP GARDEN - DIAMOND HILL STATION",
        "short": "33A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001010",
        "label": "33M",
        "long": "HILLTOP GARDEN - WONG TAI SIN STATION",
        "short": "33M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001012",
        "label": "42",
        "long": "TSING CHUEN WAI - TUEN MUN TOWN CENTRE (CIRCULAR)",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001013",
        "label": "55K",
        "long": "SHEUNG SHUI STATION PUBLIC LIGHT BUS TERMINUS - SHA TAU KOK PUBLIC TRANSPORT INTERCHANGE",
        "short": "55K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001015",
        "label": "55K",
        "long": "SHEUNG SHUI STATION PUBLIC LIGHT BUS TERMINUS - LUEN WO HUI  (SPECIAL SERVICE (TO LUEN WO HUI)",
        "short": "55K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001019",
        "label": "55K",
        "long": "SHA TAU KOK PUBLIC TRANSPORT INTERCHANGE - SHEUNG SHUI STATION PUBLIC LIGHT BUS TERMINUS  (SPECIAL ROUTE)",
        "short": "55K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001020",
        "label": "56A",
        "long": "FANLING STATION - WO MUN STREET PUBLIC LIGHT BUS TERMINUS",
        "short": "56A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001023",
        "label": "56B",
        "long": "FANLING STATION - TAN CHUK HANG",
        "short": "56B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001025",
        "label": "56C",
        "long": "FANLING STATION - SIU HANG TSUEN",
        "short": "56C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001027",
        "label": "56K",
        "long": "FANLING STATION - LUK KENG",
        "short": "56K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001029",
        "label": "56K",
        "long": "SHA TAU KOK ROAD, MAN UK PIN - FANLING STATION  (SPECIAL DEPARTURE)",
        "short": "56K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001031",
        "label": "89A",
        "long": "ON TAI ESTATE - NGAU TAU KOK BUS TERMINUS",
        "short": "89A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001033",
        "label": "89C",
        "long": "ON TAT ESTATE - NGAU TAU KOK BUS TERMINUS  (SPECIAL SERVICE)",
        "short": "89C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001035",
        "label": "89C",
        "long": "ON TAT ESTATE - NGAU TAU KOK BUS TERMINUS  (SHORT WORKING SERVICE)",
        "short": "89C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001038",
        "label": "501A",
        "long": "YUNG SHING COURT - LUEN WO HUI (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "501A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001095",
        "label": "501C",
        "long": "YUNG SHING COURT - LUEN WO HUI (CIRCULAR) (SPECIAL SERVICE)",
        "short": "501C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001128",
        "label": "501S",
        "long": "SHEUNG SHUI STATION - YUE MAN SQUARE",
        "short": "501S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001129",
        "label": "56",
        "long": "MID-LEVELS (ROBINSON ROAD) - NORTH POINT (MARBLE ROAD)",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001130",
        "label": "56A",
        "long": "MID-LEVELS (ROBINSON ROAD) - TIN HAU STATION",
        "short": "56A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001131",
        "label": "56A",
        "long": "MID-LEVELS ROBINSON ROAD - CAUSEWAY BAY PENNINGTON STREET  (SPECIAL DEPARTURE TERMINATING AT PENNINGTON STREET)",
        "short": "56A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001133",
        "label": "56A",
        "long": "MID-LEVELS (ROBINSON ROAD) - WAN CHAI (CIRCULAR) (SPECIAL SERVICE TO WAN CHAI)",
        "short": "56A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001161",
        "label": "610S",
        "long": "TIN SHUI WAI (TIN SHUI ESTATE) - TSIM SHA TSUI (HAIPHONG ROAD)",
        "short": "610S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001194",
        "label": "608",
        "long": "WANG TOI SHAN (PAT HEUNG) - YUEN LONG (FUNG CHEUNG ROAD) (CIRCULAR)",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001195",
        "label": "608",
        "long": "WANG TOI SHAN (PAT HEUNG) - KAM SHEUNG ROAD STATION (CIRCULAR) (SHORT WORKING SERVICE)",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001196",
        "label": "609",
        "long": "YUEN LONG STADIUM - POK OI HOSPITAL (CIRCULAR)",
        "short": "609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001197",
        "label": "609B",
        "long": "LONG SHIN ESTATE - YUEN LONG STATION (CIRCULAR)",
        "short": "609B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001200",
        "label": "609B",
        "long": "LONG SHIN ESTATE - YUEN LONG STATION (CIRCULAR) (SPECIAL DEPARTURES)",
        "short": "609B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001201",
        "label": "308M",
        "long": "TSING YI STATION - SEA CREST VILLA (CIRCULAR)",
        "short": "308M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001204",
        "label": "308M",
        "long": "TSING YI STATION - SEA CREST VILLA (CIRCULAR) (VIA LANTAU LINK VISITORS' CENTRE)",
        "short": "308M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001206",
        "label": "308A",
        "long": "BELLAGIO - TSING YI STATION",
        "short": "308A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001208",
        "label": "609S",
        "long": "LONG SHIN ESTATE - YUEN LONG STATION (NORTH) PUBLIC TRANSPORT INTERCHANGE (CIRCULAR)",
        "short": "609S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001209",
        "label": "609S",
        "long": "LONG SHIN ESTATE - YUEN LONG STATION (NORTH) PUBLIC TRANSPORT INTERCHANGE  (SPECIAL SERVICE (TO POK OI HOSPTIAL)",
        "short": "609S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001227",
        "label": "807K",
        "long": "UNIVERSITY STATION - TSENG TAU TSUEN",
        "short": "807K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001228",
        "label": "807K",
        "long": "TSENG TAU TSUEN - WU KAI SHA STATION BUS TERMINUS  (MORNING PEAK SUPPLEMENTARY SERVICE)",
        "short": "807K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001229",
        "label": "807K",
        "long": "MA ON SHAN STATION - TSENG TAU TSUEN  (EVENING PEAK SUPPLEMENTARY SERVICE)",
        "short": "807K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001230",
        "label": "807A",
        "long": "UNIVERSITY STATION BUS TERMINUS - MA ON SHAN STATION  (SUPPLEMENTARY SERVICE)",
        "short": "807A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001231",
        "label": "807B",
        "long": "MA ON SHAN STATION - WONG CHUK WAN (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "807B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001232",
        "label": "807C",
        "long": "MA ON SHAN STATION - UNIVERSITY STATION  (SUPPLEMENTARY SERVICE)",
        "short": "807C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001233",
        "label": "807X",
        "long": "UNIVERSITY STATION - WU KAI SHA STATION (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "807X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001234",
        "label": "807S",
        "long": "UNIVERSITY STATION BUS TERMINUS - TSENG TAU TSUEN  (SUPPLEMENTARY SERVICE)",
        "short": "807S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001260",
        "label": "39C",
        "long": "YUE ON COURT (AP LEI CHAU) - ABERDEEN (CIRCULAR)",
        "short": "39C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001261",
        "label": "39M",
        "long": "YUE ON COURT (AP LEI CHAU) - TIN HAU STATION",
        "short": "39M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001262",
        "label": "40",
        "long": "STANLEY VILLAGE - JARDINE'S BAZAAR",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001263",
        "label": "40",
        "long": "MA HANG ESTATE - JARDINE'S BAZAAR  (SUPPLEMENTARY SERVICE)",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001264",
        "label": "N40",
        "long": "STANLEY VILLAGE - JARDINE'S BAZAAR  (OVERNIGHT SERVICE)",
        "short": "N40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001265",
        "label": "40X",
        "long": "STANLEY PRISON - JARDINE'S BAZAAR  (SHORT WORKING SERVICE)",
        "short": "40X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001266",
        "label": "403",
        "long": "LEI PUI STREET BUS TERMINUS - SHA TIN WAI (CIRCULAR)",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001267",
        "label": "403P",
        "long": "SHEK LEI LEI PUI STREET - SHA TIN TAM KON PO STREET (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "403P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001268",
        "label": "403P",
        "long": "SHEK LEI LEI PUI STREET - SHA TIN TAM KON PO STREET (CIRCULAR) (SEPCIAL DEPARTURE (VIA WAI KEK STREET)",
        "short": "403P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001269",
        "label": "403P",
        "long": "SHEK LEI LEI PUI STREET - SHA TIN TAM KON PO STREET (CIRCULAR) (SPECIAL DEPARTURES (VIA THE APEX)",
        "short": "403P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001270",
        "label": "403A",
        "long": "ON YAM ON CHUK STREET - SHA TIN TAM KON PO STREET (CIRCULAR)",
        "short": "403A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001271",
        "label": "403A",
        "long": "SHEK YAM SHOPPING CENTRE - SHA TIN TAM KON PO STREET  (SPECIAL DEPARTURE)",
        "short": "403A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001272",
        "label": "403X",
        "long": "TAI WAI STATION PUBLIC INTERCHANGE - NORTHEAST KWAI CHUNG (CIRCULAR)",
        "short": "403X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001273",
        "label": "403X",
        "long": "TAI WAI STATION PUBLIC INTERCHANGE - THE APEX  (SPECIAL DEPARTURE (TERMINATE AT WO YI HOP ROAD)",
        "short": "403X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001274",
        "label": "403X",
        "long": "SHEK YAM LEI MUK ROAD - TAI WAI  (SPECIAL SERVICE FROM LEI MUK ROAD)",
        "short": "403X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001275",
        "label": "22K",
        "long": "TAI PO MARKET - KAM SHAN",
        "short": "22K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001276",
        "label": "21K",
        "long": "WAI TAU - TAI PO MARKET (CIRCULAR)",
        "short": "21K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001277",
        "label": "21K",
        "long": "WAI TAU TSUEN - TAI PO MARKET (CIRCULAR) (SHORT WORK SERVICE)",
        "short": "21K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001278",
        "label": "21A",
        "long": "TAI PO TAU - TAI PO MARKET",
        "short": "21A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001326",
        "label": "23K",
        "long": "SAN UK KA - TAI PO MARKET (CIRCULAR)",
        "short": "23K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001327",
        "label": "23K",
        "long": "LAI CHI SHAN - TAI PO MARKET (CIRCULAR) (MORNING ADDITIONAL SERVICE)",
        "short": "23K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001359",
        "label": "23K",
        "long": "TAI PO MARKET STATION - SAN UK KA (CIRCULAR) (AFTERNOON ADDITIONAL SERVICE)",
        "short": "23K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001360",
        "label": "23S",
        "long": "TAI PO MARKET - TA TIT YAN  (SUPPLEMENTARY SERVICE)",
        "short": "23S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001361",
        "label": "20A",
        "long": "TAI PO MARKET STATION - TAI PO NETHERSOLE HOSPITAL (CIRULAR) (CIRCULAR)",
        "short": "20A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001392",
        "label": "20X",
        "long": "TAI PO MARKET STATION - TAI PO NETHERSOLE HOSPITAL  (SUPPLEMENTARY EXPRESS SERVICE)",
        "short": "20X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001458",
        "label": "56A",
        "long": "WO MUN STREET PLB TERMINUS - FANLING STATION  (SPECIAL ROUTE (NOT VIA WO MUK ROAD)",
        "short": "56A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001459",
        "label": "56A",
        "long": "UNION PLAZA - FANLING STATION  (SHORT WORKING SERVICE)",
        "short": "56A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001460",
        "label": "20S",
        "long": "MA WO - TAI PO MARKET (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "20S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001461",
        "label": "20P",
        "long": "FUNG YUEN - TAI PO MARKET STATION (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "20P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001462",
        "label": "20P",
        "long": "FUNG YUEN - TAI PO MARKET STATION (CIRCULAR) (SUPPLEMENTARY SERVICE VIA KWONG FUK ROAD)",
        "short": "20P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001463",
        "label": "20M",
        "long": "FUNG YUEN - TAI PO CENTRAL (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "20M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001464",
        "label": "20K",
        "long": "TAI PO MARKET STATION - SAM MUM TSAI",
        "short": "20K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001465",
        "label": "20K",
        "long": "TAI PO MARKET STATION - SAM MUM TSAI  (EXPRESS SERVICE)",
        "short": "20K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001467",
        "label": "20K",
        "long": "TAI PO MARKET STATION - SAM MUM TSAI  (SPECIAL DEPARTURE VIA LUEN YICK NEW VILLAGE)",
        "short": "20K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001468",
        "label": "20B",
        "long": "TUNG TSZ - TAI PO MARKET STATION  (DEPARTURES BEFORE 10:00 A.M.)",
        "short": "20B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001469",
        "label": "20B",
        "long": "TUNG TSZ - TAI PO MARKET STATION  (DEPARTURES AFTER 10:00 A.M. (VIA TUNG TSZ SHAN ROAD)",
        "short": "20B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001470",
        "label": "20C",
        "long": "TAI PO MARKET STATION - TAI MEI TUK",
        "short": "20C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001471",
        "label": "20C",
        "long": "TAI PO MARKET STATION - TAI MEI TUK  (EXPRESS SERVICE)",
        "short": "20C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001472",
        "label": "20C",
        "long": "TAI PO MARKET STATION - TAI MEI TUK  (SPECIAL SERVICE (VIA SHAN LIU ROAD)",
        "short": "20C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001473",
        "label": "20E",
        "long": "TAI PO MARKET STATION - SHAN LIU (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "20E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001474",
        "label": "20E",
        "long": "TAI PO MARKET STATION - SHAN LIU (CIRCULAR) (SUPPLEMENTARY SERVICE VIA TING KOK VILLAGE)",
        "short": "20E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001475",
        "label": "20R",
        "long": "TAI PO MARKET STATION - WU KAU TANG  (SUPPLEMENTARY SERVICE)",
        "short": "20R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001476",
        "label": "20T",
        "long": "TAI PO MARKET STATION - TSZ SHAN MONASTERY  (SUPPLEMENTARY SERVICE)",
        "short": "20T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001478",
        "label": "20K",
        "long": "SHA LAN ROAD - TAI PO MARKET  (SPECIAL DEPARTURE (FROM SHAN LAN ROAD)",
        "short": "20K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001524",
        "label": "56",
        "long": "RICHLAND GARDENS - SHUNG YAN STREET",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001557",
        "label": "80M",
        "long": "PARC PALAIS - JORDAN STATION (CIRCULAR)",
        "short": "80M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001558",
        "label": "82",
        "long": "CARITAS MOTHER TERESA SCHOOL - KAI TAK",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001591",
        "label": "623",
        "long": "YUEN LONG (FUNG CHEUNG ROAD) - KONG TAU TSUEN",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001635",
        "label": "405",
        "long": "CHEUNG HANG - LAI KING SOUTH (CIRCULAR)",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001636",
        "label": "43C",
        "long": "TUEN MUN TOWN CENTRE (HO PONG STREET) - SIU LUN COURT",
        "short": "43C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001656",
        "label": "43S",
        "long": "TUEN MUN TOWN CENTRE (HO PONG STREET) - SO KWUN WAT (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "43S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001689",
        "label": "301",
        "long": "CLAGUE GARDEN ESTATE - TSUEN WAN STATION (CIRCULAR)",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001690",
        "label": "43",
        "long": "TUEN MUN TOWN CENTRE (HO PONG STREET) - SO KWUN WAT (CIRCULAR)",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001723",
        "label": "43A",
        "long": "TUEN MUN TOWN CENTRE (HO PONG STREET) - TSING YUNG STREET",
        "short": "43A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001740",
        "label": "43B",
        "long": "TUEN MUN TOWN CENTRE (HO PONG STREET) - TAI LAM CHUNG (CIRCULAR)",
        "short": "43B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001741",
        "label": "43",
        "long": "TUEN MUN TOWN CENTRE (HO PONG STREET) - SO KWUN WAT (CIRCULAR)",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001755",
        "label": "81K",
        "long": "SHAM SHUI PO (HOI LAI ESTATE) - MEI FOO STAION (CIRCULAR)",
        "short": "81K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001788",
        "label": "413",
        "long": "TSING YI PUBLIC PIER - PRINCESS MARGARET HOSPITAL",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001821",
        "label": "806A",
        "long": "WONG NAI TAU - WAN TAU TONG",
        "short": "806A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001823",
        "label": "806B",
        "long": "SHEK MUN - WAN TAU TONG  (SUPPLEMENTARY SERVICE)",
        "short": "806B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001825",
        "label": "806C",
        "long": "HONG KONG SCIENCE PARK - WAN TAU TONG  (SHORT WORKING SERVICE)",
        "short": "806C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001855",
        "label": "29",
        "long": "MA LIU SHUI FERRY PIER - WAN TAU TONG  (SUPPLEMENTARY SERVICE)",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001887",
        "label": "404M",
        "long": "KWAI FONG STATION - RIVIERA GARDENS (CIRCULAR)",
        "short": "404M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001888",
        "label": "404M",
        "long": "KWAI FONG STATION - KWAI HEI STREET (CIRCULAR) (SHORT WORKING SERVICE)",
        "short": "404M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001889",
        "label": "301M",
        "long": "TSUEN WAN WEST STATIONPUBLIC TRANSPORT INTERCHANGE - TSUEN WAN STATION (CIRCULAR)",
        "short": "301M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001890",
        "label": "302",
        "long": "HONG KONG GARDEN - KWAI FONG (CIRCULAR)",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001891",
        "label": "302",
        "long": "BELLAGIO - KWAI FONG (CIRCULAR) (SHORT WORKING SERVICE)",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001920",
        "label": "502",
        "long": "TAI PON NETHERSOLE HOSPITAL - CHING HO ESTATE",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001955",
        "label": "502",
        "long": "WAH MING ROAD (YAN FAI HOUSE) - TAI PO NETHERSOLE HOSPITAL  (SPECIAL DEPARTURE)",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001986",
        "label": "502",
        "long": "CHING HO ESTATE PUBLIC TRANSPORT INTERCHANGE - TAI PO NETHERSOLE HOSPITAL  (SHORT WORKING SERVICE)",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2001987",
        "label": "502",
        "long": "TAI PO NETHERSOLE HOSPITAL - WAH MING ROAD (CHEONG TAO HOUSE)  (SPECIAL DEPARTURE)",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002019",
        "label": "502",
        "long": "TAI PO CENTRE - CHING HO ESTATE  (SPECIAL DEPARTURE)",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002020",
        "label": "25",
        "long": "UPPER BRAEMAR HILL - CAUSEWAY BAY (CIRCULAR)",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002021",
        "label": "24A",
        "long": "ADMIRALTY STATION (DRAKE STREET) - SHIU FAI TERRACE (CIRCULAR)",
        "short": "24A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002052",
        "label": "24M",
        "long": "MOUNT BUTLER - ADMIRALTY STATION (DRAKE STREET)",
        "short": "24M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002053",
        "label": "24M",
        "long": "MOUNT BUTLER - ADMIRALTY STATION (DRAKE STREET)  (SPECIAL SERVICE (OMIT SHIU FAI TERRACE)",
        "short": "24M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002085",
        "label": "18M",
        "long": "WONG TAI SIN PUBLIC LIGHT BUS (SCHEDULED) SERVICE TERMINUS - TSZ WAN SHAN (NORTH)",
        "short": "18M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002087",
        "label": "19",
        "long": "SAN PO KONG - TSZ WAN SHAN ROAD(SHATIN PASS ESTATE)",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002091",
        "label": "19A",
        "long": "DIAMOND HILL STATION PUBLIC TRANSPORT INTERCHANGE - GRAND VIEW GARDEN (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "19A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002092",
        "label": "19M",
        "long": "DIAMOND HILL STATION PUBLIC TRANSPORT INTERCHANGE - TSZ WAN SHAN ROAD (SHATIN PASS ESTATE)  (SUPPLEMENTARY SERVICE)",
        "short": "19M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002118",
        "label": "19S",
        "long": "DIAMOND HILL STATION PUBLIC TRANSPORT INTERCHANGE - TSZ WAN SHAN SHOPPING CENTRE  (SUPPLEMENTARY SERVICE)",
        "short": "19S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002151",
        "label": "19",
        "long": "FU SHAN PUBLIC TRANSPORT INTERCHANGE - DIAMOND HILL STATION PUBLIC TRANSPORT INTERCHANGE  (SPECIAL SERVICE)",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002217",
        "label": "44M",
        "long": "CHAI WAN STATION - SIU SAI WAN ESTATE (CIRCULAR) (OVERNIGHT SERVICE)",
        "short": "44M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002250",
        "label": "43M",
        "long": "FUNG WAH ESTATE - CHAI WAN STATION (CIRCULAR)",
        "short": "43M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002283",
        "label": "9",
        "long": "CENTRAL (EXCHANGE SQUARE) - BOWEN ROAD (CIRCULAR)",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002285",
        "label": "12",
        "long": "KWUN LUNG LAU - SAI YING PUN (CIRCULAR)",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002286",
        "label": "13",
        "long": "SAI WAN ESTATE - SAI YING PUN (CIRCULAR)",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002287",
        "label": "16A",
        "long": "CHAI WAN STATION - CHUNG HOM KOK(CHESHIRE HOME)",
        "short": "16A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002289",
        "label": "16M",
        "long": "CHAI WAN STATION - CHUNG HOM KOK",
        "short": "16M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002291",
        "label": "16X",
        "long": "CHAI WAN STATION - STANLEY BEACH ROAD  (SHORT WORKING SERVICE)",
        "short": "16X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002317",
        "label": "18M",
        "long": "CHAI WAN STATION - CAPE COLLINSON (CORRECTIONAL INSTITUTION)",
        "short": "18M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002319",
        "label": "20",
        "long": "SAI WAN HO (GRAND PROMENADE) PUBLIC TRANSPORT TERMINUS - CHAI WAN INDUSTRIAL CITY (CIRCULAR)",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002320",
        "label": "20",
        "long": "SAI WAN HO (GRAND PROMENADE) PUBLIC TRANSPORT TERMINUS - CHAI WAN (FUNG YIP STREET) (CIRCULAR) (SHORT WORKING SERVICE)",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002321",
        "label": "33",
        "long": "YUEN LONG (TAI FUNG STREET) - HA PAK NAI",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002325",
        "label": "35",
        "long": "YUEN LONG (TAI FUNG STREET) - SHA KIU (TSIM BEI TSUI)",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002327",
        "label": "35",
        "long": "YUEN LONG (TAI FUNG STREET) - MONG TSENG WAI  (SHORT WORKING SERVICE)",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002329",
        "label": "12",
        "long": "PAK TIN - MONG KOK EAST STATION",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002331",
        "label": "12A",
        "long": "MONG KOK EAST STATION - COSMOPOLITAN ESTATES  (SHORT WORKING SERVICE)",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002333",
        "label": "12B",
        "long": "MONG KOK EAST STATION - METRO HARBOUR VIEW  (SHORT WORKING SERVICE)",
        "short": "12B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002335",
        "label": "12B",
        "long": "METRO HARBOUR VIEW - SAI YEUNG CHOI STREET SOUTH  (MORNING SPECIAL DEPARTURES)",
        "short": "12B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002336",
        "label": "12S",
        "long": "TAI KOK TSUI (CHERRY STREET) - MONG KOK EAST STATION (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "12S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002337",
        "label": "1",
        "long": "SAI KUNG - KOWLOON BAY (TELFORD GARDENS)",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002339",
        "label": "7",
        "long": "SAI KUNG - HOI HA",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002342",
        "label": "2",
        "long": "SAI KUNG - HO CHUNG",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002344",
        "label": "2",
        "long": "PAK KONG - SAI KUNG  (SHORT WORKING SERVICE)",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002349",
        "label": "2",
        "long": "SAI KUNG(YI CHUN STREET) - KAI HAM (CIRCULAR) (SPECIAL DEPARTURE)",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002350",
        "label": "109M",
        "long": "OSCAR BY THE SEA - HANG HAU STATION",
        "short": "109M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002352",
        "label": "1S",
        "long": "SAI KUNG - DIAMOND HILL (CHOI HUNG ROAD) PUBLIC TRANSPORT INTERCHANGE  (OVERNIGHT SERVICE)",
        "short": "1S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002355",
        "label": "1A",
        "long": "SAI KUNG - DIAMOND HILL (CHOI HUNG ROAD) PUBLIC TRANSPORT INTERCHANGE",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002357",
        "label": "1A",
        "long": "PAK SHA WAN - DIAMOND HILL (CHOI HUNG ROAD) PUBLIC TRANSPORT INTERCHANGE  (SHORT WORKING SERVICE)",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002358",
        "label": "1A",
        "long": "FUI YIU LANE - DIAMOND HILL (CHOI HUNG ROAD) PUBLIC TRANSPORT INTERCHANGE  (SHORT WORKING SERVICE)",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002359",
        "label": "1A",
        "long": "SAI KUNG NORTH - DIAMOND HILL (CHOI HUNG ROAD) PUBLIC TRANSPORT INTERCHANGE  (SHORT WORKING SERVICE)",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002382",
        "label": "34A",
        "long": "HA TSUEN - LAU FAU SHAN",
        "short": "34A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002415",
        "label": "20M",
        "long": "HING MAN ESTATE - CHAI WAN INDUSTRIAL CITY (CIRCULAR)",
        "short": "20M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002448",
        "label": "20M",
        "long": "HING MAN ESTATE - CHAI WAN (FUNG YIP STREET) (CIRCULAR) (SHORT WORKING SERVICE)",
        "short": "20M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002547",
        "label": "9",
        "long": "LADY MACLEHOSE HOLIDAY VILLAGE - SAI KUNG",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002548",
        "label": "9",
        "long": "TAI MONG TSAI - SAI KUNG  (SPECIAL DEPARTURE)",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002549",
        "label": "9A",
        "long": "PAK TAM CHUNG - THE EAST DAM, HIGH ISLAND RESERVOIR  (SUPPLEMENTARY ROUTE)",
        "short": "9A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002580",
        "label": "58",
        "long": "ABERDEEN (WU NAM STREET) - KENNEDY TOWN STATION",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002582",
        "label": "58A",
        "long": "ABERDEEN (WU NAM STREET) - KENNEDY TOWN STATION  (SPECIAL DEPARTURES)",
        "short": "58A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002614",
        "label": "58M",
        "long": "BEL-AIR ON THE PEAK - KENNEDY TOWN STATION  (SPECIAL DEPARTURES)",
        "short": "58M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002646",
        "label": "58",
        "long": "SHA WAN DRIVE - KENNEDY TOWN STATION  (SPECIAL DEPARTURES)",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002679",
        "label": "58",
        "long": "SANDY BAY ROAD - ABERDEEN  (SPECIAL DEPARTURES)",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002712",
        "label": "59",
        "long": "KENNEDY TOWN STATION - SHUM WAN ROAD PUBLIC TRANSPORT TERMINUS",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002714",
        "label": "59B",
        "long": "ABERDEEN (TUNG SING ROAD) - SHUM WAN ROAD PUBLIC TRANSPORT TERMINUS (VIA GRANTHAM HOSPITAL) (CIRCULAR) (SPECIAL DEPARTURES)",
        "short": "59B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002745",
        "label": "59X",
        "long": "KENNEDY TOWN STATION - GRANTHAM HOSPITAL  (SPECIAL DEPARTURES)",
        "short": "59X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002746",
        "label": "59A",
        "long": "ABERDEEN (TUNG SING ROAD) - SHUM WAN ROAD PUBLIC TRANSPORT TERMINUS  (SHORT WORKING SERVICE)",
        "short": "59A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002748",
        "label": "59A",
        "long": "ABERDEEN (TUNG SING ROAD) - SOUTH WAVE COURT  (SHORTWORKING TRIPS)",
        "short": "59A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002811",
        "label": "51S",
        "long": "WAH KWAI ESTATE - ABERDEEN (CIRCULAR)",
        "short": "51S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002812",
        "label": "51A",
        "long": "WAH KWAI ESTATE - TIN WAN ESTATE (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "51A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002813",
        "label": "51",
        "long": "TIN WAN ESTATE - ABERDEEN (CIRCULAR)",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002814",
        "label": "N51S",
        "long": "WAH KWAI ESTATE - ABERDEEN (CIRCULAR) (OVERNIGHT SERVICE)",
        "short": "N51S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002815",
        "label": "26",
        "long": "TO KWA WAN (CHI KIANG STREET) - KOWLOON STATION",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002844",
        "label": "26W",
        "long": "LAGUNA VERDE - HUNG HOM STATION (CIRCULAR) (SHORTWORKING SERVICE (A.M. PEAK)",
        "short": "26W",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002845",
        "label": "26W",
        "long": "LAGUNA VERDE - HUNG HOM STATION (CIRCULAR) (SHORTWORKING SERVICE (P.M. PEAK)",
        "short": "26W",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002846",
        "label": "26A",
        "long": "WHAMPOA GARDEN PUBLIC TRANSPORT INTERCHANGE - TSIM SHA TSUI (CANTON ROAD) (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "26A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002849",
        "label": "26H",
        "long": "QUEEN ELIZABETH HOSPITAL - HUNG HOM STATION (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "26H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002850",
        "label": "26X",
        "long": "LAGUNA VERDE - JORDAN (FERRY STREET) (CIRCULAR) (EXPRESS SERVICE)",
        "short": "26X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002910",
        "label": "107",
        "long": "HAVEN OF HOPE HOSPITAL - PO LAM PUBLIC TRANSPORT INTERCHANGE (CIRCULAR)",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002943",
        "label": "115",
        "long": "PO LAM - CHUN CHEONG STREET",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2002945",
        "label": "106",
        "long": "PO LAM - KOWLOON BAY",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003010",
        "label": "106",
        "long": "KOWLOON BAY - PO LAM  (SPECIAL DEPARTURES)",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003042",
        "label": "23",
        "long": "KENNEDY TOWN STATION - POK FU LAM (CIRCULAR)",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003043",
        "label": "23M",
        "long": "KENNEDY TOWN STATION - CHI FU FA YUEN  (SPECIAL DEPARTURE)",
        "short": "23M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003045",
        "label": "22",
        "long": "POK FU LAM GARDENS - CENTRAL (EXCHANGE SQUARE)",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003048",
        "label": "22X",
        "long": "POK FU LAM GARDENS - CENTRAL (CENTRAL FERRY PIERS)  (EXPRESS SERVICE)",
        "short": "22X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003050",
        "label": "22S",
        "long": "POK FU LAM GARDENS - CENTRAL (CENTRAL FERRY PIERS)  (SPECIAL DEPARTURE)",
        "short": "22S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003051",
        "label": "22S",
        "long": "CENTRAL (CENTRAL FERRY PIERS) - POK FU LAM GARDENS  (SPECIAL DEPARTURE)",
        "short": "22S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003075",
        "label": "22X",
        "long": "POK FU LAM GARDENS - CENTRAL (CENTRAL FERRY PIERS)  (EXPRESS SERVICE (VIA YAT CHEE VILLAS)",
        "short": "22X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003108",
        "label": "27M",
        "long": "LOK MAN SUN CHUEN (MAIDSTAONE ROAD) - MONG KOK STATION  (EXPRESS SERVICE)",
        "short": "27M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003174",
        "label": "54",
        "long": "SHUN TIN - LOK FU  (NORMAL ROUTE)",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003177",
        "label": "54M",
        "long": "SHUN TIN - PING SHEK (CIRCULAR) (SHORTWORKING SERVICE)",
        "short": "54M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003179",
        "label": "54S",
        "long": "SHUN LEE DISCIPLINED SERVICES QUARTERS - WONG TAI SIN (SHATIN PASS ROAD) (CIRCULAR) (SPECIAL DEPARTURES)",
        "short": "54S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003207",
        "label": "482",
        "long": "SHA TIN CENTRAL (TAM KON PO STREET) - TSUEN WAN MARKET STREET",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003209",
        "label": "481",
        "long": "FO TAN (SHAN MEI STREET) - TSUEN WAN MARKET STREET",
        "short": "481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003211",
        "label": "481A",
        "long": "TSUEN WAN MARKET STREET - SHA TIN CENTRAL (TAM KON PO STREET)  (SUPPLEMENTARY SERVICE)",
        "short": "481A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003212",
        "label": "481X",
        "long": "FO TAN (CHUN YEUNG ESTATE) - TSUEN WAN MARKET STREET  (SUPPLEMENTARY SERVICE)",
        "short": "481X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003214",
        "label": "481B",
        "long": "TSUEN WAN MARKET STREET - TAI WAI (TUNG LO WAN HILL ROAD)  (SUPPLEMENTARY SERVICE)",
        "short": "481B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003240",
        "label": "101M",
        "long": "HANG HAU STATION - SAI KUNG",
        "short": "101M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003242",
        "label": "101M",
        "long": "SAI KUNG NORTH PUBLIC TRANSPORT INTERCHANGE (SAI KUNG) - HANG HAU STATION  (SPECIAL DEPARTURE)",
        "short": "101M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003243",
        "label": "101M",
        "long": "PAK SHA WAN - HANG HAU  (SHORTWORKING SERVICE)",
        "short": "101M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003273",
        "label": "401",
        "long": "TSING YI FERRY PIER - SHEK YAM",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003306",
        "label": "402S",
        "long": "CHEUNG HANG - TSUEN WAN (CHUNG ON STREET)  (MIDNIGHT SERVICE)",
        "short": "402S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003307",
        "label": "401",
        "long": "CHEUNG ON PUBLIC TRANSPORT TERMINUS - SHEK YAM  (SHORTWORKING SERVICE)",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003339",
        "label": "77M",
        "long": "KOWLOON STATION - EAST TSIM SHA TSUI (CIRCULAR)",
        "short": "77M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003372",
        "label": "75",
        "long": "SHAM SHUI PO (FU CHEONG ESTATE) - CHEUNG SHA WAN (CASTLE PEAK ROAD) (CIRCULAR)",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003373",
        "label": "75A",
        "long": "SHAM SHUI PO (FU CHEONG ESTATE) - KWEILIN STREET (CIRCULAR) (SHORTWORKING SERVICE)",
        "short": "75A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003405",
        "label": "63",
        "long": "SOUTH HORIZONS - QUEEN MARY HOSPITAL",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003408",
        "label": "63A",
        "long": "ABERDEEN (NAM NING STREET) - WAH FU ESTATE (CIRCULAR) (SHORTWORKING TRIPS)",
        "short": "63A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003438",
        "label": "78",
        "long": "TAI KOK TSUI(ISLAND HARBOURVIEW) PUBLIC TRANSPORT INTERCHANGE - TSIM SHA TSUI (PEKING ROAD) (CIRCULAR)",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003471",
        "label": "78A",
        "long": "TAI KOK TSUI(ISLAND HARBOURVIEW) PUBLIC TRANSPORT INTERCHANGE - TSIM SHA TSUI (PEKING ROAD)  (SHORTWORKING SERVICE)",
        "short": "78A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003472",
        "label": "30",
        "long": "CAUSEWAY BAY (LAN FONG ROAD) - HAPPY VALLEY (HOLLY ROAD)",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003504",
        "label": "37A",
        "long": "WONG TAI SIN PUBLIC LIGHT BUS (SCHEDULED) SERVICE TERMINUS - TSZ WAN SHAN (NORTH)",
        "short": "37A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003505",
        "label": "37M",
        "long": "WONG TAI SIN PUBLIC LIGHT BUS (SCHEDULED) SERVICE TERMINUS - TSZ MAN ESTATE (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "37M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003537",
        "label": "5M",
        "long": "WATERLOO HILL (HOK YU LANE) - MONG KOK STATION (CIRCULAR)",
        "short": "5M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003538",
        "label": "5M",
        "long": "WATERLOO HILL (HOK YU LANE) - MONG KOK STATION(VIA FA YUEN STREET) (CIRCULAR) (SPECIAL DEPARTURES)",
        "short": "5M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003570",
        "label": "5M",
        "long": "WATERLOO HILL (HOK YU LANE) - MONG KOK STATION(VIA ARGYLE STREET) (CIRCULAR) (SPECIAL DEPARTURES)",
        "short": "5M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003571",
        "label": "13",
        "long": "KOWLOON TONG (BROADCAST DRIVE) - HUNG HOM (HUNG LUEN ROAD)",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003603",
        "label": "13M",
        "long": "HUNG HOM (HUNG LUEN ROAD) - HUNG HOM STATION (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "13M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003604",
        "label": "13A",
        "long": "KOWLOON TONG (BROADCAST DRIVE) - LOK FU",
        "short": "13A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003606",
        "label": "13A",
        "long": "LOK FU - KOWLOON TONG (BROADCAST DRIVE)  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "13A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003636",
        "label": "54",
        "long": "CENTRAL (FERRY PIERS) - QUEEN MARY HOSPITAL (CIRCULAR) (BUSY HOUR)",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003637",
        "label": "54",
        "long": "CENTRAL (FERRY PIERS) - QUEEN MARY HOSPITAL (CIRCULAR)",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003669",
        "label": "60K",
        "long": "SHA TIN STATION - FO TAN COTTAGE AREA",
        "short": "60K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003671",
        "label": "60P",
        "long": "SHA TIN STATION - FO TAN CHUN YEUNG ESTATE PUBLIC TRANSPORT LAY-BYS  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "60P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003673",
        "label": "60R",
        "long": "SHA TIN STATION - SHA TIN RACECOURSE (PENFOLD PARK)  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "60R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003675",
        "label": "61M",
        "long": "WORLDWIDE GARDEN - KOWLOON TONG (SUFFOLK ROAD) PUBLIC TRANSPORT INTERCHANGE",
        "short": "61M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003677",
        "label": "61M",
        "long": "WORLDWIDE GARDEN - TAI WAI STATION PUBLIC TRANSPORT INTERCHANGE  (SHORTWORKING TRIPS)",
        "short": "61M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003679",
        "label": "62K",
        "long": "SHA TIN STATION - SHATIN LODGE",
        "short": "62K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003681",
        "label": "61S",
        "long": "FO TAN - MONG KOK STATION",
        "short": "61S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003683",
        "label": "61S",
        "long": "LEK YUEN / WO CHE - MONG KOK STATION  (NORMAL ROUTE)",
        "short": "61S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003685",
        "label": "54M",
        "long": "KENNEDY TOWN STATION - QUEEN MARY HOSPITAL  (SUPPLEMENTARY SERVICE)",
        "short": "54M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003702",
        "label": "78",
        "long": "LOK MA CHAU (SAN TIN) PUBLIC TRANSPORT INTERCHANGE - PAT HEUNG ROAD (NEAR TAI LAM BUS-BUS INTERCHANGE)",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003704",
        "label": "78A",
        "long": "KAM SHEUNG ROAD STATION - PAT HEUNG ROAD (NEAR TAI LAM BUS-BUS INTERCHANGE)  (NORMAL ROUTE)",
        "short": "78A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003735",
        "label": "54S",
        "long": "MT. DAVIS ROAD OPPOSITE GREENERY GARDEN - KENNEDY TOWN STATION  (SUPPLEMENTARY SERVICE ROUTE (MORNING)",
        "short": "54S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003768",
        "label": "54S",
        "long": "KENNEDY TOWN STATION - QUEEN MARY HOSPITAL  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "54S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003771",
        "label": "55",
        "long": "QUEEN MARY HOSPITAL - CENTRAL STATION (CONNAUGHT ROAD CENTRAL) (CIRCULAR)",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003801",
        "label": "102",
        "long": "HANG HAU STATION - SAN PO KONG",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003834",
        "label": "102",
        "long": "SAN PO KONG - HANG HAU  (SPECIAL SERVICE ROUTE)",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003835",
        "label": "102B",
        "long": "YUK MING COURT - CHOI HUNG (CIRCULAR)",
        "short": "102B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003867",
        "label": "111",
        "long": "PO LAM - SAN PO KONG",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003900",
        "label": "102S",
        "long": "HANG HAU STATION PUBLIC TRANSPORT INTERCHANGE - SAN PO KONG  (OVERNIGHT ROUTE)",
        "short": "102S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003902",
        "label": "48M",
        "long": "CHAI WAN STATION (LEE CHUNG STREET) - PAMELA YOUDE NETHERSOLE EASTERN HOSPITAL",
        "short": "48M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003903",
        "label": "60K",
        "long": "SHA TIN STATION - WONG CHUK YEUNG VILLAGE  (SPECIAL DEPARTURE)",
        "short": "60K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003966",
        "label": "44",
        "long": "TUEN MUN FERRY PIER - SHEUNG SHUI STATION",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2003999",
        "label": "44A",
        "long": "TUEN MUN STATION PUBLIC TRANSPORT INTERCHANGE - SHEUNG SHUI STATION",
        "short": "44A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004001",
        "label": "44A",
        "long": "KING KWAI HOUSE, SHAN KING ESTATE - SHEUNG SHUI STATION  (SPECIAL DEPARTURES)",
        "short": "44A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004032",
        "label": "45",
        "long": "TAI HING GARDEN - TUEN MUN TOWN CENTRE (CIRCULAR)",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004033",
        "label": "49S",
        "long": "TUEN MUN SIU HONG COURT - WAN CHAI  (OVERNIGHT SERVICE)",
        "short": "49S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004036",
        "label": "44A1",
        "long": "TUEN MUN PO TIN ESTATE - SHEUNG SHUI STATION",
        "short": "44A1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004067",
        "label": "25K",
        "long": "TAI PO MARKET - LAM TSUEN (PAK NGAU SHEK)",
        "short": "25K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004068",
        "label": "47M",
        "long": "CHAI WAN STATION - SIU SAI WAN PHASE III (CIRCULAR)",
        "short": "47M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004070",
        "label": "25A",
        "long": "TAI PO MARKET - NAM WA PO (CIRCULAR)",
        "short": "25A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004071",
        "label": "47M",
        "long": "CHAI WAN STATION - CHAI WAN (HIU TSUI STREET) (CIRCULAR) (SHORT WORKING SERVICE)",
        "short": "47M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004072",
        "label": "47M",
        "long": "CHAI WAN STATION - CHAI WAN (WING PING STREET) (CIRCULAR) (SHORT WORKING SERVICE)",
        "short": "47M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004074",
        "label": "47S",
        "long": "CHAI WAN STATION - HARMONY GARDEN (CIRCULAR) (SHORTWORKING TRIPS)",
        "short": "47S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004075",
        "label": "25A",
        "long": "TAI HANG VILLAGE OFFICE - TAI PO MARKET (TSING YUEN MARKET) TERMINUS  (SPECIAL DEPARTURE)",
        "short": "25A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004076",
        "label": "47E",
        "long": "PAMELA YOUDE NETHERSOLE EASTERN HOSPITAL - SIU SAI WAN ESTATE  (SHORTWORKING TRIPS)",
        "short": "47E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004077",
        "label": "5M",
        "long": "WONG CHUK HANG STATION - GRANTHAM HOSPITAL  (SPECIAL DEPARTURES)",
        "short": "5M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004078",
        "label": "25B",
        "long": "TAI PO MARKET - KAU LUNG HANG / YUEN LENG (CIRCULAR)",
        "short": "25B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004080",
        "label": "25B",
        "long": "TAI PO MARKET - KAU LUNG HANG / YUEN LENG (CIRCULAR) (SPECIAL DEPARTURES (TAI PO MARKET \u2013 TAI WO)",
        "short": "25B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004081",
        "label": "5",
        "long": "ABERDEEN (NAM NING STREET) - CAUSEWAY BAY (JAFFE ROAD)",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004082",
        "label": "25B",
        "long": "TAI PO MARKET - KAU LUNG HANG / YUEN LENG (CIRCULAR) (MORNING DEPARTURES (TAI PO MARKET \u2013 YUEN LENG)",
        "short": "25B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004083",
        "label": "25B",
        "long": "TAI PO MARKET - KAU LUNG HANG / YUEN LENG (CIRCULAR) (MORNING DEPARTURES (TAI PO MARKET \u2013 KAU LUNG HANG)",
        "short": "25B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004084",
        "label": "61",
        "long": "SIU SAI WAN (ISLAND RESORT) - MONG KOK (FIFE STREET)  (OVERNIGHT SERVICE)",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004085",
        "label": "8",
        "long": "BAGUIO VILLAS (LOWER) - CENTRAL (EXCHANGE SQUARE)  (NORMAL ROUTE)",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004086",
        "label": "N4A",
        "long": "ABERDEEN (SHEK PAI WAN) - CAUSEWAY BAY (CANNON STREET)  (OVERNIGHT SERVICE)",
        "short": "N4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004087",
        "label": "8X",
        "long": "BAGUIO VILLAS (LOWER) - CENTRAL (EXCHANGE SQUARE)  (EXPRESS SERVICE)",
        "short": "8X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004088",
        "label": "47E",
        "long": "SIU SAI WAN PHASE III - PAMELA YOUDE NETHERSOLE EASTERN HOSPITAL (CIRCULAR) (SPECIAL DEPARTURES)",
        "short": "47E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004089",
        "label": "N4C",
        "long": "ABERDEEN (SHEK PAI WAN) - CAUSEWAY BAY (CANNON STREET)  (OVERNIGHT SERVICE)",
        "short": "N4C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004090",
        "label": "62",
        "long": "HENG FA CHUEN PUBLIC TRANSPORT INTERCHANGE - SIU SAI WAN (CHEERFUL GARDEN) (CIRCULAR)",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004091",
        "label": "62A",
        "long": "SIU SAI WAN (ISLAND RESORT) PUBLIC TRANSPORT INTERCHANGE - HENG FA CHUEN PUBLIC TRANSPORT INTERCHANGE",
        "short": "62A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004092",
        "label": "35M",
        "long": "ABERDEEN (SHEK PAI WAN) - WAN CHAI (JOHNSTON ROAD)",
        "short": "35M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004093",
        "label": "N4X",
        "long": "CAUSEWAY BAY (CANNON STREET) - SHUM WAN ROAD PUBLIC TRANSPORT TERMINUS (CIRCULAR) (OVERNIGHT SERVICE)",
        "short": "N4X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004095",
        "label": "4A",
        "long": "ABERDEEN (SHEK PAI WAN) - CAUSEWAY BAY (CANNON STREET)",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004096",
        "label": "4B",
        "long": "ABERDEEN (SHEK PAI WAN) - WAN CHAI (CIRCULAR)",
        "short": "4B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004097",
        "label": "4C",
        "long": "ABERDEEN (SHEK PAI WAN) - CAUSEWAY BAY (CANNON STREET)",
        "short": "4C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004098",
        "label": "4M",
        "long": "ABERDEEN (SHEK PAI WAN) - WONG CHUK HANG STATION  (SPECIAL SERVICE)",
        "short": "4M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004099",
        "label": "4S",
        "long": "SHEK PAI WAN - ABERDEEN (CIRCULAR)",
        "short": "4S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004100",
        "label": "4M",
        "long": "ABERDEEN (NAM NING STREET) - WONG CHUK HANG STATION  (SHORT WORKING SERVICE ROUTE)",
        "short": "4M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004131",
        "label": "4M",
        "long": "ABERDEEN (SHEK PAI WAN) - WONG CHUK HANG STATION  (SPECIAL MORNING SERVICE)",
        "short": "4M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004164",
        "label": "44B",
        "long": "LOK MA CHAU (SAN TIN) PUBLIC TRANSPORT INTERCHANGE - TUEN MUN STATION",
        "short": "44B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004165",
        "label": "N44B",
        "long": "LOK MA CHAU CONTROL POINT - TUEN MUN FERRY PIER  (OVERNIGHT SERVICE)",
        "short": "N44B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004197",
        "label": "44B1",
        "long": "LOK MA CHAU (SAN TIN) PUBLIC TRANSPORT INTERCHANGE - TUEN MUN FERRY PIER",
        "short": "44B1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004263",
        "label": "312",
        "long": "LEI MUK SHUE ESTATE PUBLIC TRANSPORT INTERCHANGE - TSING YI STATION",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004296",
        "label": "313",
        "long": "TSUEN WAN (TSO KUNG STREET) - PRINCESS MARGARET HOSPITAL",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004329",
        "label": "94",
        "long": "SHEK WAI KOK - KWAI SHING",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004330",
        "label": "94S",
        "long": "HOI KWAI ROAD PUBLIC TRANSPORT INTERCHANGE - SHING MUN RESERVOIR",
        "short": "94S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004331",
        "label": "94A",
        "long": "LEI MUK SHUE ESTATE PUBLIC TRANSPORT INTERCHANGE - KWAI SHING",
        "short": "94A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004362",
        "label": "9M",
        "long": "UPPER PAK TIN ESTATE - SHEK KIP MEI STATION (CIRCULAR)",
        "short": "9M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004395",
        "label": "62S",
        "long": "LAM TIN (KWONG TIN ESTATE) - TSIM SHA TSUI",
        "short": "62S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004396",
        "label": "63",
        "long": "LAM TIN (KWONG TIN ESTATE) - YUE MAN SQUARE PUBLIC TRANSPORT INTERCHANGE (CIRCULAR)",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004397",
        "label": "59",
        "long": "TSUI PING ESTATE SOUTH - HIP WO STREET (CIRCULAR)",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004398",
        "label": "59M",
        "long": "TSUI PING ESTATE SOUTH - FUK TONG ROAD (CIRCULAR) (SPECIAL DEPARTURES)",
        "short": "59M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004428",
        "label": "88",
        "long": "KAI CHING ESTATE (KAI TAK) - WONG TAI SIN STATION (CIRCULAR)",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004461",
        "label": "503",
        "long": "QUEEN'S HILL - NORTH DISTRICT HOSPITAL",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004462",
        "label": "504",
        "long": "WA SHAN TSUEN - SHEUNG SHUI",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004463",
        "label": "57M",
        "long": "JORDAN STATION (NANKING STREET) - QUEEN ELIZABETH HOSPITAL",
        "short": "57M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004527",
        "label": "26",
        "long": "LEE GARDEN ROAD, OUTSIDE PHOENIX APARTMENTS - HONG KONG ADVENTIST HOSPITAL (CIRCULAR)",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004593",
        "label": "44M",
        "long": "STONECUTTERS ISLAND - CHEUNG SHA WAN (CHEUNG SHUN STREET)",
        "short": "44M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004594",
        "label": "310M",
        "long": "TSING YI STATION - TSUEN WAN (RIVIERA GARDENS) (CIRCULAR)",
        "short": "310M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004595",
        "label": "44M",
        "long": "STONECUTTERS ISLAND - CHEUNG SHA WAN (CHEUNG SHUN STREET)  (SPECIAL DEPARTURE (DEPARTURES OMIT CHEUNG MOU STREET)",
        "short": "44M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004598",
        "label": "140M",
        "long": "TUEN MUN (HANFORD GARDEN) - TSING YI STATION",
        "short": "140M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004599",
        "label": "44A",
        "long": "CHEUNG SHA WAN PLAZA - HOI LAI ESTATE  (SHORT WORKING SERVICE ROUTE)",
        "short": "44A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004626",
        "label": "44A",
        "long": "CHEUNG SHA WAN PLAZA - HOI YING ESTATE (CIRCULAR) (SHORT WORKING SERVICE ROUTE)",
        "short": "44A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004627",
        "label": "44S",
        "long": "HOI LAI ESTATE - CASTLE PEAK ROAD (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "44S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004629",
        "label": "16",
        "long": "JAT'S INCLINE (CHOI WAN ESTATE) - PING SHEK ESTATE (CIRCULAR)",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004630",
        "label": "16A",
        "long": "FUNG SHING STREET - PING SHEK ESTATE (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "16A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004631",
        "label": "16S",
        "long": "ARIA - PING SHEK ESTATE (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "16S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004632",
        "label": "16B",
        "long": "SCENIC VIEW - PING SHEK PUBLIC TRANSPORT INTERCHANGE 1/F  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "16B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004659",
        "label": "38M",
        "long": "CHUK YUEN (NORTH) ESTATE - WONG TAI SIN PUBLIC LIGHT BUS (SCHEDULED) SERVICE TERMINUS",
        "short": "38M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004660",
        "label": "39M",
        "long": "LOK FU - TUNG TAU (CIRCULAR)",
        "short": "39M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004661",
        "label": "39M",
        "long": "LOK FU - TUNG TAU (CIRCULAR)",
        "short": "39M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004692",
        "label": "809K",
        "long": "SHA TIN STATION (PAI TAU STREET) - SHUI CHUEN AU STREET (CIRCULAR)",
        "short": "809K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004725",
        "label": "79K",
        "long": "MONG KOK (PARK AVENUE) - MONG KOK EAST STATION (CIRCULAR)",
        "short": "79K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004758",
        "label": "808",
        "long": "KAM YING COURT - PRINCE OF WALES HOSPITAL",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004759",
        "label": "79M",
        "long": "KING TUNG STREET - WONG TAI SIN STATION",
        "short": "79M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004760",
        "label": "79S",
        "long": "KING TUNG STREET - LUNG CHEUNG ROAD (DIAMOND HILL STATION) (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "79S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004761",
        "label": "808P",
        "long": "HENG ON BUS TERMINUS - PRINCE OF WALES HOSPITAL  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "808P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004762",
        "label": "616S",
        "long": "MONG KOK - LOK MA CHAU CONTROL POINT  (OVERNIGHT SERVICE)",
        "short": "616S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004763",
        "label": "12",
        "long": "PO LAM - SHUN LEE (CIRCULAR) (SPECIAL DEPARTURES)",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004764",
        "label": "12",
        "long": "SAI KUNG - PO LAM",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004791",
        "label": "11",
        "long": "HANG HAU VILLAGE - CHOI HUNG STATION (LUNG CHEUNG ROAD)  (NORMAL ROUTE)",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004824",
        "label": "11A",
        "long": "HANG HAU VILLAGE - HANG HAU STATION PUBLIC TRANSPORT INTERCHANGE",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004825",
        "label": "11M",
        "long": "HANG HAU STATION PUBLIC TRANSPORT INTERCHANGE - HONG KONG UNIVERSITY OF SCIENCE AND TECHNOLOGY (NORTH STATION)",
        "short": "11M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004826",
        "label": "11S",
        "long": "PO LAM - CHOI HUNG STATION (LUNG CHEUNG ROAD)  (OVERNIGHT SERVICE ROUTE)",
        "short": "11S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004827",
        "label": "11B",
        "long": "HONG KONG UNIVERSITY OF SCIENCE AND TECHNOLOGY (NORTH STATION) - CHOI HUNG STATION (LUNG CHEUNG ROAD)  (MORNING SPECIAL TRIPS ROUTE)",
        "short": "11B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004828",
        "label": "11B",
        "long": "HONG KONG UNIVERSITY OF SCIENCE AND TECHNOLOGY (SOUTH STATION) - CHOI HUNG STATION (LUNG CHEUNG ROAD)  (EVENING SPECIAL TRIPS ROUTE)",
        "short": "11B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004857",
        "label": "59",
        "long": "TSUI PING ESTATE SOUTH - HIP WO STREET (CIRCULAR) (DEPARTURES OMITTING KAI LIM ROAD)",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004891",
        "label": "808",
        "long": "KAM YING COURT - MOSTOWN  (SPECIAL SERVICE)",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004892",
        "label": "808",
        "long": "SAI SHA ROAD, OUTSIDE MOSTOWN - PRINCE OF WALES HOSPITAL  (MORNING SPECIAL DEPARTURE 1 (FROM SAI SHA ROAD)",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004893",
        "label": "808",
        "long": "HANG HONG STREET, OUTSIDE TSANG PIK SHAN SECONDARY SCHOOL - PRINCE OF WALES HOSPITAL  (MORNING SPECIAL DEPARTURE 2 (FROM HANG HONG STREET)",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004923",
        "label": "41",
        "long": "LUNG MUN OASIS - TUEN MUN TOWN CENTRE (TUEN FAT ROAD)",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004956",
        "label": "40",
        "long": "SIU HANG TSUEN - TUEN MUN TOWN CENTRE (CIRCULAR)",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004989",
        "label": "20",
        "long": "SAN PO KONG - TSZ WAN SHAN (NORTH) (CIRCULAR)",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2004990",
        "label": "20M",
        "long": "SAN PO KONG - WONG TAI SIN STATION",
        "short": "20M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005022",
        "label": "44M",
        "long": "CHEUNG SHA WAN (CHEUNG SHUN STREET) - STONECUTTERS ISLAND  (SPECIAL DEPARTURE (DEPARTURES OMIT CHEUNG YUE STREET)",
        "short": "44M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005055",
        "label": "97A",
        "long": "WONDERLAND VILLAS - CHEUNG SHA WAN (CHEUNG FAT STREET)",
        "short": "97A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005056",
        "label": "410",
        "long": "PRINCESS MARGARET HOSPITAL - NORTHEAST KWAI CHUNG",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005088",
        "label": "88",
        "long": "TSING YI ESTATE - KWAI FONG STATION",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005121",
        "label": "88B",
        "long": "GREENFIELD GARDEN - KWAI FONG STATION",
        "short": "88B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005122",
        "label": "114A",
        "long": "TSEUNG KWAN O STATION - OCEAN WINGS (CIRCULAR)",
        "short": "114A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005155",
        "label": "114A",
        "long": "TSEUNG KWAN O STATION - OCEAN WINGS (CIRCULAR)",
        "short": "114A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005187",
        "label": "114B",
        "long": "TIU KENG LENG STATION PUBIC TRANSPORT INTERCHANGE - ALTO RESIDENCES (CIRCULAR)",
        "short": "114B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005220",
        "label": "52",
        "long": "ABERDEEN (YUE FAI ROAD) - STANLEY PRISON",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005221",
        "label": "20X",
        "long": "BAN TIP HOUSE - TAI PO MARKET STATION  (SPECIAL DEPARTURE)",
        "short": "20X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005222",
        "label": "26A",
        "long": "THE EDUCATION UNIVERSITY OF HONG KONG - TAI PO MARKET (KWONG FUK ROAD) (CIRCULAR)",
        "short": "26A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005253",
        "label": "26",
        "long": "THE EDUCATION UNIVERSITY OF HONG KONG - BAYSHORE TOWERS, MA ON SHAN",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005254",
        "label": "26",
        "long": "CHUNG ON ESTATE - THE EDUCATION UNIVERSITY OF HONG KONG  (SPECIAL DEPARTURES)",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005286",
        "label": "52",
        "long": "STANLEY PRISON - ABERDEEN (YUE FAI ROAD)  (DEPARTURES VIA YUE FAI ROAD)",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005287",
        "label": "52",
        "long": "STANLEY - ABERDEEN (YUE FAI ROAD)  (SPECIAL DEPARTURE (FROM CAPE ROAD)",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005288",
        "label": "52",
        "long": "STANLEY PLAZA - ABERDEEN (YUE FAI ROAD)  (SPECIAL DEPARTURE (STANLEY PLAZA)",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005289",
        "label": "37",
        "long": "AP LEI CHAU (PING LAN STREET) - LEI TUNG ESTATE (CIRCULAR)",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005290",
        "label": "36X",
        "long": "AP LEI CHAU (PING LAN STREET) - CAUSEWAY BAY (JARDINE'S BAZAAR )",
        "short": "36X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005291",
        "label": "45A",
        "long": "WESTERN DISTRICT (FIRST STREET) - CONDUIT ROAD (CIRCULAR)",
        "short": "45A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005292",
        "label": "45S",
        "long": "WESTERN DISTRICT (FIRST STREET) - CONDUIT ROAD (CIRCULAR) (SHORT WORKING SERVICE DEPARTURE)",
        "short": "45S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005293",
        "label": "66",
        "long": "ALDRICH BAY - CHAI WAN (WAN TSUI ROAD) (CIRCULAR) (CIRCULAR)",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005294",
        "label": "66A",
        "long": "ALDRICH BAY - PAMELA YOUDE NETHESOLE EASTERN HOSPITAL (CIRCULAR) (CIRCULAR)",
        "short": "66A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005295",
        "label": "68",
        "long": "ALDRICH BAY - QUARRY BAY (HOI WAN STREET) (CIRCULAR) (CIRCULAR)",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005319",
        "label": "86",
        "long": "CRUISE TERMINAL - KOWLOON BAY (TELFORD GARDEN) (CIRCULAR)",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005322",
        "label": "50A",
        "long": "SHEUNG SHUI STATION - KWU TUNG (SOUTH)  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "50A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005323",
        "label": "50K",
        "long": "SHEUNG SHUI STATION - HANG TAU",
        "short": "50K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005325",
        "label": "51K",
        "long": "SHEUNG SHUI STATION - HO SHEUNG HEUNG",
        "short": "51K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005326",
        "label": "812",
        "long": "SHUI CHUEN O - HIN KENG (CHE KUNG MIU ROAD)",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005327",
        "label": "51K",
        "long": "SHEUNG SHUI STATION - LO WU CORRECTIONAL INSTITUTION (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "51K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005328",
        "label": "812",
        "long": "SHUI CHUEN O - HIN KENG (CHE KUNG MIU ROAD)  (SPECIAL DEPARTURE)",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005329",
        "label": "812A",
        "long": "SHUI CHUEN O - SHA TIN WAI STATION (CIRCULAR)",
        "short": "812A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005330",
        "label": "812A",
        "long": "SHUI CHUEN O(POK CHUEN PATH) - SHA TIN WAI STATION (YAT TAI STREET)  (SPECIAL DEPARTURE)",
        "short": "812A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005331",
        "label": "51B",
        "long": "SHEUNG SHUI STATION - LIU POK  (SPECIAL DEPARTURES)",
        "short": "51B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005332",
        "label": "813",
        "long": "SHUI CHUEN O - SHEK MUN STATION",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005333",
        "label": "51B",
        "long": "MA TSO LUNG (SHUN YEE SAN TSUEN) - SHEUNG SHUI STATION  (SPECIAL DEPARTURES)",
        "short": "51B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005334",
        "label": "813A",
        "long": "SHUI CHUEN O - SHATIN HOSPITAL (CIRCULAR) (SUPPLEMENTARY DEPARTURE)",
        "short": "813A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005451",
        "label": "101M",
        "long": "LAKESIDE GARDEN - HANG HAU  (SHORTWORKING SERVICE)",
        "short": "101M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005452",
        "label": "101M",
        "long": "PO LO CHE - HANG HAU  (SHORTWORKING SERVICE)",
        "short": "101M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005453",
        "label": "101M",
        "long": "MARINA COVE - HANG HAU  (SHORTWORKING SERVICE)",
        "short": "101M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005484",
        "label": "20B",
        "long": "TAI PO MARKET STATION - TUNG TSZ",
        "short": "20B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005517",
        "label": "81",
        "long": "TSUEN WAN (SHIU WO STREET) - LO WAI",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005550",
        "label": "81",
        "long": "TSUEN WAN (SHIU WO STREET) - SHING MUN RESERVOIR  (NIGHT SERVICES (VIA LO WAI)",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005551",
        "label": "81M",
        "long": "TSUEN WAN (SHIU WO STREET) - SHEK WAI KOK ESTATE",
        "short": "81M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005583",
        "label": "82",
        "long": "TSUEN WAN (SHIU WO STREET) - SHING MUN RESERVOIR",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005616",
        "label": "82M",
        "long": "TSUEN WAN (SHIU WO STREET) - CHEUNG SHAN ESTATE",
        "short": "82M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005649",
        "label": "90P",
        "long": "MEI FOO - PRINCESS MARGARET HOSPITAL",
        "short": "90P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005650",
        "label": "90A",
        "long": "MEI FOO - KWAI CHUNG HOSPITAL",
        "short": "90A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005651",
        "label": "91A",
        "long": "LAI KONG STREET - KWAI FONG STATION",
        "short": "91A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005682",
        "label": "91A",
        "long": "LAI KONG STREET - KWAI SHING CIRCUIT  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "91A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005683",
        "label": "91",
        "long": "LAI KONG STREET - TSUEN WAN (HAM TIN STREET)",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005684",
        "label": "33M",
        "long": "KORNHILL - TAI KOO STATION (CIRCULAR)",
        "short": "33M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005685",
        "label": "33",
        "long": "KORNHILL - NORTH POINT (MARBLE ROAD)",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005686",
        "label": "41M",
        "long": "YAU YAT TSUEN - SHEK KIP MEI STATION (CIRCULAR)",
        "short": "41M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005687",
        "label": "41A",
        "long": "YAU YAT TSUEN - SHEK KIP MEI STATION (CIRCULAR) (SHORT WORKING SERVICE)",
        "short": "41A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005688",
        "label": "32A",
        "long": "MOUNT PARKER LODGE - KINGS ROAD (CITY PLAZA) (CIRCULAR)",
        "short": "32A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005689",
        "label": "32",
        "long": "KORNHILL - SHAU KEI WAN STATION",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005690",
        "label": "42",
        "long": "CHEUNG SHA WAN (YU CHAU WEST STREET) - CHAK ON ESTATE",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005715",
        "label": "46",
        "long": "FU TAI ESTATE - TUEN MUN TOWN CENTRE (CIRCULAR)",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005748",
        "label": "46X",
        "long": "FU TAI ESTATE - TUEN MUN TOWN CENTRE (CIRCULAR) (SHORT-WORKING ROUTE)",
        "short": "46X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005749",
        "label": "46A",
        "long": "KING SAU LANE - TUEN MUN TOWN CENTRE (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "46A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005782",
        "label": "22A",
        "long": "LOK WAH ESTATE - KWUN TONG FERRY (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE (CIRCULAR)",
        "short": "22A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005783",
        "label": "22A",
        "long": "LOK WAH ESTATE - KWUN TONG FERRY (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE SPECIAL TRIPS ROUTE (CIRCULAR)",
        "short": "22A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005814",
        "label": "35",
        "long": "CHOI HA ESTATE - HONG LEE COURT",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005847",
        "label": "411",
        "long": "KWAI CHUNG (LAI KONG STREET) - SHAM SHUI PO (UN CHAU STREET) (CIRCULAR)",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005880",
        "label": "72",
        "long": "GRAND VIEW GARDEN - FESTIVAL WALK PUBLIC TRANSPORT TERMINUS  (NORMAL DEPARTURE)",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005913",
        "label": "36A",
        "long": "CROCODILE HILL (HONG LEE COURT) - YUE MAN SQUARE PUBLIC TRANSPORT INTERCHANGE (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "36A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005914",
        "label": "36A",
        "long": "CROCODILE HILL (HONG LEE COURT) - YUE MAN SQUARE PUBLIC TRANSPORT INTERCHANGE (CIRCULAR)",
        "short": "36A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005946",
        "label": "34M",
        "long": "HIU LAI COURT - YUE MAN SQUARE PUBLIC TRANSPORT INTERCHANGE (CIRCULAR)",
        "short": "34M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005947",
        "label": "34S",
        "long": "SAU MAU PING (UPPER) BUS TERMINUS - YUE MAN SQUARE PUBLIC TRANSPORT INTERCHANGE (CIRCULAR) (SPECIAL SERVICE ROUTE)",
        "short": "34S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005949",
        "label": "34S",
        "long": "HIU KWONG STREET - YUE MAN SQUARE PUBLIC TRANSPORT INTERCHANGE (CIRCULAR) (SHORT-WORKING SERVICES DEPARTURE)",
        "short": "34S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2005979",
        "label": "88D",
        "long": "TIVOLI GARDEN - KWAI FONG STATION",
        "short": "88D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006012",
        "label": "60",
        "long": "LAM TIN - SHUN LEE ESTATE (CIRCULAR)",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006045",
        "label": "25A",
        "long": "KOWLOON TONG (SUFFOLK ROAD) PUBLIC TRANSPORT INTERCHANGE - TUNG TAU ESTATE (TUNG LUNG ROAD)  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "25A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006078",
        "label": "25B",
        "long": "SAN PO KONG(THE LATITUDE) - KOWLOON TONG (SUFFOLK ROAD) PUBLIC TRANSPORT INTERCHANGE  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "25B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006079",
        "label": "25M",
        "long": "KOWLOON TONG (SUFFOLK ROAD) PUBLIC TRANSPORT INTERCHANGE - TUNG TAU ESTATE (TUNG LUNG ROAD)",
        "short": "25M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006111",
        "label": "25M",
        "long": "KOWLOON TONG (SUFFOLK ROAD) PUBLIC TRANSPORT INTERCHANGE - LA SALLE ROAD  (SPECIAL DEPARTURE (LA SALLE ROAD)",
        "short": "25M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006112",
        "label": "25MS",
        "long": "KOWLOON TONG (SUFFOLK ROAD) PUBLIC TRANSPORT INTERCHANGE - HONG KONG BAPTIST UNIVERSITY (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "25MS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006244",
        "label": "64A",
        "long": "PUI KIU COLLEGE - TAI WAI STATION (TSUEN NAM ROAD)  (SUPPLEMENTARY SERVICE DEPARTURE)",
        "short": "64A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006276",
        "label": "3",
        "long": "TSIM SHA TSUI (ASHLEY ROAD) - COSMOPOLITAN ESTATES",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006277",
        "label": "59K",
        "long": "SHEUNG SHUI STATION - LIN MA HANG",
        "short": "59K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006279",
        "label": "59K",
        "long": "SHEUNG SHUI STATION - HEUNG YUEN WAI  (ADDITIONAL DEPARTURE)",
        "short": "59K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006281",
        "label": "59K",
        "long": "SHEUNG SHUI STATION - TSUNG YUEN HA  (SPECIAL DEPARTURE)",
        "short": "59K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006283",
        "label": "3",
        "long": "TSIM SHA TSUI (ASHLEY ROAD) - COSMOPOLITAN ESTATES  (MORNING BUSY ROUTE (VIA FERRY STREET)",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006309",
        "label": "8",
        "long": "TSIM SHA TSUI (HANKOW ROAD) - HO MAN TIN ESTATE",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006312",
        "label": "8",
        "long": "TSIM SHA TSUI (HANKOW ROAD) - HO MAN TIN (CHUNG HAU STREET)  (SHORT WORKING TRIPS)",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006314",
        "label": "8",
        "long": "TSIM SHA TSUI (HANKOW ROAD) - HO MAN TIN ESTATE  (SPECIAL TRIPS (VIA HUNG HOM BYPASS)",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006315",
        "label": "8S",
        "long": "TSIM SHA TSUI (HANKOW ROAD) - HO MAN TIN (SHEUNG FOO STREET)",
        "short": "8S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006317",
        "label": "8S",
        "long": "TSIM SHA TSUI (HANKOW ROAD) - HO MAN TIN (SHEUNG FOO STREET)  (SPECIAL TRIPS (VIA HUNG HOM BYPASS)",
        "short": "8S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006318",
        "label": "8M",
        "long": "HO MAN TIN (SHEUNG WO STREET) - HO MAN TIN STATION",
        "short": "8M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006342",
        "label": "52A",
        "long": "FANLING STATION - WO MUN STREET PUBLIC LIGHT BUS TERMINUS",
        "short": "52A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006343",
        "label": "52A",
        "long": "WO MUN STREET PUBLIC LIGHT BUS TERMINUS - FANLING STATION  (MORNING SPECIAL SERVICE)(OMITS FAN LENG LAU ROAD)",
        "short": "52A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006375",
        "label": "52K",
        "long": "FANLING STATION - PING CHE",
        "short": "52K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006408",
        "label": "1",
        "long": "THE PEAK (PUBLIC TRANSPORT TERMINUS) - CENTRAL (HONG KONG STATION PUBLIC TRANSPORT INTERCHANGE)",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006441",
        "label": "1A",
        "long": "CENTRAL (HONG KONG STATION PUBLIC TRANSPORT INTERCHANGE) - MACDONNELL ROAD (CIRCULAR)",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006474",
        "label": "2",
        "long": "CENTRAL (HONG KONG STATION) - OLD PEAK ROAD (CIRCULAR)",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006475",
        "label": "2",
        "long": "CENTRAL (HONG KONG STATION) - OLD PEAK ROAD (CIRCULAR) (MORNING DEPARTURES (OMITS MAY ROAD)",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006476",
        "label": "28",
        "long": "BAGUIO VILLA (UPPER) - CAUSEWAY BAY (SUN WUI ROAD)",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006507",
        "label": "28",
        "long": "BAGUIO VILLA (UPPER) - CAUSEWAY BAY (SUN WUI ROAD)  (EXPRESS DEPARTURES (OMITS BONHAM ROAD)",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006508",
        "label": "28S",
        "long": "BAGUIO VILLA (UPPER) - CAUSEWAY BAY (SUN WUI ROAD)  (SHORT WORKING SERVICE)",
        "short": "28S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006509",
        "label": "28M",
        "long": "BAGUIO VILLA (UPPER) - HKU STATION (CIRCULAR) (SHORT WORKING SERVICE)",
        "short": "28M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006510",
        "label": "3",
        "long": "CENTRAL (HONG KONG STATION PUBLIC TRANSPORT INTERCHANGE) - PO SHAN ROAD",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006511",
        "label": "3",
        "long": "CENTRAL (HONG KONG STATION PUBLIC TRANSPORT INTERCHANGE) - PO SHAN ROAD  (PEAK HOURS DEPARTURES (OMITS CITY HALL)",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006540",
        "label": "3A",
        "long": "CENTRAL (HONG KONG STATION PUBLIC TRANSPORT INTERCHANGE) - CONDUIT ROAD",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006541",
        "label": "3A",
        "long": "CENTRAL (HONG KONG STATION PUBLIC TRANSPORT INTERCHANGE) - CONDUIT ROAD  (PEAK HOURS DEPARTURES (OMITS CITY HALL)",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006542",
        "label": "52K",
        "long": "FANLING STATION - PING YUEN ROAD, NEAR PING YEUNG OLD VILLAGE PUBLIC TOILET  (SPECIAL DEPARTURES)",
        "short": "52K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006543",
        "label": "52K",
        "long": "FANLING STATION - KWAN TEI (NORTH)  (ADDITIONAL TRIPS)",
        "short": "52K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006573",
        "label": "52B",
        "long": "FANLING STATION - HOK TAU",
        "short": "52B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006574",
        "label": "31",
        "long": "YUEN LONG (HONG KING STREET) - TONG YAN SAN TSUEN (CIRCULAR)",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006575",
        "label": "31",
        "long": "YUEN LONG (HONG KING STREET) - TONG YAN SAN TSUEN (CIRCULAR) (MORNING DEPARTURE)",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006576",
        "label": "31A",
        "long": "TONG YAN SAN TSUEN - YEUN LONG PLAZA (CIRCULAR)",
        "short": "31A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006577",
        "label": "32",
        "long": "YUEN LONG  STATION (NORTH) PUBLIC TRANSPORT INTERCHANGE - TAN KWAI TSUEN",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006606",
        "label": "105",
        "long": "TO KWA WAN - HONG SING GARDEN  (NORMAL ROUTE)",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006609",
        "label": "15",
        "long": "HANG HAU - HONG SING",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006610",
        "label": "15",
        "long": "TSUI LAM - HANG HAU(CHUNG WA ROAD) (CIRCULAR) (SPECIAL EVENING SHORT-WORKING DEPARTURE)",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006611",
        "label": "15A",
        "long": "HANG HAU (NORTH) - VERBENA HEIGHTS",
        "short": "15A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006612",
        "label": "15A",
        "long": "HANG HAU(PO NING LANE) - METRO CITY PLAZA II  (SPECIAL DEPARTURE)",
        "short": "15A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006639",
        "label": "15M",
        "long": "PO LAM STATION - HONG SING",
        "short": "15M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006640",
        "label": "15M",
        "long": "HONG SING - PO LAM STATION  (MORNING DEPARTURE (OMIT TSUI LAM ROAD)",
        "short": "15M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006641",
        "label": "16",
        "long": "PO LAM - PO TOI O",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006672",
        "label": "16",
        "long": "HANG HAU(CHUNG WA ROAD) - TAI AU MUN  (SPECIAL DEPARTURE)",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006673",
        "label": "17",
        "long": "TSUI LAM - LAM TIN STATION",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006674",
        "label": "17A",
        "long": "PO LAM STATION - TSEUNG KWAN O VILLAGE",
        "short": "17A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006675",
        "label": "17M",
        "long": "PO LAM STATION - TSUI LAM",
        "short": "17M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006676",
        "label": "17M",
        "long": "TSUI LAM - PO LAM STATION (VIA PO HONG ROAD)  (MORNING SPECIAL DEPARTURES (VIA PO HONG ROAD)",
        "short": "17M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006677",
        "label": "17M",
        "long": "PRINCE EDWARD STATION - KOWLOON HOSPITAL (CIRCULAR)",
        "short": "17M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006678",
        "label": "87",
        "long": "TSUEN WAN (HAM TIN STREET) - KWAI SHING (SHING FONG STREET)",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006679",
        "label": "17M",
        "long": "KOWLOON HOSPITAL - TUNG CHOI STREET  (SPECIAL DEPARTURE)",
        "short": "17M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006680",
        "label": "87A",
        "long": "CONTAINER PORT ROAD PUBLIC TRANSPORT INTERCHANGE - NGONG WAN ROAD",
        "short": "87A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006681",
        "label": "87M",
        "long": "KWAI FONG\u00a0STATION - CONTAINER PORT ROAD SOUTH (TERMINAL 4)",
        "short": "87M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006705",
        "label": "87K",
        "long": "KWAI FONG STATION - HOI KWAI ROAD PUBLIC TRANSPORT INTERCHANGE",
        "short": "87K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006706",
        "label": "10",
        "long": "CAUSEWAY BAY (JAFFE ROAD) - CYBERPORT PUBLIC TRANSPORT INTERCHANGE",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006738",
        "label": "31",
        "long": "TIN WAN ESTATE - CAUSEWAY BAY (JAFFE ROAD)",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006739",
        "label": "10P",
        "long": "JAFFE ROAD, NEAR SIU ON PLAZA - CYBERPORT BUS TERMINUS",
        "short": "10P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006772",
        "label": "N31",
        "long": "TIN WAN ESTATE - CAUSEWAY BAY (JAFFE ROAD)  (OVERNIGHT SERVICE DEPARTURE)",
        "short": "N31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006837",
        "label": "406",
        "long": "SHEK LEI - KWAI SHING (CIRCULAR)",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006870",
        "label": "407",
        "long": "CHEUNG WANG - PRINCESS MARGARET HOSPITAL",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006903",
        "label": "407",
        "long": "CHEUNG FAT - PRINCESS MARGARET HOSPITAL  (SHORT WORKING SERVICE)",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006904",
        "label": "407A",
        "long": "KWAI FONG STATION (HING NING ROAD) - PRINCESS MARGARET HOSPITAL  (SUPPLEMENTARY SERVICE)",
        "short": "407A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006906",
        "label": "407B",
        "long": "CHEUNG WANG - KWAI SHING CIRCUIT  (SUPPLEMENTARY SERVICE)",
        "short": "407B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006907",
        "label": "407B",
        "long": "CHEUNG FAT - KWAI SHING CIRCUIT  (SHORT WORKING SERVICE)",
        "short": "407B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006936",
        "label": "69",
        "long": "LAGUNA CITY - KOWLOON CITY (LION ROCK ROAD)",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2006969",
        "label": "76A",
        "long": "KWONG TIN - UNITED CHRISTIAN HOSPITAL (CIRCULAR)",
        "short": "76A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007002",
        "label": "76B",
        "long": "UNITED CHRISTIAN HOSPITAL - YAU TONG PUBLIC TRANSPORT INTERCHANGE",
        "short": "76B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007035",
        "label": "69",
        "long": "LAGUNA CITY - KOWLOON CITY (LION ROCK ROAD)",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007068",
        "label": "69A",
        "long": "LAGUNA CITY - TUNG CHOI STREET  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "69A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007134",
        "label": "103",
        "long": "CLEAR WATER BAY - KWUN TONG FERRY",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007168",
        "label": "69A",
        "long": "LAGUNA CITY - TUNG CHOI STREET  (SUPPLEMENTARY SERVICE ROUTE (DEPARTURE BEFORE 10:00 AM)",
        "short": "69A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007169",
        "label": "69",
        "long": "LAGUNA CITY - KOWLOON BAY (ZERO CARBON BUILDING)  (SPECIAL SERVICE ROUTE)",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007200",
        "label": "104",
        "long": "HONG KONG UNIVERSITY OF SCIENCE AND TECHNOLOGY (SOUTH STATION) - KWUN TONG (CIRCULAR)",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007201",
        "label": "103M",
        "long": "TSEUNG KWAN O STATION PUBLIC TRANSPORT INTERCHANGE - CLEAR WATER BAY",
        "short": "103M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007233",
        "label": "46",
        "long": "RICHLAND GARDENS - TAI KOK TSUI (OLYMPIC STATION)",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007234",
        "label": "46",
        "long": "SHAM MONG ROAD - RICHLAND GARDENS  (MORNING SPECIAL DEPARTURE)",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007266",
        "label": "99",
        "long": "HOI KWAI ROAD PUBLIC TRANSPORT INTERCHANGE - RIVIERA GARDENS",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007267",
        "label": "48",
        "long": "SHUN LEE - KOWLOON BAY (CIRCULAR)",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007299",
        "label": "49",
        "long": "SHUN TIN - KOWLOON CITY FERRY (CIRCULAR)",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007300",
        "label": "49M",
        "long": "\u987a\u5929 - PING SHEK (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "49M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007332",
        "label": "48",
        "long": "SHUN LEE - KOWLOON BAY (CIRCULAR) (NIGHT SERVICE)",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007365",
        "label": "112M",
        "long": "LOHAS PARK STATION PUBLIC TRANSPORT INTERCHANGE - TSEUNG KWAN O INDUSTRIAL ESTATE",
        "short": "112M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007366",
        "label": "112A",
        "long": "LOHAS PARK STATION PUBLIC TRANSPORT INTERCHANGE - THE BEAUMOUNT  (SPECIAL DEPARTURE)",
        "short": "112A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007367",
        "label": "112S",
        "long": "TSEUNG KWAN O STATION PUBLIC TRANSPORT INTERCHANGE - TSEUNG KWAN O INDUSTRIAL ESTATE  (OVERNIGHT SERVICE)",
        "short": "112S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007368",
        "label": "113",
        "long": "THE BEAUMOUNT - HANG HAU STATION PUBLIC TRANSPORT INTERCHANGE (CIRCULAR)",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007398",
        "label": "75",
        "long": "YUEN LONG (FOOK HONG STREET) - LOK MA CHAU SPUR LINE PUBLIC TRANSPORT INTERCHANGE",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007431",
        "label": "75",
        "long": "YUEN LONG (FOOK HONG STREET) - HA WAN TSUEN  (SHORT WORKING SERVICE)",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007432",
        "label": "54A",
        "long": "FANLING STATION - WO MUN STREET PUBLIC LIGHT BUS TERMINUS",
        "short": "54A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007433",
        "label": "66S",
        "long": "HAMMER HILL ROAD - MONG KOK  (OVERNIGHT SERVICE)",
        "short": "66S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007434",
        "label": "54A",
        "long": "WO MUN STREET PUBLIC LIGHT BUS TERMINUS - FANLING STATION  (MORNING SPECIAL SERVICE)(OMITS FAN LENG LAU ROAD)",
        "short": "54A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007435",
        "label": "54K",
        "long": "FANLING STATION - LUNG YEUK TAU (CIRCULAR)",
        "short": "54K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007436",
        "label": "75",
        "long": "HA WAN TSUEN - YUEN LONG (FOOK HONG STREET)  (SPECIAL DEPARTURES(OMITS KIK YEUNG ROAD)",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007437",
        "label": "75",
        "long": "SAN TIN (NEAR SAN TIN POST OFFICE) - LOK MA CHAU SPUR LINE PUBLIC TRANSPORT INTERCHANGE  (SHORT WORKING SERVICE)",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007438",
        "label": "618",
        "long": "TIN SHUI WAI (TIN YAN ESTATE) - SHENZHEN BAY PORT",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007464",
        "label": "76",
        "long": "YUEN LONG (FOOK HONG STREET) - SIU HUM TSUEN",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007498",
        "label": "27",
        "long": "AP LEI CHAU (WAI FUNG STREET) - ABERDEEN (SAI ON STREET)",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007499",
        "label": "29",
        "long": "AP LEI CHAU ESTATE - SHUM WAN ROAD PUBLIC TRANSPORT TERMINUS (CIRCULAR)",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007500",
        "label": "51M",
        "long": "RICHLAND GARDENS - KOWLOON BAY STATION (CIRCULAR)",
        "short": "51M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007501",
        "label": "27A",
        "long": "ABERDEEN (SAI ON STREET) - AP LEI CHAU (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "27A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007502",
        "label": "N27",
        "long": "ABERDEEN (SAI ON STREET) - AP LEI CHAU (CIRCULAR) (OVERNIGHT SERVICE ROUTE)",
        "short": "N27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007530",
        "label": "29A",
        "long": "AP LEI CHAU ESTATE - OCEAN PARK (WATER WORLD)",
        "short": "29A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007532",
        "label": "39",
        "long": "KUNG UM - YUEN LONG (FUNG CHEUNG ROAD)",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007533",
        "label": "39A",
        "long": "KUNG UM ROAD (NEAR MUK KIU TAU) - YUEN LONG (KAU YUK ROAD) (CIRCULAR)",
        "short": "39A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007563",
        "label": "39",
        "long": "KUNG UM - YUEN LONG STATION  (SPECIAL SERVICE)",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007596",
        "label": "10M",
        "long": "WELL ON GARDEN - KWUN TONG (YUE MAN SQUARE)",
        "short": "10M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007629",
        "label": "13",
        "long": "HAVEN OF HOPE HOSPITAL - KWUN TONG (YUE MAN SQUARE)",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007630",
        "label": "79S",
        "long": "TIN SHUI WAI (GRANDEUR TERRACE) - LOK MA CHAU CONTROL POINT",
        "short": "79S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007761",
        "label": "811",
        "long": "SUI WO COURT - YU CHUI COURT",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007762",
        "label": "68K",
        "long": "SHA TIN STATION (PAI TAU STREET) - JULIMOUNT GARDEN",
        "short": "68K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007763",
        "label": "811A",
        "long": "GREENWOOD TERRACE - PICTORIAL GARDEN  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "811A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007764",
        "label": "68S",
        "long": "JULIMOUNT GARDEN - HIN KENG STATION  (SUPPLEMENTARY SERVICE)",
        "short": "68S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007765",
        "label": "68K",
        "long": "TAI WAI STATION PUBLIC TRANSPORT INTERCHANGE - JULIMOUNT GARDEN  (SPECIAL SHORT WORKING SERVICE)",
        "short": "68K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007766",
        "label": "69K",
        "long": "SHA TIN STATION (PAI TAU STREET) - VILLE DE JARDIN / GREENWOOD TERRACE",
        "short": "69K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007767",
        "label": "811A",
        "long": "GREENWOOD TERRACE - PICTORIAL GARDEN  (SUPPLEMENTARY SERVICE ROUTE (OMIT SUI WO COURT PHASE 1)",
        "short": "811A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007768",
        "label": "46M",
        "long": "LAI KONG STREET - LAI KING STATION (CIRCULAR)",
        "short": "46M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007769",
        "label": "47M",
        "long": "WONDERLAND VILLAS - LAI KING STATION (CIRCULAR)",
        "short": "47M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007770",
        "label": "90M",
        "long": "LAI KONG STREET - MEI FOO STATION (CIRCULAR)",
        "short": "90M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007771",
        "label": "92M",
        "long": "WAH YUEN CHUEN - MEI FOO STATION (CIRCULAR)",
        "short": "92M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007772",
        "label": "93",
        "long": "WAH YUEN CHUEN - TSUEN WAN (HAM TIN STREET)",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007773",
        "label": "93A",
        "long": "WONDERLAND VILLAS - TSUEN WAN (HAM TIN STREET)  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "93A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007794",
        "label": "811P",
        "long": "CITY ONE PLAZA - ROYAL ASCOT  (SHORT WORKING SERVICE)",
        "short": "811P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007795",
        "label": "811B",
        "long": "YIU ON - FO TAN (CHEUNG LEK MEI STREET) (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "811B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007827",
        "label": "811K",
        "long": "SUI WO COURT - FO TAN STATION (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "811K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007828",
        "label": "811K",
        "long": "SUI WO COURT - FO TAN STATION (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE (OMIT WONG CHUK YEUNG STREET AND KWEI TEI STREET)",
        "short": "811K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007830",
        "label": "811S",
        "long": "SUI WO COURT PHASE I - YIU ON (HANG HONG STREET) (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "811S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007860",
        "label": "27",
        "long": "HONG KONG SCIENCE PARK - SHA TIN (PAI TAU STREET)",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007861",
        "label": "27A",
        "long": "PAK SHEK KOK (PROVIDENCE BAY) - SHA TIN (PAI TAU STREET)  (SUPPLEMENTARY SERVICE)",
        "short": "27A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007862",
        "label": "27A",
        "long": "PAK SHEK KOK (PROVIDENCE BAY) - SHA TIN (PAI TAU STREET) (VIA SCIENCE PARK WEST AVENUE)  (SUPPLEMENTARY SERVICE)",
        "short": "27A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007893",
        "label": "27A",
        "long": "PAK SHEK KOK (PROVIDENCE BAY) - SHA TIN (PAI TAU STREET)  (SPECIAL DEPARTURES)(VIA THE HORIZON)",
        "short": "27A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007894",
        "label": "27A",
        "long": "PAK SHEK KOK (PROVIDENCE BAY) - SHA TIN (PAI TAU STREET)  (SPECIAL DEPARTURES)(VIA THE HORIZON AND CHONG SAN ROAD)",
        "short": "27A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007895",
        "label": "27B",
        "long": "PAK SHEK KOK (PROVIDENCE BAY) - SHA TIN (PAI TAU STREET)(VIA UNIVERSITY STATION)  (SUPPLEMENTARY SERVICE)",
        "short": "27B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007959",
        "label": "89",
        "long": "TSUEN WAN (HO PUI STREET) - SHEK TAU STREET",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007992",
        "label": "89A",
        "long": "TSUEN WAN (HO PUI STREET) - KWAI HING STATION  (SUPPLEMENTARY SERVICE)",
        "short": "89A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007993",
        "label": "89B",
        "long": "HOI KWAI ROAD PUBLIC TRANSPORT INTERCHANGE - KWAI SHING NORTH (KWAI HAU STREET)  (SUPPLEMENTARY SERVICE)",
        "short": "89B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007994",
        "label": "89P",
        "long": "SHEK TAU STREET - KWAI FONG (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "89P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007995",
        "label": "89M",
        "long": "KWAI SHING NORTH (KWAI HAU STREET) - KWAI FONG STATION (CIRCULAR)",
        "short": "89M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007996",
        "label": "89S",
        "long": "KWAI FONG STATION - KWAI SHING NORTH (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "89S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007997",
        "label": "98",
        "long": "TSUEN WAN (HO PUI STREET) - KWAI SHING NORTH (KWAI HAU STREET)",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007998",
        "label": "98",
        "long": "TSUEN WAN (HO PUI STREET) - HIGH PROSPERITY TERRACE (CIRCULAR) (SPECIAL SHORT WORKING SERVICE)",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2007999",
        "label": "80",
        "long": "TSUEN WAN (CHUEN LUNG STREET) - CHUEN LUNG",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008000",
        "label": "52",
        "long": "CHUK YUEN ESTATE - SAN PO KONG",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008001",
        "label": "53M",
        "long": "LOK FU STATION - TIN MA COURT (KAM CHUK LANE) (CIRCULAR)",
        "short": "53M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008002",
        "label": "95",
        "long": "TSUEN WAN CENTRE - HOI KWAI ROAD PUBLIC TRANSPORT INTERCHANGE",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008003",
        "label": "96",
        "long": "TSUEN WAN (HOI PA STREET) - TSING LUNG TAU",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008004",
        "label": "95K",
        "long": "HOI KWAI ROAD PUBLIC TRANSPORT INTERCHANGE - TSUEN WAN STATION  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "95K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008005",
        "label": "95A",
        "long": "TSUEN TAK GARDENS - TSUEN WAN STATION (CIRCULAR)",
        "short": "95A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008025",
        "label": "65",
        "long": "PAMELA YOUDE NETHERSOLE EASTERN HOSPITAL - NORTH POINT (FORT STREET)",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008058",
        "label": "95M",
        "long": "TSUEN WAN STATION - TSUEN WAN CENTRE",
        "short": "95M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008059",
        "label": "96P",
        "long": "TSUEN WAN WEST STATION PUBLIC TRANSPORT INTERCHANGE - BELVEDERE GARDEN (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "96P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008060",
        "label": "65A",
        "long": "CHAI WAN (HONG MAN STREET) - QUARRY BAY (VIA PAMELA YOUDE NETHERSOLE EASTERN HOSPITAL) (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "65A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008061",
        "label": "96A",
        "long": "YAU KOM TAU VILLAGE - TSUEN WAN STATION (CIRCULAR)",
        "short": "96A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008062",
        "label": "96B",
        "long": "BELVEDERE GARDEN - TSUEN WAN STATION (CIRCULAR)",
        "short": "96B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008091",
        "label": "96M",
        "long": "TSUEN WAN STATION - TSING LUNG TAU",
        "short": "96M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008092",
        "label": "65X",
        "long": "PAMELA YOUDE NETHERSOLE EASTERN HOSPITAL - NORTH POINT FERRY PIER PUBLIC TRANSPORT INTERCHANGE  (SUPPLEMENTARY SERVICE)",
        "short": "65X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008093",
        "label": "96C",
        "long": "TSUEN WAN STATION - BELLAGIO  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "96C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008094",
        "label": "76",
        "long": "SIU HUM TSUEN - YUEN LONG (FOOK HONG STREET)  (SPECIAL DEPARTURE (OMIT KIK YEUNG ROAD)",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008157",
        "label": "94A",
        "long": "LEI MUK SHUE ESTATE PUBLIC TRANSPORT INTERCHANGE - KWAI FOO ROAD (CIRCULAR) (SUPPLEMENTARY SERVICE DEPARTURE)",
        "short": "94A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008223",
        "label": "63K",
        "long": "MEI TIN ESTATE PUBLIC TRANSPORT INTERCHANGE - TAI WAI STATION (TSUEN NAM ROAD)",
        "short": "63K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008224",
        "label": "63A",
        "long": "MEI CHUNG COURT - TAI WAI STATION (TSUEN NAM ROAD)  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "63A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008225",
        "label": "63B",
        "long": "GRANVILLE GARDEN - TAI WAI STATION (TSUEN NAM ROAD)  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "63B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008226",
        "label": "63S",
        "long": "MEI TIN ESTATE PUBLIC TRANSPORT INTERCHANGE - MONG KOK  (OVERNIGHT DEPARTURE)",
        "short": "63S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008227",
        "label": "64K",
        "long": "FU SHAN - TAI WAI STATION (TSUEN NAM ROAD)",
        "short": "64K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008256",
        "label": "806M",
        "long": "PAK SHEK KOK - SHEK MUN (CIRCULAR) (SHORT WORKING SERVICE)",
        "short": "806M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008289",
        "label": "71A",
        "long": "PO TAT ESTATE - LAM TIN STATION (CIRCULAR)",
        "short": "71A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008290",
        "label": "71",
        "long": "YUEN LONG (YUEN LONG TAI HANG STREET) - SHEK WU TONG (HO PUI)",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008291",
        "label": "71B",
        "long": "SAU MAU PING ESTATE (PHASE 5) - LAM TIN STATION",
        "short": "71B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008322",
        "label": "23",
        "long": "KWUN TONG (WAN HON STREET) - YUE MAN SQUARE PUBLIC TRANSPORT INTERCHANGE",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008355",
        "label": "23B",
        "long": "YUE MAN SQUARE PUBLIC TRANSPORT INTERCHANGE - CHA KWO LING",
        "short": "23B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008388",
        "label": "71A",
        "long": "CHEUNG PO TSUEN - KAM SHEUNG ROAD PUBLIC TRANSPORT INTERCHANGE",
        "short": "71A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008389",
        "label": "23M",
        "long": "YUE MAN SQUARE PUBLIC TRANSPORT INTERCHANGE - LAM TIN STATION (SIN FAT ROAD)  (SPECIAL SERVICE ROUTE)",
        "short": "23M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008390",
        "label": "72",
        "long": "YUEN LONG (YUEN LONG TAI HANG STREET) - LUI KUNG TIN",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008391",
        "label": "23C",
        "long": "LAM TIN STATION (SIN FAT ROAD) - YAU TONG STATION (CHA KWO LING ROAD) (CIRCULAR) (SPECIAL SERVICE ROUTE)",
        "short": "23C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008392",
        "label": "72",
        "long": "KAM SHEUNG ROAD MTR STATION - LUI KUNG TIN  (SHORT-WORKING SERVICE)",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008393",
        "label": "23S",
        "long": "LAGUNA CITY (PHASE 2) - LAM TIN STATION (SIN FAT ROAD)  (SHORT WORKING SERVICE)",
        "short": "23S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008421",
        "label": "24",
        "long": "LAM TIN (PING TIN PUBLIC TRANSPORT INTERCHANGE) - SAM KA TSUEN FERRY (CIRCULAR)",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008454",
        "label": "24M",
        "long": "HING TIN (PIK WAN ROAD) - YAU TONG PUBLIC TRANSPORT INTERCHANGE  (SHORT WORKING SERVICE)",
        "short": "24M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008487",
        "label": "50",
        "long": "UNITED CHRISTIAN HOSPITAL - YUE MAN SQUARE PUBLIC TRANSPORT INTERCHANGE (CIRCULAR)",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008520",
        "label": "87",
        "long": "LEI YUE MUN ESTATE - KOWLOON BAY (KAI YAN STREET) (CIRCULAR)",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008553",
        "label": "73",
        "long": "YUEN LONG (FOOK HONG STREET) PUBLIC LIGHT BUS TERMINUS - SUNG SHAN SAN TSUEN",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008554",
        "label": "74",
        "long": "YUEN LONG (FOOK HONG STREET) - SHING UK TSUEN",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008555",
        "label": "74A",
        "long": "YUEN LONG (FOOK HONG STREET) - TUNG TAU WAI",
        "short": "74A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008586",
        "label": "90A",
        "long": "YAU TONG (YAU LAI ESTATE) - HONG KONG CHILDREN'S HOSPITAL",
        "short": "90A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008587",
        "label": "83A",
        "long": "TSUEN WAN (CHUEN LUNG STREET) - ON YAM ESTATE (ON CHIT STREET)",
        "short": "83A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008589",
        "label": "85",
        "long": "TSUEN WAN (SHIU WO STREET) - FU YUNG SHAN (CHUK LAM SIM YUEN)",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008590",
        "label": "90A",
        "long": "HONG KONG CHILDREN'S HOSPITAL - YAU TONG (YAU LAI ESTATE) VIA KO CHIU ROAD AND LEI YUE MUN ROAD  (SPECIAL DEPARTURES)",
        "short": "90A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008591",
        "label": "86",
        "long": "TSUEN WAN (HOI KWAI ROAD) - SHEK LEI (LEI PUI STREET)",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008592",
        "label": "90B",
        "long": "SAU MAU PING - HONG KONG CHILDREN'S HOSPITAL",
        "short": "90B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008593",
        "label": "86A",
        "long": "TSUEN WAN (CHUEN LUNG STREET) - SHEK LEI (LEI PUI STREET)",
        "short": "86A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008594",
        "label": "86M",
        "long": "TSUEN WAN (CHUEN LUNG STREET) - SHEK LEI (LEI PUI STREET)",
        "short": "86M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008595",
        "label": "611",
        "long": "SHAN PUI ROAD - FAU TSOI STREET (CIRCULAR)",
        "short": "611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008596",
        "label": "88A",
        "long": "TAM KON SHAN ROAD - MAYFAIR GARDENS (CIRCULAR)",
        "short": "88A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008597",
        "label": "611A",
        "long": "YUEN LONG STATION - SHAN PUI ROAD (CIRCULAR)",
        "short": "611A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008598",
        "label": "611B",
        "long": "KWAN LOK LANE - YUEN LONG STATION (CIRCULAR)",
        "short": "611B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008599",
        "label": "611B",
        "long": "TAK YIP STREET - FAU TSOI STREET (CIRCULAR) (SPECIAL SERVICE ROUTE)",
        "short": "611B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008600",
        "label": "88A",
        "long": "MAYFAIR GARDENS - CHEUNG ON ESTATE (CIRCULAR) (SHORT WORKING SERVICES)",
        "short": "88A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008601",
        "label": "88A",
        "long": "TSING YI STATION - TAM KON SHAN ROAD (CIRCULAR) (SHORT WORKING SERVICES)",
        "short": "88A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008602",
        "label": "88A",
        "long": "TSING YI FERRY PIER - TSING YI STATION  (SHORT WORKING SERVICES)",
        "short": "88A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008603",
        "label": "611P",
        "long": "SHAN PUI ROAD - \u5b89\u4fe1\u8857(\u5faa\u73af\u7ebf) (CIRCULAR)",
        "short": "611P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008604",
        "label": "88F",
        "long": "TSING YI STATION - RAMBLER CREST  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "88F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008619",
        "label": "88F",
        "long": "RAMBLER CREST - TSING YI STATION  (SHORT WORKING SERVICE)",
        "short": "88F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008620",
        "label": "611S",
        "long": "UNITED COURT (SHAN PUI ROAD) - YUEN LONG STATION (CIRCULAR)",
        "short": "611S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008621",
        "label": "88M",
        "long": "KWAI FONG STATION - HONG KONG UNITED DOCKYARD",
        "short": "88M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008622",
        "label": "36",
        "long": "YUEN LONG (FOOK HONG STREET) - TAI SHANG WAI RURAL OFFICE",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008623",
        "label": "88M",
        "long": "KWAI FONG STATION - HONG KONG UNITED DOCKYARD (OMIT CHEUNG CHING)",
        "short": "88M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008624",
        "label": "88M",
        "long": "KWAI FONG STATION - CHEUNG CHING ESTATE",
        "short": "88M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008625",
        "label": "88M",
        "long": "HONG KONG UNITED DOCKYARD - KWAI FONG STATION (OMIT METROPLAZA)",
        "short": "88M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008627",
        "label": "88M",
        "long": "KWAI FONG STATION - TSING YI SOUTH (CIRCULAR) (SHORT WORKING SERVICE)",
        "short": "88M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008628",
        "label": "88M",
        "long": "KWAI FONG STATION - TSING YI SOUTH (OMIT METROPLAZA ON RETURN JOURNEY) (CIRCULAR) (SHORT WORKING SERVICE)",
        "short": "88M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008629",
        "label": "88G",
        "long": "KWAI FONG STATION - RAMBLER CREST  (SUPPLEMENTARY SERVICE)",
        "short": "88G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008630",
        "label": "36",
        "long": "TAI SHANG WAI RURAL OFFICE - YUEN LONG (FOOK HONG STREET)  (EVENING DEPARTURES (OMITS KIK YEUNG ROAD)",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008631",
        "label": "88C",
        "long": "KWAI FONG STATION - MAYFAIR GARDENS",
        "short": "88C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008632",
        "label": "37",
        "long": "YUEN LONG (FOOK HONG STREET) - YAU TAM MEI VILLAGE OFFICE",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008633",
        "label": "37",
        "long": "YAU TAM MEI VILLAGE OFFICE - YUEN LONG (FOOK HONG STREET)  (EVENING DEPARTURES (OMITS KIK YEUNG ROAD)",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008652",
        "label": "38",
        "long": "YUEN LONG (FOOK HONG STREET) - HA CHUK YUEN (NEAR HO SANG FARM)",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008653",
        "label": "409",
        "long": "TSING YI (CHEUNG HANG) - TSUEN WAN (TSUEN WAN MARKET STREET) (CIRCULAR)",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008654",
        "label": "409K",
        "long": "TSING YI (CHEUNG HANG) - TSUEN WAN WEST STATION (CIRCULAR) (SUPPLEMENTARY SERVICE DEPARTURE)",
        "short": "409K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008655",
        "label": "409S",
        "long": "TSING YI (CHEUNG HANG) - TSUEN WAN (TSUEN WAN MARKET STREET) VIA TAK HOI STREET (CIRCULAR) (SUPPLEMENTARY SERVICE DEPARTURE)",
        "short": "409S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008685",
        "label": "601",
        "long": "YUEN LONG (FUNG CHEUNG ROAD) - PAK WAI TSUEN",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008686",
        "label": "38",
        "long": "HA CHUK YUEN (NEAR HO SANG FARM) - YUEN LONG (FOOK HONG STREET)  (EVENING DEPARTURES (OMITS KIK YEUNG ROAD)",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008718",
        "label": "601B",
        "long": "PAK WAI TSUEN - KAM SHEUNG ROAD STATION (CIRCULAR)",
        "short": "601B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008719",
        "label": "601C",
        "long": "YUEN LONG (FUNG CHEUNG ROAD) - KAM SHEUNG ROAD STATION (CIRCULAR)",
        "short": "601C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008751",
        "label": "602",
        "long": "YUEN LONG (FUNG CHEUNG ROAD) - TAI KONG PO",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008752",
        "label": "602C",
        "long": "YUEN LONG (FUNG CHEUNG ROAD) - KAM SHEUNG ROAD STATION (CIRCULAR)",
        "short": "602C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008753",
        "label": "603",
        "long": "YUEN LONG (FUNG CHEUNG ROAD) - FUNG KAT HEUNG",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008754",
        "label": "604",
        "long": "YUEN LONG (FUNG CHEUNG ROAD) - SHAN HA TSUEN",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008784",
        "label": "605",
        "long": "KI LUN TSUEN - SHEUNG SHUI STATION",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008785",
        "label": "620",
        "long": "PARK YOHO TRANSPORT INTERCHANGE - KAM SHEUNG ROAD STATION PUBLIC TRANSPORT INTERCHANGE",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008786",
        "label": "606S",
        "long": "YUEN LONG (FUNG CHEUNG ROAD) - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "606S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008817",
        "label": "83M",
        "long": "NGAU TAU KOK (ON WAH STREET) - PING SHEK",
        "short": "83M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008818",
        "label": "83A",
        "long": "CHOI FOOK ESTATE - PING SHEK  (SPECIAL SERVICE ROUTE)",
        "short": "83A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008850",
        "label": "70",
        "long": "DIAMOND HILL STATION PUBLIC TRANSPORT INTERCHANGE - TAI KOK TSUI (ISLAND HARBOURVIEW)",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008851",
        "label": "48S",
        "long": "LEUNG KING ESTATE - MONG KOK",
        "short": "48S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008852",
        "label": "47S",
        "long": "TUEN MUN PIER-HEAD - MONG KOK",
        "short": "47S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008883",
        "label": "70A",
        "long": "DIAMOND HILL STATION PUBLIC TRANSPORT INTERCHANGE - OLYMPIC STATION PUBLIC TRANSPORT INTERCHANGE  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "70A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2008916",
        "label": "73",
        "long": "FESTIVAL WALK PUBLIC TRANSPORT TERMINUS - TSZ WAN SHAN SHOPPING CENTRE (CIRCULAR)",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009015",
        "label": "3A",
        "long": "SAI KUNG - NAM SHAN SAN TSUEN",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009016",
        "label": "3",
        "long": "SAI KUNG - PO LO CHE  (SHORT WORKING SERVICE)",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009017",
        "label": "4A",
        "long": "SAI KUNG - TUI MIN HOI (SEASIDE VILLAS)",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009018",
        "label": "4",
        "long": "SAI KUNG - TUI MIN HOI  (SHORT WORKING SERVICE)",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009048",
        "label": "22M",
        "long": "LOK WAH ESTATE - YUE MAN SQUARE PUBLIC TRANSPORT INTERCHANGE",
        "short": "22M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009081",
        "label": "65K",
        "long": "WONG NAI TAU - FO TAN STATION (CIRCULAR)",
        "short": "65K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009082",
        "label": "65A",
        "long": "WONG NAI TAU - SHA TIN CENTRAL  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "65A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009114",
        "label": "65A",
        "long": "WONG NAI TAU - SHA TIN STATION  (SUPPLEMENTARY SERVICE (MORNING PEAK HOURS 0700 - 0900)",
        "short": "65A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009115",
        "label": "65M",
        "long": "WONG NAI TAU - SHEK MUN STATION  (SHORT WORKING SERVICE)",
        "short": "65M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009116",
        "label": "65S",
        "long": "WONG NAI TAU - MONG KOK STATION (CIRCULAR)",
        "short": "65S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009117",
        "label": "66K",
        "long": "SHA TIN STATION - KAU TO (CIRCULAR)",
        "short": "66K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009118",
        "label": "67K",
        "long": "A KUNG KOK - SHA TIN  STATION",
        "short": "67K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009119",
        "label": "67A",
        "long": "SHEK MUN ESTATE - SHA TIN STATION  (SUPPLEMENTARY SERVICE)",
        "short": "67A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009147",
        "label": "505",
        "long": "SHEUNG SHUI SAN FAT STREET - SHA TIN YUEN CHAU KOK",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009180",
        "label": "59S",
        "long": "SHEUNG SHUI STATION - HEUNG YUEN WAI BOUNDARY CONTROL POINT",
        "short": "59S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009246",
        "label": "2",
        "long": "WHAMPOA GARDEN PUBLIC TRANSPORT INTERCHANGE - FESTIVAL WALK PUBLIC TRANSPORT INTERCHANGE",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009247",
        "label": "2A",
        "long": "WHAMPOA GARDEN PUBLIC TRANSPORT INTERCHANGE - FESTIVAL WALK PUBLIC TRANSPORT INTERCHANGE  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009312",
        "label": "59A",
        "long": "SHEUNG SHUI HEUNG - SHEUNG SHUI STATION (CIRCULAR)",
        "short": "59A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009378",
        "label": "73A",
        "long": "YUEN LONG (FOOK HONG STREET) PUBLIC LIGHT BUS TERMINUS - YUEN LONG (SUNG SHAN SAN TSUEN)",
        "short": "73A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009477",
        "label": "23P",
        "long": "KO LING ROAD - LAM TIN STATION (SIN FAT ROAD)  (SPECIAL SERVICE ROUTE)",
        "short": "23P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009543",
        "label": "54K",
        "long": "SUI WAN ROAD, NEAR MA WAT WAI TSUEN - FANLING STATION ROAD, NEAR GALAXY COURT, FANLING TOWN CENTER  (SPECIAL DEPARTURE)",
        "short": "54K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009576",
        "label": "503K",
        "long": "QUEEN'S HILL - SPOT  (SHORT WORKING SERVICE DEPARTURE)",
        "short": "503K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009609",
        "label": "116",
        "long": "PAK SHING KOK - TSEUNG KWAN O STATION (CIRCULAR)",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009642",
        "label": "CX1",
        "long": "AUSTIN STATION - HONG KONG PALACE MUSEUM (CIRCULAR)",
        "short": "CX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009675",
        "label": "506",
        "long": "CHI FUK CIRCUIT - LUEN WO HUI (CIRCULAR)",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009708",
        "label": "507",
        "long": "MA SIK ROAD - FANLING STATION (CIRCULAR)",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009741",
        "label": "31X",
        "long": "TIN WAN ESTATE - CAUSEWAY BAY (JAFFE ROAD)  (EXPRESS SERVICE DEPARTURE)",
        "short": "31X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009774",
        "label": "621",
        "long": "HUNG SHUI KIU (HUNG YUEN ROAD) - TIN SHUI WAI NORTH (WETLAND PARK ROAD) (VIA TIN SHUI WAI HOSPITAL) (CIRCULAR)",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009807",
        "label": "621",
        "long": "HUNG SHUI KIU (HUNG YUEN ROAD) - TIN SHUI WAI NORTH (WETLAND PARK ROAD) (VIA TIN SHUI WAI HOSPITAL) (CIRCULAR) (MORNING DEPARTURE)",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009840",
        "label": "54",
        "long": "QUEEN MARY HOSPITAL - CENTRAL (FERRY PIERS)  (MORNING SPECIAL DEPARTURES)",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009842",
        "label": "54",
        "long": "CENTRAL (FERRY PIERS) - QUEEN MARY HOSPITAL  (SPECIAL NIGHT ROUTE)",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009873",
        "label": "24",
        "long": "TAI PO (FU TIP ESTATE) - TAI PO (KWONG FUK ROAD) (CIRCULAR)",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009906",
        "label": "618A",
        "long": "TIN SHUI WAI (TIN YAN ESTATE) - SHENZHEN BAY PORT  (SHORT WORKING SERVICES)",
        "short": "618A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009939",
        "label": "20G",
        "long": "WONG YUE TAN (LOK SIN VILLAGE) - TAI PO MARKET STATION  (SUPPLEMENTARY SERVICE)",
        "short": "20G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2009972",
        "label": "88D",
        "long": "CHUNG MEI ROAD, NEAR CHING HO HOUSE, CHEUNG CHING ESTATE - HING NING ROAD, NEAR METROPLAZA  (SHORT WORKING SERVICE)",
        "short": "88D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010005",
        "label": "55S",
        "long": "SHA TAU KOK PUBLIC TRANSPORT INTERCHANGE - TA KWU LING (TSUNG YUEN HA)  (SUPPLEMENTARY SERVICE)",
        "short": "55S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010038",
        "label": "82",
        "long": "CHOI HING COURT - PING SHEK PUBLIC TRANSPORT INTERCHANGE 1/F  (SUPPLEMENTARY SERVICE)",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010071",
        "label": "28K",
        "long": "TAI PO MARKET STATION - SHA TIN (PAK HOK TING STREET) (CIRCULAR)",
        "short": "28K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010073",
        "label": "28K",
        "long": "TAI PO ROAD - SHA TIN (PAK HOK TING STREET)  (SPECIAL DEPARTURE)",
        "short": "28K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010074",
        "label": "28K",
        "long": "TAI PO MARKET STATION - DEERHILL BAY  (SPECIAL DEPARTURE)",
        "short": "28K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010075",
        "label": "28K",
        "long": "KWONG FUK ROAD - SHA TIN (PAK HOK TING STREET)  (SPECIAL DEPARTURE)",
        "short": "28K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010076",
        "label": "28S",
        "long": "PAK SHEK KOK (PROVIDENCE BAY) - SHA TIN (PAK HOK TING STREET) (CIRCULAR)",
        "short": "28S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010077",
        "label": "814",
        "long": "LAI PING ROAD - SHA TIN (PAK HOK TING STREET) (CIRCULAR)",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010104",
        "label": "44",
        "long": "CHEUNG SHA WAN (CASTLE PEAK ROAD) - HOI YING ESTATE (CIRCULAR) (SPECIAL SERVICE ROUTE ( VIA HOI LAI ESTATE PUBLIC TRANSPORT INTERCHANGE)",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010137",
        "label": "44",
        "long": "CHEUNG SHA WAN (CASTLE PEAK ROAD) - HOI YING ESTATE (CIRCULAR) (SPECIAL SERVICE ROUTE)",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010170",
        "label": "57K",
        "long": "SHEUNG SHUI STATION PUBLIC LIGHT BUS TERMINUS - FANLING (TONG KUNG LENG) MINIBUS TERMINUS",
        "short": "57K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010171",
        "label": "57K",
        "long": "SHEUNG SHUI STATION PUBLIC LIGHT BUS TERMINUS - TSIU KENG ROAD, NEAR PANG ANCESTRAL HALL  (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "57K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010203",
        "label": "58K",
        "long": "SHEUNG SHUI STATION PUBLIC LIGHT BUS TERMINUS - PING KONG ROAD, NEAR PING KONG",
        "short": "58K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010236",
        "label": "608S",
        "long": "CONCORDIA TSAT SING KONG PUBLIC LIGHT BUS TERMINUS - KAM SHEUNG ROAD STATION PUBLIC TRANSPORT INTERCHANGE (CIRCULAR) (SUPPLEMENTARY SERVICE)",
        "short": "608S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010269",
        "label": "803",
        "long": "HIN KENG - LEE ON",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010270",
        "label": "803",
        "long": "HIN KENG - LEE ON  (SPECIAL DEPARTURE)",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010274",
        "label": "803K",
        "long": "TAI WAI STATION PUBLIC TRANSPORT INTERCHANGE - HIN KENG  (SUPPLEMENTARY SERVICE)",
        "short": "803K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010275",
        "label": "804",
        "long": "KWONG YUEN - HIN KENG",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010277",
        "label": "805S",
        "long": "KAM YING COURT - MONG KOK",
        "short": "805S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010278",
        "label": "805S",
        "long": "MONG KOK - KAM YING COURT  (SPECIAL DEPARTURE(OMIT CHEVALIER GARDEN)",
        "short": "805S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010279",
        "label": "810",
        "long": "SHA TIN CENTRAL - MA ON SHAN (VILLA ATHENA) (CIRCULAR)",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010280",
        "label": "810",
        "long": "SHA TIN CENTRAL (RE-ROUTED TO OMIT PO TAI STREET) - MA ON SHAN (VILLA ATHENA) (CIRCULAR) (SPECIAL SERVICE)",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010281",
        "label": "810A",
        "long": "WHITE HEAD - SHA TIN CENTRAL  (SUPPLEMENTARY SERVICE)",
        "short": "810A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010335",
        "label": "76A",
        "long": "KWONG TIN - UNITED CHRISTIAN HOSPITAL (CIRCULAR)",
        "short": "76A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010368",
        "label": "47",
        "long": "SHUN LEE - TSUI PING (FUK TONG ROAD)",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010401",
        "label": "28A",
        "long": "TAI PO MARKET STATION - YAU KING LANE  (SPECIAL DEPARTURE)",
        "short": "28A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010434",
        "label": "618B",
        "long": "TIN SHUI WAI (WETLAND PARK ROAD) - SHENZHEN BAY PORT  (SHORT WORKING SERVICES)",
        "short": "618B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010500",
        "label": "55K",
        "long": "LOI TUNG - SHEUNG SHUI STATION PUBLIC LIGHT BUS TERMINUS  (MORNING SPECIAL ROUTE)",
        "short": "55K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010501",
        "label": "55K",
        "long": "TAM SHUI HANG - SHEUNG SHUI STATION PUBLIC LIGHT BUS TERMINUS  (MORNING SPECIAL ROUTE)",
        "short": "55K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010635",
        "label": "624",
        "long": "PARK YOHO TRANSPORT TERMINUS - YUEN LONG STATION (LONG MING STREET) (CIRCULAR)",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010698",
        "label": "91",
        "long": "SAU MAU PING (HIU KWONG STREET) - JORDAN (PAK HOI STREET)",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010731",
        "label": "91",
        "long": "SAU MAU PING (HIU KWONG STREET) - JORDAN (NANKING STREET)  (MORNING DEPARTURES)",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010764",
        "label": "91",
        "long": "JORDAN (PAK HOI STREET) - SAU MAU PING (HIU KWONG STREET) (CIRCULAR) (SPECIAL SERVICE)",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010797",
        "label": "88A",
        "long": "WONG TAI SIN STATION - HONG KONG CHILDREN\u2019S HOSPITAL (CIRCULAR) (SUPPLEMENTARY DEPARTURE)",
        "short": "88A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010798",
        "label": "88A",
        "long": "KAI CHING ESTATE - HONG KONG CHILDREN\u2019S HOSPITAL (CIRCULAR) (SHORT WORKING DEPARTURE)",
        "short": "88A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010830",
        "label": "36A",
        "long": "YUEN LONG (FOOK HONG STREET) - YAU POK ROAD LIGHT PUBLIC HOUSING",
        "short": "36A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010863",
        "label": "36A",
        "long": "YAU POK ROAD LIGHT PUBLIC HOUSING - YUEN LONG (FOOK HONG STREET)  (EVENING DEPARTURES (OMITS KIK YEUNG ROAD)",
        "short": "36A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010896",
        "label": "117A",
        "long": "ANDERSON (ONYU ROAD) PUBLIC TRANSPORT TERMINUS - SHEUNG TAK PUBLIC TERMINUS",
        "short": "117A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010929",
        "label": "508",
        "long": "SHEUNG SHUI STATION - KWU TUNG NORTH MULTI-WELFARE SERVICES COMPLEX TERMINUS",
        "short": "508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010962",
        "label": "83B",
        "long": "CHOI HING ROAD LIGHT PUBLIC HOUSING - PING SHEK  (SPECIAL SERVICE ROUTE)",
        "short": "83B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2010995",
        "label": "N4M",
        "long": "ABERDEEN (SHEK PAI WAN) - WONG CHUK HANG STATION  (OVERNIGHT SERVICE)",
        "short": "N4M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011028",
        "label": "54A",
        "long": "WO MUK ROAD OUTSIDE UNION PLAZA - FANLING STATION  (SPECIAL DEPARTURE)",
        "short": "54A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011094",
        "label": "60C",
        "long": "SHA TIN STATION - FO TAN COTTAGE AREA  (SPECIAL DEPARTURE)",
        "short": "60C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011127",
        "label": "116M",
        "long": "TSEUNG KWAN O STATION PUBLIC TRANSPORT INTERCHANGE - PAK SHING KOK (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "116M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011160",
        "label": "65X",
        "long": "WONG NAI TAU - CITY ONE STATION (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "65X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011193",
        "label": "36",
        "long": "YUEN LONG (FOOK HONG STREET) - TAI SHANG WAI RURAL OFFICE (CIRCULAR) (SPECIAL NIGHT DEPARTURE (VIA YAU POK ROAD LIGHT PUBLIC HOUSING)",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011226",
        "label": "806X",
        "long": "WONG NAI TAU - WAN TAU TONG  (SPECIAL ROUTE (OMIT SCIENCE AND TECHNOLOGY PARK AND PAK SHEK KOK)",
        "short": "806X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011259",
        "label": "116H",
        "long": "TSEUNG KWAN O STATION PUBLIC TRANSPORT INTERCHANGE - THE CHINESE MEDICINE HOSPITAL (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "116H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011292",
        "label": "59B",
        "long": "CHOI SHEK ESTATE - SHEK WU HUI SAN FUNG AVENUE (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "59B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011327",
        "label": "45M",
        "long": "CARITAS MEDICAL CENTRE - SHAM SHUI PO (YU CHAU STREET)",
        "short": "45M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011358",
        "label": "68",
        "long": "CHOI WAN ESTATE - KOWLOON BAY (CIRCULAR)",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011391",
        "label": "75X",
        "long": "SHAM SHUI PO (FU CHEONG ESTATE) - CHEUNG SHA WAN (CASTLE PEAK ROAD) (CIRCULAR) (SUPPLEMENTARY SERVICE ROUTE)",
        "short": "75X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011424",
        "label": "74",
        "long": "KOWLOON STATION - MONG KOK (LUEN WAN STREET) (CIRCULAR)",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011457",
        "label": "313",
        "long": "TSUEN WAN (TSO KUNG STREET) - KWAI CHUNG HOSPITAL  (SPECIAL SERVICE)",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011490",
        "label": "811B",
        "long": "YIU ON - FO TAN (CHEUNG LEK MEI STREET)  (SPECIAL DEPARTURE)",
        "short": "811B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011523",
        "label": "56B",
        "long": "MID-LEVELS ROBINSON ROAD - TIN HAU STATION",
        "short": "56B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2011556",
        "label": "117B",
        "long": "ANDERSON (ONYU ROAD) PUBLIC TRANSPORT TERMINUS - YAU TONG (CIRCULAR)",
        "short": "117B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "4001",
        "label": "SHAU KEI WAN - WESTERN MARKET ($2 FOR JOYYOU CARD HOLDER AGED 60 TO 64)",
        "long": "SHAU KEI WAN - WESTERN MARKET ($2 FOR JOYYOU CARD HOLDER AGED 60 TO 64)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "4002",
        "label": "SHAU KEI WAN - HAPPY VALLEY ($2 FOR JOYYOU CARD HOLDER AGED 60 TO 64)",
        "long": "SHAU KEI WAN - HAPPY VALLEY ($2 FOR JOYYOU CARD HOLDER AGED 60 TO 64)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "4003",
        "label": "KENNEDY TOWN - HAPPY VALLEY ($2 FOR JOYYOU CARD HOLDER AGED 60 TO 64)",
        "long": "KENNEDY TOWN - HAPPY VALLEY ($2 FOR JOYYOU CARD HOLDER AGED 60 TO 64)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "4004",
        "label": "SHEK TONG TSUI - CAUSEWAY BAY ($2 FOR JOYYOU CARD HOLDER AGED 60 TO 64)",
        "long": "SHEK TONG TSUI - CAUSEWAY BAY ($2 FOR JOYYOU CARD HOLDER AGED 60 TO 64)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "4005",
        "label": "NORTH POINT - SHEK TONG TSUI ($2 FOR JOYYOU CARD HOLDER AGED 60 TO 64)",
        "long": "NORTH POINT - SHEK TONG TSUI ($2 FOR JOYYOU CARD HOLDER AGED 60 TO 64)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "4007",
        "label": "SHAU KEI WAN - KENNEDY TOWN ($2 FOR JOYYOU CARD HOLDER AGED 60 TO 64)",
        "long": "SHAU KEI WAN - KENNEDY TOWN ($2 FOR JOYYOU CARD HOLDER AGED 60 TO 64)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": false,
        "id": "5001",
        "label": "CENTRAL (GARDEN ROAD) - THE PEAK",
        "long": "CENTRAL (GARDEN ROAD) - THE PEAK",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Funicular"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000003",
        "label": "TUEN MUN - TUNG CHUNG",
        "long": "TUEN MUN - TUNG CHUNG",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000004",
        "label": "TUNG CHUNG - TAI O",
        "long": "TUNG CHUNG - TAI O",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000005",
        "label": "SAI KUNG - FO TAU FAN CHAU (PRE-PAID RETURN TRIP FARE IS REQUIRED FOR OUTGOING TRIP, WHICH IS TOTAL $80.)",
        "long": "SAI KUNG - FO TAU FAN CHAU (PRE-PAID RETURN TRIP FARE IS REQUIRED FOR OUTGOING TRIP, WHICH IS TOTAL $80.)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000006",
        "label": "MA LIU SHUI - KAT O",
        "long": "MA LIU SHUI - KAT O",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000008",
        "label": "PENG CHAU - CHEUNG CHAU (VIA MUI WO)",
        "long": "PENG CHAU - CHEUNG CHAU (VIA MUI WO)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000009",
        "label": "MUI WO - CHEUNG CHAU",
        "long": "MUI WO - CHEUNG CHAU",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000010",
        "label": "PENG CHAU - MUI WO",
        "long": "PENG CHAU - MUI WO",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000013",
        "label": "PENG CHAU - DISCOVERY BAY",
        "long": "PENG CHAU - DISCOVERY BAY",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000014",
        "label": "MA LIU SHUI - WONG SHEK PIER (VIA KO LAU WAN, CHEK KENG)",
        "long": "MA LIU SHUI - WONG SHEK PIER (VIA KO LAU WAN, CHEK KENG)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000016",
        "label": "DISCOVERY BAY - MUI WO (VIA PENG CHAU)",
        "long": "DISCOVERY BAY - MUI WO (VIA PENG CHAU)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000020",
        "label": "HIGH ISLAND - SAI KUNG (RETURN TRIP SKIP KAU SAI VILLAGE)",
        "long": "HIGH ISLAND - SAI KUNG (RETURN TRIP SKIP KAU SAI VILLAGE)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000023",
        "label": "CENTRAL - DISCOVERY BAY NORTH (EXTEND TO DISCOVERY BAY NORTH)",
        "long": "CENTRAL - DISCOVERY BAY NORTH (EXTEND TO DISCOVERY BAY NORTH)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000025",
        "label": "SHA TAU KOK - LAI CHI WO/KAT O/AP CHAU (CIRCULAR)",
        "long": "SHA TAU KOK - LAI CHI WO/KAT O/AP CHAU (CIRCULAR)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000027",
        "label": "TSEUNG KWAN O (SOUTH) - SAI WAN HO",
        "long": "TSEUNG KWAN O (SOUTH) - SAI WAN HO",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000028",
        "label": "SAI KUNG - KAU SAI VILLAGE/HIGH ISLAND",
        "long": "SAI KUNG - KAU SAI VILLAGE/HIGH ISLAND",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000029",
        "label": "TAI SHUI HANG - LAI CHI WO/KAT O/AP CHAU (CIRCULAR)",
        "long": "TAI SHUI HANG - LAI CHI WO/KAT O/AP CHAU (CIRCULAR)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000030",
        "label": "SHA TAU KOK - AP CHAU/KAT O/LAI CHI WO (CIRCULAR)",
        "long": "SHA TAU KOK - AP CHAU/KAT O/LAI CHI WO (CIRCULAR)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000031",
        "label": "ABERDEEN/STANLEY - PO TOI ISLAND",
        "long": "ABERDEEN/STANLEY - PO TOI ISLAND",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000036",
        "label": "TSIM SHA TSUI / TSIM SHA TSUI EAST - LEI YUE MUN",
        "long": "TSIM SHA TSUI / TSIM SHA TSUI EAST - LEI YUE MUN",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000037",
        "label": "CENTRAL - WEST KOWLOON",
        "long": "CENTRAL - WEST KOWLOON",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000038",
        "label": "TSIM SHA TSUI EAST - WEST KOWLOON",
        "long": "TSIM SHA TSUI EAST - WEST KOWLOON",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000039",
        "label": "WEST KOWLOON / TSIM SHA TSUI EAST - WAN CHAI / CENTRAL",
        "long": "WEST KOWLOON / TSIM SHA TSUI EAST - WAN CHAI / CENTRAL",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7000040",
        "label": "CENTRAL / WAN CHAI - TSIM SHA TSUI EAST",
        "long": "CENTRAL / WAN CHAI - TSIM SHA TSUI EAST",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7001",
        "label": "PO TOI ISLAND - ABERDEEN/STANLEY",
        "long": "PO TOI ISLAND - ABERDEEN/STANLEY",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7003",
        "label": "ABERDEEN - SOK KWU WAN (VIA MO TAT)",
        "long": "ABERDEEN - SOK KWU WAN (VIA MO TAT)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7004",
        "label": "ABERDEEN - YUNG SHUE WAN (VIA PAK KOK TSUEN)",
        "long": "ABERDEEN - YUNG SHUE WAN (VIA PAK KOK TSUEN)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7005",
        "label": "CENTRAL - CHEUNG CHAU",
        "long": "CENTRAL - CHEUNG CHAU",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7006",
        "label": "CENTRAL - MUI WO",
        "long": "CENTRAL - MUI WO",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7007",
        "label": "CENTRAL - PENG CHAU",
        "long": "CENTRAL - PENG CHAU",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7008",
        "label": "CENTRAL - SOK KWU WAN",
        "long": "CENTRAL - SOK KWU WAN",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7009",
        "label": "CENTRAL - YUNG SHUE WAN",
        "long": "CENTRAL - YUNG SHUE WAN",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7010",
        "label": "CENTRAL - DISCOVERY BAY",
        "long": "CENTRAL - DISCOVERY BAY",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7014",
        "label": "CENTRAL - HEI LING CHAU",
        "long": "CENTRAL - HEI LING CHAU",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7015",
        "label": "PENG CHAU - CHEUNG CHAU (VIA MUI WO & CHI MA WAN)",
        "long": "PENG CHAU - CHEUNG CHAU (VIA MUI WO & CHI MA WAN)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7016",
        "label": "MA LIU SHUI - TUNG PING CHAU (SINGLE TRIP FARE: $50,  PRE-PAID RETURN TRIP FARE IS REQUIRED FOR OUTGOING TRIP, WHICH IS TOTAL $100.)",
        "long": "MA LIU SHUI - TUNG PING CHAU (SINGLE TRIP FARE: $50,  PRE-PAID RETURN TRIP FARE IS REQUIRED FOR OUTGOING TRIP, WHICH IS TOTAL $100.)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7017",
        "label": "MA WAN - CENTRAL",
        "long": "MA WAN - CENTRAL",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7018",
        "label": "MA WAN - TSUEN WAN",
        "long": "MA WAN - TSUEN WAN",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7019",
        "label": "NORTH POINT - HUNG HOM",
        "long": "NORTH POINT - HUNG HOM",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7020",
        "label": "NORTH POINT - KOWLOON CITY",
        "long": "NORTH POINT - KOWLOON CITY",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7021",
        "label": "NORTH POINT - KAI TAK",
        "long": "NORTH POINT - KAI TAK",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7022",
        "label": "SAI WAN HO - KWUN TONG",
        "long": "SAI WAN HO - KWUN TONG",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7023",
        "label": "SAI WAN HO - SAM KA TSUEN",
        "long": "SAI WAN HO - SAM KA TSUEN",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7025",
        "label": "TUEN MUN - TAI O",
        "long": "TUEN MUN - TAI O",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7026",
        "label": "MA LIU SHUI - TAP MUN",
        "long": "MA LIU SHUI - TAP MUN",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7027",
        "label": "TAP MUN - WONG SHEK PIER",
        "long": "TAP MUN - WONG SHEK PIER",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7030",
        "label": "TSIM SHA TSUI - CENTRAL",
        "long": "TSIM SHA TSUI - CENTRAL",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7031",
        "label": "TSIM SHA TSUI - WAN CHAI",
        "long": "TSIM SHA TSUI - WAN CHAI",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7032",
        "label": "PENG CHAU - DISCOVERY BAY (VIA TRAPPIST MONASTERY)",
        "long": "PENG CHAU - DISCOVERY BAY (VIA TRAPPIST MONASTERY)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7035",
        "label": "SAM KA TSUEN - TUNG LUNG ISLAND (SINGLE TRIP FARE: $22.5.  PRE-PAID RETURN TRIP FARE IS REQUIRED FOR OUTGOING TRIP, WHICH IS TOTAL $45.)",
        "long": "SAM KA TSUEN - TUNG LUNG ISLAND (SINGLE TRIP FARE: $22.5.  PRE-PAID RETURN TRIP FARE IS REQUIRED FOR OUTGOING TRIP, WHICH IS TOTAL $45.)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7036",
        "label": "SHA TAU KOK - KAT O",
        "long": "SHA TAU KOK - KAT O",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7041",
        "label": "DISCOVERY BAY - MUI WO",
        "long": "DISCOVERY BAY - MUI WO",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7051",
        "label": "ABERDEEN - AP LEI CHAU (BOARDING AT LANDING STEP OUTSIDE ABERDEEN PROMENADE)",
        "long": "ABERDEEN - AP LEI CHAU (BOARDING AT LANDING STEP OUTSIDE ABERDEEN PROMENADE)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7052",
        "label": "ABERDEEN - AP LEI CHAU (BOARDING AT STATIONARY VESSEL OUTSIDE ABERDEEN WHOLESALE FISH MARKET)",
        "long": "ABERDEEN - AP LEI CHAU (BOARDING AT STATIONARY VESSEL OUTSIDE ABERDEEN WHOLESALE FISH MARKET)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7053",
        "label": "SAI WAN HO - TUNG LUNG ISLAND (RETURN TRIP FARE IS INCLUDED IN THE OUTGOING TRIP FARE FROM SAI WAN HOI TO TUNG LUNG ISLAND)",
        "long": "SAI WAN HO - TUNG LUNG ISLAND (RETURN TRIP FARE IS INCLUDED IN THE OUTGOING TRIP FARE FROM SAI WAN HOI TO TUNG LUNG ISLAND)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7055",
        "label": "MA LIU SHUI - LAI CHI WO",
        "long": "MA LIU SHUI - LAI CHI WO",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7056",
        "label": "NORTH POINT - KWUN TONG",
        "long": "NORTH POINT - KWUN TONG",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7057",
        "label": "ABERDEEN - PO TOI ISLAND",
        "long": "ABERDEEN - PO TOI ISLAND",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7058",
        "label": "STANLEY - PO TOI ISLAND",
        "long": "STANLEY - PO TOI ISLAND",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "7059",
        "label": "CENTRAL - HUNG HOM",
        "long": "CENTRAL - HUNG HOM",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8009",
        "label": "203S",
        "long": "CHAK ON ESTATE - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "203S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8012",
        "label": "242X",
        "long": "TSING YI (CHEUNG HANG ESTATE) - TSIM SHA TSUI",
        "short": "242X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8043",
        "label": "77X",
        "long": "WAH KWAI ESTATE - SAI WAN HO (TAI HONG STREET)",
        "short": "77X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8064",
        "label": "16",
        "long": "PING TIN - MONG KOK (PARK AVENUE)",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8066",
        "label": "118",
        "long": "CROSS HARBOUR TUNNEL - SIU SAI WAN (ISLAND RESORT)",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8068",
        "label": "B2P",
        "long": "TIN SHUI WAI (TIN TSZ ESTATE) - SHENZHEN BAY PORT",
        "short": "B2P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8071",
        "label": "1R",
        "long": "HUNG HOM (HUNG LUEN ROAD) - NGONG PING",
        "short": "1R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8073",
        "label": "935",
        "long": "KWAI CHUNG (ON YAM ESTATE) - WAN CHAI (FLEMING ROAD)",
        "short": "935",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8090",
        "label": "796X",
        "long": "TSEUNG KWAN O INDUSTRIAL ESTATE - TSIM SHA TSUI EAST",
        "short": "796X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8091",
        "label": "796P",
        "long": "TSEUNG KWAN O STATION - TSIM SHA TSUI (EAST)",
        "short": "796P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8092",
        "label": "14D",
        "long": "YAU TONG - CHOI HUNG",
        "short": "14D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8093",
        "label": "91P",
        "long": "DIAMOND HILL STATION - H.K.U.S.T (NORTH)",
        "short": "91P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8094",
        "label": "961P",
        "long": "TUEN MUN (LEUNG KING ESTATE) - CAUSEWAY BAY (VICTORIA PARK)",
        "short": "961P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8096",
        "label": "14D",
        "long": "LAM TIN (KWONG TIN ESTATE) - CHOI HUNG",
        "short": "14D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8097",
        "label": "270P",
        "long": "SHEUNG SHUI - KOWLOON STATION",
        "short": "270P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8099",
        "label": "258S",
        "long": "TUEN MUN (SHAN KING ESTATE) - LAM TIN STATION",
        "short": "258S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8100",
        "label": "960X",
        "long": "HUNG SHUI KIU (HUNG YUEN ROAD) - QUARRY BAY (KING'S ROAD)",
        "short": "960X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8101",
        "label": "E11S",
        "long": "TUNG CHUNG (MUN TUNG ESTATE) - TIN HAU STATION",
        "short": "E11S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8102",
        "label": "99X",
        "long": "SOUTH HORIZONS - SAI WAN HO (TAI HONG STREET)",
        "short": "99X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8104",
        "label": "982X",
        "long": "YU CHUI COURT - WAN CHAI(FLEMING ROAD)",
        "short": "982X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8108",
        "label": "14",
        "long": "GRAND PROMENADE - STANLEY PLAZA (CIRCULAR) (VIA STANLEY VILLAGE, STANLEY FORT)",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8109",
        "label": "6",
        "long": "CENTRAL (EXCHANGE SQUARE) - STANLEY MARKET (OMIT MA HANG)",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8110",
        "label": "14",
        "long": "GRAND PROMENADE - STANLEY PLAZA (VIA MA HANG IN THE MORNING)",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8111",
        "label": "14",
        "long": "GRAND PROMENADE - STANLEY FORT GATE (VIA STANLEY VILLAGE, STANLEY PRISON)",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8112",
        "label": "14",
        "long": "GRAND PROMENADE - STANLEY PRISON (VIA STANLEY VILLAGE)",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8113",
        "label": "14",
        "long": "GRAND PROMENADE - STANLEY PLAZA (CIRCULAR) (VIA STANLEY VILLAGE, STANLEY FORT, STANLEY PRISON)",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8114",
        "label": "5P",
        "long": "TSZ WAN SHAN (CENTRAL) - STAR FERRY",
        "short": "5P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8115",
        "label": "215P",
        "long": "LAM TIN (KWONG TIN ESTATE) - KOWLOON STATION",
        "short": "215P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8116",
        "label": "702",
        "long": "BANYAN GARDEN - MAN LOK HOUSE",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8118",
        "label": "702S",
        "long": "HOI YING ESTATE - SO UK ESTATE",
        "short": "702S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8122",
        "label": "702",
        "long": "YEN CHOW STREET - HOI LAI ESTATE",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8124",
        "label": "914P",
        "long": "HOI LAI ESTATE - CAUSEWAY BAY (TIN HAU)",
        "short": "914P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8126",
        "label": "281B",
        "long": "SHEK MUN ESTATE - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "281B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8127",
        "label": "281X",
        "long": "YIU ON - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "281X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8128",
        "label": "286X",
        "long": "HIN KENG - SHAM SHUI PO(CIRCULAR)",
        "short": "286X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8130",
        "label": "15X",
        "long": "LAM TIN (KWONG TIN ESTATE) BUS TERMINUS - HUNG HOM STATION",
        "short": "15X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8131",
        "label": "968X",
        "long": "YUEN LONG (TAK YIP STREET) - QUARRY BAY (KING'S ROAD)",
        "short": "968X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8133",
        "label": "19P",
        "long": "SHAU KEI WAN - TAI HANG ROAD",
        "short": "19P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8134",
        "label": "272A",
        "long": "UNIVERSITY STATION - POK YIN ROAD (CIRCULAR) (VIA CHONG SAN ROAD)",
        "short": "272A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8136",
        "label": "68E",
        "long": "YUEN LONG PARK - TSING YI STATION",
        "short": "68E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8137",
        "label": "268C",
        "long": "SILVER FIELD GARDEN - KWUN TONG FERRY",
        "short": "268C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8138",
        "label": "85",
        "long": "SIU SAI WAN (ISLAND RESORT) - NORTH POINT FERRY",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8139",
        "label": "85A",
        "long": "NORTH POINT FERRY PIER - SHAU KEI WAN",
        "short": "85A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8141",
        "label": "18X",
        "long": "SHAU KEI WAN - KENNEDY TOWN (BELCHER BAY)",
        "short": "18X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8142",
        "label": "720",
        "long": "CENTRAL (MACAO FERRY) - GRAND PROMENADE (VIA QUEENSWAY AND LOCKHART ROAD)",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8143",
        "label": "B3M",
        "long": "SHENZHEN BAY PORT - TUEN MUN STATION(CIRCULAR)",
        "short": "B3M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8144",
        "label": "5M",
        "long": "KAI TAK (TAK LONG ESTATE) - KOWLOON BAY STATION (CIRCULAR)",
        "short": "5M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8145",
        "label": "28B",
        "long": "CHOI FOOK - KAI TAK (KAI CHING ESTATE)",
        "short": "28B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8146",
        "label": "28S",
        "long": "KWUN TONG (YUE MAN SQUARE) - LOK WAH",
        "short": "28S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8148",
        "label": "259D",
        "long": "YUET WU VILLA - LEI YUE MUN ESTATE",
        "short": "259D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8149",
        "label": "270B",
        "long": "SHAM SHUI PO - SHEUNG SHUI",
        "short": "270B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8150",
        "label": "270S",
        "long": "TSIM SHA TSUI EAST (MODY ROAD) - FANLING (LUEN WO HUI)",
        "short": "270S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8151",
        "label": "78K",
        "long": "SHA TAU KOK - FANLING (WAH MING)",
        "short": "78K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8152",
        "label": "73",
        "long": "FANLING (WAH MING) - TAI PO CENTRAL",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8153",
        "label": "74C",
        "long": "KAU LUNG HANG - KWUN TONG FERRY",
        "short": "74C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8154",
        "label": "77K",
        "long": "SHEUNG SHUI - YUEN LONG (WEST)",
        "short": "77K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8155",
        "label": "277E",
        "long": "SHEUNG SHUI (TIN PING) - LAM TIN STATION",
        "short": "277E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8156",
        "label": "277P",
        "long": "SHEUNG SHUI (TIN PING) - LAM TIN STATION",
        "short": "277P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8157",
        "label": "277X",
        "long": "FANLING (LUEN WO HUI) - LAM TIN STATION (NOT VIA WA MING)",
        "short": "277X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8158",
        "label": "277X",
        "long": "FANLING (WAH MING) - LAM TIN STATION",
        "short": "277X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8159",
        "label": "297P",
        "long": "HANG HAU (NORTH) (TSEUNG KWAN O HOSPITAL) - HUNG HOM (HUNG LUEN ROAD)",
        "short": "297P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8161",
        "label": "952",
        "long": "TUEN MUN (CHI LOK FA YUEN) - ADMIRALTY (WEST)",
        "short": "952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8163",
        "label": "234C",
        "long": "SHAM TSENG - KWUN TONG (TSUI PING NORTH ESTATE)",
        "short": "234C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8164",
        "label": "75P",
        "long": "TAI MEI TUK - TAI PO MARKET STATION",
        "short": "75P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8165",
        "label": "302A",
        "long": "TSZ WAN SHAN (NORTH) - NORTH POINT (HEALTHY VILLAGE)",
        "short": "302A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8166",
        "label": "76K",
        "long": "FANLING (WAH MING) - LONG PING ESTATE",
        "short": "76K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8167",
        "label": "273A",
        "long": "SHEUNG SHUI (CHOI YUEN) - WAH MING (CIRCULAR) (VIA ELEGANTIA COLLEGE)",
        "short": "273A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8168",
        "label": "682A",
        "long": "MA ON SHAN TOWN CENTRE - CHAI WAN (EAST)",
        "short": "682A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8169",
        "label": "5R",
        "long": "KAI TAK CRUISE TERMINAL - KWUN TONG (APM) (CIRCULAR)",
        "short": "5R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8170",
        "label": "680B",
        "long": "CHEVALIER GARDEN BUS TERMINUS - ADMIRALTY STATION (EAST)",
        "short": "680B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8172",
        "label": "678",
        "long": "SHEUNG SHUI - CAUSEWAY BAY",
        "short": "678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8173",
        "label": "606X",
        "long": "KAI YIP - SIU SAI WAN (ISLAND RESORT) (MORNING DEPARTURES)",
        "short": "606X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8174",
        "label": "606A",
        "long": "CHOI WAN (FUNG SHING STREET) - SHAU KEI WAN (YIU TUNG ESTATE)",
        "short": "606A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8175",
        "label": "606X",
        "long": "KOWLOON BAY (ENTERPRISE SQUARE) - SIU SAI WAN (ISLAND RESORT)",
        "short": "606X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8177",
        "label": "110",
        "long": "SHAU KEI WAN - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8178",
        "label": "46P",
        "long": "MEI TIN - KWAI FONG STATION",
        "short": "46P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8179",
        "label": "99X",
        "long": "AP LEI CHAU (MAIN STREET, AP LEI CHAU) - SAI WAN HO (TAI HONG STREET)",
        "short": "99X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8180",
        "label": "690",
        "long": "HONG SING GARDEN - CENTRAL (EXCHANGE SQUARE) (VIA LEIGHTON ROAD)",
        "short": "690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8181",
        "label": "682P",
        "long": "WU KAI SHA STATION - CHAI WAN (EAST)",
        "short": "682P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8182",
        "label": "682B",
        "long": "SHUI CHUEU O ESTATE - CHAI WAN (EAST)",
        "short": "682B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8183",
        "label": "N73",
        "long": "SHATIN CENTRAL - LOK MA CHAU",
        "short": "N73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8185",
        "label": "82B",
        "long": "MEI TIN - TAI WAI STATION",
        "short": "82B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8186",
        "label": "B2X",
        "long": "TIN SHUI WAI (TIN YIU ESTATE) - SHENZHEN BAY PORT",
        "short": "B2X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8189",
        "label": "99R",
        "long": "SAI KUNG NORTH (SAI KUNG POLICE STATION) - UNIVERSITY STATION",
        "short": "99R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8191",
        "label": "17",
        "long": "KOWLOON BAY STATION - HO MAN TIN (OI MAN ESTATE)",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8192",
        "label": "74B",
        "long": "KOWLOON BAY - TAI PO CENTRAL",
        "short": "74B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8194",
        "label": "101X",
        "long": "KENNEDY TOWN - KWUN TONG (YUE MAN SQUARE)",
        "short": "101X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8195",
        "label": "88X",
        "long": "SUI WO COURT - PING TIN (VIA KWUN TONG ROAD ON JOURNEY TO PING TIN AND VIA KWUN TONG BYPASS ON JOURNEY TO FO TAN)",
        "short": "88X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8196",
        "label": "88X",
        "long": "SUI WO COURT - PING TIN (VIA KWUN TONG BYPASS ON JOURNEY TO PING TIN AND VIA KWUN TONG ROAD ON JOURNEY TO FO TAN)",
        "short": "88X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8197",
        "label": "82C",
        "long": "KWONG YUEN - HONG KONG SCIENCE PARK",
        "short": "82C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8198",
        "label": "287X",
        "long": "SHUI CHUEN O - JORDAN (CIRCULAR)",
        "short": "287X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8199",
        "label": "T270",
        "long": "FANLING (CHEUNG WAH) - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "T270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8200",
        "label": "T277",
        "long": "SHEUNG SHUI - LAM TIN STATION",
        "short": "T277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8201",
        "label": "2F",
        "long": "TSZ WAN SHAN (NORTH) - CHEUNG SHA WAN (MORING PEAK MONDAY TO FRIDAY ONLY)",
        "short": "2F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8202",
        "label": "273D",
        "long": "SHEUNG SHUI - WAH MING (CIRCULAR)",
        "short": "273D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8203",
        "label": "268X",
        "long": "HUNG SHUI KIU (HUNG FUK ESTATE) - JORDAN (WEST KOWLOON STATION)",
        "short": "268X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8204",
        "label": "270",
        "long": "SHEUNG SHUI (TIN PING) - TSUI LAI GARDEN",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8205",
        "label": "37",
        "long": "YAT TUNG ESTATE - YING TUNG ESTATE (VIA CHUNG MUN ROAD)",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8206",
        "label": "682",
        "long": "CHAI WAN (EAST) - WU KAI SHA STATION",
        "short": "682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8207",
        "label": "64S",
        "long": "SHEUNG TSUEN PLAYGROUND - KAM SHEUNG ROAD STATION",
        "short": "64S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8208",
        "label": "251B",
        "long": "PAT HEUNG ROAD - SHEUNG TSUEN (CIRCULAR)",
        "short": "251B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8209",
        "label": "274X",
        "long": "KWUN TONG FERRY - TAI PO CENTRAL",
        "short": "274X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8210",
        "label": "299X",
        "long": "SAI KUNG - SHA TIN CENTRAL (VIA SHA KOK MEI)",
        "short": "299X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8213",
        "label": "269P",
        "long": "TIN YAN ESTATE - KWAI CHUNG (KWAI FONG ESTATE)",
        "short": "269P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8214",
        "label": "269P",
        "long": "KWAI CHUNG (KWAI FONG ESTATE) - TIN YAN ESTATE",
        "short": "269P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8215",
        "label": "286C",
        "long": "LEE ON - CHEUNG SHA WAN (HOI TAT ESTATE)",
        "short": "286C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8220",
        "label": "H1",
        "long": "CENTRAL (STAR FERRY) - TSIM SHA TSUI (OMIT CHATER ROAD)",
        "short": "H1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8221",
        "label": "H2",
        "long": "TSIM SHA TSUI - CENTRAL (STAR FERRY)",
        "short": "H2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8222",
        "label": "240X",
        "long": "WONG NAI TAU - KWAI HING STATION",
        "short": "240X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8224",
        "label": "74D",
        "long": "KAU LUNG HANG - KWUN TONG FERRY",
        "short": "74D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8225",
        "label": "74P",
        "long": "KWUN TONG FERRY - TAI PO CENTRAL",
        "short": "74P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8226",
        "label": "72C",
        "long": "TAI MEI TUK B/T - TAI PO MARKET STATION",
        "short": "72C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8228",
        "label": "101X",
        "long": "KWUN TONG (YUE MAN SQUARE) - KENNEDY TOWN (VIA KOWLOON BAY BUSINESS AREA)",
        "short": "101X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8229",
        "label": "280X",
        "long": "SUI WO COURT - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "280X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8230",
        "label": "X42C",
        "long": "TSING YI (CHEUNG HANG ESTATE) - YAU TONG (\u7ecf\u9752\u5bcc\u82d1)",
        "short": "X42C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8231",
        "label": "28B",
        "long": "KAI TAK (KAI CHING ESTATE) - CHOI FOOK (VIA NGAU TAU KOK TERMINUS)",
        "short": "28B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8232",
        "label": "11A",
        "long": "TUNG CHUNG STATION BUS TERMINUS - SHEK PIK",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8236",
        "label": "E22X",
        "long": "YAU TONG - SKYCITY",
        "short": "E22X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8239",
        "label": "Yau Tsim - Huanggang",
        "long": "YAU TSIM - HUANGGANG (REGULAR DEPARTURES)",
        "short": "Yau Tsim - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8240",
        "label": "87D",
        "long": "KAM YING COURT - HUNG HOM STATION (ONLY OMIT MA ON SHAN)",
        "short": "87D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8242",
        "label": "87D",
        "long": "MA ON SHAN TOWN CENTRE - HUNG HOM STATION",
        "short": "87D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8243",
        "label": "35X",
        "long": "KWAI CHUNG (ON YAM ESTATE) - TSIM SHA TSUI EAST",
        "short": "35X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8244",
        "label": "290",
        "long": "HANG HAU (NORTH) (TSEUNG KWAN O HOSPITAL) - TSUEN WAN WEST STATION",
        "short": "290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8245",
        "label": "290A",
        "long": "TSEUNG KWAN O (CHOI MING) - TSUEN WAN WEST STATION",
        "short": "290A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8247",
        "label": "98D",
        "long": "HANG HAU (NORTH) (TSEUNG KWAN O HOSPITAL) - TSIM SHA TSUI EAST (OMIT CHUNG WA ROAD & PUI SHING ROAD)",
        "short": "98D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8248",
        "label": "98D",
        "long": "HANG HAU (NORTH) (TSEUNG KWAN O HOSPITAL) - TSIM SHA TSUI EAST (VIA PO SHUN ROAD)",
        "short": "98D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8249",
        "label": "98P",
        "long": "TSIM SHA TSUI EAST - HANG HAU (NORTH) (TSEUNG KWAN O HOSPITAL)",
        "short": "98P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8250",
        "label": "Mong Kok - Huanggang",
        "long": "MONG KOK - HUANGGANG (LATE NIGHT DEPARTURES)",
        "short": "Mong Kok - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8251",
        "label": "288",
        "long": "SHUI CHUEN O (UPPER) - SHA TIN CENTRAL (CIRCULAR)",
        "short": "288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8252",
        "label": "1P",
        "long": "WONG NAI CHUNG ROAD (BROADWOOD ROAD) - CENTRAL",
        "short": "1P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8254",
        "label": "4",
        "long": "TIN WAN - CENTRAL",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8256",
        "label": "4X",
        "long": "SHEUNG WAN - WAH FU (SOUTH) (VIA RUMSEY STREET FLYOVER)",
        "short": "4X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8257",
        "label": "4X",
        "long": "WAH FU (SOUTH) - CENTRAL",
        "short": "4X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8258",
        "label": "70",
        "long": "WAH KWAI - CENTRAL (EXCHANGE SQUARE) (VIA TIN WAN)",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8261",
        "label": "286X",
        "long": "HIN KENG - SHUM SHUI PO(CIRCULAR) (OMIT MEI TIN AND MEI LAM)",
        "short": "286X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8262",
        "label": "286P",
        "long": "MEI CHUNG COURT - CHEUNG SHA WAN",
        "short": "286P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8263",
        "label": "91R",
        "long": "CLEAR WATER BAY - TSEUNG KWAN O (CHOI MING)",
        "short": "91R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8264",
        "label": "36X",
        "long": "LEI MUK SHUE - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "36X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8266",
        "label": "930X",
        "long": "CAUSEWAY BAY (MORETON TERRACE) - TSUEN WAN (DISCOVERY PARK) (VIA NINA TOWER ON JOURNEY TO CAUSEWAY BAY)",
        "short": "930X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8267",
        "label": "NA29",
        "long": "TSEUNG KWAN O (PO LAM) - AIRPORT / HZMB HONG KONG PORT",
        "short": "NA29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8269",
        "label": "37B",
        "long": "CENTRAL (EXCHANGE SQUARE) - CHI FU FA YUEN",
        "short": "37B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8270",
        "label": "7",
        "long": "SHEK PAI WAN - CENTRAL (FERRY PIERS) (VIA WAH FU)",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8271",
        "label": "7",
        "long": "SHEK PAI WAN - CENTRAL (FERRY PIERS) (VIA CHI FU FA YUEN)",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8272",
        "label": "9",
        "long": "BIG WAVE BAY - SHAU KEI WAN (SWIMMING SEASONS)",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8273",
        "label": "978A",
        "long": "FANLING (LUEN WO HUI) - EXHIBITION CENTRE STATION",
        "short": "978A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8274",
        "label": "978B",
        "long": "CHI FUK CIRCUIT - EXHIBITION CENTRE STATION",
        "short": "978B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8276",
        "label": "682A",
        "long": "CHAI WAN (EAST) - NAI CHUNG",
        "short": "682A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8277",
        "label": "796P",
        "long": "TSIM SHA TSUI (EAST) - TSEUNG KWAN O STATION",
        "short": "796P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8278",
        "label": "673",
        "long": "SHEUNG SHUI - CENTRAL (HONG KONG STATION)",
        "short": "673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8279",
        "label": "E11A",
        "long": "TIN HAU STATION - SKYCITY",
        "short": "E11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8281",
        "label": "268P",
        "long": "MA WANG ROAD (SAN SHUI HOUSE) - KWUN TONG FERRY",
        "short": "268P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8282",
        "label": "69C",
        "long": "TIN YAN ESTATE - KWUN TONG FERRY",
        "short": "69C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8283",
        "label": "269C",
        "long": "TIN TSZ - KWUN TONG FERRY",
        "short": "269C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8287",
        "label": "E22C",
        "long": "TIU KENG LENG STATION - AIRCRAFT MAINTENANCE AREA",
        "short": "E22C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8288",
        "label": "83A",
        "long": "SHUI CHUEN O - KWUN TONG FERRY PIER",
        "short": "83A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8290",
        "label": "37H",
        "long": "YING TUNG ESTATE - NORTH LANTAU HOSPITAL (CIRCULAR)",
        "short": "37H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8291",
        "label": "934A",
        "long": "TSUEN WAN (ALLWAY GARDENS) - WAN CHAI (FLEMING ROAD)",
        "short": "934A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8292",
        "label": "962C",
        "long": "TUEN MUN (LUNG MUN OASIS) - TAIKOO (KORNHILL PLAZA)",
        "short": "962C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8293",
        "label": "A43P",
        "long": "FANLING (LUEN WO HUI) - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A43P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8295",
        "label": "A36",
        "long": "KAM SHEUNG ROAD STATION - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8299",
        "label": "798A",
        "long": "TSEUNG KWAN O (HONG SING GARDEN) - SHA TIN STATION",
        "short": "798A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8302",
        "label": "NA33",
        "long": "CATHAY PACIFIC CITY - TUEN MUN (FU TAI ESTATE)",
        "short": "NA33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8306",
        "label": "264R",
        "long": "TAI PO MARKET STATION - TIN YIU",
        "short": "264R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8307",
        "label": "182X",
        "long": "CENTRAL (MACAO FERRY) - YU CHUI COURT",
        "short": "182X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8308",
        "label": "982X",
        "long": "SHUI CHUEN O B/T - WAN CHAI(FLEMING ROAD)",
        "short": "982X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8309",
        "label": "2X",
        "long": "CHOI FOOK - MEI FOO",
        "short": "2X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8310",
        "label": "85A",
        "long": "SHAU KEI WAN - BRAEMAR HILL",
        "short": "85A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8311",
        "label": "259X",
        "long": "TUEN MUN (LUNG MUN OASIS) - KWUN TONG FERRY",
        "short": "259X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8312",
        "label": "16X",
        "long": "LAM TIN (KWONG TIN ESTATE) - MONG KOK (PARK AVENUE)",
        "short": "16X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8313",
        "label": "N36",
        "long": "TSUEN WAN STATION - LEI MUK SHUE (CIRCULAR)",
        "short": "N36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8314",
        "label": "N39",
        "long": "TSUEN WAN STATION - ALLWAY GARDENS (CIRCULAR)",
        "short": "N39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8317",
        "label": "603",
        "long": "PING TIN - ADMIRALTY (ADMIRALTY CENTRE)",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8318",
        "label": "87E",
        "long": "NAI CHUNG - TSIM SHA TSUI",
        "short": "87E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8319",
        "label": "298",
        "long": "HANG HAU STATION - PAK SHING KOK(CIRCULAR)",
        "short": "298",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8320",
        "label": "S64C",
        "long": "TUNG CHUNG (YAT TUNG) - CATERING ROAD EAST (CIRCULAR)",
        "short": "S64C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8321",
        "label": "S64X",
        "long": "TUNG CHUNG (MUN TUNG) - AIRPORT (CIRCULAR)",
        "short": "S64X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8322",
        "label": "S64X",
        "long": "TUNG CHUNG (MUN TUNG) - AIRPORT (CIRCULAR) (VIA ASIAWORLD-EXPO)",
        "short": "S64X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8324",
        "label": "S56",
        "long": "TUNG CHUNG STATION BUS TERMINUS - AIRPORT (PASSENGER TERMINAL BUILDING)(CIRCULAR)",
        "short": "S56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8326",
        "label": "S56",
        "long": "TUNG CHUNG STATION BUS TERMINUS - AIRPORT (PASSENGER TERMINAL BUILDING) (TERMINATED AT YU NGA SHOPPING CENTRE)",
        "short": "S56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8327",
        "label": "34",
        "long": "SHEK MUN KAP - TUNG CHUNG TAT TUNG ROAD BUS TERMINUS (OMIT CHEK LAP KOK NEW VILLAGE)",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8328",
        "label": "40",
        "long": "TSUEN WAN (BELVEDERE GARDEN) - LAGUNA CITY (VIA CHEUNG SHA WAN)",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8329",
        "label": "K75A",
        "long": "TIN SHUI WAI STATION - HUNG SHUI KIU (CIRCULAR)",
        "short": "K75A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8330",
        "label": "789",
        "long": "SIU SAI WAN (ISLAND RESORT) - ADMIRALTY (RODNEY STREET) (OMIT FULLVIEW GARDEN)",
        "short": "789",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8331",
        "label": "37M",
        "long": "YING TUNG ESTATE - TUNG CHUNG STATION BUS TERMINUS (CIRCULAR) (OMIT YU NGA COURT AND YU NGA SHOPPING CENTRE)",
        "short": "37M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8332",
        "label": "270C",
        "long": "FANLING (LUEN WO HUI) - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "270C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8336",
        "label": "5B",
        "long": "KENNEDY TOWN - CAUSEWAY BAY",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8337",
        "label": "5B",
        "long": "FELIX VILLAS - HONG KONG STADIUM (OMIT CHATER ROAD)",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8338",
        "label": "5B",
        "long": "KENNEDY TOWN - CAUSEWAY BAY (OMIT CHATER ROAD)",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8339",
        "label": "5B",
        "long": "CAUSEWAY BAY - KENNEDY TOWN",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8340",
        "label": "101",
        "long": "KWUN TONG (YUE MAN SQUARE) - DES VOEUX RD CENTRAL",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8341",
        "label": "101",
        "long": "KWUN TONG (YUE MAN SQUARE) - BELCHER'S STREET",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8343",
        "label": "213M",
        "long": "ON TAI - LAM TIN STATION (CIRCULAR)",
        "short": "213M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8345",
        "label": "270D",
        "long": "FANLING (LUEN WO HUI) - SHAM SHUI PO",
        "short": "270D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8346",
        "label": "NA11",
        "long": "NORTH POINT FERRY PIER - HZMB HONG KONG PORT",
        "short": "NA11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8347",
        "label": "S64P",
        "long": "CHEUNG TUNG ESTATE - AIRPORT (CARGO AND CATERING AREA) (CIRCULAR)",
        "short": "S64P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8348",
        "label": "68F",
        "long": "PARK YOHO - YUEN LONG PARK (CIRCULAR)",
        "short": "68F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8349",
        "label": "A37",
        "long": "LONG PING STATION - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8352",
        "label": "213X",
        "long": "ON TAI (SOUTH) (HANG TAI HOUSE) - TSIM SHA TSUI (CIRCULAR)",
        "short": "213X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8353",
        "label": "6P",
        "long": "CHEUNG SHA WAN (SO UK ESTATE) - LEI YUE MUN ESTATE",
        "short": "6P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8354",
        "label": "214",
        "long": "YAU TONG - CHEUNG SHA WAN (KOM TSUN STREET)",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8355",
        "label": "88X",
        "long": "SIU SAI WAN (ISLAND RESORT) - KENNEDY TOWN (BELCHER BAY)",
        "short": "88X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8357",
        "label": "213D",
        "long": "SAU MAU PING (CENTRAL) - MONG KOK (CIRCULAR)",
        "short": "213D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8358",
        "label": "E21C",
        "long": "TAI KOK TSUI (ISLAND HARBOURVIEW) - AIRCRAFT MAINTENANCE AREA",
        "short": "E21C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8359",
        "label": "288A",
        "long": "SHUI CHUEN O - SHA TIN CENTRAL",
        "short": "288A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8360",
        "label": "930",
        "long": "EXHIBITION CENTRE STATION - TSUEN WAN WEST STATION",
        "short": "930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8361",
        "label": "A47X",
        "long": "TAI PO (TAI WO) - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A47X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8363",
        "label": "91S",
        "long": "CLEAR WATER BAY - KWUN TONG",
        "short": "91S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8364",
        "label": "905P",
        "long": "LAI CHI KOK - WAN CHAI (HARBOUR ROAD)",
        "short": "905P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8365",
        "label": "269S",
        "long": "TIN SHUI WAI TOWN CENTRE - KWUN TONG FERRY",
        "short": "269S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8367",
        "label": "948A",
        "long": "CHEUNG ON ESTATE - CAUSEWAY BAY (TIN HAU)",
        "short": "948A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8368",
        "label": "E32",
        "long": "KWAI FONG (SOUTH) - SKYCITY (VIA TSING YI CENTRAL/SOUTH)",
        "short": "E32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8369",
        "label": "A36",
        "long": "KAM SHEUNG ROAD STATION - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA CATHAY CITY)",
        "short": "A36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8372",
        "label": "A33X",
        "long": "TUEN MUN (FU TAI ESTATE) - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A33X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8373",
        "label": "A33X",
        "long": "TUEN MUN (FU TAI ESTATE) - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA CATHAY CITY)",
        "short": "A33X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8374",
        "label": "44M",
        "long": "TSING YI (CHEUNG ON ESTATE) - KWAI HING STATION",
        "short": "44M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8376",
        "label": "258X",
        "long": "TUEN MUN (PO TIN ESTATE) - KWUN TONG FERRY",
        "short": "258X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8377",
        "label": "267X",
        "long": "TUEN MUN (SIU HONG COURT) - LAM TIN STATION",
        "short": "267X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8378",
        "label": "673P",
        "long": "SHEUNG SHUI - CENTRAL (RUMSEY STREET)",
        "short": "673P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8379",
        "label": "3X",
        "long": "TSZ WAN SHAN (NORTH) - CHINA FERRY TERMINAL (VIA FU SHAN)",
        "short": "3X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8380",
        "label": "43C",
        "long": "ISLAND HARBOURVIEW - TSING YI (CHEUNG HANG ESTATE)",
        "short": "43C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8381",
        "label": "A32",
        "long": "KWAI CHUNG ESTATE - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8382",
        "label": "47X",
        "long": "CHUN SHEK - KWAI SHING (EAST) (OMIT SHA TIN CENTRAL)",
        "short": "47X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8383",
        "label": "82",
        "long": "NORTH POINT FERRY PIER - SIU SAI WAN (ISLAND RESORT) (VIA CHAI WAN EAST INDUSTRIAL AREA)",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8384",
        "label": "74E",
        "long": "TAI MEI TUK - KWUN TONG FERRY",
        "short": "74E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8385",
        "label": "74B",
        "long": "TAI PO CENTRAL - KWUN TONG FERRY",
        "short": "74B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8386",
        "label": "48",
        "long": "SHAM WAN - WAH FU (CIRCULAR) (VIA WAH FU TO OCEAN PARK)",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8387",
        "label": "48",
        "long": "SHAM WAN - WAH FU",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8388",
        "label": "48",
        "long": "OCEAN PARK - WAH FU(TERMINATED AT SHUM WAN)(CIRCULAR)",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8389",
        "label": "78",
        "long": "WAH KWAI ESTATE - WONG CHUK HANG",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8390",
        "label": "74X",
        "long": "KWONG FUK ESTATE - KWUN TONG FERRY",
        "short": "74X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8391",
        "label": "74X",
        "long": "WAN TAU TONG B/T - KWUN TONG FERRY",
        "short": "74X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8393",
        "label": "968",
        "long": "YUEN LONG PARK - CAUSEWAY BAY (TIN HAU)",
        "short": "968",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8394",
        "label": "A38",
        "long": "TSUEN WAN (ALLWAY GARDENS) - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8396",
        "label": "A47X",
        "long": "TAI PO (TAI WO) - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA PAK SHEK KOK & CATHAY CITY)",
        "short": "A47X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8397",
        "label": "NA43",
        "long": "FANLING (LUEN WO HUI) - HZMB HONG KONG PORT",
        "short": "NA43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8398",
        "label": "NA41",
        "long": "SHUI CHUEN O - HZMB HONG KONG PORT",
        "short": "NA41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8399",
        "label": "NA40",
        "long": "WU KAI SHA STATION - HZMB HONG KONG PORT",
        "short": "NA40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8400",
        "label": "N283",
        "long": "TSIM SHA TSUI EAST (MODY ROAD) - WONG NAI TAU",
        "short": "N283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8401",
        "label": "47A",
        "long": "SHUI CHUEN O - KWAI FONG (SOUTH)",
        "short": "47A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8402",
        "label": "980X",
        "long": "WU KAI SHA STATION - WAN CHAI (FLEMING ROAD)",
        "short": "980X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8403",
        "label": "980X",
        "long": "ADMIRALTY STATION (EAST) - WU KAI SHA STATION",
        "short": "980X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8404",
        "label": "981P",
        "long": "YIU ON - WAN CHAI (FLEMING ROAD)",
        "short": "981P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8405",
        "label": "981P",
        "long": "ADMIRALTY STATION (EAST) - YIU ON",
        "short": "981P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8406",
        "label": "NR331S",
        "long": "MA WAN(PAK YAN ROAD) - TSUEN WAN WEST STATION",
        "short": "NR331S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8409",
        "label": "290X",
        "long": "LOHAS PARK STATION - TSUEN WAN WEST STATION",
        "short": "290X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8413",
        "label": "271B",
        "long": "TAI PO (FU HENG) - JORDAN (WEST KOWLOON STATION)",
        "short": "271B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8414",
        "label": "271X",
        "long": "JORDAN (WEST KOWLOON STATION) - TAI PO (FU HENG)",
        "short": "271X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8415",
        "label": "271",
        "long": "JORDAN (WEST KOWLOON STATION) - TAI PO (FU HENG) (OMIT TAI PO TAI WO ROAD)",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8419",
        "label": "722",
        "long": "YIU TUNG ESTATE - CENTRAL (EXCHANGE SQUARE)",
        "short": "722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8420",
        "label": "296M",
        "long": "TONG MING COURT - HONG SING GARDEN",
        "short": "296M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8421",
        "label": "K73",
        "long": "TIN YAN ESTATE - YUEN LONG WEST",
        "short": "K73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8422",
        "label": "506",
        "long": "GLORIOUS GARDEN - TUEN MUN STATION",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8424",
        "label": "37S",
        "long": "TUNG CHUNG DEVELOPMENT FERRY PIER - TUNG CHUNG STATION BUS TERMINUS",
        "short": "37S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8425",
        "label": "91M",
        "long": "H.K.U.S.T (NORTH) - PO LAM",
        "short": "91M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8426",
        "label": "91P",
        "long": "H.K.U.S.T. (SOUTH) - PING SHEK / CHOI HUNG STATION",
        "short": "91P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8427",
        "label": "A20",
        "long": "HUNG HOM STATION - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8428",
        "label": "N796",
        "long": "TSIM SHA TSUI EAST (CHATHAM ROAD SOUTH) - LOHAS PARK",
        "short": "N796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8431",
        "label": "E32A",
        "long": "TUNG CHUNG DEVELOPMENT PIER - KWAI FONG (SOUTH)",
        "short": "E32A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8432",
        "label": "75X",
        "long": "KOWLOON CITY FERRY - TAI PO (FU SHIN) (VIA TAI PO CENTRAL TERMINUS)",
        "short": "75X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8435",
        "label": "613",
        "long": "ON TAI (WEST) (WO TAI HOUSE) - SHAU KEI WAN",
        "short": "613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8436",
        "label": "3D",
        "long": "TSZ WAN SHAN (SOUTH) - KWUN TONG (YUE MAN SQUARE)",
        "short": "3D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8437",
        "label": "3D",
        "long": "CHING HONG HOUSE - KWUN TONG (YUE MAN SQUARE)",
        "short": "3D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8440",
        "label": "3M",
        "long": "CHOI WAN - TSZ WAN SHAN (SOUTH)",
        "short": "3M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8445",
        "label": "11",
        "long": "CENTRAL (FERRY PIERS) - TAI HANG DRIVE",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8446",
        "label": "11",
        "long": "CENTRAL (FERRY PIERS) - TAI HANG DRIVE (SCHOOL DAYS ADDITIONAL DEPARTURE)",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8447",
        "label": "11",
        "long": "CENTRAL (FERRY PIERS) - JARDINE'S LOOKOUT (NIGHT TIME DEPARTURE)",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8448",
        "label": "171",
        "long": "SOUTH HORIZONS - LAI CHI KOK (OMIT SOUTH HORIZON DRIVE)",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8449",
        "label": "171",
        "long": "SOUTH HORIZONS - LAI CHI KOK (VIA OCEAN PARK)",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8455",
        "label": "592",
        "long": "SOUTH HORIZONS - CAUSEWAY BAY (MORETON TERRACE) (VIA WONG CHUK HANG FLYOVER)",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8459",
        "label": "48P",
        "long": "FO TAN CHUN YEUNG ESTATE - TSING LUNG TAU",
        "short": "48P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8468",
        "label": "107",
        "long": "KOWLOON BAY - WAH KWAI (VIA OCEAN PARK)",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8469",
        "label": "B1",
        "long": "MA WANG ROAD (SAN SHUI HOUSE) - LOK MA CHAU STATION (FUTIAN)",
        "short": "B1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8470",
        "label": "170",
        "long": "SHATIN STATION - WAH FU (CENTRAL) (VIA OCEAN PARK)",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8472",
        "label": "213S",
        "long": "ON TAT - LAM TIN STATION (CIRCULAR)",
        "short": "213S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8473",
        "label": "88",
        "long": "SAU MAU PING (CENTRAL) - TAI WAI STATION",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8474",
        "label": "NA12",
        "long": "HENG FA CHUEN - HZMB HONG KONG PORT",
        "short": "NA12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8475",
        "label": "969C",
        "long": "TIN SHUI WAI (MAYWOOD COURT) - TAIKOO (KORNHILL PLAZA)",
        "short": "969C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8476",
        "label": "973",
        "long": "STANLEY - TSIM SHA TSUI EAST (MODY ROAD) (VIA SHAM WAN)",
        "short": "973",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8477",
        "label": "973",
        "long": "TSIM SHA TSUI EAST (MODY ROAD) - STANLEY (VIA WEST KOWLOON CULTURAL DISTRICT & OCEAN PARK)",
        "short": "973",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8478",
        "label": "8H",
        "long": "SIU SAI WAN (ISLAND RESORT) - TUNG WAH EASTERN HOSPITAL",
        "short": "8H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8480",
        "label": "278A",
        "long": "QUEEN'S HILL - TSUEN WAN (NINA TOWER)",
        "short": "278A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8482",
        "label": "224X",
        "long": "KAI TAK BUS TERMINUS - TSIM SHA TSUI EAST (CIRCULAR)",
        "short": "224X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8483",
        "label": "12A",
        "long": "ADMIRALTY (TAMAR STREET) - MACDONNELL ROAD (CIRCULAR) (OMIT CHATER ROAD)",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8484",
        "label": "12A",
        "long": "ADMIRALTY (TAMAR STREET) - MACDONNELL ROAD (CIRCULAR) (OMIT CENTRAL)",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8486",
        "label": "9",
        "long": "SHAU KEI WAN - SHEK O (VIA CAPE D AGUILAR AND BIG WAVE BAY)",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8487",
        "label": "9",
        "long": "SHAU KEI WAN - SHEK O (OMIT CAPE D AGUILAR AND BIG WAVE BAY)",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8488",
        "label": "9",
        "long": "SHAU KEI WAN - SHEK O (VIA BIG WAVE BAY, OMIT CAPE D AGUILAR)",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8490",
        "label": "682B",
        "long": "SHUI CHUEN O ESTATE - CHAI WAN(EAST) (VIA CITY ONE SHATIN)",
        "short": "682B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8491",
        "label": "279A",
        "long": "FANLING (LUEN WO HUI) - TSING YI STATION",
        "short": "279A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8492",
        "label": "83X",
        "long": "SHUI CHUEN O - KWUN TONG FERRY",
        "short": "83X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8493",
        "label": "49X",
        "long": "SHEK MUN ESTATE - TSING YI FERRY",
        "short": "49X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8494",
        "label": "49X",
        "long": "KWONG YUEN - TSING YI FERRY (OMIT SHA TIN CENTRAL)",
        "short": "49X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8496",
        "label": "214",
        "long": "PO TAT - LAI CHI KOK STATION",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8497",
        "label": "80",
        "long": "MEI LAM - KWUN TONG FERRY (OMIT HIN KENG)",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8498",
        "label": "80A",
        "long": "MEI LAM - KWUN TONG FERRY",
        "short": "80A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8500",
        "label": "43D",
        "long": "TSING YI (CHEUNG WANG ESTATE) - KWAI SHING",
        "short": "43D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8501",
        "label": "18X",
        "long": "CHAI WAN STATION - KENNEDY TOWN(BELCHER BAY)",
        "short": "18X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8503",
        "label": "252X",
        "long": "HANDSOME COURT - LAM TIN STATION",
        "short": "252X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8504",
        "label": "87S",
        "long": "KAM YING COURT - UNIVERSITY STATION(CIRCULAR)",
        "short": "87S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8505",
        "label": "272E",
        "long": "TAI PO (TAI WO) - MONG KOK (PARK AVENUE)",
        "short": "272E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8509",
        "label": "288B",
        "long": "SHUI CHUEN O - FO TAN CHUN YEUNG ESTATE",
        "short": "288B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8510",
        "label": "280X",
        "long": "ROYAL ASCOT - TSIM SHA TSUI EAST (MODY ROAD)",
        "short": "280X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8511",
        "label": "N41X",
        "long": "HUNG HOM STATION - TSING YI (CHEUNG WANG ESTATE)",
        "short": "N41X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8512",
        "label": "296P",
        "long": "SHEUNG TAK - LAI CHI KOK STATION",
        "short": "296P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8513",
        "label": "N287",
        "long": "TSIM SHA TSUI EAST (MODY ROAD) - WU KAI SHA STATION",
        "short": "N287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8514",
        "label": "64K",
        "long": "NG TUNG CHAI (PAK NGAU SHEK) - TAI PO (TAI WO)",
        "short": "64K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8517",
        "label": "89D",
        "long": "LAM TIN STATION - WU KAI SHA STATION (OMIT CHOI HUNG)",
        "short": "89D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8518",
        "label": "89S",
        "long": "SHUI CHUEN O - WU KAI SHA STATION",
        "short": "89S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8519",
        "label": "89S",
        "long": "SHUI CHUEN O - WU KAI SHA STATION (OMIT YUEN CHAU KOK AND YIU SHA ROAD)",
        "short": "89S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8520",
        "label": "89P",
        "long": "HANG HONG STREET - LAM TIN STATION",
        "short": "89P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8521",
        "label": "936",
        "long": "TSUEN WAN (SHEK WAI KOK) - CAUSEWAY BAY (COTTON PATH)",
        "short": "936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8522",
        "label": "293S",
        "long": "HANG HAU (NGAN O ROAD) - MEI FOO",
        "short": "293S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8523",
        "label": "968A",
        "long": "YUEN LONG (WEST) - CAUSEWAY BAY (TIN HAU)",
        "short": "968A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8524",
        "label": "40A",
        "long": "KWAI HING STATION - PING TIN",
        "short": "40A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8525",
        "label": "234D",
        "long": "TSING LUNG TAU - KWUN TONG (TSUI PING NORTH ESTATE)",
        "short": "234D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8526",
        "label": "268A",
        "long": "LONG PING ESTATE - KWUN TONG FERRY",
        "short": "268A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8527",
        "label": "NA47",
        "long": "TAI PO (TAI WO) - HZMB HONG KONG PORT",
        "short": "NA47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8532",
        "label": "X42P",
        "long": "TSING YI STATION - LAM TIN STATION",
        "short": "X42P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8533",
        "label": "4",
        "long": "MUI WO FERRY PIER - TONG FUK",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8534",
        "label": "603A",
        "long": "PING TIN - CENTRAL MARKET",
        "short": "603A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8535",
        "label": "980A",
        "long": "SHEK MUN ESTATE - WAN CHAI (FLEMING ROAD)",
        "short": "980A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8537",
        "label": "38B",
        "long": "TSUEN WAN (RIVIERA GARDENS) - SHEK MUN",
        "short": "38B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8538",
        "label": "271S",
        "long": "HUNG HOM STATION - TAI PO (TAI WO)",
        "short": "271S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8539",
        "label": "X89D",
        "long": "NAI CHUNG - KWUN TONG FERRY",
        "short": "X89D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8540",
        "label": "X42C",
        "long": "HONG CHEUNG HOUSE, CHEUNG HONG ESTATE - YAU TONG",
        "short": "X42C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8543",
        "label": "38P",
        "long": "KWAI SHING (CENTRAL) - PING TIN",
        "short": "38P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8544",
        "label": "5C",
        "long": "YUK WAH STREET - STAR FERRY",
        "short": "5C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8545",
        "label": "N796",
        "long": "LOHAS PARK - TSIM SHA TSUI (CIRCULAR)",
        "short": "N796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8546",
        "label": "52P",
        "long": "SO KWUN WAT - MONG KOK (PARK AVENUE)",
        "short": "52P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8548",
        "label": "261B",
        "long": "SO KWUN WAT - KOWLOON STATION",
        "short": "261B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8549",
        "label": "3B",
        "long": "HUNG HOM (HUNG LUEN ROAD) - TSZ WAN SHAN (CENTRAL) (OMIT CHING FAI HOUSE)",
        "short": "3B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8551",
        "label": "5C",
        "long": "STAR FERRY - TSZ WAN SHAN (CENTRAL) (OMIT CHING FAI HOUSE)",
        "short": "5C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8552",
        "label": "263A",
        "long": "TUEN MUN STATION - HONG KONG SCIENCE PARK",
        "short": "263A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8553",
        "label": "14H",
        "long": "YAU TONG - SHUN LEE (CIRCULAR)",
        "short": "14H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8554",
        "label": "952C",
        "long": "SO KWUN WAT - TAIKOO (KORNHILL PLAZA)",
        "short": "952C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8555",
        "label": "952C",
        "long": "QUARRY BAY - SO KWUN WAT",
        "short": "952C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8556",
        "label": "32H",
        "long": "CHEUNG SHAN - LAI CHI KOK",
        "short": "32H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8557",
        "label": "258A",
        "long": "HUNG SHUI KIU (HUNG FUK ESTATE) - LAM TIN STATION",
        "short": "258A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8558",
        "label": "258P",
        "long": "LAM TIN STATION - HUNG FUK ESTATE HUNG TIN ROAD",
        "short": "258P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8559",
        "label": "960C",
        "long": "TUEN MUN (FU TAI ESTATE) - CAUSEWAY BAY (VICTORIA PARK)",
        "short": "960C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8560",
        "label": "11",
        "long": "TUNG CHUNG STATION BUS TERMINUS - TAI O (VIA SHA TSUI CORRECTIONAL INSTITUTION)",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8561",
        "label": "11",
        "long": "TUNG CHUNG STATION BUS TERMINUS - TAI O (VIA TONG FUK CORRECTIONAL INSTITUTION)",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8562",
        "label": "11",
        "long": "TUNG CHUNG STATION BUS TERMINUS - TAI O (VIA SHA TSUI CORRECTIONAL INSTITUTION AND TONG FUK CORRECTIONAL INSTITUTION)",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8563",
        "label": "11",
        "long": "SHUI HAU - TUNG CHUNG STATION BUS TERMINUS (SCHOOL DAY SERVICE)",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8564",
        "label": "11",
        "long": "SHUI HAU - TUNG CHUNG STATION BUS TERMINUS",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8565",
        "label": "11A",
        "long": "TUNG CHUNG STATION BUS TERMINUS - SHEK PIK (VIA TONG FUK CORRECTIONAL INSTITUTION)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8566",
        "label": "11",
        "long": "TUNG CHUNG STATION BUS TERMINUS - TAI O (VIA NORTH LANTAU HOSPITAL)",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8567",
        "label": "1",
        "long": "MUI WO FERRY PIER - TAI O (VIA SHA TSUI CORRECTIONAL INSTITUTION)",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8568",
        "label": "1",
        "long": "MUI WO FERRY PIER - TAI O (VIA MUI WO OLD TOWN)",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8569",
        "label": "1",
        "long": "MUI WO FERRY PIER - TAI O (VIA SHA TSUI CORRECTIONAL INSTITUTION AND MUI WO OLD TOWN)",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8570",
        "label": "1",
        "long": "MUI WO FERRY PIER - TAI O (VIA TONG FUK CORRECTIONAL INSTITUTION)",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8571",
        "label": "3M",
        "long": "MUI WO FERRY PIER - TUNG CHUNG STATION BUS TERMINUS (VIA NORTH LANTAU HOSPITAL)",
        "short": "3M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8572",
        "label": "3M",
        "long": "PUI O (LO WAI TSUEN) - TUNG CHUNG STATION BUS TERMINUS",
        "short": "3M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8573",
        "label": "4",
        "long": "TONG FUK - MUI WO FERRY PIER (VIA MUI WO OLD TOWN)",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8574",
        "label": "A35",
        "long": "MUI WO FERRY PIER - HZMB HONG KONG PORT (VIA MUI WO OLD TOWN)",
        "short": "A35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8575",
        "label": "A35",
        "long": "MUI WO FERRY PIER - HZMB HONG KONG PORT (VIA TUNG CHUNG TOWN CENTRE)",
        "short": "A35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8576",
        "label": "20",
        "long": "KAI TAK (MUK NING STREET) - CHEUNG SHA WAN (HOI TAT)",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8578",
        "label": "268P",
        "long": "KWUN TONG FERRY - LONG PING STATION",
        "short": "268P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8579",
        "label": "3X",
        "long": "TSZ WAN SHAN (NORTH) - CHINA FERRY TERMINAL",
        "short": "3X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8580",
        "label": "4",
        "long": "CENTRAL - WAH FU (SOUTH)",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8581",
        "label": "4",
        "long": "CENTRAL - WONG CHUK HANG (SUNDAYS AND PUBLIC HOLIDAYS DEPARTURES)",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8582",
        "label": "30X",
        "long": "CENTRAL (EXCHANGE SQUARE) - CYBERPORT",
        "short": "30X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8583",
        "label": "6",
        "long": "STANLEY PRISON - CENTRAL (EXCHANGE SQUARE) (VIA MA HANG)",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8584",
        "label": "6",
        "long": "STANLEY PRISON - CENTRAL (EXCHANGE SQUARE) (OMIT MA HANG)",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8585",
        "label": "6",
        "long": "STANLEY PRISON - CENTRAL (EXCHANGE SQUARE) (VIA CHUNG HOM KOK & MA HANG)",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8586",
        "label": "6X",
        "long": "STANLEY PRISON - CENTRAL (EXCHANGE SQUARE)",
        "short": "6X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8587",
        "label": "73",
        "long": "WAH FU (NORTH) - STANLEY MARKET",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8588",
        "label": "73",
        "long": "STANLEY PRISON - WAH FU (NORTH)",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8589",
        "label": "73",
        "long": "STANLEY PRISON - CYBERPORT",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8590",
        "label": "260",
        "long": "STANLEY PRISON - CENTRAL (EXCHANGE SQUARE)",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8591",
        "label": "118",
        "long": "MONG KOK (NELSON ST) - SIU SAI WAN (ISLAND RESORT)",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8593",
        "label": "22",
        "long": "KAI TAK CRUISE TERMINAL - KOWLOON TONG (FESTIVAL WALK)",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8594",
        "label": "63",
        "long": "STANLEY PRISON - NORTH POINT FERRY PIER",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8595",
        "label": "252",
        "long": "TUEN MUN ROAD INTERCHANGE - SO KWUN WAT (CIRCULAR)",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8596",
        "label": "788",
        "long": "SIU SAI WAN (ISLAND RESORT) - CENTRAL (MACAO FERRY) (OMIT FULLVIEW GARDEN)",
        "short": "788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8597",
        "label": "788",
        "long": "CENTRAL (MACAO FERRY) - SIU SAI WAN (ISLAND RESORT) (OMIT WAN CHAI FERRY)",
        "short": "788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8598",
        "label": "788",
        "long": "SIU SAI WAN (ISLAND RESORT) - CENTRAL (MACAO FERRY) (VIA ADMIRALTY)",
        "short": "788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8600",
        "label": "NA20",
        "long": "WHAMPOA GARDEN - HZMB HONG KONG PORT",
        "short": "NA20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8601",
        "label": "15",
        "long": "CENTRAL (CENTRAL FERRY PIERS) - THE PEAK (OMIT MANSFIELD ROAD)",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8602",
        "label": "15",
        "long": "CENTRAL (EXCHANGE SQUARE) - THE PEAK (OMIT MANSFIELD ROAD)",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8603",
        "label": "606X",
        "long": "KAI YIP - SIU SAI WAN (ISLAND RESORT) (EVENING DEPARTURES)",
        "short": "606X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8605",
        "label": "211A",
        "long": "LOK FU - TSUI CHUK GARDEN (CIRCULAR)",
        "short": "211A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8606",
        "label": "X970",
        "long": "SOUTH HORIZONS - CHEUNG SHA WAN (KOM TSUN STREET)",
        "short": "X970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8607",
        "label": "N290",
        "long": "TSUEN WAN WEST STATION - LOHAS PARK STATION",
        "short": "N290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8608",
        "label": "261P",
        "long": "SHEUNG SHUI (TIN PING) - TUEN MUN (SIU HONG COURT)",
        "short": "261P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8609",
        "label": "26",
        "long": "LAI TAK TSUEN - HOLLYWOOD ROAD (CIRCULAR) (OMIT CHATER ROAD)",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8610",
        "label": "58M",
        "long": "TUEN MUN (KIN SANG ESTATE) - KWAI FONG STATION",
        "short": "58M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8611",
        "label": "58M",
        "long": "TUEN MUN (PO TIN ESTATE) - KWAI FONG STATION",
        "short": "58M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8612",
        "label": "59M",
        "long": "SUN TUEN MUN CENTRE - TSUEN WAN STATION",
        "short": "59M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8613",
        "label": "59M",
        "long": "YUET WU VILLA - TSUEN WAN STATION",
        "short": "59M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8614",
        "label": "59X",
        "long": "SUN TUEN MUN CENTRE - MONG KOK EAST STATION",
        "short": "59X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8615",
        "label": "59X",
        "long": "TUEN MUN (LUNG MUN OASIS) - MONG KOK EAST STATION",
        "short": "59X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8617",
        "label": "269B",
        "long": "TIN YAN ESTATE - HUNG HOM (HUNG LUEN ROAD)",
        "short": "269B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8618",
        "label": "260X",
        "long": "TUEN MUN (TAI HING ESTATE) - HUNG HOM STATION",
        "short": "260X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8619",
        "label": "69X",
        "long": "TIN YIU - JORDAN (WEST KOWLOON STATION)",
        "short": "69X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8623",
        "label": "2A",
        "long": "YIU TUNG ESTATE - CAUSEWAY BAY (HYSAN PLACE)",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8625",
        "label": "608",
        "long": "MA TAU WAI ESTATE - SHAU KEI WAN",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8626",
        "label": "N373",
        "long": "FANLING (LUEN WO HUI) - CENTRAL (MACAO FERRY)",
        "short": "N373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8627",
        "label": "N3D",
        "long": "KWUN TONG (YUE MAN SQUARE) - TSZ WAN SHAN (CENTRAL)",
        "short": "N3D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8628",
        "label": "274",
        "long": "SHEUNG SHUI (TAI PING) - WU KAI SHA STATION",
        "short": "274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8629",
        "label": "77A",
        "long": "SHAU KEI WAN - TIN WAN ESTATE",
        "short": "77A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8631",
        "label": "102P",
        "long": "HUNG HOM (CROSS HARBOUR TUNNEL TOLL PLAZA) - SHAU KEI WAN",
        "short": "102P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8633",
        "label": "B4",
        "long": "HZMB HONG KONG PORT - AIRPORT (PASSENGER TERMINAL BUILDING) (CIRCULAR)",
        "short": "B4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8634",
        "label": "B5",
        "long": "HONG KONG-ZHUHAI-MACAO BRIDGE HONG KONG PORT - SUNNY BAY STATION",
        "short": "B5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8635",
        "label": "B6",
        "long": "MUN TUNG ESTATE - HZMB HONG KONG PORT",
        "short": "B6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8636",
        "label": "B5",
        "long": "HONG KONG-ZHUHAI-MACAO BRIDGE HONG KONG PORT - SUNNY BAY STATION (OMIT DISNEYLAND)",
        "short": "B5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8637",
        "label": "936A",
        "long": "TSUEN WAN (SHEK WAI KOK) - CAUSEWAY BAY (COTTON PATH)",
        "short": "936A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8638",
        "label": "NA31",
        "long": "HZMB HONG KONG PORT - TSUEN WAN (NINA TOWER)",
        "short": "NA31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8639",
        "label": "NA32",
        "long": "HZMB HONG KONG PORT - KWAI CHUNG ESTATE",
        "short": "NA32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8640",
        "label": "A36",
        "long": "KAM SHEUNG ROAD STATION - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA CATHAY CITY & CAD HEADQUARTER)",
        "short": "A36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8642",
        "label": "26X",
        "long": "TSIM SHA TSUI EAST - SHUN TIN",
        "short": "26X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8643",
        "label": "213X",
        "long": "ON TAI (SOUTH) (HANG TAI HOUSE) - TSIM SHA TSUI (CIRCULAR) (VIA KWUN TONG BY-PASS)",
        "short": "213X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8644",
        "label": "982X",
        "long": "ADMIRALTY STATION (EAST) - YU CHUI COURT",
        "short": "982X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8645",
        "label": "39M",
        "long": "TUNG CHUNG STATION BUS TERMINUS - MUN TUNG ESTATE (CIRCULAR)",
        "short": "39M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8649",
        "label": "E33P",
        "long": "BLOSSOM GARDEN - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "E33P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8650",
        "label": "S64C",
        "long": "SUPER TERMINAL ONE - TUNG CHUNG (YAT TUNG)",
        "short": "S64C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8652",
        "label": "68",
        "long": "PARK YOHO - YOHO MALL (CIRCULAR)",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8653",
        "label": "99",
        "long": "SOUTH HORIZONS - SHAU KEI WAN (OMIT SOUTH HORIZON DRIVE)",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8654",
        "label": "720P",
        "long": "TAIKOO SHING - CENTRAL (WING WO STREET) (DEPARTURE TERMINATE AT WING WO STREET)",
        "short": "720P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8655",
        "label": "27",
        "long": "NORTH POINT FERRY - BRAEMAR HILL",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8656",
        "label": "307",
        "long": "TAI PO CENTRAL - SHEUNG WAN",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8657",
        "label": "73X",
        "long": "TSUEN WAN (NINA TOWER) - TAI PO (FU SHIN) (VIA TAI PO CENTRE)",
        "short": "73X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8661",
        "label": "101",
        "long": "MOK CHEONG STREET - KENNEDY TOWN",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8663",
        "label": "101",
        "long": "CENTRAL (DES VOEUX ROAD CENTRAL) - KWUN TONG (YUE MAN SQUARE)",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8666",
        "label": "E23A",
        "long": "TSZ WAN SHAN (SOUTH) - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA TUNG CHUNG NORTH)",
        "short": "E23A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8667",
        "label": "930",
        "long": "TSUEN WAN WEST STATION - EXHIBITION CENTRE STATION",
        "short": "930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8668",
        "label": "73B",
        "long": "CHUEN ON ROAD (NETHERSOLE HOSPITAL) - SHEUNG SHUI (CIRCULAR)",
        "short": "73B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8669",
        "label": "270B",
        "long": "SHEUNG SHUI - OLYMPIC STATION",
        "short": "270B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8670",
        "label": "270B",
        "long": "SHEUNG SHUI - CHARMING GARDEN",
        "short": "270B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8677",
        "label": "261X",
        "long": "SO KWUN WAT - FANLING (CHEUNG WAH)",
        "short": "261X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8678",
        "label": "720X",
        "long": "SAI WAN HO (GRAND PROMENADE) - CENTRAL (RUMSEY STREET)",
        "short": "720X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8679",
        "label": "31P",
        "long": "SHEK LEI COMMERCIAL COMPLEX - KWAI FONG STATION",
        "short": "31P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8680",
        "label": "290X",
        "long": "TSUEN WAN WEST STATION - LOHAS PARK STATION (VIA FASA)",
        "short": "290X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8681",
        "label": "290A",
        "long": "UPPER SAU MAU PING - TSUEN WAN WEST STATION",
        "short": "290A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8683",
        "label": "98A",
        "long": "NGAU TAU KOK STATION - HANG HAU (NORTH) (TSEUNG KWAN O HOSPITAL) (EVENING PEAK SPECIAL DEPARTURES)",
        "short": "98A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8684",
        "label": "40M",
        "long": "WAH FU (NORTH) - EXHIBITION CENTRE STATION (OMIT CHATER ROAD)",
        "short": "40M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8685",
        "label": "948B",
        "long": "GREENFIELD GARDEN - CAUSEWAY BAY (TIN HAU)",
        "short": "948B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8686",
        "label": "969P",
        "long": "TIN SHUI WAI TOWN CENTRE - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "969P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8687",
        "label": "962C",
        "long": "TUEN MUN (SAM SHING) - TAIKOO (KORNHILL PLAZA)",
        "short": "962C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8688",
        "label": "969B",
        "long": "TIN SHUI WAI STATION - WAN CHAI",
        "short": "969B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8689",
        "label": "213A",
        "long": "ON TAT - PING SHEK / CHOI HUNG STATION",
        "short": "213A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8691",
        "label": "701A",
        "long": "HOI YING ESTATE - MONG KOK (CIRCULAR)",
        "short": "701A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8693",
        "label": "962G",
        "long": "CAUSEWAY BAY (MORETON TERRACE) - TUEN MUN (YUET WU VILLA)",
        "short": "962G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8694",
        "label": "64P",
        "long": "TAI PO MARKET STATION - KADOORIE FARM",
        "short": "64P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8695",
        "label": "289R",
        "long": "WONG SHEK PIER - SHATIN CENTRAL",
        "short": "289R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8696",
        "label": "213B",
        "long": "ON TAI - KWUN TONG",
        "short": "213B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8697",
        "label": "985",
        "long": "ADMIRALTY STATION (EAST) - MEI TIN",
        "short": "985",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8698",
        "label": "33X",
        "long": "CYBERPORT - SHAU KEI WAN",
        "short": "33X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8699",
        "label": "N252",
        "long": "MEI FOO - TUEN MUN (SAM SHING ESTATE)",
        "short": "N252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8700",
        "label": "X15",
        "long": "CENTRAL (CENTRAL FERRY PIER NO. 6) - THE PEAK",
        "short": "X15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8703",
        "label": "263C",
        "long": "TUEN MUN STATION - EDUCATION UNIVERSITY OF HONG KONG",
        "short": "263C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8704",
        "label": "985A",
        "long": "MEI TIN ESTATE (MEI CHI HOUSE) - WAN CHAI (HENNESSY ROAD)",
        "short": "985A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8705",
        "label": "985B",
        "long": "TIN SAM VILLAGE - WAN CHAI (HENNESSY ROAD)",
        "short": "985B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8706",
        "label": "S52A",
        "long": "TUNG CHUNG NORTH - AIRCRAFT MAINTENANCE AREAIS",
        "short": "S52A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8707",
        "label": "N37",
        "long": "YING TUNG ESTATE - TUNG CHUNG TOWN CENTRE (CIRCULAR)",
        "short": "N37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8708",
        "label": "47X",
        "long": "SUN TIN WAI - KWAI SHING (EAST)",
        "short": "47X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8709",
        "label": "47A",
        "long": "SHUI CHUEN O - KWAI FONG (SOUTH) (OMIT SHA TIN CENTRAL)",
        "short": "47A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8710",
        "label": "291P",
        "long": "H.K.U.S.T. (SOUTH) - MONG KOK",
        "short": "291P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8711",
        "label": "77K",
        "long": "SHEUNG SHUI - PAT HEUNG ROAD",
        "short": "77K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8715",
        "label": "970",
        "long": "CYBERPORT - MONG KOK (BUTE STREET)",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8716",
        "label": "33",
        "long": "TSUEN WAN WEST STATION - YAU TONG",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8717",
        "label": "261S",
        "long": "TUEN MUN (PO TIN ESTATE) - SHEUNG SHUI (TIN PING)",
        "short": "261S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8718",
        "label": "252X",
        "long": "SO KWUN WAT - LAM TIN STATION",
        "short": "252X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8720",
        "label": "288C",
        "long": "SHUI CHUEN O - HIN KENG",
        "short": "288C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8721",
        "label": "24",
        "long": "KAI YIP - MONG KOK (CIRCULAR) (AM PEAK MONDAY TO FRIDAY ONLY)",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8722",
        "label": "Tsuen Wan - Huanggang",
        "long": "TSUEN WAN - HUANGGANG (REGULAR DEPARTURES)(TERMINUS AT NAN FUNG CENTRE)",
        "short": "Tsuen Wan - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8724",
        "label": "Kwun Tong - Huanggang",
        "long": "HUANGGANG - KWUN TONG (LATE NIGHT DEPARTURES)(OMIT SIU LEK YUEN ROAD PLAYGROUND AND STOP OUTSIDE KWUN TONG ROAD REST GARDEN)",
        "short": "Kwun Tong - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8725",
        "label": "Kwun Tong - Huanggang",
        "long": "HUANGGANG - KWUN TONG (LATE NIGHT DEPARTURES)(STOP OUSTIDE SIU LEK YUEN ROAD PLAYGROUND AND KWUN TONG ROAD FILLING STATION)",
        "short": "Kwun Tong - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8726",
        "label": "Kwun Tong - Huanggang",
        "long": "HUANGGANG - KWUN TONG (REGULAR DEPARTURES)(OMIT SIU LEK YUEN ROAD PLAYGROUND AND STOP OUTSIDE KWUN TONG ROAD REST GARDEN)",
        "short": "Kwun Tong - Huanggang",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8727",
        "label": "N952",
        "long": "TUEN MUN (CHI LOK FA YUEN) - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "N952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8728",
        "label": "T74",
        "long": "NG TUNG CHAI (PAK NGAU SHEK) - KWUN TONG FERRY",
        "short": "T74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8729",
        "label": "69C",
        "long": "TIN YAN ESTATE - KWUN TONG FERRY (OMIT WETLAND PARK ROAD)",
        "short": "69C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8730",
        "label": "N930",
        "long": "TSUEN WAN (DISCOVERY PARK) - CAUSEWAY BAY (MORETON TERRACE)",
        "short": "N930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8731",
        "label": "269D",
        "long": "TIN SHUI WAI STATION - LEK YUEN",
        "short": "269D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8732",
        "label": "61A",
        "long": "TUEN MUN (HOI WING ROAD) - TUEN MUN RD. INTERCHANGE (URBAN BOUND)",
        "short": "61A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8733",
        "label": "277A",
        "long": "SHA TAU KOK - LAM TIN STATION",
        "short": "277A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8734",
        "label": "98B",
        "long": "HANG HAU (NORTH) (TSEUNG KWAN O HOSPITAL) - KWUN TONG (VIA PO LAM)",
        "short": "98B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8736",
        "label": "N213",
        "long": "TSIM SHA TSUI EAST (MODY ROAD) - ON TAI (WEST)",
        "short": "N213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8738",
        "label": "214P",
        "long": "ON SAU ROAD - LAI CHI KOK STATION",
        "short": "214P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8740",
        "label": "930",
        "long": "ADMIRALTY (QUEENSWAY) - TSUEN WAN WEST STATION",
        "short": "930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8743",
        "label": "92R",
        "long": "SAI KUNG - STAR FERRY",
        "short": "92R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8744",
        "label": "73P",
        "long": "TAI MEI TUK - TSUEN WAN (NINA TOWER)",
        "short": "73P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8745",
        "label": "905A",
        "long": "EXHIBITION CENTRE STATION - LAI CHI KOK",
        "short": "905A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8747",
        "label": "82D",
        "long": "TAI WAI STATION - PAK SHEK KOK",
        "short": "82D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8748",
        "label": "18",
        "long": "NORTH POINT (HEALTHY STREET CENTRAL) - KENNEDY TOWN (BELCHER BAY)",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8749",
        "label": "74F",
        "long": "KWUN TONG FERRY - EDUCATION UNIVERSITY OF HONG KONG",
        "short": "74F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8750",
        "label": "969C",
        "long": "TIN SHUI WAI TOWN CENTRE - TAIKOO (KORNHILL PLAZA) (VIA TIN SHUI WAI NORTH & TIN TSZ)",
        "short": "969C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8751",
        "label": "A23",
        "long": "TSZ WAN SHAN (NORTH) - AIRPORT",
        "short": "A23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8752",
        "label": "S52",
        "long": "TUNG CHUNG (YAT TUNG ESTATE) - AIRCRAFT MAINTENANCE AREA (OMIT CATHAY CITY ,CARGO AREA)",
        "short": "S52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8753",
        "label": "S52",
        "long": "TUNG CHUNG CRESCENT, SHUN TUNG ROAD - AIRCRAFT MAINTENANCE AREA (OMIT CATHAY CITY ,CARGO AREA)",
        "short": "S52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8754",
        "label": "S52",
        "long": "AIRCRAFT MAINTENANCE AREA - TUNG CHUNG STATION (OMIT CATHAY CITY ,CARGO AREA)",
        "short": "S52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8755",
        "label": "A17",
        "long": "SHAM WAN - AIRPORT",
        "short": "A17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8756",
        "label": "W3",
        "long": "SHEUNG SHUI - JORDAN (WEST KOWLOON STATION)",
        "short": "W3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8758",
        "label": "276C",
        "long": "TIN SHUI WAI STATION - FANLING (CHEUNG WAH)",
        "short": "276C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8759",
        "label": "N307",
        "long": "TAI WO - SHEUNG WAN",
        "short": "N307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8760",
        "label": "23M",
        "long": "LOK WAH - SHUN LEE (CIRCULAR) (VIA KOWLOON BAY)",
        "short": "23M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8762",
        "label": "907C",
        "long": "FU TIP BUS TERMINUS - WAN CHAI (CONVENTION CENTRE)",
        "short": "907C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8763",
        "label": "907C",
        "long": "ADMIRALTY STATION - FU TIP BUS TERMINUS",
        "short": "907C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8764",
        "label": "NA37",
        "long": "TIN SHUI WAI TOWN CENTRE - CATHAY PACIFIC CITY",
        "short": "NA37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8765",
        "label": "22M",
        "long": "KAI TAK CRUISE TERMINAL - TO KWA WAN (CIRCULAR)",
        "short": "22M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8768",
        "label": "73D",
        "long": "KWONG FUK MARKET - TSUEN WAN (NINA TOWER)",
        "short": "73D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8769",
        "label": "R8",
        "long": "DISNEYLAND - LANTAU LINK INTERCHANGE (CIRCULAR) (VIA INSPIRATION LAKE)",
        "short": "R8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8771",
        "label": "46S",
        "long": "HIN KENG - TSUEN WAN (NINA TOWER)",
        "short": "46S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8772",
        "label": "83P",
        "long": "WONG NAI TAU - WO CHE",
        "short": "83P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8773",
        "label": "108",
        "long": "KOWLOON CITY (SHING TAK STREET) - CAUSEWAY BAY (PENNINGTON STREET)",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8774",
        "label": "102",
        "long": "HUNG HOM (CROSS HARBOUR TUNNEL) - SHAU KEI WAN",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8778",
        "label": "A33",
        "long": "TUEN MUN ROAD INTERCHANGE - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA ASIAWORLD-EXPO)",
        "short": "A33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8779",
        "label": "A37",
        "long": "LONG PING STATION - AIRPORT (GROUND TRANSPORTATION CENTRE) (VIA ASIAWORLD-EXPO)",
        "short": "A37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8781",
        "label": "287D",
        "long": "HUNG HOM STATION - KAM YING COURT",
        "short": "287D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8782",
        "label": "702B",
        "long": "PAK TIN (NORTH) - HOI YING ESTATE (CIRCULAR)",
        "short": "702B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8784",
        "label": "N20",
        "long": "ISLAND HARBOURVIEW - KAI TAK (MUK ON STREET)",
        "short": "N20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8785",
        "label": "608",
        "long": "MA TAU WAI ESTATE - SHAU KEI WAN (VIA KAI FUK ROAD)",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8786",
        "label": "73D",
        "long": "TSUEN WAN (NINA TOWER) - TAI PO (FU SHIN)",
        "short": "73D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8787",
        "label": "285",
        "long": "FO TAN CHUN YEUNG ESTATE - SHA TIN CENTRAL (CIRCULAR)",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8788",
        "label": "285A",
        "long": "FO TAN CHUN YEUNG ESTATE - FO TAN STATION (CIRCULAR) (MORNING DEPARTURE)",
        "short": "285A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8789",
        "label": "85P",
        "long": "BRAEMAR HILL - SIU SAI WAN (ISLAND RESORT)",
        "short": "85P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8790",
        "label": "671X",
        "long": "AP LEI CHAU LEE LOK ST - DIAMOND HILL STATION",
        "short": "671X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8791",
        "label": "98",
        "long": "TSEUNG KWAN O INDUSTRIAL ESTATE - NGAU TAU KOK STATION (CIRCULAR)",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8792",
        "label": "970X",
        "long": "CHEUNG SHA WAN (KOM TSUN STREET) - ABERDEEN (VIA WAH FU)",
        "short": "970X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8793",
        "label": "970X",
        "long": "ABERDEEN - MONG KOK",
        "short": "970X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8794",
        "label": "797",
        "long": "LOHAS PARK - SAN PO KONG (CIRCULAR)",
        "short": "797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8795",
        "label": "797",
        "long": "LOHAS PARK / TSEUNG KWAN O INDUSTRIAL ESTATE - SAN PO KONG (CIRCULAR)",
        "short": "797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8796",
        "label": "49X",
        "long": "SIU SAI WAN (ISLAND RESORT) - CYBERPORT",
        "short": "49X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8797",
        "label": "12P",
        "long": "HOI LAI ESTATE - HUNG HOM STATION",
        "short": "12P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8798",
        "label": "13D",
        "long": "PO TAT - ISLAND HARBOURVIEW (OMIT SHAM MONG ROAD)",
        "short": "13D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8799",
        "label": "13M",
        "long": "PO TAT - KWUN TONG STATION",
        "short": "13M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8800",
        "label": "13X",
        "long": "PO TAT - TSIM SHA TSUI EAST (OMIT RICHLAND GARDENS AND KAI YIP)",
        "short": "13X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8801",
        "label": "13X",
        "long": "PO TAT - TSIM SHA TSUI EAST (OMIT RICHLAND GARDENS, KAI YIP AND COOKE STREET)",
        "short": "13X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8802",
        "label": "13X",
        "long": "CHOI FOOK - TSIM SHA TSUI EAST",
        "short": "13X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8803",
        "label": "A34",
        "long": "HUNG SHUI KIU (HUNG YUEN ROAD) - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8804",
        "label": "A34",
        "long": "SIU HONG ROAD - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8805",
        "label": "A33",
        "long": "TUEN MUN ROAD INTERCHANGE - AIRPORT (GROUND TRANSPORTATION CENTRE)",
        "short": "A33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 9436,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "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.2"
  },
  "snapshot_date": "2026-07-23",
  "top_fixes": [
    {
      "code": "invalid_url",
      "count": 14,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'invalid_url' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 18.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Invalid url (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 9436,
      "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": 2,
      "severity": "WARNING",
      "what": "9436 of 9436 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_wheelchair_accessible_unknown",
      "count": 82692,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "82692 of 82692 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
