{
  "agency": {
    "country": "BE",
    "id": "de-lijn",
    "name": "De Lijn",
    "operating_note": "The Flemish region's bus and tram network, published daily through the Belgian Mobility open data portal. The download is 200 MiB but stop_times.txt expands to 1.6 GiB, so the record needs the large-feed ingestion tier. Anonymous download is open; the portal states a rate limit of 100 requests a day for anonymous use, which one daily score run stays well inside.",
    "subdivision_code": "BE-VLG",
    "subdivision_name": "Vlaams Gewest"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 10.8,
          "stops_marked_accessible_pct": 17.3,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 17.3,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 4.3,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 346835,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 30309,
        "translations": {
          "feed_lang": "nl",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 346835,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 17.3,
        "wheelchair_marked_accessible_pct": 17.3,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 25052,
          "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": 20.7,
          "severity": "WARNING",
          "what": "25052 of 30309 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": 346835,
          "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": "346835 of 346835 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_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        }
      ],
      "name": "completeness",
      "score": 49.3,
      "status": "measured",
      "summary": "17% of stops state wheelchair accessibility (17% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 15,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 329392,
          "WARNING": 7601
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_without_stop_time",
          "count": 4648,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "code": "same_name_and_description_for_route",
          "count": 1889,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'same_name_and_description_for_route' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Same name and description for route (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 838,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 8.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": "expired_calendar",
          "count": 162,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 22,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 20,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the transit vehicle doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 11,
          "effort": "Minutes per flagged trip once you open it.",
          "fix": "Check the two stop times for a wrong digit first. Then check whether a stop sits at the wrong coordinates, or a stop between them is missing.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Between two distant stops, the times imply a speed no transit vehicle reaches.",
          "why": "A rider gets a trip plan that cannot happen. Live systems then report delays that are not real."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 10,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "duplicate_route_name",
          "count": 1,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "unsorted_stop_times",
          "count": 328096,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unsorted_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Unsorted stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "platform_without_parent_station",
          "count": 693,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 584,
          "effort": "Two fields in feed_info.txt, or one export setting.",
          "fix": "Widen feed_start_date and feed_end_date to cover all service dates, or fix the dates that fall outside.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some service dates fall outside the date window set in feed_info.txt.",
          "why": "feed_info.txt should span every day your service runs, so apps know when the data applies."
        },
        {
          "code": "big_gap_in_service",
          "count": 13,
          "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."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 5,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the transit vehicle ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 35.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 15 kinds of issue across 336993 instances (0 error, 7601 warning, 329392 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 69,
        "effective_expiry_date": "2026-11-13",
        "feed_end_date": "2026-11-13",
        "feed_start_date": "2026-09-04",
        "feed_version": "20260904_20261113_003000",
        "has_feed_info": true,
        "last_service_date": "2026-11-13",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 69 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "The portal publishes De Lijn trip updates and service alerts, but it serves them as GTFS-RT JSON rather than protobuf, so the scorecard does not sample them yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 69 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 17% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 17% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "CC BY 4.0 on the Belgian Mobility open data portal, whose terms allow free reuse including commercial reuse with attribution in the form \"Source: De Lijn, Open Data, date of dataset update\".",
    "reachable": true,
    "sha256": "360850b1336741c5ee480ffb648f769f57d0e3645e404467da17b625a90c6e7a",
    "size_bytes": 215275196,
    "source_provenance": "official",
    "static_url": "https://api-management-discovery-production.azure-api.net/api/gtfs/feed/delijn/static"
  },
  "fetch": {
    "final_url": "https://api-management-discovery-production.azure-api.net/api/gtfs/feed/delijn/static",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-09-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      2.57066,
      50.64512,
      5.89081,
      51.56048
    ],
    "lat": 50.99912,
    "lon": 4.40008,
    "stop_count": 30309
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 52,
        "trip_count": 37802,
        "trip_share_pct": 10.9
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 1837,
        "trip_count": 309033,
        "trip_share_pct": 89.1
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 1889,
    "trip_count": 346835
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 55.8,
    "margin_to_next_band": 4.2,
    "score": 55.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 1117,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "1117 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (212, 218, 220, 221, 223, and more).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 166,
      "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": "166 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Aalter Cijnsstraat / Heidestraat\", \"Merelbeke Carpool Park & Ride E40-E17\", \"Zwijndrecht P+R Melsele perron 1\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "routability": {
    "findings": [],
    "measured": false,
    "reason": "table_too_large"
  },
  "route_map": {
    "drawn_route_count": 1889,
    "has_shapes": true,
    "path": "data/artifacts/de-lijn/geometry.geojson",
    "route_count": 1889,
    "routes": [
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:10010",
        "label": "1",
        "long": "Zuid - P+R Luchtbal",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:10011",
        "label": "1",
        "long": "P+R Luchtbal - Zuid",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10020",
        "label": "2",
        "long": "P+R Merksem - Zwaantjes",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10021",
        "label": "2",
        "long": "Zwaantjes - P+R Merksem",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:10040",
        "label": "4",
        "long": "Berchem station - Hoboken",
        "short": "4",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:10041",
        "label": "4",
        "long": "Hoboken - Berchem station",
        "short": "4",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:10060",
        "label": "6",
        "long": "P+R Luchtbal - P+R Olympiade",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:10061",
        "label": "6",
        "long": "P+R Olympiade - P+R Luchtbal",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:10070",
        "label": "7",
        "long": "Eilandje - Mortsel",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:10071",
        "label": "7",
        "long": "Mortsel - Eilandje",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:10080",
        "label": "8",
        "long": "Astrid - P+R Wommelgem",
        "short": "8",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:10081",
        "label": "8",
        "long": "P+R Wommelgem - Astrid",
        "short": "8",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:10100",
        "label": "10",
        "long": "P+R Schoonselhof - Wijnegem",
        "short": "10",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:10101",
        "label": "10",
        "long": "Wijnegem - P+R Schoonselhof",
        "short": "10",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:10110",
        "label": "11",
        "long": "Berchem Station - Melkmarkt",
        "short": "11",
        "text_color": "822A3A",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:10111",
        "label": "11",
        "long": "Melkmarkt - Berchem Station",
        "short": "11",
        "text_color": "822A3A",
        "type_label": "Tram / light rail"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:10120",
        "label": "12",
        "long": "Centraal station - Schijnpoort",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:10121",
        "label": "12",
        "long": "Schijnpoort - Centraal station",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10130",
        "label": "13",
        "long": "Opera - Hoboken - Polderstad",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10131",
        "label": "13",
        "long": "Polderstad - Hoboken - Opera",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:10140",
        "label": "14",
        "long": "Opera - Hoboken - Hemiksem",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:10141",
        "label": "14",
        "long": "Hemiksem - Hoboken - Opera",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:10170",
        "label": "17",
        "long": "Brouwersvliet - Centraal Station - UZA",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:10171",
        "label": "17",
        "long": "UZA - Centraal Station - Brouwersvliet",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10190",
        "label": "19",
        "long": "Sport - Deurne Zuid",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10191",
        "label": "19",
        "long": "Deurne Zuid - Sport",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:10210",
        "label": "21",
        "long": "Rooseveltplaats - Middelheim - Neerland",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:10211",
        "label": "21",
        "long": "Neerland - Middelheim - Rooseveltplaats",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:10220",
        "label": "22",
        "long": "Groenplaats - Valaar - UZA",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:10221",
        "label": "22",
        "long": "UZA - Valaar - Groenplaats",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:10230",
        "label": "23",
        "long": "Centraal Station - Dam - Noorderplaats",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:10231",
        "label": "23",
        "long": "Noorderplaats - Dam - Centraal Station",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:10240",
        "label": "24",
        "long": "Havenhuis - Silsburg",
        "short": "24",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:10241",
        "label": "24",
        "long": "Silsburg - Havenhuis",
        "short": "24",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:10300",
        "label": "30",
        "long": "Station Zuid - Berchem Station - Stuivenberg",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:10301",
        "label": "30",
        "long": "Stuivenberg - Berchem Station - Station Zuid",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:10320",
        "label": "32",
        "long": "Rooseveltplaats  - Berchem Station - Edegem",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:10321",
        "label": "32",
        "long": "Edegem - Berchem Station - Rooseveltplaats",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:10330",
        "label": "33",
        "long": "P+R Luchtbal - Merksem - Wilrijk - Hoboken",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:10331",
        "label": "33",
        "long": "Hoboken - Wilrijk - Merksem - P+R Luchtbal",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10400",
        "label": "P2",
        "long": "Hoboken Lelieplaats - Zwaantjes",
        "short": "P2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10401",
        "label": "P2",
        "long": "Hoboken Zwaantjes - Lelieplaats",
        "short": "P2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:10440",
        "label": "A3",
        "long": "P+R Merksem - P+R Boechout",
        "short": "A3",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:10441",
        "label": "A3",
        "long": "P+R Boechout - P+R Merksem",
        "short": "A3",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:10450",
        "label": "A9",
        "long": "Wijnegem - Berchem Station",
        "short": "A9",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:10451",
        "label": "A9",
        "long": "Berchem Station - Wijnegem",
        "short": "A9",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:10490",
        "label": "P9",
        "long": "Berchem Station - Eksterlaar - Silsburg",
        "short": "P9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:10491",
        "label": "P9",
        "long": "Silsburg - Eksterlaar - Berchem Station",
        "short": "P9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10510",
        "label": "51",
        "long": "Berchem Station - Hove - Vremde",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10511",
        "label": "51",
        "long": "Vremde - Hove - Berchem Station",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10520",
        "label": "52",
        "long": "Berchem Station - Hove - Duffel",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10521",
        "label": "52",
        "long": "Duffel - Hove - Berchem Station",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10530",
        "label": "53",
        "long": "Berchem Station - Hove - Duffel",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10531",
        "label": "53",
        "long": "Duffel - Hove - Berchem Station",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10610",
        "label": "61",
        "long": "Mechelen - Nekkerspoel - Sint-Katelijne-Waver",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:10611",
        "label": "61",
        "long": "Sint-Katelijne-Waver - Nekkerspoel - Mechelen",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:10880",
        "label": "88",
        "long": "Mechelen - Kapelle-op-den-Bos - Londerzeel",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:10881",
        "label": "88",
        "long": "Londerzeel - Kapelle-op-den-Bos - Mechelen",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:10890",
        "label": "89",
        "long": "Mechelen - Tisselt - Breendonk - Puurs",
        "short": "89",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:10891",
        "label": "89",
        "long": "Puurs - Breendonk - Tisselt - Mechelen",
        "short": "89",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:10900",
        "label": "90",
        "long": "Berchem Station - Mortsel -  Lier",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:10901",
        "label": "90",
        "long": "Lier - Mortsel - Berchem Station",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:10920",
        "label": "92",
        "long": "Berchem Station - Mortsel - Kontich Kerk",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:10921",
        "label": "92",
        "long": "Kontich Kerk - Mortsel - Berchem Station",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:11100",
        "label": "11",
        "long": "Geel station - Geel Thomas More",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:11101",
        "label": "11",
        "long": "Geel Thomas More - Geel station",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:11110",
        "label": "111",
        "long": "Vosselaar - Tielen - Onze-Lieve-Vrouw-Olen - Larum - Geel",
        "short": "111",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:11111",
        "label": "111",
        "long": "Geel - Larum - Onze-Lieve-Vrouw-Olen - Tielen - Vosselaar",
        "short": "111",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:11330",
        "label": "133",
        "long": "Schelle - Aartselaar - Kontich Scholen",
        "short": "133",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:11331",
        "label": "133",
        "long": "Kontich Scholen - Aartselaar - Schelle",
        "short": "133",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:11600",
        "label": "160",
        "long": "Aarschot - Begijnendijk - Pijpelheide - Heist-op-den-Berg",
        "short": "160",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:11601",
        "label": "160",
        "long": "Heist-op-den-Berg - Pijpelheide - Begijnendijk - Aarschot",
        "short": "160",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:11610",
        "label": "161",
        "long": "Aarschot - Booischot - Begijnendijk - Heist-op-den-Berg",
        "short": "161",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:11611",
        "label": "161",
        "long": "Heist-op-den-Berg - Booischot - Begijnendijk - Aarschot",
        "short": "161",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:11720",
        "label": "172",
        "long": "Mol - Gompel - Balen - Heppen - Leopoldsburg",
        "short": "172",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:11721",
        "label": "172",
        "long": "Leopoldsburg - Heppen - Balen - Gompel - Mol",
        "short": "172",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:11800",
        "label": "18",
        "long": "Antwerpen Groenplaats - Aartselaar",
        "short": "18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:11801",
        "label": "18",
        "long": "Aartselaar - Antwerpen Groenplaats",
        "short": "18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:11810",
        "label": "18b",
        "long": "Antwerpen Groenplaats - Aartselaar - Terhagen",
        "short": "18b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:11811",
        "label": "18b",
        "long": "Terhagen - Aartselaar - Antwerpen Groenplaats",
        "short": "18b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:11820",
        "label": "18a",
        "long": "Antwerpen Groenplaats - Aartselaar - Boom",
        "short": "18a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:11821",
        "label": "18a",
        "long": "Boom - Aartselaar - Antwerpen Groenplaats",
        "short": "18a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:11830",
        "label": "18c",
        "long": "Antwerpen Groenplaats - Aartselaar - Niel",
        "short": "18c",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:11831",
        "label": "18c",
        "long": "Niel - Aartselaar - Antwerpen Groenplaats",
        "short": "18c",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:11900",
        "label": "19",
        "long": "Diest - Veerle - Geel",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:11901",
        "label": "19",
        "long": "Geel - Veerle - Diest",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:11910",
        "label": "X19",
        "long": "Snelbus Rumst - Kontich - Antwerpen",
        "short": "X19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:11911",
        "label": "X19",
        "long": "Snelbus Antwerpen - Kontich - Rumst",
        "short": "X19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:12010",
        "label": "20a",
        "long": "Lier - Broechem - Wommelgem - Berchem - Antwerpen",
        "short": "20a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:12011",
        "label": "20a",
        "long": "Antwerpen - Berchem - Wommelgem - Broechem - Lier",
        "short": "20a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:12020",
        "label": "20b",
        "long": "Wommelgem - Berchem - Antwerpen",
        "short": "20b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:12021",
        "label": "20b",
        "long": "Antwerpen - Berchem - Wommelgem",
        "short": "20b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12090",
        "label": "209",
        "long": "Lidwina - Mol station",
        "short": "209",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12091",
        "label": "209",
        "long": "Mol station - Lidwina",
        "short": "209",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12100",
        "label": "21",
        "long": "Turnhout - Gierle - Lille - Vorselaar",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12101",
        "label": "21",
        "long": "Vorselaar - Lille - Gierle - Turnhout",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12120",
        "label": "212",
        "long": "Turnhout- Vosselaar - Tielen - Sint-Jozef Olen -Herentals",
        "short": "212",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12121",
        "label": "212",
        "long": "Herentals- Sint-Jozef Olen - Tielen - Vosselaar -Turnhout",
        "short": "212",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12180",
        "label": "218",
        "long": "Turnhout - Gierle - Lille - Herentals",
        "short": "218",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12181",
        "label": "218",
        "long": "Herentals - Lille - Gierle - Turnhout",
        "short": "218",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12190",
        "label": "219",
        "long": "Lichtaart - Onze-Lieve-Vrouw-Olen - Herentals - Vorselaar",
        "short": "219",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12191",
        "label": "219",
        "long": "Vorselaar - Herentals - Onze-Lieve-Vrouw-Olen - Lichtaart",
        "short": "219",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12200",
        "label": "220",
        "long": "Wiekevorst - Hulshout - Westmeerbeek - Ramsel - Aarschot",
        "short": "220",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12201",
        "label": "220",
        "long": "Aarschot - Ramsel - Westmeerbeek - Hulshout - Wiekevorst",
        "short": "220",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12210",
        "label": "221",
        "long": "Heultje - Westmeerbeek - Houtvenne - Ramsel - Aarschot",
        "short": "221",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12211",
        "label": "221",
        "long": "Aarschot - Ramsel - Houtvenne - Westmeerbeek - Heultje",
        "short": "221",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12230",
        "label": "223",
        "long": "Herentals - Olen - Voortkapel - Heultje - Hulshout",
        "short": "223",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12231",
        "label": "223",
        "long": "Hulshout - Heultje - Voortkapel - Olen - Herentals",
        "short": "223",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12300",
        "label": "230",
        "long": "Meerhout - Mol",
        "short": "230",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12301",
        "label": "230",
        "long": "Mol - Meerhout",
        "short": "230",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12430",
        "label": "243",
        "long": "Broechem - Boechout - Hove - Kontich scholen",
        "short": "243",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12431",
        "label": "243",
        "long": "Kontich scholen - Hove - Boechout - Broechem",
        "short": "243",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:12500",
        "label": "25",
        "long": "Puurs - Hingene - Bornem - Sint-Amands",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:12501",
        "label": "25",
        "long": "Sint-Amands - Bornem - Hingene - Puurs",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12570",
        "label": "257",
        "long": "Dendermonde - Bornem - Boom",
        "short": "257",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12571",
        "label": "257",
        "long": "Boom - Bornem - Dendermonde",
        "short": "257",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:12600",
        "label": "26",
        "long": "Puurs - Oppuurs - Sint-Amands - Dendermonde",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:12601",
        "label": "26",
        "long": "Dendermonde - Sint-Amands - Oppuurs - Puurs",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12690",
        "label": "269",
        "long": "Dendermonde - Sint-Amands - Lippelo - Puurs - Boom",
        "short": "269",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12691",
        "label": "269",
        "long": "Boom - Puurs - Lippelo - Sint-Amands - Dendermonde",
        "short": "269",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12800",
        "label": "280",
        "long": "Puurs - Liezele - Londerzeel",
        "short": "280",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12801",
        "label": "280",
        "long": "Londerzeel - Liezele - Puurs",
        "short": "280",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:12900",
        "label": "29a",
        "long": "Boom - Niel - Antwerpen",
        "short": "29a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:12901",
        "label": "29a",
        "long": "Antwerpen - Niel - Boom",
        "short": "29a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:12950",
        "label": "29b",
        "long": "Boom - Reet - Niel - Antwerpen",
        "short": "29b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:12951",
        "label": "29b",
        "long": "Antwerpen - Niel - Reet - Boom",
        "short": "29b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12990",
        "label": "299",
        "long": "Eppegem - Elewijt - Boortmeerbeek - Haacht - Tildonk",
        "short": "299",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:12991",
        "label": "299",
        "long": "Tildonk - Haacht - Boortmeerbeek - Elewijt - Eppegem",
        "short": "299",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13000",
        "label": "30",
        "long": "Mechelen - AZ Sint-Maarten - Duffel - Lier",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13001",
        "label": "30",
        "long": "Lier - Duffel - AZ Sint-Maarten - Mechelen",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13060",
        "label": "306",
        "long": "Mechelen - Sint-Katelijne-Waver - Hagelstein - Sint-Ursula",
        "short": "306",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13061",
        "label": "306",
        "long": "Sint-Ursula - Hagelstein - Sint Katelijne-Waver - Mechelen",
        "short": "306",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13130",
        "label": "313",
        "long": "Station Antwerpen-Zuid - Blue Gate",
        "short": "313",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13131",
        "label": "313",
        "long": "Blue Gate - Station Antwerpen-Zuid",
        "short": "313",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:13200",
        "label": "32a",
        "long": "Geel - Oevel - Westerlo - Herselt - Aarschot",
        "short": "32a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:13201",
        "label": "32a",
        "long": "Aarschot - Herselt - Westerlo - Oevel - Geel",
        "short": "32a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:13210",
        "label": "32b",
        "long": "Herentals - Herselt - Aarschot",
        "short": "32b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:13211",
        "label": "32b",
        "long": "Aarschot - Herselt - Herentals",
        "short": "32b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13290",
        "label": "329",
        "long": "Geel - Oevel - Westerlo - Blauberg - Herselt - Aarschot",
        "short": "329",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13291",
        "label": "329",
        "long": "Aarschot - Herselt - Blauberg - Westerlo - Oevel - Geel",
        "short": "329",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:13300",
        "label": "33",
        "long": "Turnhout - Kasterlee - Herentals",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:13301",
        "label": "33",
        "long": "Herentals - Kasterlee - Turnhout",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:13400",
        "label": "34",
        "long": "Hoboken Polderstad - Wilrijk -  UZA - Mortsel - Wijnegem",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:13401",
        "label": "34",
        "long": "Wijnegem - Mortsel - UZA - Wilrijk -  Hoboken Polderstad",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:13500",
        "label": "35",
        "long": "Lier - Kontich - Edegem UZA",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:13501",
        "label": "35",
        "long": "Edegem UZA - Kontich - Lier",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13510",
        "label": "351",
        "long": "Lier - Kontich - Boom",
        "short": "351",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13511",
        "label": "351",
        "long": "Boom - Kontich - Lier",
        "short": "351",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13590",
        "label": "359",
        "long": "Lier - Kontich scholen - Wilrijk",
        "short": "359",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13591",
        "label": "359",
        "long": "Wilrijk - Kontich scholen - Lier",
        "short": "359",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:13700",
        "label": "37a",
        "long": "Hoevenen - Kapellen - Brasschaat - Schoten - Wijnegem",
        "short": "37a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:13701",
        "label": "37a",
        "long": "Wijnegem - Schoten - Brasschaat - Kapellen - Hoevenen",
        "short": "37a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13780",
        "label": "378",
        "long": "Schoten - Brasschaat - Kapellen - scholen Stabroek",
        "short": "378",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13781",
        "label": "378",
        "long": "scholen Stabroek - Kapellen - Brasschaat - Schoten",
        "short": "378",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13790",
        "label": "379",
        "long": "Zandvliet - Stabroek - Kapellen - scholen Brasschaat",
        "short": "379",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13791",
        "label": "379",
        "long": "scholen Brasschaat - Kapellen - Stabroek - Zandvliet",
        "short": "379",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13800",
        "label": "380",
        "long": "Geel - Dessel - Witgoor - Retie - Arendonk",
        "short": "380",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13801",
        "label": "380",
        "long": "Arendonk - Retie - Witgoor - Dessel - Geel",
        "short": "380",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13810",
        "label": "381",
        "long": "Geel - Retie - Oud-Turnhout",
        "short": "381",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13811",
        "label": "381",
        "long": "Oud-Turnhout - Retie - Geel",
        "short": "381",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13830",
        "label": "383",
        "long": "Geel - Europese school",
        "short": "383",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13831",
        "label": "383",
        "long": "Europese school - Geel",
        "short": "383",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13910",
        "label": "391",
        "long": "Mol - Dessel - Witgoor - Retie - Arendonk",
        "short": "391",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13911",
        "label": "391",
        "long": "Arendonk - Retie - Witgoor - Dessel - Mol",
        "short": "391",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13920",
        "label": "392",
        "long": "Zandhoven VTI - Westmalle - Sint-Job-in-'t-Goor",
        "short": "392",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:13921",
        "label": "392",
        "long": "Sint-Job-in-'t-Goor - Westmalle - Zandhoven VTI",
        "short": "392",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:14020",
        "label": "40",
        "long": "Antwerpen - Wijnegem - Oostmalle",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:14021",
        "label": "40",
        "long": "Oostmalle - Wijnegem - Antwerpen",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14030",
        "label": "403",
        "long": "Wijnegem - Schilde - Sint-Antonius - scholen Malle",
        "short": "403",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14031",
        "label": "403",
        "long": "scholen Malle - Sint-Antonius - Schilde - Wijnegem",
        "short": "403",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14040",
        "label": "404",
        "long": "Wijnegem - Halle - Zandhoven VTI",
        "short": "404",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14041",
        "label": "404",
        "long": "Zandhoven VTI  - Halle - Wijnegem",
        "short": "404",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14060",
        "label": "406",
        "long": "Zandhoven - scholen Malle via Halle",
        "short": "406",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14061",
        "label": "406",
        "long": "scholen Malle - Zandhoven via Halle",
        "short": "406",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14080",
        "label": "408",
        "long": "Zandhoven - Malle - Hoogstraten scholen",
        "short": "408",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14081",
        "label": "408",
        "long": "Hoogstraten scholen - Malle - Zandhoven",
        "short": "408",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14110",
        "label": "411",
        "long": "Zandhoven - Zoersel - scholen Malle",
        "short": "411",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14111",
        "label": "411",
        "long": "scholen Malle - Zoersel - Zandhoven",
        "short": "411",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14130",
        "label": "413",
        "long": "Westmalle - Beerse - Vosselaar - Turnhout",
        "short": "413",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14131",
        "label": "413",
        "long": "Turnhout - Vosselaar - Beerse - Westmalle",
        "short": "413",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14140",
        "label": "414",
        "long": "Sint-Antonius - Malle -Zandhoven VTI",
        "short": "414",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14141",
        "label": "414",
        "long": "Zandhoven VTI - Malle - Sint-Antonius",
        "short": "414",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14160",
        "label": "416",
        "long": "Snelbus Antwerpen - Wechelderzande - Turnhout",
        "short": "416",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14161",
        "label": "416",
        "long": "Snelbus Turnhout - Wechelderzande - Antwerpen",
        "short": "416",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:14170",
        "label": "X41",
        "long": "Snelbus Antwerpen - Zoersel - Malle - Turnhout",
        "short": "X41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:14171",
        "label": "X41",
        "long": "Snelbus Turnhout - Malle - Zoersel - Antwerpen",
        "short": "X41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14180",
        "label": "418",
        "long": "Snelbus Antwerpen - Lille - Herentals",
        "short": "418",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14181",
        "label": "418",
        "long": "Snelbus Herentals - Lille - Antwerpen",
        "short": "418",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14190",
        "label": "419",
        "long": "Zandhoven - Turnhout",
        "short": "419",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14191",
        "label": "419",
        "long": "Turnhout - Zandhoven",
        "short": "419",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14230",
        "label": "423",
        "long": "Berchem - Broechem - Zandhoven VTI",
        "short": "423",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14231",
        "label": "423",
        "long": "Zandhoven VTI - Broechem - Berchem",
        "short": "423",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14240",
        "label": "424",
        "long": "Schilde - Zandhoven VTI",
        "short": "424",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14241",
        "label": "424",
        "long": "Zandhoven VTI - Schilde",
        "short": "424",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14250",
        "label": "425",
        "long": "Berchem - Broechem - Vorselaar Van Roey",
        "short": "425",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14251",
        "label": "425",
        "long": "Vorselaar Van Roey - Broechem - Berchem",
        "short": "425",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14260",
        "label": "426",
        "long": "Lier - Broechem - Oelegem",
        "short": "426",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14261",
        "label": "426",
        "long": "Oelegem - Broechem - Lier",
        "short": "426",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:14270",
        "label": "X42",
        "long": "Snelbus Antwerpen - Massenhoven - Grobbendonk - Herentals",
        "short": "X42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:14271",
        "label": "X42",
        "long": "Snelbus Herentals - Grobbendonk - Massenhoven - Antwerpen",
        "short": "X42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14280",
        "label": "428",
        "long": "Lier - Broechem - Viersel - Vorselaar",
        "short": "428",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14281",
        "label": "428",
        "long": "Vorselaar - Viersel - Broechem - Lier",
        "short": "428",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:14300",
        "label": "43a",
        "long": "Reusel - Arendonk - Turnhout - Merksplas - Hoogstraten",
        "short": "43a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:14301",
        "label": "43a",
        "long": "Hoogstraten - Merksplas - Turnhout - Arendonk - Reusel",
        "short": "43a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:14320",
        "label": "43b",
        "long": "Arendonk - Turnhout - Merksplas - Rijkevorsel - Brecht",
        "short": "43b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:14321",
        "label": "43b",
        "long": "Brecht - Rijkevorsel - Merksplas - Turnhout - Arendonk",
        "short": "43b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14330",
        "label": "433",
        "long": "Turnhout - Beerse - Rijkevorsel - Hoogstraten",
        "short": "433",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14331",
        "label": "433",
        "long": "Hoogstraten - Rijkevorsel - Beerse - Turnhout",
        "short": "433",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14340",
        "label": "434",
        "long": "Turnhout - Beerse - Merksplas - Hoogstraten",
        "short": "434",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14341",
        "label": "434",
        "long": "Hoogstraten - Merksplas - Beerse - Turnhout",
        "short": "434",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14350",
        "label": "435",
        "long": "Turnhout Markt - Industrie",
        "short": "435",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14351",
        "label": "435",
        "long": "Turnhout industrie - Markt",
        "short": "435",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14370",
        "label": "437",
        "long": "Turnhout - Merksplas Kolonie - Hoogstraten",
        "short": "437",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14371",
        "label": "437",
        "long": "Hoogstraten - Merksplas Kolonie - Turnhout",
        "short": "437",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14380",
        "label": "438",
        "long": "Turnhout industrie - Vosselaar - Hoogstraten",
        "short": "438",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14381",
        "label": "438",
        "long": "Hoogstraten - Vosselaar - Turnhout industrie",
        "short": "438",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14390",
        "label": "439",
        "long": "Handelsschool - Turnhout - Hoogstraten - Meersel-Dreef",
        "short": "439",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14391",
        "label": "439",
        "long": "Meersel-Dreef - Hoogstraten - Turnhout - Handelsschool",
        "short": "439",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14410",
        "label": "441",
        "long": "Wildert - Nieuwmoer - scholen Wuustwezel",
        "short": "441",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14411",
        "label": "441",
        "long": "scholen Wuustwezel - Nieuwmoer - Wildert",
        "short": "441",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14420",
        "label": "442",
        "long": "Sint-Lenaarts - Wuustwezel - scholen Kalmthout",
        "short": "442",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14421",
        "label": "442",
        "long": "scholen Kalmthout - Wuustwezel - Sint-Lenaarts",
        "short": "442",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14430",
        "label": "443",
        "long": "Sint-Job - scholen Kalmthout",
        "short": "443",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14431",
        "label": "443",
        "long": "scholen Kalmthout - Sint-Job",
        "short": "443",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14440",
        "label": "444",
        "long": "Wuustwezel - Gooreind - Maria-Ter-Heide - Essen College",
        "short": "444",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14441",
        "label": "444",
        "long": "Essen College - Maria-Ter-Heide - Gooreind - Wuustwezel",
        "short": "444",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14450",
        "label": "445",
        "long": "Brasschaat - Gooreind - scholen Kalmthout",
        "short": "445",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14451",
        "label": "445",
        "long": "scholen Kalmthout - Gooreind - Brasschaat",
        "short": "445",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14460",
        "label": "446",
        "long": "Nieuwmoer - Brecht - Oostmalle",
        "short": "446",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14461",
        "label": "446",
        "long": "Oostmalle - Brecht - Nieuwmoer",
        "short": "446",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14470",
        "label": "447",
        "long": "Essen Hoek - Horendonk - scholen Wuustwezel",
        "short": "447",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14471",
        "label": "447",
        "long": "scholen Wuustwezel - Horendonk - Essen Hoek",
        "short": "447",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:14500",
        "label": "45",
        "long": "Turnhout - Oud-Turnhout - Ravels - Poppel - Tilburg",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:14501",
        "label": "45",
        "long": "Tilburg - Poppel - Ravels - Oud-Turnhout - Turnhout",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14540",
        "label": "454",
        "long": "Turnhout - Ravels - Weelde Singel",
        "short": "454",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14541",
        "label": "454",
        "long": "Weelde Singel - Ravels - Turnhout",
        "short": "454",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14550",
        "label": "455",
        "long": "Arendonk - Ravels - Weelde - Zondereigen",
        "short": "455",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14551",
        "label": "455",
        "long": "Zondereigen - Weelde - Ravels - Arendonk",
        "short": "455",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14560",
        "label": "456",
        "long": "Arendonk - Oud-Turnhout - Ravels - Eel - Poppel",
        "short": "456",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14561",
        "label": "456",
        "long": "Poppel - Eel - Ravels - Oud-Turnhout - Arendonk",
        "short": "456",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14570",
        "label": "457",
        "long": "Weelde - Baarle - Hoogstraten",
        "short": "457",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14571",
        "label": "457",
        "long": "Hoogstraten - Baarle - Weelde",
        "short": "457",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14580",
        "label": "458",
        "long": "Poppel - Weelde - Merksplas - Hoogstraten",
        "short": "458",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14581",
        "label": "458",
        "long": "Hoogstraten - Merksplas - Weelde - Poppel",
        "short": "458",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14590",
        "label": "459",
        "long": "Ravels - Weelde - Merksplas - Hoogstraten",
        "short": "459",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14591",
        "label": "459",
        "long": "Hoogstraten - Merksplas - Weelde - Ravels",
        "short": "459",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:14600",
        "label": "46",
        "long": "Turnhout - Baarle",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:14601",
        "label": "46",
        "long": "Baarle - Turnhout",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14610",
        "label": "461",
        "long": "Turnhout - Zondereigen - Baarle",
        "short": "461",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14611",
        "label": "461",
        "long": "Baarle - Zondereigen - Turnhout",
        "short": "461",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:14700",
        "label": "47",
        "long": "Mol - Dessel - Retie - Oud-Turnhout - Turnhout",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:14701",
        "label": "47",
        "long": "Turnhout - Oud-Turnhout - Retie - Dessel - Mol",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14730",
        "label": "473",
        "long": "Mol TISP - Dessel - Retie - Oud-Turnhout - Turnhout",
        "short": "473",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14731",
        "label": "473",
        "long": "Turnhout - Oud-Turnhout - Retie - Dessel - Mol TISP",
        "short": "473",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:14800",
        "label": "48",
        "long": "Malle - Sint-Jozef - Rijkevorsel - Hoogstraten",
        "short": "48",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:14801",
        "label": "48",
        "long": "Hoogstraten - Rijkevorsel - Sint-Jozef - Malle",
        "short": "48",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14810",
        "label": "481",
        "long": "Vorselaar - Malle - Hoogstraten",
        "short": "481",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14811",
        "label": "481",
        "long": "Hoogstraten - Malle -  Vorselaar",
        "short": "481",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14820",
        "label": "482",
        "long": "Hoogstraten - Rijkevorsel - Oostmalle - Westmalle",
        "short": "482",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14821",
        "label": "482",
        "long": "Westmalle - Oostmalle - Rijkevorsel - Hoogstraten",
        "short": "482",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14830",
        "label": "483",
        "long": "Hoogstraten 't Spijker - Rijkevorsel - Oostmalle",
        "short": "483",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:14831",
        "label": "483",
        "long": "Oostmalle - Rijkevorsel - Hoogstraten 't Spijker",
        "short": "483",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:14900",
        "label": "49",
        "long": "Turnhout - Kasterlee - Geel",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:14901",
        "label": "49",
        "long": "Geel - Kasterlee - Turnhout",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:15000",
        "label": "50",
        "long": "Antwerpen - Boom - Rumst - Mechelen",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:15001",
        "label": "50",
        "long": "Mechelen - Rumst - Boom - Antwerpen",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15080",
        "label": "508",
        "long": "Snelbus Aartselaar - Rumst - Mechelen",
        "short": "508",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15081",
        "label": "508",
        "long": "Snelbus Mechelen - Rumst - Aartselaar",
        "short": "508",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:15100",
        "label": "51a",
        "long": "Mechelen - Heist-op-den-Berg - Hulshout - Westerlo - Geel",
        "short": "51a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:15101",
        "label": "51a",
        "long": "Geel - Westerlo - Hulshout - Heist-op-den-Berg - Mechelen",
        "short": "51a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:15110",
        "label": "51b",
        "long": "Mechelen - Heist-op-den-Berg - Herentals",
        "short": "51b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:15111",
        "label": "51b",
        "long": "Herentals - Heist-op-den-Berg - Mechelen",
        "short": "51b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15150",
        "label": "515",
        "long": "Herselt - Heist -op-den-Berg Scholen",
        "short": "515",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15151",
        "label": "515",
        "long": "Heist-op-den-Berg Scholen - Herselt",
        "short": "515",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15190",
        "label": "519",
        "long": "Heist-op-den-Berg - Beerzel - Putte - Waver scholen",
        "short": "519",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15191",
        "label": "519",
        "long": "Waver scholen - Putte - Beerzel - Heist-op-den-Berg",
        "short": "519",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15280",
        "label": "528",
        "long": "Mechelen - Peulis - Sint-Ursula - Hagelstein",
        "short": "528",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15281",
        "label": "528",
        "long": "Hagelstein - Sint-Ursula - Peulis - Mechelen",
        "short": "528",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15290",
        "label": "529",
        "long": "Tremelo - Schriek - Putte -  Sint-Ursula - Hagelstein",
        "short": "529",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15291",
        "label": "529",
        "long": "Hagelstein -  Sint-Ursula - Putte - Schriek - Tremelo",
        "short": "529",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15340",
        "label": "534",
        "long": "Heist - Putte - Keerbergen scholen",
        "short": "534",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15341",
        "label": "534",
        "long": "Keerbergen scholen - Putte - Heist",
        "short": "534",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15380",
        "label": "538",
        "long": "Keerbergen - Bonheiden - Sint-Ursula - Hagelstein",
        "short": "538",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15381",
        "label": "538",
        "long": "Hagelstein - Sint-Ursula - Bonheiden - Keerbergen",
        "short": "538",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15390",
        "label": "539",
        "long": "Baal - Keerbergen - Bonheiden - Sint-Ursula - Hagelstein",
        "short": "539",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15391",
        "label": "539",
        "long": "Hagelstein - Sint-Ursula - Bonheiden - Keerbergen - Baal",
        "short": "539",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:15400",
        "label": "54",
        "long": "Herentals - Westerlo - Tessenderlo",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:15401",
        "label": "54",
        "long": "Tessenderlo - Westerlo - Herentals",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15410",
        "label": "541",
        "long": "Herentals - Olen - Voortkapel - Westerlo",
        "short": "541",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15411",
        "label": "541",
        "long": "Westerlo - Voortkapel - Olen - Herentals",
        "short": "541",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15430",
        "label": "543",
        "long": "Morkhoven - Olen - Voorkapel - Westerlo",
        "short": "543",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15431",
        "label": "543",
        "long": "Westerlo - Voortkapel - Olen - Morkhoven",
        "short": "543",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15440",
        "label": "544",
        "long": "Herentals - Olen - Westerlo - Tongelsbos",
        "short": "544",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15441",
        "label": "544",
        "long": "Tongelsbos - Westerlo - Olen - Herentals",
        "short": "544",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15450",
        "label": "545",
        "long": "Westerlo - Veerle Heide - Averbode",
        "short": "545",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15451",
        "label": "545",
        "long": "Averbode - Veerle Heide - Westerlo",
        "short": "545",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15560",
        "label": "556",
        "long": "Lier - Mijlstraat - Duffel - Waarloos",
        "short": "556",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15561",
        "label": "556",
        "long": "Waarloos - Duffel - Mijlstraat - Lier",
        "short": "556",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15680",
        "label": "568",
        "long": "Westerlo Scholen - Westmeerbeek - Booischot - Hulshout",
        "short": "568",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15681",
        "label": "568",
        "long": "Hulshout - Booischot - Westmeerbeek - Westerlo Scholen",
        "short": "568",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15710",
        "label": "571",
        "long": "Lier Industrie - Lier Veemarkt",
        "short": "571",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15711",
        "label": "571",
        "long": "Lier Veemarkt - Lier Industrie",
        "short": "571",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:15730",
        "label": "57",
        "long": "Lier - Putte",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:15731",
        "label": "57",
        "long": "Putte - Lier",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15790",
        "label": "579",
        "long": "Lier - Koningshooikt - Sint-Ursula - Hagelstein",
        "short": "579",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15791",
        "label": "579",
        "long": "Hagelstein - Sint-Ursula - Koningshooikt - Lier",
        "short": "579",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:15800",
        "label": "58",
        "long": "Lier - Koningshooikt - Berlaar - Heist-op-den-Berg",
        "short": "58",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:15801",
        "label": "58",
        "long": "Heist-op-den-Berg - Berlaar - Koningshooikt - Lier",
        "short": "58",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15910",
        "label": "59",
        "long": "Herentals - Lille - Vlimmeren - Malle",
        "short": "59",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15911",
        "label": "59",
        "long": "Malle - Vlimmeren - Lille - Herentals",
        "short": "59",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15920",
        "label": "592",
        "long": "Herentals - Lille - Vlimmeren - Oostmalle - Westmalle",
        "short": "592",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15921",
        "label": "592",
        "long": "Westmalle - Oostmalle - Vlimmeren - Lille - Herentals",
        "short": "592",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15930",
        "label": "593",
        "long": "Vorselaar - Lille - Vlimmeren - Oostmalle",
        "short": "593",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:15931",
        "label": "593",
        "long": "Oostmalle - Vlimmeren - Lille - Vorselaar",
        "short": "593",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:16000",
        "label": "60",
        "long": "Brecht - Antwerpen",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:16001",
        "label": "60",
        "long": "Antwerpen - Brecht",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16010",
        "label": "601",
        "long": "Sint-Job Kristus Koning - Antwerpen",
        "short": "601",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16011",
        "label": "601",
        "long": "Antwerpen - Sint-Job Kristus Koning",
        "short": "601",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16040",
        "label": "604",
        "long": "Hoogstraten - Meersel-Dreef",
        "short": "604",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16041",
        "label": "604",
        "long": "Meersel-Dreef - Hoogstraten",
        "short": "604",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16070",
        "label": "607",
        "long": "Sint-Job - scholen Malle",
        "short": "607",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16071",
        "label": "607",
        "long": "scholen Malle - Sint-Job",
        "short": "607",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16080",
        "label": "608",
        "long": "Hoogstraten - St. Job",
        "short": "608",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16081",
        "label": "608",
        "long": "St. Job - Hoogstraten",
        "short": "608",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16090",
        "label": "609",
        "long": "scholen Hoogstraten - Rijkevorsel - Brecht - Sint-Job",
        "short": "609",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16091",
        "label": "609",
        "long": "Sint-Job - Brecht - Rijkevorsel - Hoogstraten scholen",
        "short": "609",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:16100",
        "label": "61",
        "long": "Oelegem - Schoten - Antwerpen",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:16101",
        "label": "61",
        "long": "Antwerpen - Schoten - Oelegem",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16180",
        "label": "618",
        "long": "'s-Gravenwezel - scholen Malle",
        "short": "618",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16181",
        "label": "618",
        "long": "scholen Malle - 's-Gravenwezel",
        "short": "618",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16190",
        "label": "619",
        "long": "Oelegem - scholen Malle",
        "short": "619",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16191",
        "label": "619",
        "long": "scholen Malle - Oelegem",
        "short": "619",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:16200",
        "label": "62",
        "long": "Sint-Job - Schoten - Antwerpen",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:16201",
        "label": "62",
        "long": "Antwerpen - Schoten - Sint-Job",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16290",
        "label": "629",
        "long": "Schoten - Brecht - scholen Malle",
        "short": "629",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16291",
        "label": "629",
        "long": "scholen Malle - Brecht - Schoten",
        "short": "629",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:16300",
        "label": "63",
        "long": "Lier - Duffel - Sint-Katelijne-Waver - Putte",
        "short": "63",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:16301",
        "label": "63",
        "long": "Putte - Sint-Katelijne-Waver - Duffel - Lier",
        "short": "63",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:16400",
        "label": "64",
        "long": "Loenhout - Wuustwezel - Brasschaat - Antwerpen",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:16401",
        "label": "64",
        "long": "Antwerpen - Brasschaat - Wuustwezel - Loenhout",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:16410",
        "label": "X64",
        "long": "Snelbus Wuustwezel - Antwerpen via E19",
        "short": "X64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:16411",
        "label": "X64",
        "long": "Snelbus Antwerpen - Wuustwezel via E19",
        "short": "X64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16451",
        "label": "645",
        "long": "scholen Brasschaat - Wuustwezel - Loenhout",
        "short": "645",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16490",
        "label": "649",
        "long": "Hoogstraten - Wuustwezel - Brasschaat",
        "short": "649",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16491",
        "label": "649",
        "long": "Brasschaat - Wuustwezel - Hoogstraten",
        "short": "649",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:16500",
        "label": "65",
        "long": "Kapellen - Merksem Zwaantjeslei",
        "short": "65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:16501",
        "label": "65",
        "long": "Merksem Zwaantjeslei - Kapellen",
        "short": "65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16590",
        "label": "659",
        "long": "Hoogstraten - Ekeren-Donk",
        "short": "659",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16591",
        "label": "659",
        "long": "Ekeren-Donk - Hoogstraten",
        "short": "659",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:16600",
        "label": "66",
        "long": "P+R Luchtbal - Ekeren - Schoten",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:16601",
        "label": "66",
        "long": "Schoten - Ekeren - P+R Luchtbal",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16700",
        "label": "67",
        "long": "Essen - Kalmthout - Kapellen",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16701",
        "label": "67",
        "long": "Kapellen - Kalmthout - Essen",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16710",
        "label": "671",
        "long": "Zandvliet - Stabroek - scholen Kalmthout",
        "short": "671",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16711",
        "label": "671",
        "long": "scholen Kalmthout - Stabroek - Zandvliet",
        "short": "671",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16740",
        "label": "674",
        "long": "Stabroek - Kalmthout - Essen College",
        "short": "674",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16741",
        "label": "674",
        "long": "Essen College - Kalmthout - Stabroek",
        "short": "674",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16750",
        "label": "675",
        "long": "Stabroek - Kalmthout - scholen Wuustwezel",
        "short": "675",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16751",
        "label": "675",
        "long": "scholen Wuustwezel - Kalmthout - Stabroek",
        "short": "675",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16790",
        "label": "679",
        "long": "Hoogstraten - Essen",
        "short": "679",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:16791",
        "label": "679",
        "long": "Essen - Hoogstraten",
        "short": "679",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:16900",
        "label": "69",
        "long": "Meersel-Dreef - Hoogstraten - Brecht Station Noorderkempen",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:16901",
        "label": "69",
        "long": "Brecht Station Noorderkempen - Hoogstraten - Meersel-Dreef",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17000",
        "label": "70",
        "long": "Zandvliet - Stabroek - Hoevenen - Antwerpen",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17001",
        "label": "70",
        "long": "Antwerpen - Hoevenen - Stabroek - Zandvliet",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:17010",
        "label": "X70",
        "long": "Sneldienst Zandvliet - Antwerpen via A12",
        "short": "X70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:17011",
        "label": "X70",
        "long": "Sneldienst Antwerpen - Zandvliet via A12",
        "short": "X70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17040",
        "label": "704",
        "long": "Mechelen - Elewijt - Boortmeerbeek - Haacht - Keerbergen",
        "short": "704",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17041",
        "label": "704",
        "long": "Keerbergen - Haacht - Boortmeerbeek - Elewijt - Mechelen",
        "short": "704",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17070",
        "label": "707",
        "long": "Zandvliet - Stabroek - scholen Merksem",
        "short": "707",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17071",
        "label": "707",
        "long": "scholen Merksem - Stabroek - Zandvliet",
        "short": "707",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17080",
        "label": "708",
        "long": "Zandvliet - Stabroek - scholen Ekeren",
        "short": "708",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17081",
        "label": "708",
        "long": "scholen Ekeren - Stabroek - Zandvliet",
        "short": "708",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17090",
        "label": "709",
        "long": "Zandvliet - scholen Stabroek",
        "short": "709",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17091",
        "label": "709",
        "long": "scholen Stabroek - Zandvliet",
        "short": "709",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:17100",
        "label": "X71",
        "long": "Snelbus Putte - Stabroek - Antwerpen",
        "short": "X71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:17101",
        "label": "X71",
        "long": "Snelbus Antwerpen - Stabroek - Putte",
        "short": "X71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17180",
        "label": "718",
        "long": "Antwerpen P+R Luchtbal - scholen Stabroek",
        "short": "718",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17181",
        "label": "718",
        "long": "scholen Stabroek - Antwerpen P+R Luchtbal",
        "short": "718",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17190",
        "label": "719",
        "long": "Antwerpen Rooseveltplaats - scholen Stabroek via A12",
        "short": "719",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17191",
        "label": "719",
        "long": "scholen Stabroek - Antwerpen Rooseveltplaats via A12",
        "short": "719",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:17200",
        "label": "72",
        "long": "Putte - Kapellen - Ekeren - Antwerpen",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:17201",
        "label": "72",
        "long": "Antwerpen - Ekeren - Kapellen - Putte",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:17300",
        "label": "73",
        "long": "Brasschaat - Ekeren - P+R Luchtbal",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:17301",
        "label": "73",
        "long": "P+R Luchtbal - Ekeren - Brasschaat",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:17500",
        "label": "75",
        "long": "Heist-op-den-Berg - Schriek - Tremelo",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:17501",
        "label": "75",
        "long": "Tremelo - Schriek - Heist-op-den-Berg",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17600",
        "label": "760",
        "long": "Antwerpen P+R Luchtbal - Kaai 210 CMB",
        "short": "760",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17601",
        "label": "760",
        "long": "Kaai 210 CMB - Antwerpen P+R Luchtbal",
        "short": "760",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17620",
        "label": "762",
        "long": "Station Noorderdokken - Bevrijdingsdok",
        "short": "762",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17621",
        "label": "762",
        "long": "Bevrijdingsdok - Station Noorderdokken",
        "short": "762",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17640",
        "label": "764",
        "long": "Antwerpen P+R Luchtbal - Van Cauwelaertsluis via Kaai 403",
        "short": "764",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:17641",
        "label": "764",
        "long": "Van Cauwelaertsluis - Antwerpen P+R Luchtbal via Kaai 403",
        "short": "764",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:18000",
        "label": "80",
        "long": "Mechelen - Nekkerspoel - Onze-Lieve-Vrouw-Waver",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:18001",
        "label": "80",
        "long": "Onze-Lieve-Vrouw-Waver - Nekkerspoel - Mechelen",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:18010",
        "label": "1",
        "long": "Turnhout Warande - Vosselaar - Beerse",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:18011",
        "label": "1",
        "long": "Beerse - Vosselaar - Turnhout Warande",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:18020",
        "label": "2",
        "long": "Warande - Den Brand - Warande",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:18021",
        "label": "2",
        "long": "Warande - Den Brand - Warande",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:18110",
        "label": "1",
        "long": "Rauw - Zilvermeer - Mol - Ezaart - Millegem",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:18111",
        "label": "1",
        "long": "Millegem - Ezaart - Mol - Zilvermeer - Rauw",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18120",
        "label": "812",
        "long": "Europawijk - Mol - Achterbos",
        "short": "812",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18121",
        "label": "812",
        "long": "Achterbos - Mol - Europawijk",
        "short": "812",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18220",
        "label": "822",
        "long": "Weerde - Zemst - Mechelen",
        "short": "822",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18221",
        "label": "822",
        "long": "Mechelen - Zemst- Weerde",
        "short": "822",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:18300",
        "label": "83",
        "long": "Mol - Balen - Gerheide - Wezel - Lommel",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:18301",
        "label": "83",
        "long": "Lommel - Wezel - Gerheide - Balen - Mol",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:18400",
        "label": "84",
        "long": "Lier - Nijlen - Grobbendonk - Vorselaar",
        "short": "84",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:18401",
        "label": "84",
        "long": "Vorselaar - Grobbendonk - Nijlen - Lier",
        "short": "84",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18480",
        "label": "848",
        "long": "Nijlen - Bouwel - Herentals",
        "short": "848",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18481",
        "label": "848",
        "long": "Herentals - Bouwel - Nijlen",
        "short": "848",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18490",
        "label": "849",
        "long": "Heist-op-den-Berg - Herenthout - Grobbendonk - Vorselaar",
        "short": "849",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18491",
        "label": "849",
        "long": "Vorselaar - Grobbendonk - Herenthout - Heist-op-den-Berg",
        "short": "849",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:18500",
        "label": "85",
        "long": "Lier - Nijlen - Herenthout - Herentals",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:18501",
        "label": "85",
        "long": "Herentals - Herenthout - Nijlen - Lier",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18570",
        "label": "857",
        "long": "Wiekevorst - Nijlen - Berlaar",
        "short": "857",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18571",
        "label": "857",
        "long": "Berlaar - Nijlen - Wiekevorst",
        "short": "857",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18580",
        "label": "858",
        "long": "Hagenbroek Industrie - station - Kessel",
        "short": "858",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18581",
        "label": "858",
        "long": "Kessel - Lier station",
        "short": "858",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18590",
        "label": "859",
        "long": "Lier - Nijlen - Emblem - Broechem - Ranst",
        "short": "859",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18591",
        "label": "859",
        "long": "Ranst - Broechem - Emblem - Nijlen - Lier",
        "short": "859",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:18600",
        "label": "86",
        "long": "Boom - Willebroek - Mechelen",
        "short": "86",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:18601",
        "label": "86",
        "long": "Mechelen - Willebroek - Boom",
        "short": "86",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18680",
        "label": "868",
        "long": "Boom - Willebroek - Tisselt",
        "short": "868",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18681",
        "label": "868",
        "long": "Tisselt - Willebroek - Boom",
        "short": "868",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18690",
        "label": "869",
        "long": "Boom - Willebroek - Heindonk - Mechelen",
        "short": "869",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:18691",
        "label": "869",
        "long": "Mechelen - Heindonk - Willebroek - Boom",
        "short": "869",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:19010",
        "label": "1b",
        "long": "Station - Grote Markt - Nekkerspoel - Pasbrug",
        "short": "1b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:19011",
        "label": "1b",
        "long": "Pasbrug - Nekkerspoel - Grote Markt - Station",
        "short": "1b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:19020",
        "label": "2",
        "long": "AZ Sint-Maarten - Tivoli - Veemarkt - Station - Gandhi",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:19021",
        "label": "2",
        "long": "Gandhi - Station - Veemarkt - Tivoli - AZ Sint-Maarten",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:19030",
        "label": "3",
        "long": "Station - Veemarkt - AZ Sint-Maarten - Sint-Katelijne-Waver",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:19031",
        "label": "3",
        "long": "Sint-Katelijne-Waver - AZ Sint-Maarten - Veemarkt - Station",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:19040",
        "label": "4",
        "long": "Muizen - Mechelen Veemarkt - Battel - Leest",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:19041",
        "label": "4",
        "long": "Leest - Battel - Mechelen Veemarkt - Muizen",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:19050",
        "label": "5",
        "long": "Station - Brusselpoort - Industrie Zuid - Technopolis",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:19051",
        "label": "5",
        "long": "Technopolis - Industrie Zuid - Brusselpoort - Station",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:19060",
        "label": "6",
        "long": "Station - Keerdok - Industrie Noord - Station",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:19080",
        "label": "908",
        "long": "Station - Busleyden 135-DB",
        "short": "908",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:19081",
        "label": "908",
        "long": "Busleyden 135-DB - Station",
        "short": "908",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:19100",
        "label": "PM",
        "long": "Mechelen Station - Malinas",
        "short": "PM",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:19101",
        "label": "PM",
        "long": "Malinas - Mechelen Station",
        "short": "PM",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:19120",
        "label": "P5",
        "long": "Opera - Kennedytunnel - P+R Linkeroever - Van Eedenplein",
        "short": "P5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:19121",
        "label": "P5",
        "long": "Van Eedenplein - Kennedytunnel - Opera",
        "short": "P5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:19210",
        "label": "1a",
        "long": "Station - Grote Markt",
        "short": "1a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:19211",
        "label": "1a",
        "long": "Grote Markt - Station",
        "short": "1a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:19800",
        "label": "98",
        "long": "Tessenderlo - Vorst - Zittaart - Meerhout - Geel",
        "short": "98",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:19801",
        "label": "98",
        "long": "Geel - Meerhout - Zittaart - Vorst - Tessenderlo",
        "short": "98",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:19810",
        "label": "981",
        "long": "Tessenderlo - Meerhout - Mol",
        "short": "981",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:19811",
        "label": "981",
        "long": "Mol - Meerhout - Tessenderlo",
        "short": "981",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:19820",
        "label": "982",
        "long": "Tessenderlo - Meerhout - Geel",
        "short": "982",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:19821",
        "label": "982",
        "long": "Geel - Meerhout - Tessenderlo",
        "short": "982",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:20010",
        "label": "T4",
        "long": "Muidebrug - Korenmarkt - Gentbrugge Stelplaats",
        "short": "T4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:20011",
        "label": "T4",
        "long": "Gentbrugge Stelplaats - Korenmarkt - Muidebrug",
        "short": "T4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:20020",
        "label": "T1",
        "long": "Flanders Expo - Sint-Pieters - Zuid - Ledeberg - Stelplaats",
        "short": "T1",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:20021",
        "label": "T1",
        "long": "Stelplaats - Ledeberg - Zuid - Sint-Pieters- Flanders Expo",
        "short": "T1",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:20030",
        "label": "T1",
        "long": "Sint-Pietersstation - Zuid - Stelplaats",
        "short": "T1",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:20031",
        "label": "T1",
        "long": "Stelplaats - Zuid - Sint-Pietersstation",
        "short": "T1",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:20040",
        "label": "T1",
        "long": "Flanders Expo - Zuid - Keizerpoort - Stelplaats Gentbrugge",
        "short": "T1",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:20041",
        "label": "T1",
        "long": "Stelplaats Gentbrugge - Keizerpoort - Zuid - Flanders Expo",
        "short": "T1",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:20070",
        "label": "T1",
        "long": "Flanders Expo - Sint-Pietersstation - Kouter - Zuid - Moscou",
        "short": "T1",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:20071",
        "label": "T1",
        "long": "Moscou - Zuid - Kouter - Sint-Pietersstation- Flanders Expo",
        "short": "T1",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:20130",
        "label": "1",
        "long": "Dendermonde Station - Ziekenhuis - Station",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:20230",
        "label": "2",
        "long": "Aalst Station - Erembodegem - AZORG Merestraat",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:20231",
        "label": "2",
        "long": "AZORG Merestraat - Erembodegem - Aalst Station",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:20240",
        "label": "T2",
        "long": "Melle Leeuw - Gentbrugge Stelplaats",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:20241",
        "label": "T2",
        "long": "V.Beverenplein - Rabot - Korenmarkt - Gentbrugge Stelplaats",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:20270",
        "label": "T2",
        "long": "Melle Leeuw - Zuid - Korenmarkt - Rabot - Van Beverenplein",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:20271",
        "label": "T2",
        "long": "Van Beverenplein - Rabot - Korenmarkt - Zuid - Melle Leeuw",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:20320",
        "label": "T3",
        "long": "Zwijnaarde - Sint-Pieters - Zuid - Ledeberg - Stelplaats",
        "short": "T3",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:20321",
        "label": "T3",
        "long": "Stelplaats - Ledeberg - Zuid - Sint-Pieters - Zwijnaarde",
        "short": "T3",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:20331",
        "label": "T3",
        "long": "Stelplaats - Ledeberg - Gent Zuid - Sint-Pieters",
        "short": "T3",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:20350",
        "label": "T3",
        "long": "Zwijnaarde - Sint-Pietersstation - Kouter - Zuid - Moscou",
        "short": "T3",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:20351",
        "label": "T3",
        "long": "Moscou - Zuid - Kouter - Sint-Pietersstation - Zwijnaarde",
        "short": "T3",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:20390",
        "label": "P3",
        "long": "Pendelbus Zwijnaarde Bibliotheek - Sint-Pietersstation",
        "short": "P3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:20391",
        "label": "P3",
        "long": "Pendelbus Sint-Pietersstation - Zwijnaarde Bibliotheek",
        "short": "P3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:20420",
        "label": "T4",
        "long": "Gent UZ - Sint-Pieters - Rabot - Muide - Lange Steenstraat",
        "short": "T4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:20451",
        "label": "T4",
        "long": "Lange Steenstraat - Muide - Rabot - Sint-Pietersstation - UZ",
        "short": "T4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:20550",
        "label": "T4",
        "long": "UZ Gent - Gentbrugge Stelplaats",
        "short": "T4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:20551",
        "label": "T4",
        "long": "Gentbrugge Stelplaats - UZ Gent",
        "short": "T4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:20561",
        "label": "T4",
        "long": "Lange Steenstraat - Muide - Rabot - Sint-Pietersstation",
        "short": "T4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:20570",
        "label": "5a",
        "long": "Nieuw Gent - Zuid - V.Beverenplein - Wondelgem Industrieweg",
        "short": "5a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:20571",
        "label": "5a",
        "long": "Wondelgem Industrieweg - V.Beverenplein - Zuid - Nieuw Gent",
        "short": "5a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:20580",
        "label": "5b",
        "long": "Zuid - Tolpoort - Muide - Meulestede - Wondelgem Station",
        "short": "5b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:20581",
        "label": "5b",
        "long": "Wondelgem Station - Meulestede - Muide - Tolpoort - Zuid",
        "short": "5b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:20650",
        "label": "6",
        "long": "Zuid - Dampoort - Ham - P+R Muide",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:20651",
        "label": "6",
        "long": "P+R Muide - Ham - Dampoort - Zuid",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:20970",
        "label": "9a",
        "long": "Wondelgem - Kolegem - St.-Pietersstation - Merelbeke Station",
        "short": "9a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:20971",
        "label": "9a",
        "long": "Merelbeke Station - St.-Pietersstation - Kolegem - Wondelgem",
        "short": "9a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:20980",
        "label": "9b",
        "long": "Wondelgem - Mariakerke - Sint-Pietersstation - Gentbrugge",
        "short": "9b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:20981",
        "label": "9b",
        "long": "Gentbrugge - Sint-Pietersstation - Mariakerke - Wondelgem",
        "short": "9b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:21000",
        "label": "1",
        "long": "Ronse/Renaix Stookt - Scheldekouter - Station - AZ Glorieux",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:21001",
        "label": "1",
        "long": "Ronse/Renaix AZ Glorieux - Station - Scheldekouter - Stookt",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:21030",
        "label": "10",
        "long": "Mariakerke - Korenmarkt - Dampoort - Snellaertplein",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:21031",
        "label": "10",
        "long": "Snellaertplein - Dampoort - Korenmarkt - Mariakerke",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:21070",
        "label": "1",
        "long": "AZORG Merestraat - Station - Oude Abdijstraat",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:21071",
        "label": "1",
        "long": "Aalst Oude Abdijstraat - Station - AZORG Merestraat",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:21110",
        "label": "11",
        "long": "Blaarmeersen - Korenmarkt - Dampoort - Gentbrugge",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:21111",
        "label": "11",
        "long": "Gentbrugge - Dampoort - Korenmarkt - Blaarmeersen",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:21270",
        "label": "12a",
        "long": "Leerne - Drongen - Korenmarkt - P+R Oostakker - Achtendries",
        "short": "12a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:21271",
        "label": "12a",
        "long": "Achtendries - P+R Oostakker - Korenmarkt - Drongen - Leerne",
        "short": "12a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:21280",
        "label": "12b",
        "long": "Drongen Luchteren - Korenmarkt - Dampoort - Oostakker Dorp",
        "short": "12b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:21281",
        "label": "12b",
        "long": "Oostakker Dorp - Dampoort - Korenmarkt - Drongen Luchteren",
        "short": "12b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:21310",
        "label": "131",
        "long": "Geraardsbergen - Lierde - Zottegem",
        "short": "131",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:21311",
        "label": "131",
        "long": "Zottegem - Lierde - Geraardsbergen",
        "short": "131",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:21610",
        "label": "16",
        "long": "Zuid - Macharius - Sint-Baafskouter",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:21611",
        "label": "16",
        "long": "Sint-Baafskouter - Macharius - Zuid",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:21940",
        "label": "19",
        "long": "Arteveldestadion - Sint-Pietersstation - Blaarmeersen",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:21941",
        "label": "19",
        "long": "Blaarmeersen - Sint-Pietersstation - Arteveldestadion",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:22050",
        "label": "20",
        "long": "Gent Sint-Pieters - Melle - Oordegem -Erpe Vijfhuizen -Aalst",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:22051",
        "label": "20",
        "long": "Aalst -Erpe Vijfhuizen -Oordegem -Melle - Gent Sint-Pieters",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:22060",
        "label": "20",
        "long": "Zottegem - Erwetegem - Brakel - Ronse/Renaix",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:22061",
        "label": "20",
        "long": "Ronse/Renaix - Brakel -Erwetegem - Zottegem",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22070",
        "label": "207",
        "long": "Zottegem - Erwetegem - Michelbeke - Elst - Brakel",
        "short": "207",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22071",
        "label": "207",
        "long": "Brakel - Elst - Michelbeke - Erwetegem - Zottegem",
        "short": "207",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22080",
        "label": "208",
        "long": "Zottegem - Rozebeke - Elst -Michelbeke -Brakel -Ronse/Renaix",
        "short": "208",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22081",
        "label": "208",
        "long": "Ronse/Renaix -Brakel -Michelbeke -Elst - Rozebeke - Zottegem",
        "short": "208",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22090",
        "label": "209",
        "long": "Massemen - Oordegem - Impe - Erpe Vijfhuizen - Aalst",
        "short": "209",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22091",
        "label": "209",
        "long": "Aalst - Erpe Vijfhuizen - Impe - Oordegem - Massemen",
        "short": "209",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:22100",
        "label": "21",
        "long": "Sinaai - Sint-Niklaas - De Klinge - Meerdonk",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:22101",
        "label": "21",
        "long": "Meerdonk - De Klinge - Sint-Niklaas - Sinaai",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22110",
        "label": "211",
        "long": "Sint-Niklaas - Meerdonk - De Klinge",
        "short": "211",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22111",
        "label": "211",
        "long": "De Klinge - Meerdonk - Sint-Niklaas",
        "short": "211",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:22180",
        "label": "1",
        "long": "Sportkringpark - Station - Vitaz - Waasland Shopping",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:22181",
        "label": "1",
        "long": "Waasland Shopping - Vitaz - Station - Sportkringpark",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22240",
        "label": "224",
        "long": "Gent Zuid - Melle Vogelhoek - Melle Station - Oosterzele",
        "short": "224",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22241",
        "label": "224",
        "long": "Oosterzele - Melle Station - Melle Vogelhoek - Gent Zuid",
        "short": "224",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:22280",
        "label": "2",
        "long": "Station - Spoorweglaan - Tuinlaan - Waasland Shopping",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:22281",
        "label": "2",
        "long": "Waasland Shopping - Tuinlaan - Spoorweglaan - Station",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22340",
        "label": "234",
        "long": "Berlare - Schoonaarde - Dendermonde",
        "short": "234",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22341",
        "label": "234",
        "long": "Dendermonde - Schoonaarde - Berlare",
        "short": "234",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22360",
        "label": "236",
        "long": "Gent Sint-Pieters - Kwatrecht Trianval - Dendermonde",
        "short": "236",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22361",
        "label": "236",
        "long": "Dendermonde - Kwatrecht Trianval - Gent Sint-Pieters",
        "short": "236",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22370",
        "label": "237",
        "long": "Gent Sint-Pieters - Heusden - Wetteren - Dendermonde",
        "short": "237",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22371",
        "label": "237",
        "long": "Dendermonde - Wetteren - Heusden - Gent Sint-Pieters",
        "short": "237",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22380",
        "label": "238",
        "long": "Gent - Melle - Kwatrecht Mar. - Wetteren - Dendermonde",
        "short": "238",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22381",
        "label": "238",
        "long": "Dendermonde - Wetteren - Kwatrecht Mar. - Melle - Gent",
        "short": "238",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22390",
        "label": "239",
        "long": "Snelbus Gent Sint-Pieters - Melle - Kwatrecht Mariagaard",
        "short": "239",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22391",
        "label": "239",
        "long": "Snelbus Kwatrecht Mariagaard - Melle - Gent Sint-Pieters",
        "short": "239",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22510",
        "label": "251",
        "long": "Woubrechtegem - Herzele - Zottegem",
        "short": "251",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22511",
        "label": "251",
        "long": "Zottegem - Herzele - Woubrechtegem",
        "short": "251",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22520",
        "label": "252",
        "long": "Aalst - Erpe - Vlekkem - Borsbeke - Hillegem - Zottegem",
        "short": "252",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22521",
        "label": "252",
        "long": "Zottegem - Hillegem - Borsbeke - Vlekkem - Erpe - Aalst",
        "short": "252",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22530",
        "label": "253",
        "long": "Aalst - Erpe - Ressegem - Herzele",
        "short": "253",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22531",
        "label": "253",
        "long": "Herzele - Ressegem - Erpe - Aalst",
        "short": "253",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22540",
        "label": "254",
        "long": "Uitbergen - Lede - Erpe Vijfhuizen - Aalst",
        "short": "254",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22541",
        "label": "254",
        "long": "Aalst - Erpe Vijfhuizen - Lede - Uitbergen",
        "short": "254",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:22570",
        "label": "25",
        "long": "Aalst - Erpe - Burst - Houtem - Herzele - Zottegem",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:22571",
        "label": "25",
        "long": "Zottegem - Herzele - Houtem - Burst - Erpe - Aalst",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22710",
        "label": "271",
        "long": "Sint-Niklaas - Sinaai - Eksaarde",
        "short": "271",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:22711",
        "label": "271",
        "long": "Eksaarde - Sinaai - Sint-Niklaas",
        "short": "271",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:23060",
        "label": "30",
        "long": "Geraardsbergen - Everbeek - Brakel - Oudenaarde",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:23061",
        "label": "30",
        "long": "Oudenaarde - Brakel - Everbeek - Geraardsbergen",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23070",
        "label": "307",
        "long": "Geraardsbergen - Parike - Brakel - Oudenaarde",
        "short": "307",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23071",
        "label": "307",
        "long": "Oudenaarde - Brakel - Parike - Geraardsbergen",
        "short": "307",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23080",
        "label": "308",
        "long": "Geraardsbergen - Lierde - Brakel - Oudenaarde",
        "short": "308",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23081",
        "label": "308",
        "long": "Oudenaarde - Brakel - Lierde - Geraardsbergen",
        "short": "308",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23090",
        "label": "309",
        "long": "Sint-Denijs-Boekel - Mater - Oudenaarde",
        "short": "309",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23091",
        "label": "309",
        "long": "Oudenaarde - Mater - Sint-Denijs-Boekel",
        "short": "309",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23100",
        "label": "31",
        "long": "Sint-Niklaas - Vrasene - Kieldrecht - Doel",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23101",
        "label": "31",
        "long": "Doel - Kieldrecht - Vrasene - Sint-Niklaas",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23120",
        "label": "312",
        "long": "Aalst - Denderleeuw - Aspelare - Ninove",
        "short": "312",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23121",
        "label": "312",
        "long": "Ninove - Aspelare - Denderleeuw - Aalst",
        "short": "312",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23130",
        "label": "313",
        "long": "Aalst - Denderleeuw Hemelrijk - Aspelare - Ninove",
        "short": "313",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23131",
        "label": "313",
        "long": "Ninove - Aspelare - Denderleeuw Hemelrijk - Aalst",
        "short": "313",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23140",
        "label": "314",
        "long": "Aalst - Denderhoutem - Ninove",
        "short": "314",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23141",
        "label": "314",
        "long": "Ninove - Denderhoutem  - Aalst",
        "short": "314",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:23170",
        "label": "31",
        "long": "Aalst - Denderleeuw - Ninove",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:23171",
        "label": "31",
        "long": "Ninove - Denderleeuw - Aalst",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:23350",
        "label": "33",
        "long": "Gent Zuid - Gent Dampoort - Destelbergen Damvallei",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:23351",
        "label": "33",
        "long": "Destelbergen Damvallei - Gent Dampoort - Gent Zuid",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:23450",
        "label": "34",
        "long": "Gent - Destelbergen - Laarne - Wetteren",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:23451",
        "label": "34",
        "long": "Wetteren - Laarne - Destelbergen - Gent",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23480",
        "label": "348",
        "long": "Gent Sint-Pieters - Destelbergen - Beervelde",
        "short": "348",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23481",
        "label": "348",
        "long": "Beervelde - Destelbergen - Gent Sint-Pieters",
        "short": "348",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23490",
        "label": "349",
        "long": "Gent Sint-Pieters - Destelbergen - Kalken - Overmere-Zele",
        "short": "349",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23491",
        "label": "349",
        "long": "Zele-Overmere - Kalken - Destelbergen - Gent Sint-Pieters",
        "short": "349",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:23600",
        "label": "36",
        "long": "Station Linkeroever - Vuylstekelaan - IGLO",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:23601",
        "label": "36",
        "long": "IGLO - Vuylstekelaan - Station Linkeroever",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23610",
        "label": "361",
        "long": "Zottegem - Sint-Antelinks - Aspelare - Ninove",
        "short": "361",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23611",
        "label": "361",
        "long": "Ninove - Aspelare - Sint-Antelinks - Zottegem",
        "short": "361",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23620",
        "label": "362",
        "long": "Zottegem - Sint-Lievens-Esse - Steenhuize-Wijnhuize",
        "short": "362",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23621",
        "label": "362",
        "long": "Steenhuize-Wijnhuize - Sint-Lievens-Esse - Zottegem",
        "short": "362",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:23790",
        "label": "37",
        "long": "Wetteren - Zele - Waasmunster - (Hamme)",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:23791",
        "label": "37",
        "long": "(Hamme) - Waasmunster - Zele - Wetteren",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23950",
        "label": "395",
        "long": "Brakel - Lierde - Ophasselt - Voorde - Ninove",
        "short": "395",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:23951",
        "label": "395",
        "long": "Ninove - Voorde - Ophasselt - Lierde - Brakel",
        "short": "395",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24000",
        "label": "400",
        "long": "Oudenaarde - Sint-Denijs-Boekel - Zottegem",
        "short": "400",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24001",
        "label": "400",
        "long": "Zottegem - Sint-Denijs-Boekel - Oudenaarde",
        "short": "400",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24010",
        "label": "401",
        "long": "Gent Zuid - Flora - Merelbeke - Bottelare - Baaigem",
        "short": "401",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24011",
        "label": "401",
        "long": "Baaigem - Bottelare - Merelbeke - Flora - Gent Zuid",
        "short": "401",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24020",
        "label": "402",
        "long": "Aalst - Meldert",
        "short": "402",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24021",
        "label": "402",
        "long": "Meldert - Aalst",
        "short": "402",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24030",
        "label": "403",
        "long": "Aalst - Moorsel - Baardegem - Droeshout - Opwijk",
        "short": "403",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24031",
        "label": "403",
        "long": "Opwijk - Droeshout - Baardegem - Moorsel - Aalst",
        "short": "403",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24040",
        "label": "404",
        "long": "Aalst - Meldert - Opwijk",
        "short": "404",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24041",
        "label": "404",
        "long": "Opwijk - Meldert - Aalst",
        "short": "404",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:24050",
        "label": "40",
        "long": "Gent Zuid - Merelbeke Kwenenbos (- Bottelare - Baaigem)",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:24051",
        "label": "40",
        "long": "(Baaigem - Bottelare -) Merelbeke Kwenenbos - Gent Zuid",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:24060",
        "label": "40",
        "long": "Oudenaarde - Ename - Welden - Roborst - Zottegem",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:24061",
        "label": "40",
        "long": "Zottegem - Roborst - Welden - Ename - Oudenaarde",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:24070",
        "label": "40",
        "long": "Aalst - Moorsel - Opwijk (- Londerzeel)",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:24071",
        "label": "40",
        "long": "(Londerzeel -) Opwijk - Moorsel - Aalst",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24140",
        "label": "414",
        "long": "Oudenaarde - Zingem - Gavere - Beerlegem - Baaigem",
        "short": "414",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24141",
        "label": "414",
        "long": "Baaigem - Beerlegem - Gavere - Zingem - Oudenaarde",
        "short": "414",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:24150",
        "label": "41",
        "long": "Gent Zuid - Merelbeke - Gavere - Oudenaarde",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:24151",
        "label": "41",
        "long": "Oudenaarde - Gavere - Merelbeke - Gent Zuid",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24180",
        "label": "418",
        "long": "Oudenaarde - Zingem - Ouwegem - Nazareth - Eke",
        "short": "418",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24181",
        "label": "418",
        "long": "Eke - Nazareth - Ouwegem - Zingem - Oudenaarde",
        "short": "418",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24190",
        "label": "419",
        "long": "Oudenaarde - Zingem - Huise - Lozer",
        "short": "419",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24191",
        "label": "419",
        "long": "Lozer - Huise - Zingem - Oudenaarde",
        "short": "419",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:24260",
        "label": "42",
        "long": "Gent Zuid - Merelbeke - Melle",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:24261",
        "label": "42",
        "long": "Melle - Merelbeke - Gent Zuid",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:24300",
        "label": "43",
        "long": "Sint-Niklaas - Stekene - Moerbeke Waas",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:24301",
        "label": "43",
        "long": "Moerbeke Waas - Stekene - Sint-Niklaas",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24310",
        "label": "431",
        "long": "Sint-Niklaas - Stekene - Koewacht",
        "short": "431",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24311",
        "label": "431",
        "long": "Koewacht - Stekene - Sint-Niklaas",
        "short": "431",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24320",
        "label": "432",
        "long": "Sint-Niklaas - Stekene - Hellestraat",
        "short": "432",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24321",
        "label": "432",
        "long": "Hellestraat - Stekene - Sint-Niklaas",
        "short": "432",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24330",
        "label": "433",
        "long": "Sint-Niklaas - Kemzeke Paal - Hulst",
        "short": "433",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24331",
        "label": "433",
        "long": "Hulst - Kemzeke Paal - Sint-Niklaas",
        "short": "433",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24360",
        "label": "436",
        "long": "Gent Sint-Pieters - Merelbeke Flora - Merelbeke Kwenenbos",
        "short": "436",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24361",
        "label": "436",
        "long": "Merelbeke Kwenenbos - Merelbeke Flora - Gent Sint-Pieters",
        "short": "436",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24510",
        "label": "451",
        "long": "Wetteren - Kwatrecht - Oosterzele - Zottegem",
        "short": "451",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24511",
        "label": "451",
        "long": "Zottegem - Oosterzele - Kwatrecht - Wetteren",
        "short": "451",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24520",
        "label": "452",
        "long": "Wetteren - Bavegem - Sint-Lievens-Houtem - Zottegem",
        "short": "452",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24521",
        "label": "452",
        "long": "Zottegem - Sint-Lievens-Houtem - Bavegem - Wetteren",
        "short": "452",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:24560",
        "label": "45",
        "long": "Wetteren -  Westrem - Bavegem - Oosterzele - Zottegem",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:24561",
        "label": "45",
        "long": "Zottegem - Oosterzele - Bavegem - Westrem - Wetteren",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24570",
        "label": "457",
        "long": "Zottegem KMO-zone Buke - Station",
        "short": "457",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24571",
        "label": "457",
        "long": "Zottegem Station - KMO-zone Buke",
        "short": "457",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24860",
        "label": "48",
        "long": "Gent Sint-Pieters - Merelbeke - Gavere - Zottegem",
        "short": "48",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24861",
        "label": "48",
        "long": "Zottegem - Gavere - Merelbeke - Gent Sint-Pieters",
        "short": "48",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24910",
        "label": "491",
        "long": "Gent Sint-Pieters - Merelbeke - Lemberge - Herzele",
        "short": "491",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:24911",
        "label": "491",
        "long": "Herzele - Lemberge - Merelbeke - Gent Sint-Pieters",
        "short": "491",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:24950",
        "label": "49",
        "long": "Gent Sint-Pieters - Merelbeke - Herzele (-Geraardsbergen)",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:24951",
        "label": "49",
        "long": "(Geraardsbergen-) Herzele - Merelbeke - Gent Sint-Pieters",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:24990",
        "label": "49",
        "long": "(Industriepark) - Lokeren - Moerbeke Waas - Zelzate",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:24991",
        "label": "49",
        "long": "Zelzate - Moerbeke Waas - Lokeren - (Industrie)",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:25000",
        "label": "50",
        "long": "Gent Sint-Pieters - Drongen - Eeklo - Maldegem - Brugge",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:25001",
        "label": "50",
        "long": "Brugge - Maldegem - Eeklo - Drongen - Gent Sint-Pieters",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25410",
        "label": "541",
        "long": "Aalst - Hofstade - Gijzegem - Berlare - Lokeren",
        "short": "541",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25411",
        "label": "541",
        "long": "Lokeren - Berlare - Gijzegem - Hofstade - Aalst",
        "short": "541",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:25470",
        "label": "54",
        "long": "Aalst - Hofstade - Berlare - Lokeren",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:25471",
        "label": "54",
        "long": "Lokeren - Berlare - Hofstade - Aalst",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25510",
        "label": "551",
        "long": "Evergem - Sleidinge - Ertvelde - Zelzate",
        "short": "551",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25511",
        "label": "551",
        "long": "Zelzate - Ertvelde - Sleidinge - Evergem",
        "short": "551",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:25550",
        "label": "55",
        "long": "Gent Sint-Pieters - Langerbrugge - Ertvelde - Zelzate",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:25551",
        "label": "55",
        "long": "Zelzate - Ertvelde - Langerbrugge - Gent Sint-Pieters",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25620",
        "label": "562",
        "long": "Gent Sint-Pieters - Evergem - Sleidinge-Waarschoot-Eeklo",
        "short": "562",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25621",
        "label": "562",
        "long": "Eeklo-Waarschoot-Sleidinge - Evergem - Gent Sint-Pieters",
        "short": "562",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25630",
        "label": "563",
        "long": "Gent Zuid - Evergem - Ertvelde - Assenede - Boekhoute",
        "short": "563",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25631",
        "label": "563",
        "long": "Boekhoute - Assenede - Ertvelde - Evergem - Gent Zuid",
        "short": "563",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25640",
        "label": "564",
        "long": "Gent Zuid - Evergem - Ertvelde - Oosteeklo - Bassevelde",
        "short": "564",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25641",
        "label": "564",
        "long": "Bassevelde - Oosteeklo - Ertvelde - Evergem - Gent Zuid",
        "short": "564",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25650",
        "label": "565",
        "long": "Gent Zuid - Evergem - Doornzele",
        "short": "565",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25651",
        "label": "565",
        "long": "Doornzele - Evergem - Gent Zuid",
        "short": "565",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:25660",
        "label": "56",
        "long": "Gent Zuid - Evergem - Sleidinge - Kaprijke - Eeklo",
        "short": "56",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:25661",
        "label": "56",
        "long": "Eeklo - Kaprijke - Sleidinge - Evergem - Gent Zuid",
        "short": "56",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:25770",
        "label": "57",
        "long": "Aalst - Hofstade - Gijzegem - Dendermonde",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:25771",
        "label": "57",
        "long": "Dendermonde - Gijzegem - Hofstade - Aalst",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:25860",
        "label": "58",
        "long": "Oudenaarde - Petegem - Wortegem - Waregem",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:25861",
        "label": "58",
        "long": "Waregem - Wortegem - Petegem - Oudenaarde",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25910",
        "label": "591",
        "long": "Aalst - Hofstade - Lede - Serskamp - Wetteren",
        "short": "591",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25911",
        "label": "591",
        "long": "Wetteren - Serskamp - Lede - Hofstade - Aalst",
        "short": "591",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25960",
        "label": "596",
        "long": "Waregem - Nokere - Kruishoutem - Lozer - Gavere",
        "short": "596",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25961",
        "label": "596",
        "long": "Gavere - Lozer - Kruishoutem - Nokere - Waregem",
        "short": "596",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25970",
        "label": "59",
        "long": "Aalst - Hofstade - Lede - Oordegem - Wetteren",
        "short": "59",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:25971",
        "label": "59",
        "long": "Wetteren - Oordegem - Lede - Hofstade - Aalst",
        "short": "59",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:26050",
        "label": "60",
        "long": "Gent Sint-Pieters - Lovendegem - Zomergem (- Ursel)",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:26051",
        "label": "60",
        "long": "(Ursel -) Zomergem - Lovendegem - Gent Sint-Pieters",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26110",
        "label": "611",
        "long": "Snelbus/Direct Oudenaarde - Nukerke - Ronse/Renaix",
        "short": "611",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26111",
        "label": "611",
        "long": "Snelbus/Direct Ronse/Renaix - Nukerke - Oudenaarde",
        "short": "611",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26120",
        "label": "612",
        "long": "Oudenaarde - Etikhove - Nukerke - Ronse/Renaix",
        "short": "612",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26121",
        "label": "612",
        "long": "Ronse/Renaix - Nukerke - Etikhove - Oudenaarde",
        "short": "612",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26130",
        "label": "613",
        "long": "Oudenaarde - Etikhove - Louise-Marie - Ronse/Renaix",
        "short": "613",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26131",
        "label": "613",
        "long": "Ronse/Renaix - Louise-Marie - Etikhove - Oudenaarde",
        "short": "613",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:26160",
        "label": "61",
        "long": "Oudenaarde - Etikhove - Maarke - Schorisse - Ronse/Renaix",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:26161",
        "label": "61",
        "long": "Ronse/Renaix - Schorisse - Maarke - Etikhove - Oudenaarde",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26210",
        "label": "621",
        "long": "Eeklo - Sint-Laureins - Sint-Margriete",
        "short": "621",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26211",
        "label": "621",
        "long": "Sint-Margriete - Sint-Laureins - Eeklo Station",
        "short": "621",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26310",
        "label": "631",
        "long": "Eeklo - Watervliet - Sint-Jan-In-Eremo",
        "short": "631",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26311",
        "label": "631",
        "long": "Sint-Jan-In-Eremo - Watervliet - Eeklo",
        "short": "631",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26320",
        "label": "632",
        "long": "Eeklo Station - Bassevelde Landsdijk",
        "short": "632",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26321",
        "label": "632",
        "long": "Bassevelde Landsdijk - Eeklo",
        "short": "632",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26410",
        "label": "641",
        "long": "Eeklo - Knesselare - Aalter",
        "short": "641",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26411",
        "label": "641",
        "long": "Aalter - Knesselare - Eeklo",
        "short": "641",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26420",
        "label": "642",
        "long": "Eeklo - Ursel - Aalter",
        "short": "642",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26421",
        "label": "642",
        "long": "Aalter - Ursel - Eeklo",
        "short": "642",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:26560",
        "label": "65",
        "long": "Oudenaarde - Melden - Berchem - Ruien - Avelgem",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:26561",
        "label": "65",
        "long": "Avelgem - Ruien - Berchem - Melden - Oudenaarde",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26570",
        "label": "657",
        "long": "Oudenaarde - Melden - Berchem - Kerkhove - Avelgem",
        "short": "657",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26571",
        "label": "657",
        "long": "Avelgem - Kerkhove - Berchem - Melden - Oudenaarde",
        "short": "657",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26580",
        "label": "658",
        "long": "Oudenaarde - Melden - Berchem - Zulzeke - Ronse/Renaix",
        "short": "658",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26581",
        "label": "658",
        "long": "Ronse/Renaix - Zulzeke - Berchem - Melden - Oudenaarde",
        "short": "658",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26610",
        "label": "661",
        "long": "Eeklo Station - Zomergem Zwaluwstraat",
        "short": "661",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26611",
        "label": "661",
        "long": "Zomergem Zwaluwtraat - Eeklo Station",
        "short": "661",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26810",
        "label": "681",
        "long": "Gent Rabot - Vinderhoute - Belzele - Evergem",
        "short": "681",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26811",
        "label": "681",
        "long": "Evergem - Belzele - Vinderhoute - Gent Rabot",
        "short": "681",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26820",
        "label": "682",
        "long": "Ronse/Renaix-De Klijpe-Kwaremont-Berchem-Ruien-Avelgem",
        "short": "682",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26821",
        "label": "682",
        "long": "Avelgem-Ruien-Berchem-Kwaremont-De Klijpe-Ronse/Renaix",
        "short": "682",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26830",
        "label": "683",
        "long": "Ronse/Renaix-De Klijpe-Kwaremont-Berchem-Kerkhove-Avelgem",
        "short": "683",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:26831",
        "label": "683",
        "long": "Avelgem-Kerkhove-Berchem-Kwaremont-De Klijpe-Ronse/Renaix",
        "short": "683",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:27050",
        "label": "70",
        "long": "Zwijnaarde Technologiepark - Gent - Oostakker",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:27051",
        "label": "70",
        "long": "Oostakker - Gent - Zwijnaarde Technologiepark",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27060",
        "label": "70",
        "long": "Ninove - Onkerzele - Geraardsbergen - Lessines",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27061",
        "label": "70",
        "long": "Lessines - Geraardsbergen - Onkerzele - Ninove",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27110",
        "label": "711",
        "long": "Geraardsbergen - Moerbeke - Galmaarden - Enghien/Edingen",
        "short": "711",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27111",
        "label": "711",
        "long": "Enghien/Edingen - Galmaarden - Moerbeke - Geraardsbergen",
        "short": "711",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27120",
        "label": "712",
        "long": "Geraardsbergen - Moerbeke - Galmaarden - Bever/Bi\u00e9v\u00e8ne",
        "short": "712",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27121",
        "label": "712",
        "long": "Bever/Bi\u00e9v\u00e8ne - Galmaarden - Moerbeke -  Geraardsbergen",
        "short": "712",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27130",
        "label": "713",
        "long": "Geraardsbergen - Moerbeke - Viane - Akrenbos - Bever/Bi\u00e9v\u00e8ne",
        "short": "713",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27131",
        "label": "713",
        "long": "Bever/Bi\u00e9v\u00e8ne - Akrenbos - Viane - Moerbeke - Geraardsbergen",
        "short": "713",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27140",
        "label": "714",
        "long": "Geraardsbergen - Moerbeke - Viane - Herhout - Bever/Bi\u00e9v\u00e8ne",
        "short": "714",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27141",
        "label": "714",
        "long": "Bever/Bi\u00e9v\u00e8ne - Herhout - Viane - Moerbeke - Geraardsbergen",
        "short": "714",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:27150",
        "label": "71",
        "long": "Deinze - Nazareth - Zwijnaarde Klosse - Gent - Oostakker",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:27151",
        "label": "71",
        "long": "Oostakker - Gent - Zwijnaarde Klosse - Nazareth - Deinze",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27160",
        "label": "716",
        "long": "Zingem - Lozer - Nazareth - Zevergem - Gent Sint-Pieters",
        "short": "716",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27161",
        "label": "716",
        "long": "Gent Sint-Pieters - Zevergem - Nazareth - Lozer - Zingem",
        "short": "716",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27170",
        "label": "717",
        "long": "Geraardsbergen - Atembeke - Waarbeke - Denderwindeke",
        "short": "717",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27171",
        "label": "717",
        "long": "Denderwindeke - Waarbeke - Atembeke - Geraardsbergen",
        "short": "717",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27370",
        "label": "737",
        "long": "Gent Sint-Pieters - Oostakker Edugo - Wachtebeke - Zelzate",
        "short": "737",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27371",
        "label": "737",
        "long": "Zelzate - Wachtebeke - Oostakker Edugo - Gent Sint-Pieters",
        "short": "737",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27380",
        "label": "738",
        "long": "Gent Sint-Pieters - Oostakker Edugo - Wachtebeke - Overslag",
        "short": "738",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27381",
        "label": "738",
        "long": "Overslag - Wachtebeke - Oostakker Edugo - Gent Sint-Pieters",
        "short": "738",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27410",
        "label": "741",
        "long": "Gent Sint-Pieters - Oostakker Edugo - Zaffelare - Lokeren",
        "short": "741",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27411",
        "label": "741",
        "long": "Lokeren - Zaffelare - Oostakker Edugo - Gent Sint-Pieters",
        "short": "741",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:27650",
        "label": "76",
        "long": "De Pinte - Gent - Lochristi - Wachtebeke",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:27651",
        "label": "76",
        "long": "Wachtebeke - Lochristi - Gent - De Pinte",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:27750",
        "label": "77",
        "long": "Deinze - St.-Martens-Latem - Gent - Lochristi - Beervelde",
        "short": "77",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:27751",
        "label": "77",
        "long": "Beervelde - Lochristi - Gent - St.-Martens-Latem - Deinze",
        "short": "77",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:27760",
        "label": "76",
        "long": "Flanders Expo - Gent Sint-Pieters",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:27761",
        "label": "76",
        "long": "Gent Sint-Pieters - Flanders Expo",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27850",
        "label": "78",
        "long": "Deinze - St.-Martens-Latem - Gent - Lochristi - Lokeren",
        "short": "78",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:27851",
        "label": "78",
        "long": "Lokeren - Lochristi - Gent - St.-Martens-Latem - Deinze",
        "short": "78",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28010",
        "label": "801",
        "long": "Gent - Latem - Leerne - Nevele - Lotenhulle",
        "short": "801",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28011",
        "label": "801",
        "long": "Lotenhulle - Nevele - Leerne - Latem - Gent",
        "short": "801",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28020",
        "label": "802",
        "long": "Aalst - Ede - Haaltert - Heldergem - Woubrechtegem",
        "short": "802",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28021",
        "label": "802",
        "long": "Woubrechtegem - Heldergem - Haaltert - Ede - Aalst",
        "short": "802",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28030",
        "label": "803",
        "long": "Aalst - Ede - Kerksken Stichelen",
        "short": "803",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28031",
        "label": "803",
        "long": "Kerksken Stichelen - Ede - Aalst",
        "short": "803",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28040",
        "label": "804",
        "long": "Aalst - Mere - Burst - Heldergem",
        "short": "804",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28041",
        "label": "804",
        "long": "Heldergem - Burst - Mere - Aalst",
        "short": "804",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:28070",
        "label": "80",
        "long": "Aalst - Ede - Mere - Aaigem - Heldergem",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:28071",
        "label": "80",
        "long": "Heldergem - Aaigem - Mere - Ede - Aalst",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28110",
        "label": "811",
        "long": "Deinze - Nazareth - Gavere - Dikkelvenne - Meilegem",
        "short": "811",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28111",
        "label": "811",
        "long": "Meilegem -Dikkelvenne - Gavere - Nazareth - Deinze",
        "short": "811",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28120",
        "label": "812",
        "long": "Oudenaarde - Zingem - Ouwegem - Nazareth - Deinze",
        "short": "812",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28121",
        "label": "812",
        "long": "Deinze - Nazareth - Ouwegem - Zingem - Oudenaarde",
        "short": "812",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28130",
        "label": "813",
        "long": "Deinze - Nazareth - Eke - Semmerzake - Gavere - Zingem",
        "short": "813",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28131",
        "label": "813",
        "long": "Zingem - Gavere - Semmerzake - Eke - Nazareth - Deinze",
        "short": "813",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:28200",
        "label": "82",
        "long": "Antwerpen L.O. - Beveren - Haasdonk - Sint-Niklaas - Lokeren",
        "short": "82",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:28201",
        "label": "82",
        "long": "Lokeren - Sint-Niklaas - Haasdonk - Beveren - Antwerpen L.O.",
        "short": "82",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28210",
        "label": "821",
        "long": "Antwerpen L.O.- Beveren- Westakkers- Sint-Niklaas",
        "short": "821",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28211",
        "label": "821",
        "long": "Sint-Niklaas -Westakkers - Beveren- Antwerpen L.O.",
        "short": "821",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28220",
        "label": "822",
        "long": "WeTech/VTS3 - Sint-Niklaas",
        "short": "822",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28221",
        "label": "822",
        "long": "Sint-Niklaas - WeTech/VTS3",
        "short": "822",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:28300",
        "label": "83",
        "long": "Beveren - Kallo",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:28301",
        "label": "83",
        "long": "Kallo - Beveren",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28330",
        "label": "833",
        "long": "Gent Sint-Pieters - Drongen - Leerne - Nevele - Deinze",
        "short": "833",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28331",
        "label": "833",
        "long": "Deinze - Nevele - Leerne - Drongen - Gent Sint-Pieters",
        "short": "833",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:28360",
        "label": "83",
        "long": "Deinze - Kruishoutem - Oudenaarde",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:28361",
        "label": "83",
        "long": "Oudenaarde - Kruishoutem - Deinze",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28370",
        "label": "837",
        "long": "Oudenaarde De Bruwaan - Doornikse Heerweg - Station",
        "short": "837",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28371",
        "label": "837",
        "long": "Oudenaarde Station - Doornikse Heerweg - De Bruwaan",
        "short": "837",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28390",
        "label": "839",
        "long": "Snelbus Gent Sint-Pieters - Drongen Mirto",
        "short": "839",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28391",
        "label": "839",
        "long": "Snelbus Drongen Mirto - Gent Sint-Pieters",
        "short": "839",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:28400",
        "label": "84",
        "long": "Antwerpen L.O. - Beveren - Vrasene - Kieldrecht",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:28401",
        "label": "84",
        "long": "Kieldrecht - Vrasene - Beveren - Antwerpen L.O.",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:28500",
        "label": "85",
        "long": "Antw. L.O. - Beveren - Vrasene - Stekene",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:28501",
        "label": "85",
        "long": "Stekene- Vrasene - Beveren - Antw. L.O.",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28570",
        "label": "857",
        "long": "Deinze - Meigem - Nevele - Landegem - Merendree",
        "short": "857",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28571",
        "label": "857",
        "long": "Merendree - Landegem - Nevele - Meigem - Deinze",
        "short": "857",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28580",
        "label": "858",
        "long": "Deinze - Meigem - Nevele - Landegem - Hansbeke - Bellem",
        "short": "858",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28581",
        "label": "858",
        "long": "Bellem - Hansbeke - Landegem - Nevele - Meigem - Deinze",
        "short": "858",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:28700",
        "label": "87",
        "long": "Antwerpen L.O. - Burcht - P+R Melsele",
        "short": "87",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:28701",
        "label": "87",
        "long": "P+R Melsele - Burcht - Antwerpen L.O.",
        "short": "87",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28710",
        "label": "871",
        "long": "Maldegem - Aalter - Deinze Station",
        "short": "871",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28711",
        "label": "871",
        "long": "Deinze - Aalter - Maldegem Markt",
        "short": "871",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28720",
        "label": "872",
        "long": "Maldegem - Aalter",
        "short": "872",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28721",
        "label": "872",
        "long": "Aalter - Maldegem",
        "short": "872",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:28750",
        "label": "87",
        "long": "Aalst - Haaltert - Aspelare - Geraardsbergen",
        "short": "87",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:28751",
        "label": "87",
        "long": "Geraardsbergen - Aspelare - Haaltert - Aalst",
        "short": "87",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28800",
        "label": "880",
        "long": "Kruibeke - Beveren",
        "short": "880",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28801",
        "label": "880",
        "long": "Beveren - Kruibeke",
        "short": "880",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28810",
        "label": "881",
        "long": "Aalter - Ruiselede - Wingene",
        "short": "881",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28811",
        "label": "881",
        "long": "Wingene - Ruiselede - Aalter",
        "short": "881",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28830",
        "label": "883",
        "long": "Aalter - Lotenhulle - Ruiselede - Tielt",
        "short": "883",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28831",
        "label": "883",
        "long": "Tielt - Ruiselede - Lotenhulle - Aalter",
        "short": "883",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28840",
        "label": "884",
        "long": "Aalter - Ruiselede - Tielt",
        "short": "884",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:28841",
        "label": "884",
        "long": "Tielt - Ruiselede - Aalter",
        "short": "884",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29070",
        "label": "907",
        "long": "Snelbus Gent Sint-Pieters - Mariakerke VISO-AHS",
        "short": "907",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29071",
        "label": "907",
        "long": "Snelbus Mariakerke VISO-AHS - Gent Sint-Pieters",
        "short": "907",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29080",
        "label": "908",
        "long": "Gent Sint-Pieters - Rooigem - Mariakerke VISO-AHS",
        "short": "908",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29081",
        "label": "908",
        "long": "Mariakerke VISO-AHS - Rooigem - Gent Sint-Pieters",
        "short": "908",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29090",
        "label": "909",
        "long": "Gent Rabot - Mariakerke VISO-AHS",
        "short": "909",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29091",
        "label": "909",
        "long": "Mariakerke VISO-AHS - Gent Rabot",
        "short": "909",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29110",
        "label": "911",
        "long": "Dendermonde - Hamme - Waasmunster",
        "short": "911",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29111",
        "label": "911",
        "long": "Waasmunster - Hamme - Dendermonde",
        "short": "911",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29120",
        "label": "912",
        "long": "Dendermonde - Moerzeke - Hamme - Sint-Niklaas",
        "short": "912",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29121",
        "label": "912",
        "long": "Sint-Niklaas - Hamme - Moerzeke - Dendermonde",
        "short": "912",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29130",
        "label": "913",
        "long": "Aalst - Wieze - Denderbelle - Dendermonde",
        "short": "913",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29131",
        "label": "913",
        "long": "Dendermonde - Denderbelle - Wieze - Aalst",
        "short": "913",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:29190",
        "label": "91",
        "long": "Aalst - Lebbeke - Dendermonde - Hamme - Sint-Niklaas",
        "short": "91",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:29191",
        "label": "91",
        "long": "Sint-Niklaas - Hamme - Dendermonde - Lebbeke - Aalst",
        "short": "91",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29310",
        "label": "931",
        "long": "Sint-Niklaas - Temse Eigenlo - Rupelmonde - Antwerpen L.O.",
        "short": "931",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29311",
        "label": "931",
        "long": "Antwerpen L.O. - Rupelmonde - Temse Eigenlo - Sint-Niklaas",
        "short": "931",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29320",
        "label": "932",
        "long": "Sint-Niklaas - Tielrode - Temse",
        "short": "932",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29321",
        "label": "932",
        "long": "Temse - Tielrode - Sint-Niklaas",
        "short": "932",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:29390",
        "label": "93",
        "long": "Sint-Niklaas - Hoogkameren -Temse - Antwerpen L.O.",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:29391",
        "label": "93",
        "long": "Antwerpen L.O. - Temse - Hoogkameren - Sint-Niklaas",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29510",
        "label": "951",
        "long": "Eeklo - Kaprijke - Bassevelde - Assenede - Zelzate",
        "short": "951",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29511",
        "label": "951",
        "long": "Zelzate - Assenede - Bassevelde - Kaprijke - Eeklo",
        "short": "951",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29520",
        "label": "952",
        "long": "Eeklo - Lembeke - Oosteeklo - Ertvelde - Stoepe - Zelzate",
        "short": "952",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29521",
        "label": "952",
        "long": "Zelzate - Stoepe - Ertvelde - Oosteeklo - Lembeke - Eeklo",
        "short": "952",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29530",
        "label": "953",
        "long": "Eeklo - Lembeke - Oosteeklo - Assenede",
        "short": "953",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:29531",
        "label": "953",
        "long": "Assenede - Oosteeklo - Lembeke - Eeklo",
        "short": "953",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:29550",
        "label": "95",
        "long": "Sint-Laureins-Eeklo-Oosteeklo-Bassevelde-Assenede-Zelzate",
        "short": "95",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:29551",
        "label": "95",
        "long": "Zelzate-Assenede-Bassevelde-Oosteeklo-Eeklo-Sint-Laureins",
        "short": "95",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:29900",
        "label": "99",
        "long": "Hamme - Tielrode - Temse",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:29901",
        "label": "99",
        "long": "Temse - Tielrode - Hamme",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:30010",
        "label": "1",
        "long": "Bertem - Leuven - Kessel-Lo Sparrenboslaan",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:30011",
        "label": "1",
        "long": "Kessel-Lo Sparrenboslaan - Leuven - Bertem",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:30020",
        "label": "2",
        "long": "Leuven - Heverlee",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:30021",
        "label": "2",
        "long": "Heverlee - Leuven",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:30030",
        "label": "3",
        "long": "Herent - Leuven - Pellenberg",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:30031",
        "label": "3",
        "long": "Pellenberg - Leuven - Herent",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:30040",
        "label": "4a",
        "long": "Wijgmaal - Leuven - Haasrode - Bierbeek",
        "short": "4a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:30041",
        "label": "4a",
        "long": "Bierbeek - Haasrode - Leuven - Wijgmaal",
        "short": "4a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:30050",
        "label": "5a",
        "long": "Bierbeek Sint-Kamillus - Heverlee Wetenschapspark",
        "short": "5a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:30051",
        "label": "5a",
        "long": "Heverlee Wetenschapspark - Bierbeek Sint-Kamillus",
        "short": "5a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:30060",
        "label": "5b",
        "long": "Bierbeek - Heverlee Wetenschapspark",
        "short": "5b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:30061",
        "label": "5b",
        "long": "Heverlee Wetenschapspark - Bierbeek",
        "short": "5b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:30080",
        "label": "4b",
        "long": "Wijgmaal - Leuven - Haasrode - Vaalbeek",
        "short": "4b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:30081",
        "label": "4b",
        "long": "Vaalbeek - Haasrode - Leuven - Wijgmaal",
        "short": "4b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:30100",
        "label": "10",
        "long": "Buitenringbus Leuven",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:30110",
        "label": "11",
        "long": "Binnenringbus Leuven",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:30120",
        "label": "12",
        "long": "Leuven Station - Heverlee Campus",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:30121",
        "label": "12",
        "long": "Heverlee Campus - Leuven Station",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:30140",
        "label": "35",
        "long": "Aarschot - Rotselaar - Leuven",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:30141",
        "label": "35",
        "long": "Leuven - Rotselaar - Aarschot",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:30160",
        "label": "16",
        "long": "Heverlee - Leuven",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:30161",
        "label": "16",
        "long": "Leuven - Heverlee",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:30200",
        "label": "20",
        "long": "Mechelen Station - Kampenhout - Leuven Station",
        "short": "20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:30201",
        "label": "20",
        "long": "Leuven Station - Kampenhout - Mechelen Station",
        "short": "20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:30210",
        "label": "21",
        "long": "Mechelen - Haacht - Leuven",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:30211",
        "label": "21",
        "long": "Leuven - Haacht - Mechelen",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:30250",
        "label": "25",
        "long": "Mechelen - Keerbergen - Tremelo - Aarschot",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:30251",
        "label": "25",
        "long": "Aarschot - Tremelo - Keerbergen - Mechelen",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:30300",
        "label": "30",
        "long": "Aarschot - Rillaar - Scherpenheuvel - Diest",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:30301",
        "label": "30",
        "long": "Diest - Scherpenheuvel - Rillaar - Aarschot",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:30310",
        "label": "31",
        "long": "Aarschot - Langdorp - Scherpenheuvel - Diest",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:30311",
        "label": "31",
        "long": "Diest - Scherpenheuvel - Langdorp - Aarschot",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:30360",
        "label": "36",
        "long": "Leuven - Rotselaar - Tremelo",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:30361",
        "label": "36",
        "long": "Tremelo - Rotselaar - Leuven",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:30400",
        "label": "40",
        "long": "Leuven - Tielt-Winge - Diest",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:30401",
        "label": "40",
        "long": "Diest - Tielt-Winge - Leuven",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:30410",
        "label": "41",
        "long": "Leuven - Kessel-Lo - Holsbeek - Aarschot",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:30411",
        "label": "41",
        "long": "Aarschot - Holsbeek - Kessel-Lo - Leuven",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:30420",
        "label": "42",
        "long": "Leuven - Lubbeek - Tienen",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:30421",
        "label": "42",
        "long": "Tienen - Lubbeek - Leuven",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:30430",
        "label": "43",
        "long": "Leuven Gasthuisberg Campus - Haasrode Brabanthal",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:30431",
        "label": "43",
        "long": "Haasrode Brabanthal - Leuven Gasthuisberg Campus",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:30440",
        "label": "44",
        "long": "Leuven - Linden",
        "short": "44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:30441",
        "label": "44",
        "long": "Linden - Leuven",
        "short": "44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:30600",
        "label": "60",
        "long": "Leuven - Boutersem - Tienen",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:30601",
        "label": "60",
        "long": "Tienen - Boutersem - Leuven",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:30620",
        "label": "62",
        "long": "Tienen - Hoegaarden - Geldenaken",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:30621",
        "label": "62",
        "long": "Geldenaken - Hoegaarden - Tienen",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:30640",
        "label": "64",
        "long": "Aarschot - Tielt-Winge - Glabbeek - Tienen",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:30641",
        "label": "64",
        "long": "Tienen - Glabbeek - Tielt-Winge - Aarschot",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:30650",
        "label": "65",
        "long": "Tienen - Sint-Truiden",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:30651",
        "label": "65",
        "long": "Sint-Truiden - Tienen",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:30660",
        "label": "66",
        "long": "Tienen - Budingen - Geetbets - Kortenaken - Halen - Diest",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:30661",
        "label": "66",
        "long": "Diest - Halen - Kortenaken -Geetbets - Budingen - Tienen",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:30670",
        "label": "67",
        "long": "Tienen - Budingen - Sint-Truiden",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:30671",
        "label": "67",
        "long": "Sint-Truiden - Budingen - Tienen",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:30700",
        "label": "70",
        "long": "Leuven - Overijse - Hoeilaart - Groenendaal",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:30701",
        "label": "70",
        "long": "Groenendaal - Hoeilaart - Overijse - Leuven",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:30710",
        "label": "71",
        "long": "(Groenendaal-) Overijse-Tervuren-Zaventem Brussels Airport",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:30711",
        "label": "71",
        "long": "Zaventem Brussels Airport-Tervuren-Overijse (-Groenendaal)",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:30750",
        "label": "R75",
        "long": "Etterbeek - Overijse - Ottenburg - Waver",
        "short": "R75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:30751",
        "label": "R75",
        "long": "Waver - Ottenburg - Overijse - Etterbeek",
        "short": "R75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:30760",
        "label": "R76",
        "long": "Oudergem - Overijse Maleizen - Terhulpen",
        "short": "R76",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:30761",
        "label": "R76",
        "long": "Terhulpen - Overijse Maleizen - Oudergem",
        "short": "R76",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:30770",
        "label": "X77",
        "long": "Snelbus Oudergem - Huldenberg - Sint-Joris-Weert",
        "short": "X77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:30771",
        "label": "X77",
        "long": "Snelbus Sint-Joris-Weert - Huldenberg - Oudergem",
        "short": "X77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:30780",
        "label": "R78",
        "long": "Etterbeek - Hoeilaart - Maleizen - Waver",
        "short": "R78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:30781",
        "label": "R78",
        "long": "Waver - Maleizen - Hoeilaart - Etterbeek",
        "short": "R78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:30790",
        "label": "79",
        "long": "Leuven - Sint-Joris-Weert - Ottenburg",
        "short": "79",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:30791",
        "label": "79",
        "long": "Ottenburg - Sint-Joris-Weert - Leuven",
        "short": "79",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:30800",
        "label": "R80",
        "long": "Kraainem - Tervuren - Leuven",
        "short": "R80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:30801",
        "label": "R80",
        "long": "Leuven - Tervuren - Kraainem",
        "short": "R80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:30810",
        "label": "R81",
        "long": "Brussel - Sterrebeek - Leefdaal - Leuven",
        "short": "R81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:30811",
        "label": "R81",
        "long": "Leuven - Leefdaal - Sterrebeek - Brussel",
        "short": "R81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:30900",
        "label": "R90",
        "long": "Brussel Noord - Kortenberg - Leuven",
        "short": "R90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:30901",
        "label": "R90",
        "long": "Leuven - Kortenberg - Brussel Noord",
        "short": "R90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:30910",
        "label": "91",
        "long": "Zaventem Brussels Airport - Kortenberg - Everberg - Leuven",
        "short": "91",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:30911",
        "label": "91",
        "long": "Leuven - Everberg - Kortenberg - Zaventem Brussels Airport",
        "short": "91",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:30920",
        "label": "R92",
        "long": "Kraainem - Kortenberg - Erps-Kwerps - Leuven",
        "short": "R92",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:30921",
        "label": "R92",
        "long": "Leuven - Erps-Kwerps - Kortenberg - Kraainem",
        "short": "R92",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:31000",
        "label": "1",
        "long": "Halle Station - AZ - Breedhout",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:31001",
        "label": "1",
        "long": "Breedhout - AZ - Halle Station",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31050",
        "label": "SB",
        "long": "Shuttlebus Halle",
        "short": "SB",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:31100",
        "label": "R10",
        "long": "Jette UZ - Dilbeek - Anderlecht - Ruisbroek - Halle",
        "short": "R10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:31101",
        "label": "R10",
        "long": "Halle - Ruisbroek - Anderlecht - Dilbeek - Jette UZ",
        "short": "R10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:31150",
        "label": "R15",
        "long": "Brussel Noord - Ternat - Liedekerke - Denderleeuw",
        "short": "R15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:31151",
        "label": "R15",
        "long": "Denderleeuw - Liedekerke - Ternat - Brussel Noord",
        "short": "R15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:31160",
        "label": "R16",
        "long": "Brussel Zuid - Itterbeek - Ternat (- Essene)",
        "short": "R16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:31161",
        "label": "R16",
        "long": "(Essene -) Ternat - Itterbeek - Brussel Zuid",
        "short": "R16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31180",
        "label": "R18",
        "long": "Brussel Zuid - Itterbeek - Schepdaal (- Ternat)",
        "short": "R18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31181",
        "label": "R18",
        "long": "(Ternat -) Schepdaal - Itterbeek - Brussel Zuid",
        "short": "R18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:31200",
        "label": "20",
        "long": "Dendermonde - Lebbeke - Opwijk - Asse",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:31201",
        "label": "20",
        "long": "Asse - Lebbeke - Dendermonde",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31210",
        "label": "121",
        "long": "Dendermonde - Lebbeke - Buggenhout - Opdorp",
        "short": "121",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31211",
        "label": "121",
        "long": "Opdorp - Buggenhout - Lebbeke - Dendermonde",
        "short": "121",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:31240",
        "label": "R24",
        "long": "St-Jans-Molenb. Weststation - Dilbeek - Liedekerke - Ninove",
        "short": "R24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:31241",
        "label": "R24",
        "long": "Ninove - Liedekerke - Dilbeek -St-Jans-Molenb. Weststation",
        "short": "R24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31250",
        "label": "625",
        "long": "Leerbeek - Pamel - Liedekerke - Essene",
        "short": "625",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31251",
        "label": "625",
        "long": "Essene - Liedekerke - Pamel - Leerbeek",
        "short": "625",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31260",
        "label": "728",
        "long": "Snelbus Brussel Noord - Roosdaal - Ninove",
        "short": "728",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31261",
        "label": "728",
        "long": "Snelbus Ninove - Roosdaal - Brussel Noord",
        "short": "728",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:31280",
        "label": "R28",
        "long": "Brussel Noord - Dilbeek - Roosdaal - Ninove",
        "short": "R28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:31281",
        "label": "R28",
        "long": "Ninove - Roosdaal - Dilbeek - Brussel Noord",
        "short": "R28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:31290",
        "label": "R29",
        "long": "St-Jans-Molenbeek Weststation - Dilbeek Zuurweide",
        "short": "R29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:31291",
        "label": "R29",
        "long": "Dilbeek Zuurweide - St-Jans-Molenbeek Weststation",
        "short": "R29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:31360",
        "label": "R36",
        "long": "Groot-Bijgaarden - Brussel Zuid - Alsemberg",
        "short": "R36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:31361",
        "label": "R36",
        "long": "Alsemberg - Brussel Zuid - Groot-Bijgaarden",
        "short": "R36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:31420",
        "label": "R42",
        "long": "Brussel Zuid - Vlezenbeek - Lennik - Leerbeek",
        "short": "R42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:31421",
        "label": "R42",
        "long": "Leerbeek - Lennik - Vlezenbeek - Brussel Zuid",
        "short": "R42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:31520",
        "label": "52",
        "long": "Vlezenbeek - Alsemberg - Sint-Genesius-Rode",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:31521",
        "label": "52",
        "long": "Sint-Genesius-Rode - Alsemberg - Vlezenbeek",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:31530",
        "label": "R53",
        "long": "Anderlecht - Alsemberg - Halle - Leerbeek - Ninove",
        "short": "R53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:31531",
        "label": "R53",
        "long": "Ninove - Leerbeek - Halle - Alsemberg - Anderlecht",
        "short": "R53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:31540",
        "label": "R54",
        "long": "Anderlecht - Drogenbos - Beersel - Halle AZ",
        "short": "R54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:31541",
        "label": "R54",
        "long": "Halle AZ - Beersel - Drogenbos - Anderlecht",
        "short": "R54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:31550",
        "label": "R55",
        "long": "Anderlecht - Sint-Genesius-Rode - Halle AZ",
        "short": "R55",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:31551",
        "label": "R55",
        "long": "Halle AZ - Sint-Genesius-Rode - Anderlecht",
        "short": "R55",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:31560",
        "label": "2",
        "long": "Halle - Lembeek - Halle",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31570",
        "label": "201",
        "long": "Lembeek - Halle Don Bosco",
        "short": "201",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31571",
        "label": "201",
        "long": "Halle Don bosco - Lembeek",
        "short": "201",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31580",
        "label": "202",
        "long": "Halle - Lembeek Sancta Maria",
        "short": "202",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31581",
        "label": "202",
        "long": "Lembeek Sancta Maria - Halle",
        "short": "202",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31600",
        "label": "160",
        "long": "Edingen - Herne - Kester - Leerbeek",
        "short": "160",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31601",
        "label": "160",
        "long": "Leerbeek - Kester - Herne - Edingen",
        "short": "160",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:31610",
        "label": "61",
        "long": "Geraardsbergen - Bever - Galmaarden - Leerbeek",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:31611",
        "label": "61",
        "long": "Leerbeek - Galmaarden - Bever - Geraardsbergen",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:31620",
        "label": "62",
        "long": "Ninove - Vollezele - Oetingen - Leerbeek",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:31621",
        "label": "62",
        "long": "Leerbeek - Oetingen - Vollezele - Ninove",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31630",
        "label": "163",
        "long": "Roosdaal - Lennik - Halle",
        "short": "163",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31631",
        "label": "163",
        "long": "Halle - Lennik - Roosdaal",
        "short": "163",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31640",
        "label": "164",
        "long": "Halle - Pepingen - Heikruis - Leerbeek",
        "short": "164",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31641",
        "label": "164",
        "long": "Leerbeek - Heikruis - Pepingen - Halle",
        "short": "164",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:31650",
        "label": "65",
        "long": "Asse - Ternat - Lennik - Leerbeek",
        "short": "65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:31651",
        "label": "65",
        "long": "Leerbeek - Lennik - Ternat - Asse",
        "short": "65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:31700",
        "label": "R70",
        "long": "Brussel Zuid - Sint-Pieters-Leeuw - Halle",
        "short": "R70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:31701",
        "label": "R70",
        "long": "Halle - Sint-Pieters-Leeuw - Brussel Zuid",
        "short": "R70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:31710",
        "label": "R71",
        "long": "Brussel Zuid - Brukom (- Halle)",
        "short": "R71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:31711",
        "label": "R71",
        "long": "(Halle -) Brukom - Brussel Zuid",
        "short": "R71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31720",
        "label": "R72",
        "long": "Brussel Zuid - Sint-Pieters-Leeuw (- Lennik SGI)",
        "short": "R72",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31721",
        "label": "R72",
        "long": "(Lennik SGI -) Sint-Pieters-Leeuw - Brussel Zuid",
        "short": "R72",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31910",
        "label": "91",
        "long": "Brussels Airport - Melsbroek Stationslaan",
        "short": "91",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:31911",
        "label": "91",
        "long": "Melsbroek Stationslaan - Brussels Airport",
        "short": "91",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:32010",
        "label": "1",
        "long": "Houtem - Vilvoorde - Verbrande Brug",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:32011",
        "label": "1",
        "long": "Verbrande Brug - Vilvoorde - Houtem",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32060",
        "label": "206",
        "long": "Kampenhout - Leuven",
        "short": "206",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32061",
        "label": "206",
        "long": "Leuven - Kampenhout",
        "short": "206",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32120",
        "label": "714",
        "long": "Snelbus Brussel Noord - Asse - Aalst",
        "short": "714",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32121",
        "label": "714",
        "long": "Snelbus Aalst - Asse - Brussel Noord",
        "short": "714",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32130",
        "label": "213",
        "long": "Aalst - Ternat - Asse (- Metro Simonis)",
        "short": "213",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32131",
        "label": "213",
        "long": "(Metro Simonis -) Asse - Ternat - Aalst",
        "short": "213",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:32140",
        "label": "R14",
        "long": "Brussel Noord - Asse - Affligem - Aalst",
        "short": "R14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:32141",
        "label": "R14",
        "long": "Aalst - Affligem - Asse - Brussel Noord",
        "short": "R14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32150",
        "label": "215",
        "long": "Asse - Asbeek - Asse Terheide",
        "short": "215",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32151",
        "label": "215",
        "long": "Asse Terheide - Asbeek - Asse",
        "short": "215",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32160",
        "label": "216",
        "long": "Asse - Mollem - Kobbegem - Bekkerzeel - Zellik Moleken",
        "short": "216",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32161",
        "label": "216",
        "long": "Zellik Moleken - Bekkerzeel - Kobbegem - Mollem - Asse",
        "short": "216",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:32200",
        "label": "R20",
        "long": "Zaventem Brussels Airport - Vilvoorde - Jette UZ",
        "short": "R20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:32201",
        "label": "R20",
        "long": "Jette UZ - Vilvoorde - Zaventem Brussels Airport",
        "short": "R20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:32210",
        "label": "21",
        "long": "Zaventem Brussels Airport -Vilvoorde - Grimbergen - Merchtem",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:32211",
        "label": "21",
        "long": "Merchtem - Grimbergen - Vilvoorde -Zaventem Brussels Airport",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:32250",
        "label": "25",
        "long": "Vilvoorde - Steenokkerzeel - Kortenberg - (Nederokkerzeel)",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:32251",
        "label": "25",
        "long": "(Nederokkerzeel) -Kortenberg - Steenokkerzeel - Vilvoorde -",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:32260",
        "label": "R26",
        "long": "Brussel Noord - Bordet - Zaventem Brussels Airport",
        "short": "R26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:32261",
        "label": "R26",
        "long": "Zaventem Brussels Airport - Bordet - Brussel Noord",
        "short": "R26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:32270",
        "label": "R27",
        "long": "Brussel Noord - Haacht - Keerbergen",
        "short": "R27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:32271",
        "label": "R27",
        "long": "Keerbergen - Haacht - Brussel Noord",
        "short": "R27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:32280",
        "label": "28",
        "long": "Mechelen - Hofstade - Perk - Vilvoorde",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:32281",
        "label": "28",
        "long": "Vilvoorde - Perk - Hofstade - Mechelen",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:32300",
        "label": "R30",
        "long": "Brussel Noord - Humbeek",
        "short": "R30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:32301",
        "label": "R30",
        "long": "Humbeek - Brussel Noord",
        "short": "R30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:32310",
        "label": "R31",
        "long": "Brussel Noord - Grimbergen - Verbrande Brug",
        "short": "R31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:32311",
        "label": "R31",
        "long": "Verbrande Brug - Grimbergen - Brussel Noord",
        "short": "R31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:32400",
        "label": "R40",
        "long": "Brussel Noord - Bockstael - Wemmel (- Asse)",
        "short": "R40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:32401",
        "label": "R40",
        "long": "(Asse -) Wemmel - Bockstael - Brussel Noord",
        "short": "R40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:32410",
        "label": "R41",
        "long": "Brussel Noord - Bockstael - Wemmel Drijpikkel",
        "short": "R41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:32411",
        "label": "R41",
        "long": "Wemmel Drijpikkel - Bockstael - Brussel Noord",
        "short": "R41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:32450",
        "label": "R45",
        "long": "Brussel Noord - Merchtem - Dendermonde",
        "short": "R45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:32451",
        "label": "R45",
        "long": "Dendermonde - Merchtem - Brussel Noord",
        "short": "R45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:32461",
        "label": "40",
        "long": "Merchtem - Steenhuffel - Londerzeel",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32500",
        "label": "R50",
        "long": "Brussel Noord - Meise - Londerzeel",
        "short": "R50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32501",
        "label": "R50",
        "long": "Londerzeel - Meise - Brussel Noord",
        "short": "R50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:32590",
        "label": "R59",
        "long": "Zaventem Brussels Airport - Roodebeek Metro",
        "short": "R59",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:32591",
        "label": "R59",
        "long": "Roodebeek Metro - Zaventem Brussels Airport",
        "short": "R59",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:32600",
        "label": "R60",
        "long": "Brussel Noord - Meise - Willebroek",
        "short": "R60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:32601",
        "label": "R60",
        "long": "Willebroek - Meise - Brussel Noord",
        "short": "R60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:32610",
        "label": "61",
        "long": "Vilvoorde - Nieuwenrode - Londerzeel - Malderen",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:32611",
        "label": "61",
        "long": "Malderen - Londerzeel - Nieuwenrode - Vilvoorde",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32810",
        "label": "281",
        "long": "Grimbergen - Humbeek - Zemst - Mechelen",
        "short": "281",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32811",
        "label": "281",
        "long": "Mechelen - Zemst - Humbeek - Grimbergen",
        "short": "281",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:32820",
        "label": "82",
        "long": "Mechelen - Zemst - Vilvoorde - Zaventem Brussels Airport",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:32821",
        "label": "82",
        "long": "Zaventem Brussels Airport - Vilvoorde - Zemst - Mechelen",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32900",
        "label": "290",
        "long": "Mechelen - Rijmenam - Haacht - Tremelo",
        "short": "290",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32901",
        "label": "290",
        "long": "Tremelo - Haacht - Rijmenam - Mechelen",
        "short": "290",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32910",
        "label": "291",
        "long": "Steenokkerzeel - Haacht - Tildonk",
        "short": "291",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32911",
        "label": "291",
        "long": "Tildonk - Haacht - Steenokkerzeel",
        "short": "291",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32920",
        "label": "292",
        "long": "Perk - Kampenhout - Haacht",
        "short": "292",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32921",
        "label": "292",
        "long": "Haacht - Kampenhout - Perk",
        "short": "292",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32930",
        "label": "293",
        "long": "Perk - Kampenhout - Tildonk",
        "short": "293",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32931",
        "label": "293",
        "long": "Tildonk - Kampenhout - Perk",
        "short": "293",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32940",
        "label": "294",
        "long": "Berg - Nederokkerzeel - Haacht - Tildonk",
        "short": "294",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32941",
        "label": "294",
        "long": "Tildonk - Haacht - Nederokkerzeel - Berg",
        "short": "294",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32950",
        "label": "295",
        "long": "Wilsele - Wezemaal - Rotselaar - Haacht - Tildonk",
        "short": "295",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32951",
        "label": "295",
        "long": "Tildonk - Haacht - Rotselaar - Wezemaal - Wilsele",
        "short": "295",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32960",
        "label": "296",
        "long": "Herent - Wijgmaal - Rotselaar - Haacht - Tildonk",
        "short": "296",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32961",
        "label": "296",
        "long": "Tildonk - Haacht - Rotselaar - Wijgmaal - Herent",
        "short": "296",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32970",
        "label": "297",
        "long": "Winksele - Buken - Haacht - Tildonk",
        "short": "297",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32971",
        "label": "297",
        "long": "Tildonk - Haacht - Buken - WInksele",
        "short": "297",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32980",
        "label": "298",
        "long": "Everberg - Kortenberg - Veltem - Tildonk - Haacht",
        "short": "298",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:32981",
        "label": "298",
        "long": "Haacht - Tildonk - Veltem - Kortenberg - Everberg",
        "short": "298",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:33210",
        "label": "621",
        "long": "Gooik - SGI Lennik",
        "short": "621",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:33211",
        "label": "621",
        "long": "SGI Lennik - Gooik",
        "short": "621",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:34060",
        "label": "406",
        "long": "Leuven - Tielt-Winge Berg",
        "short": "406",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:34061",
        "label": "406",
        "long": "Tielt-Winge Berg - Leuven",
        "short": "406",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:34070",
        "label": "407",
        "long": "Tielt-Winge - Assent - Diest",
        "short": "407",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:34071",
        "label": "407",
        "long": "Diest - Assent - Tielt-Winge",
        "short": "407",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:34260",
        "label": "426",
        "long": "Leuven - Lubbeek - Kerkom - Attenrode - Tienen",
        "short": "426",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:34261",
        "label": "426",
        "long": "Tienen - Attenrode - Kerkom - Lubbeek - Leuven",
        "short": "426",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:34600",
        "label": "X60",
        "long": "Snelbus Brussel Noord - Londerzeel - Boom",
        "short": "X60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:34601",
        "label": "X60",
        "long": "Snelbus Boom - Londerzeel - Brussel Noord",
        "short": "X60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:34700",
        "label": "727",
        "long": "Brussel Noord - Haacht",
        "short": "727",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:34701",
        "label": "727",
        "long": "Haacht - Brussel Noord",
        "short": "727",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35000",
        "label": "500",
        "long": "Wijgmaal - Keerbergen - Haacht - Tildonk",
        "short": "500",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35001",
        "label": "500",
        "long": "Tildonk - Haacht - Keerbergen - Wijgmaal",
        "short": "500",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35020",
        "label": "622",
        "long": "Oetingen - Vollezele - SGI Lennik",
        "short": "622",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35021",
        "label": "622",
        "long": "SGI Lennik - Vollezele - Oetingen",
        "short": "622",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35030",
        "label": "503",
        "long": "Steenokkerzeel - Haacht - Keerbergen",
        "short": "503",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35031",
        "label": "503",
        "long": "Keerbergen - Haacht - Steenokkerzeel",
        "short": "503",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35040",
        "label": "504",
        "long": "Terlanen - Hoeilaart - Etterbeek",
        "short": "504",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35041",
        "label": "504",
        "long": "Etterbeek - Hoeilaart - Terlanen",
        "short": "504",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35050",
        "label": "505",
        "long": "Kampenhout - Zaventem Atheneum",
        "short": "505",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35051",
        "label": "505",
        "long": "Zaventem Atheneum - Kampenhout",
        "short": "505",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35090",
        "label": "509",
        "long": "Tremelo - Werchter - Aarschot",
        "short": "509",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35091",
        "label": "509",
        "long": "Aarschot - Werchter - Tremelo",
        "short": "509",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35180",
        "label": "518",
        "long": "Grimbergen - Humbeek - Nieuwenrode - Londerzeel",
        "short": "518",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35181",
        "label": "518",
        "long": "Londerzeel - Nieuwenrode - Humbeek - Grimbergen",
        "short": "518",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35190",
        "label": "519",
        "long": "Moorsel - Tervuren",
        "short": "519",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35191",
        "label": "519",
        "long": "Tervuren - Moorsel",
        "short": "519",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35200",
        "label": "520",
        "long": "Linden - Kessel-Lo - Leuven - Heverlee",
        "short": "520",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35201",
        "label": "520",
        "long": "Heverlee - Leuven - Kessel-Lo - Linden",
        "short": "520",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35210",
        "label": "521",
        "long": "Kortenberg - Everberg - Heverlee",
        "short": "521",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35211",
        "label": "521",
        "long": "Heverlee - Everberg - Kortenberg",
        "short": "521",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35220",
        "label": "522",
        "long": "Kortenberg - Erps-Kwerps - Heverlee",
        "short": "522",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35221",
        "label": "522",
        "long": "Heverlee - Erps-Kwerps - Kortenberg",
        "short": "522",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35230",
        "label": "523",
        "long": "Kortenberg - Winksele - Heverlee",
        "short": "523",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35231",
        "label": "523",
        "long": "Heverlee - Winksele - Kortenberg",
        "short": "523",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35240",
        "label": "524",
        "long": "Tielt-Winge - Leuven - Heverlee",
        "short": "524",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35241",
        "label": "524",
        "long": "Heverlee - Leuven - Tielt-Winge",
        "short": "524",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35250",
        "label": "525",
        "long": "Lubbeek Geestbeek - Leuven - Heverlee",
        "short": "525",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35251",
        "label": "525",
        "long": "Heverlee - Leuven - Lubbeek Geestbeek",
        "short": "525",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35260",
        "label": "526",
        "long": "Tervuren - Heverlee",
        "short": "526",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35261",
        "label": "526",
        "long": "Heverlee - Tervuren",
        "short": "526",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35270",
        "label": "527",
        "long": "Boutersem - Pellenberg - Heverlee",
        "short": "527",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35271",
        "label": "527",
        "long": "Heverlee - Pellenberg - Boutersem",
        "short": "527",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35280",
        "label": "528",
        "long": "Veltem - Erps-Kwerps - Kortenberg - Tervuren",
        "short": "528",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35281",
        "label": "528",
        "long": "Tervuren - Kortenberg - Erps-Kwerps - Veltem",
        "short": "528",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35290",
        "label": "529",
        "long": "Herent - Heverlee Heilig Hart",
        "short": "529",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35291",
        "label": "529",
        "long": "Heverlee Heilig Hart - Herent",
        "short": "529",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35300",
        "label": "530",
        "long": "Veltem-Beisem - Everberg - Zaventem",
        "short": "530",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35301",
        "label": "530",
        "long": "Zaventem - Everberg - Veltem-Beisem",
        "short": "530",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35330",
        "label": "533",
        "long": "Vilvoorde - Grimbergen - Kapelle-op-den-Bos",
        "short": "533",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35331",
        "label": "533",
        "long": "Kapelle-op-den-Bos Grimbergen - Vilvoorde",
        "short": "533",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35340",
        "label": "534",
        "long": "Grimbergen - Eversem - Kapelle-op-den-Bos",
        "short": "534",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35341",
        "label": "534",
        "long": "Kapelle-op-den-Bos - Eversem - Grimbergen",
        "short": "534",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35350",
        "label": "535",
        "long": "Nieuwrode - Rotselaar",
        "short": "535",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35351",
        "label": "535",
        "long": "Rotselaar - Nieuwrode",
        "short": "535",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35360",
        "label": "536",
        "long": "Grimbergen - Groot-Molenveld - Vilvoorde",
        "short": "536",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35361",
        "label": "536",
        "long": "Vilvoorde - Groot-Molenveld - Grimbergen",
        "short": "536",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35370",
        "label": "537",
        "long": "Terlanen - Ottenburg - Oud-Heverlee -Leuven",
        "short": "537",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35371",
        "label": "537",
        "long": "Leuven - Oud-Heverlee - Ottenburg - Terlanen",
        "short": "537",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35380",
        "label": "538",
        "long": "Vilvoorde - Diegem Lo - Zaventem Atheneum",
        "short": "538",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35381",
        "label": "538",
        "long": "Zaventem Atheneum - Diegem Lo - Vilvoorde",
        "short": "538",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35390",
        "label": "539",
        "long": "Heverlee Woudlucht - Leuven",
        "short": "539",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35391",
        "label": "539",
        "long": "Leuven - Heverlee Woudlucht",
        "short": "539",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35400",
        "label": "540",
        "long": "Bekkevoort - Kapellen - Bunsbeek - Tienen",
        "short": "540",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35401",
        "label": "540",
        "long": "Tienen - Bunsbeek - Kapellen - Bekkevoort",
        "short": "540",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35410",
        "label": "541",
        "long": "Haasrode - Tienen",
        "short": "541",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35411",
        "label": "541",
        "long": "Tienen - Haasrode",
        "short": "541",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35420",
        "label": "542",
        "long": "Geetbets - Hogen - Tienen",
        "short": "542",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35421",
        "label": "542",
        "long": "Tienen - Hogen - Geetbets",
        "short": "542",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35430",
        "label": "543",
        "long": "Wemmel Campus - Brussegem - Merchtem",
        "short": "543",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35431",
        "label": "543",
        "long": "Merchtem - Brussegem - Wemmel Campus",
        "short": "543",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35450",
        "label": "545",
        "long": "Ottenburg - St-Agatha-Rode - Huldenberg - Overijse",
        "short": "545",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35451",
        "label": "545",
        "long": "Overijse - Huldenberg - St-Agatha-Rode - Ottenburg",
        "short": "545",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35460",
        "label": "546",
        "long": "Overijse - Hoeilaart - Sint-Pieters-Woluwe",
        "short": "546",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35461",
        "label": "546",
        "long": "Sint-Pieters-Woluwe - Hoeilaart - Overijse",
        "short": "546",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35490",
        "label": "549",
        "long": "Ottenburg - Overijse - Vossem - Tervuren",
        "short": "549",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35491",
        "label": "549",
        "long": "Tervuren - Vossem - Overijse - Ottenburg",
        "short": "549",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35500",
        "label": "550",
        "long": "Neerlinter - Kortenaken - Loksbergen - Diest",
        "short": "550",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35501",
        "label": "550",
        "long": "Diest - Loksbergen - Kortenaken - Neerlinter",
        "short": "550",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35510",
        "label": "551",
        "long": "Geetbets - Halen - Diest",
        "short": "551",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35511",
        "label": "551",
        "long": "Diest - Halen - Geetbets",
        "short": "551",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35520",
        "label": "552",
        "long": "Muggenberg - Tielt - Diest",
        "short": "552",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35521",
        "label": "552",
        "long": "Diest - Tielt - Muggenberg",
        "short": "552",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35530",
        "label": "553",
        "long": "Groenendaal - Overijse - Vossem - Tervuren",
        "short": "553",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35531",
        "label": "553",
        "long": "Tervuren - Vossem - Overijse - Groenendaal",
        "short": "553",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35540",
        "label": "554",
        "long": "Evere - Kraainem - Sterrebeek - Tervuren",
        "short": "554",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35541",
        "label": "554",
        "long": "Tervuren - Sterrebeek - Kraainem - Evere",
        "short": "554",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35570",
        "label": "557",
        "long": "Sterrebeek - Tervuren - Bertem - Leuven",
        "short": "557",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35571",
        "label": "557",
        "long": "Leuven - Bertem - Tervuren - Sterrebeek",
        "short": "557",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35600",
        "label": "560",
        "long": "Waanrode - Geetbets - Budingen - Zoutleeuw",
        "short": "560",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35601",
        "label": "560",
        "long": "Zoutleeuw - Budingen - Geetbets - Waanrode",
        "short": "560",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35610",
        "label": "561",
        "long": "Oplinter - Kersbeek - Neerlinter - Zoutleeuw",
        "short": "561",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35611",
        "label": "561",
        "long": "Zoutleeuw - Neerlinter - Kersbeek - Oplinter",
        "short": "561",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35620",
        "label": "562",
        "long": "Waasmont - Zoutleeuw",
        "short": "562",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35621",
        "label": "562",
        "long": "Zoutleeuw - Waasmont",
        "short": "562",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35630",
        "label": "563",
        "long": "Tienen - Wommersom - Zoutleeuw",
        "short": "563",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35631",
        "label": "563",
        "long": "Zoutleeuw - Wommersom - Tienen",
        "short": "563",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35640",
        "label": "564",
        "long": "Tervuren - Duisburg - Leuven",
        "short": "564",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35641",
        "label": "564",
        "long": "Leuven - Duisburg - Tervuren",
        "short": "564",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35650",
        "label": "565",
        "long": "Kortenaken - Herk-De-Stad",
        "short": "565",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35651",
        "label": "565",
        "long": "Herk-de-Stad - Kortenaken",
        "short": "565",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35660",
        "label": "566",
        "long": "Budingen - Kortenaken - Halen - Herk-De-Stad",
        "short": "566",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35661",
        "label": "566",
        "long": "Herk-de-Stad - Halen - Kortenaken - Budingen",
        "short": "566",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35670",
        "label": "567",
        "long": "Budingen - Herk-De-Stad",
        "short": "567",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35671",
        "label": "567",
        "long": "Herk-de-Stad - Budingen",
        "short": "567",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35680",
        "label": "568",
        "long": "Kortenaken - Herk-De-Stad",
        "short": "568",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35681",
        "label": "568",
        "long": "Herk-de-Stad - Kortenaken",
        "short": "568",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35700",
        "label": "570",
        "long": "Sint-Ulriks-Kapelle - Schepdaal - Dilbeek RC",
        "short": "570",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35701",
        "label": "570",
        "long": "Dilbeek RC - Schepdaal - Sint-Ulriks-Kapelle",
        "short": "570",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35710",
        "label": "571",
        "long": "Halle - Sint-Pieters-Leeuw - Dilbeek",
        "short": "571",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35711",
        "label": "571",
        "long": "Dilbeek - Sint-Pieters-Leeuw - Halle",
        "short": "571",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35720",
        "label": "572",
        "long": "Zellik - Dilbeek - Anderlecht - Halle",
        "short": "572",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35721",
        "label": "572",
        "long": "Halle - Anderlecht - Dilbeek - Zellik",
        "short": "572",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35730",
        "label": "573",
        "long": "Schepdaal - Gaasbeek - Vlezenbeek - Halle",
        "short": "573",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35731",
        "label": "573",
        "long": "Halle - Vlezenbeek - Gaasbeek - Schepdaal",
        "short": "573",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35760",
        "label": "576",
        "long": "Kortenberg - Leuven",
        "short": "576",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35761",
        "label": "576",
        "long": "Leuven - Kortenberg",
        "short": "576",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35770",
        "label": "577",
        "long": "Veltem-Beisem - Herent - Leuven",
        "short": "577",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35771",
        "label": "577",
        "long": "Leuven - Herent - Veltem-Beisem",
        "short": "577",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35800",
        "label": "580",
        "long": "Tienen - Hoegaarden - Meldert",
        "short": "580",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35801",
        "label": "580",
        "long": "Meldert - Hoegaarden - Tienen",
        "short": "580",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35830",
        "label": "583",
        "long": "Baal - Werchter - Keerbergen - Mechelen",
        "short": "583",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35831",
        "label": "583",
        "long": "Mechelen - Keerbergen - Werchter - Baal",
        "short": "583",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35850",
        "label": "585",
        "long": "Lubbeek - Kerkom - Attenrode - Tienen",
        "short": "585",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35851",
        "label": "585",
        "long": "Tienen - Attenrode - Kerkom - Lubbeek",
        "short": "585",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35870",
        "label": "587",
        "long": "Tienen - Overhespen - Neerwinden - Landen",
        "short": "587",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35871",
        "label": "587",
        "long": "Landen - Neerwinden - Overhespen - Tienen",
        "short": "587",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35880",
        "label": "588",
        "long": "Budingen - Geetbets - Kortenaken - Halen - Diest",
        "short": "588",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35881",
        "label": "588",
        "long": "Diest - Halen - Kortenaken -Geetbets - Budingen",
        "short": "588",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35890",
        "label": "589",
        "long": "Tielt-Winge - Meensel-Kiezegem - Tienen",
        "short": "589",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35891",
        "label": "589",
        "long": "Tienen - Meensel-Kiezegem - Tielt-Winge",
        "short": "589",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35900",
        "label": "590",
        "long": "Pellenberg - Lubbeek - Binkom - Kerkom - Aarschot",
        "short": "590",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35901",
        "label": "590",
        "long": "Aarschot - Lubbeek - Binkom - Kerkom - Pellenberg",
        "short": "590",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35910",
        "label": "591",
        "long": "Tielt-Winge - Rillaar - Aarschot",
        "short": "591",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35911",
        "label": "591",
        "long": "Aarschot - Rillaar - Tielt-Winge",
        "short": "591",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35920",
        "label": "592",
        "long": "Keiberg - Messelbroek - Scherpenheuvel - Diest",
        "short": "592",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35921",
        "label": "592",
        "long": "Diest - Scherpenheuvel - Messelbroek - Keiberg",
        "short": "592",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35940",
        "label": "594",
        "long": "Testelt - Langdorp - Aarschot",
        "short": "594",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35941",
        "label": "594",
        "long": "Aarschot - Langdorp - Testelt",
        "short": "594",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35950",
        "label": "595",
        "long": "Groenendaal - Hoeilaart - Overijse - Leuven",
        "short": "595",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35951",
        "label": "595",
        "long": "Leuven - Overijse - Hoeilaart - Groenendaal",
        "short": "595",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35960",
        "label": "596",
        "long": "Messelbroek - Scherpenheuvel - Aarschot",
        "short": "596",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35961",
        "label": "596",
        "long": "Aarschot - Scherpenheuvel - Messelbroek",
        "short": "596",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35970",
        "label": "597",
        "long": "Wakkerzeel - Leuven - Heverlee Sint-Albertus",
        "short": "597",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35971",
        "label": "597",
        "long": "Heverlee Sint-Albertus - Leuven - Wakkerzeel",
        "short": "597",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35980",
        "label": "598",
        "long": "Groenendaal - Overijse - Oud-Heverlee - Heverlee",
        "short": "598",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:35981",
        "label": "598",
        "long": "Heverlee - Oud-Heverlee - Overijse - Groenendaal",
        "short": "598",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36090",
        "label": "609",
        "long": "Leuven - Haasrode - Bierbeek - Boutersem",
        "short": "609",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36091",
        "label": "609",
        "long": "Boutersem - Bierbeek - Haasrode - Leuven",
        "short": "609",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:36200",
        "label": "N62",
        "long": "Brussel Rogier - Zaventem Brussels Airport",
        "short": "N62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:36201",
        "label": "N62",
        "long": "Zaventem Brussels Airport - Brussel Rogier",
        "short": "N62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36290",
        "label": "629",
        "long": "Tienen - Outgaarden",
        "short": "629",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36291",
        "label": "629",
        "long": "Outgaarden - Tienen",
        "short": "629",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36310",
        "label": "631",
        "long": "Leuven - Heverlee - Haasrode",
        "short": "631",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36311",
        "label": "631",
        "long": "Haasrode - Heverlee - Leuven",
        "short": "631",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36470",
        "label": "647",
        "long": "Bekkevoort - Waanrode - Hoeleden - Tienen",
        "short": "647",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36471",
        "label": "647",
        "long": "Tienen - Hoeleden - Waanrode - Bekkevoort",
        "short": "647",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36480",
        "label": "648",
        "long": "Aarschot - Houwaart - Tielt-Winge - Binkom",
        "short": "648",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36481",
        "label": "648",
        "long": "Binkom - Tielt-Winge - Houwaart - Aarschot",
        "short": "648",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36560",
        "label": "656",
        "long": "Landen - Neerwinden - Ezemaal - Tienen",
        "short": "656",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36561",
        "label": "656",
        "long": "Tienen - Ezemaal - Neerwinden - Landen",
        "short": "656",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36670",
        "label": "667",
        "long": "Tienen - Neerlinter - Ransberg - Kortenaken",
        "short": "667",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36671",
        "label": "667",
        "long": "Kortenaken - Ransberg - Neerlinter - Tienen",
        "short": "667",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36680",
        "label": "668",
        "long": "Tienen - Wommersom - Sint-Truiden",
        "short": "668",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36681",
        "label": "668",
        "long": "Sint-Truiden - Wommersom - Tienen",
        "short": "668",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36690",
        "label": "669",
        "long": "Snelbus Diest - Bekkevoort - Glabbeek - Tienen",
        "short": "669",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:36691",
        "label": "669",
        "long": "Snelbus Tienen - Glabbeek - Bekkevoort - Diest",
        "short": "669",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:38190",
        "label": "819",
        "long": "Brussel - Wezembeek-Oppem - Tervuren",
        "short": "819",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:38191",
        "label": "819",
        "long": "Tervuren - Wezembeek-Oppem - Brussel",
        "short": "819",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:41000",
        "label": "10",
        "long": "Genk - Tongeren",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:41001",
        "label": "10",
        "long": "Tongeren - Genk",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41020",
        "label": "102",
        "long": "Bilzen - Tongeren",
        "short": "102",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41021",
        "label": "102",
        "long": "Tongeren - Bilzen",
        "short": "102",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41030",
        "label": "103",
        "long": "Bilzen - Tongeren",
        "short": "103",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41031",
        "label": "103",
        "long": "Tongeren - Bilzen",
        "short": "103",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41060",
        "label": "106",
        "long": "Tongeren - Bilzen",
        "short": "106",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41061",
        "label": "106",
        "long": "Bilzen - Tongeren",
        "short": "106",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41070",
        "label": "107",
        "long": "Tongeren - Genk",
        "short": "107",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41071",
        "label": "107",
        "long": "Genk - Tongeren",
        "short": "107",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41080",
        "label": "108",
        "long": "Wiemesmeer - Hoeselt",
        "short": "108",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41081",
        "label": "108",
        "long": "Hoeselt - Wiemesmeer",
        "short": "108",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41090",
        "label": "109",
        "long": "Genk - Tongeren",
        "short": "109",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41091",
        "label": "109",
        "long": "Tongeren - Genk",
        "short": "109",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41150",
        "label": "105",
        "long": "Tongeren - Bilzen",
        "short": "105",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41151",
        "label": "105",
        "long": "Bilzen - Tongeren",
        "short": "105",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:41200",
        "label": "12",
        "long": "Hasselt - Genk",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:41201",
        "label": "12",
        "long": "Genk - Hasselt",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41210",
        "label": "121",
        "long": "Hasselt - Kiewit KIDS",
        "short": "121",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41211",
        "label": "121",
        "long": "Kiewit KIDS - Hasselt",
        "short": "121",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41280",
        "label": "128",
        "long": "Hasselt - Kiewit Bewel",
        "short": "128",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41281",
        "label": "128",
        "long": "Kiewit Bewel - Hasselt",
        "short": "128",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41290",
        "label": "129",
        "long": "Genk - Kiewit BEWEL",
        "short": "129",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41291",
        "label": "129",
        "long": "Kiewit BEWEL - Genk",
        "short": "129",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:41500",
        "label": "15",
        "long": "Diest - Leopoldsburg",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:41501",
        "label": "15",
        "long": "Leopoldsburg - Diest",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41540",
        "label": "154",
        "long": "Leopoldsburg - Tessenderlo",
        "short": "154",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41541",
        "label": "154",
        "long": "Tessenderlo - Leopoldsburg",
        "short": "154",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41550",
        "label": "155",
        "long": "Leopoldsburg - Diest",
        "short": "155",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41551",
        "label": "155",
        "long": "Diest - Leopoldsburg",
        "short": "155",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41560",
        "label": "156",
        "long": "Diest - Tessenderlo - Leopoldsburg",
        "short": "156",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41561",
        "label": "156",
        "long": "Leopoldsburg - Tessenderlo - Diest",
        "short": "156",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41570",
        "label": "157",
        "long": "Tessenderlo - Mol",
        "short": "157",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41571",
        "label": "157",
        "long": "Mol - Tessenderlo",
        "short": "157",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41590",
        "label": "159",
        "long": "Schoot - Tessenderlo",
        "short": "159",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41591",
        "label": "159",
        "long": "Tessenderlo - Schoot",
        "short": "159",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:41600",
        "label": "16",
        "long": "Maaseik - Neerpelt",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:41601",
        "label": "16",
        "long": "Neerpelt - Maaseik",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41670",
        "label": "167",
        "long": "Maaseik - Bree",
        "short": "167",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41671",
        "label": "167",
        "long": "Bree - Maaseik",
        "short": "167",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41680",
        "label": "168",
        "long": "Bree - Bocholt",
        "short": "168",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41681",
        "label": "168",
        "long": "Bocholt - Bree",
        "short": "168",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41780",
        "label": "178",
        "long": "Maaseik - Brussel",
        "short": "178",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41781",
        "label": "178",
        "long": "Brussel - Maaseik",
        "short": "178",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41790",
        "label": "179",
        "long": "Brussel - Bocholt",
        "short": "179",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41791",
        "label": "179",
        "long": "Bocholt - Brussel",
        "short": "179",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:41800",
        "label": "X18",
        "long": "Hasselt - Lommel",
        "short": "X18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:41801",
        "label": "X18",
        "long": "Lommel - Hasselt",
        "short": "X18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:41810",
        "label": "X19",
        "long": "Hasselt - Neerpelt",
        "short": "X19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:41811",
        "label": "X19",
        "long": "Neerpelt - Hasselt",
        "short": "X19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41910",
        "label": "191",
        "long": "Neerpelt - Wijchmaal",
        "short": "191",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41911",
        "label": "191",
        "long": "Wijchmaal - Neerpelt",
        "short": "191",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41920",
        "label": "192",
        "long": "Bree - Houthalen-Helchteren",
        "short": "192",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41921",
        "label": "192",
        "long": "Houthalen-Helchteren - Bree",
        "short": "192",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41950",
        "label": "195",
        "long": "Meeuwen - Heusden",
        "short": "195",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41951",
        "label": "195",
        "long": "Heusden - Meeuwen",
        "short": "195",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41960",
        "label": "196",
        "long": "Bocholt - Hasselt",
        "short": "196",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41961",
        "label": "196",
        "long": "Hasselt - Bocholt",
        "short": "196",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41970",
        "label": "197",
        "long": "Bree - Hasselt",
        "short": "197",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:41971",
        "label": "197",
        "long": "Hasselt - Bree",
        "short": "197",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:42010",
        "label": "20a",
        "long": "Hasselt - Maastricht",
        "short": "20a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:42011",
        "label": "20a",
        "long": "Maastricht - Hasselt",
        "short": "20a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:42020",
        "label": "20b",
        "long": "Hasselt - Lanaken",
        "short": "20b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:42021",
        "label": "20b",
        "long": "Lanaken - Hasselt",
        "short": "20b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42030",
        "label": "203",
        "long": "Hasselt - Bilzen",
        "short": "203",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42031",
        "label": "203",
        "long": "Bilzen - Hasselt",
        "short": "203",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42040",
        "label": "204",
        "long": "Bilzen - Hasselt",
        "short": "204",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42041",
        "label": "204",
        "long": "Hasselt - Bilzen",
        "short": "204",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42060",
        "label": "206",
        "long": "Beverst - Maastricht",
        "short": "206",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42061",
        "label": "206",
        "long": "Maastricht - Beverst",
        "short": "206",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42070",
        "label": "207",
        "long": "Bilzen - Hasselt",
        "short": "207",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42071",
        "label": "207",
        "long": "Hasselt - Bilzen",
        "short": "207",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42080",
        "label": "208",
        "long": "Vroenhoven - Bilzen",
        "short": "208",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42081",
        "label": "208",
        "long": "Bilzen - Vroenhoven",
        "short": "208",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42090",
        "label": "209",
        "long": "Hoelbeek - Hasselt",
        "short": "209",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42091",
        "label": "209",
        "long": "Hasselt - Hoelbeek",
        "short": "209",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:42100",
        "label": "21",
        "long": "Hasselt - Landen",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:42101",
        "label": "21",
        "long": "Landen - Hasselt",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42150",
        "label": "215",
        "long": "Kortenbos - Hasselt",
        "short": "215",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42151",
        "label": "215",
        "long": "Hasselt - Kortenbos",
        "short": "215",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42160",
        "label": "216",
        "long": "Alken - Sint-Truiden",
        "short": "216",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42161",
        "label": "216",
        "long": "Sint-Truiden - Alken",
        "short": "216",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:42200",
        "label": "22",
        "long": "Sint-Truiden - Landen",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:42201",
        "label": "22",
        "long": "Landen - Sint-Truiden",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42210",
        "label": "221",
        "long": "Sint-Truiden - Landen",
        "short": "221",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42211",
        "label": "221",
        "long": "Landen - Sint-Truiden",
        "short": "221",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:42300",
        "label": "23",
        "long": "Sint-Truiden - Tongeren",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:42301",
        "label": "23",
        "long": "Tongeren - Sint-Truiden",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42320",
        "label": "232",
        "long": "Sint-Truiden - Tongeren",
        "short": "232",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42321",
        "label": "232",
        "long": "Tongeren - Sint-Truiden",
        "short": "232",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42330",
        "label": "233",
        "long": "Sint-Truiden - Zepperen",
        "short": "233",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42331",
        "label": "233",
        "long": "Zepperen - Sint-Truiden",
        "short": "233",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42340",
        "label": "234",
        "long": "Sint-Truiden - Tongeren",
        "short": "234",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42341",
        "label": "234",
        "long": "Tongeren - Sint-Truiden",
        "short": "234",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42350",
        "label": "235",
        "long": "Wellen - Tongeren",
        "short": "235",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42351",
        "label": "235",
        "long": "Tongeren - Wellen",
        "short": "235",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42360",
        "label": "236",
        "long": "Tongeren - Sint-Truiden",
        "short": "236",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42361",
        "label": "236",
        "long": "Sint-Truiden - Tongeren",
        "short": "236",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42370",
        "label": "237",
        "long": "Tongeren - Sint-Truiden",
        "short": "237",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42371",
        "label": "237",
        "long": "Sint-Truiden - Tongeren",
        "short": "237",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42380",
        "label": "238",
        "long": "Tongeren - Borgloon",
        "short": "238",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42381",
        "label": "238",
        "long": "Borgloon - Tongeren",
        "short": "238",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42390",
        "label": "239",
        "long": "Tongeren Station - PIBO",
        "short": "239",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42391",
        "label": "239",
        "long": "Tongeren PIBO - Station",
        "short": "239",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:42600",
        "label": "26",
        "long": "Kinrooi - Leopoldsburg",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:42601",
        "label": "26",
        "long": "Leopoldsburg - Kinrooi",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42620",
        "label": "262",
        "long": "Leopoldsburg - Bree",
        "short": "262",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42621",
        "label": "262",
        "long": "Bree - Leopoldsburg",
        "short": "262",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42630",
        "label": "263",
        "long": "Beringen - Hechtel",
        "short": "263",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42631",
        "label": "263",
        "long": "Hechtel - Beringen",
        "short": "263",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42640",
        "label": "264",
        "long": "Tessenderlo - Hechtel",
        "short": "264",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42641",
        "label": "264",
        "long": "Hechtel - Tessenderlo",
        "short": "264",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42650",
        "label": "265",
        "long": "Gruitrode - Maaseik",
        "short": "265",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42651",
        "label": "265",
        "long": "Maaseik - Gruitrode",
        "short": "265",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42660",
        "label": "266",
        "long": "Kinrooi - Maaseik Bewel",
        "short": "266",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42661",
        "label": "266",
        "long": "Maaseik Bewel - Kinrooi",
        "short": "266",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42670",
        "label": "267",
        "long": "Molenbeersel - Bree",
        "short": "267",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42671",
        "label": "267",
        "long": "Bree - Moelnbeersel",
        "short": "267",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42680",
        "label": "268",
        "long": "Molenbeersel - Maaseik",
        "short": "268",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42681",
        "label": "268",
        "long": "Maaseik - Molenbeersel",
        "short": "268",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42690",
        "label": "269",
        "long": "Maaseik - Leopoldsburg",
        "short": "269",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42691",
        "label": "269",
        "long": "Leopoldsburg - Maaseik",
        "short": "269",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42700",
        "label": "27",
        "long": "Genk - Maaseik",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42701",
        "label": "27",
        "long": "Maaseik - Genk",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:42710",
        "label": "X27",
        "long": "Kinrooi - Genk",
        "short": "X27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:42711",
        "label": "X27",
        "long": "Genk - Kinrooi",
        "short": "X27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42730",
        "label": "273",
        "long": "As - Maaseik",
        "short": "273",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42731",
        "label": "273",
        "long": "Maaseik - As",
        "short": "273",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42740",
        "label": "274",
        "long": "Bree - Maaseik",
        "short": "274",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42741",
        "label": "274",
        "long": "Maaseik - Bree",
        "short": "274",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42750",
        "label": "275",
        "long": "Opoeteren-Genk",
        "short": "275",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42751",
        "label": "275",
        "long": "Genk-Opoeteren",
        "short": "275",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42760",
        "label": "276",
        "long": "Opglabbeek - Maaseik",
        "short": "276",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42761",
        "label": "276",
        "long": "Maaseik - Opglabbeek",
        "short": "276",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42770",
        "label": "277",
        "long": "Stokkem - Genk",
        "short": "277",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42771",
        "label": "277",
        "long": "Genk - Stokkem",
        "short": "277",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42780",
        "label": "278",
        "long": "Kinrooi - Maaseik",
        "short": "278",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42781",
        "label": "278",
        "long": "Maaseik - Kinrooi",
        "short": "278",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42790",
        "label": "279",
        "long": "Kinrooi - Genk",
        "short": "279",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42791",
        "label": "279",
        "long": "Genk - Kinrooi",
        "short": "279",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:42800",
        "label": "28",
        "long": "Beringen - Mol",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:42801",
        "label": "28",
        "long": "Mol - Beringen",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42900",
        "label": "29",
        "long": "Hasselt - Lommel",
        "short": "29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42901",
        "label": "29",
        "long": "Lommel - Hasselt",
        "short": "29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42960",
        "label": "296",
        "long": "Lummen - Hasselt",
        "short": "296",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42961",
        "label": "296",
        "long": "Hasselt - Lummen",
        "short": "296",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42970",
        "label": "297",
        "long": "Heppen - Hasselt",
        "short": "297",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:42971",
        "label": "297",
        "long": "Hasselt - Heppen",
        "short": "297",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:43100",
        "label": "31",
        "long": "Genk - Beringen",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:43101",
        "label": "31",
        "long": "Beringen - Genk",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43110",
        "label": "311",
        "long": "Eversel - Houthalen-Helchteren",
        "short": "311",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43111",
        "label": "311",
        "long": "Houthalen-Helchteren - Eversel",
        "short": "311",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43120",
        "label": "312",
        "long": "Genk - Zwartberg",
        "short": "312",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43121",
        "label": "312",
        "long": "Zwartberg - Genk",
        "short": "312",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43130",
        "label": "313",
        "long": "Genk - Houthalen-Helchteren",
        "short": "313",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43131",
        "label": "313",
        "long": "Houthalen-Helchteren - Genk",
        "short": "313",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43150",
        "label": "315",
        "long": "Houthalen - Genk",
        "short": "315",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43151",
        "label": "315",
        "long": "Genk - Houthalen",
        "short": "315",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43160",
        "label": "316",
        "long": "Zwartberg - Zonhoven",
        "short": "316",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43161",
        "label": "316",
        "long": "Zonhoven - Zwartberg",
        "short": "316",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43180",
        "label": "318",
        "long": "Bolderberg - Houthalen-Helchteren",
        "short": "318",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43181",
        "label": "318",
        "long": "Houthalen-Helchteren - Bolderberg",
        "short": "318",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43190",
        "label": "319",
        "long": "Meulenberg - Beringen",
        "short": "319",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43191",
        "label": "319",
        "long": "Beringen - Meulenberg",
        "short": "319",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:43200",
        "label": "32",
        "long": "Beringen - Tessenderlo",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:43201",
        "label": "32",
        "long": "Tessenderlo - Beringen",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43280",
        "label": "328",
        "long": "Tessenderlo - Beringen",
        "short": "328",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43281",
        "label": "328",
        "long": "Beringen - Tessenderlo",
        "short": "328",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43290",
        "label": "329",
        "long": "Beringen - Tessenderlo",
        "short": "329",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43291",
        "label": "329",
        "long": "Tessenderlo - Beringen",
        "short": "329",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:43300",
        "label": "33",
        "long": "Genk - Neerpelt",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:43301",
        "label": "33",
        "long": "Neerpelt - Genk",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43350",
        "label": "335",
        "long": "Gruitrode - Hechtel",
        "short": "335",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43351",
        "label": "335",
        "long": "Hechtel - Gruitrode",
        "short": "335",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43360",
        "label": "336",
        "long": "Peer - Neerpelt",
        "short": "336",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43361",
        "label": "336",
        "long": "Neerpelt - Peer",
        "short": "336",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43370",
        "label": "337",
        "long": "Peer - Genk",
        "short": "337",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43371",
        "label": "337",
        "long": "Genk - Peer",
        "short": "337",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43380",
        "label": "338",
        "long": "Holheide - Peer",
        "short": "338",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43381",
        "label": "338",
        "long": "Peer - Holheide",
        "short": "338",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:43400",
        "label": "34",
        "long": "Hasselt - Beringen",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:43401",
        "label": "34",
        "long": "Beringen - Hasselt",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43470",
        "label": "347",
        "long": "Hulst - Hasselt",
        "short": "347",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43471",
        "label": "347",
        "long": "Hasselt - Hulst",
        "short": "347",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43490",
        "label": "349",
        "long": "Hasselt - Hulst",
        "short": "349",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43491",
        "label": "349",
        "long": "Hulst - Hasselt",
        "short": "349",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:43500",
        "label": "35",
        "long": "Diest - Heusden",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:43501",
        "label": "35",
        "long": "Heusden - Diest",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43510",
        "label": "351",
        "long": "Lummen - Beringen",
        "short": "351",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43511",
        "label": "351",
        "long": "Beringen - Lummen",
        "short": "351",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43530",
        "label": "353",
        "long": "Zolder - Lummen",
        "short": "353",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43531",
        "label": "353",
        "long": "Lummen - Zolder",
        "short": "353",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43550",
        "label": "355",
        "long": "Herk-de-Stad - Lummen",
        "short": "355",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43551",
        "label": "355",
        "long": "Lummen - Herk-de-Stad",
        "short": "355",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43570",
        "label": "357",
        "long": "Beringen - Herk-de-Stad",
        "short": "357",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43571",
        "label": "357",
        "long": "Herk-de-Stad - Beringen",
        "short": "357",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43580",
        "label": "358",
        "long": "Beringen - Herk-de-Stad",
        "short": "358",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43581",
        "label": "358",
        "long": "Herk-de-Stad - Beringen",
        "short": "358",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43590",
        "label": "359",
        "long": "Lummen - Diest",
        "short": "359",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43591",
        "label": "359",
        "long": "Diest - Lummen",
        "short": "359",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43610",
        "label": "36a",
        "long": "Genk - Hasselt",
        "short": "36a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43611",
        "label": "36a",
        "long": "Hasselt - Genk",
        "short": "36a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43620",
        "label": "36b",
        "long": "Genk - Hasselt",
        "short": "36b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43621",
        "label": "36b",
        "long": "Hasselt - Genk",
        "short": "36b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43631",
        "label": "363",
        "long": "KotHopper",
        "short": "363",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43640",
        "label": "364",
        "long": "Wellen - Diepenbeek",
        "short": "364",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43641",
        "label": "364",
        "long": "Diepenbeek - Wellen",
        "short": "364",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:43800",
        "label": "38",
        "long": "Hasselt - Heers",
        "short": "38",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:43801",
        "label": "38",
        "long": "Heers - Hasselt",
        "short": "38",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43890",
        "label": "389",
        "long": "Engelmanshoven - Borgloon",
        "short": "389",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43891",
        "label": "389",
        "long": "Borgloon - Engelmanshoven",
        "short": "389",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43960",
        "label": "396",
        "long": "Voeren - Provinciale School",
        "short": "396",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43961",
        "label": "396",
        "long": "Provinciale School - Voeren",
        "short": "396",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43970",
        "label": "397",
        "long": "Tongeren - Voeren",
        "short": "397",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43971",
        "label": "397",
        "long": "Voeren - Tongeren",
        "short": "397",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43980",
        "label": "398",
        "long": "Tongeren - Voeren",
        "short": "398",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43981",
        "label": "398",
        "long": "Voeren - Tongeren",
        "short": "398",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43990",
        "label": "399",
        "long": "Voeren - Tongeren",
        "short": "399",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:43991",
        "label": "399",
        "long": "Tongeren - Voeren",
        "short": "399",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:44400",
        "label": "X44",
        "long": "Hasselt - Maasmechelen",
        "short": "X44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:44401",
        "label": "X44",
        "long": "Maasmechelen - Hasselt",
        "short": "X44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:44500",
        "label": "45",
        "long": "Genk - Maastricht",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:44501",
        "label": "45",
        "long": "Maastricht - Genk",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44580",
        "label": "458",
        "long": "Lanaken - Genk",
        "short": "458",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44581",
        "label": "458",
        "long": "Genk - Lanaken",
        "short": "458",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44610",
        "label": "461",
        "long": "Genk Station - Boxberg",
        "short": "461",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44611",
        "label": "461",
        "long": "Boxberg - Genk Station",
        "short": "461",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44620",
        "label": "462",
        "long": "Zonhoven - Genk",
        "short": "462",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44621",
        "label": "462",
        "long": "Genk - Zonhoven",
        "short": "462",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44630",
        "label": "463",
        "long": "Boxberg - Genk",
        "short": "463",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44631",
        "label": "463",
        "long": "Genk - Boxberg",
        "short": "463",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44640",
        "label": "464",
        "long": "Boxberg - Helchteren",
        "short": "464",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44641",
        "label": "464",
        "long": "Helchteren - Boxberg",
        "short": "464",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44650",
        "label": "465",
        "long": "Zonhoven - Genk",
        "short": "465",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44651",
        "label": "465",
        "long": "Genk - Zonhoven",
        "short": "465",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:44700",
        "label": "47",
        "long": "Hasselt - Tongeren",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:44701",
        "label": "47",
        "long": "Tongeren - Hasselt",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44720",
        "label": "472",
        "long": "Tongeren - Hasselt",
        "short": "472",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44721",
        "label": "472",
        "long": "Hasselt - Tongeren",
        "short": "472",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44730",
        "label": "473",
        "long": "Tongeren - Hasselt",
        "short": "473",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44731",
        "label": "473",
        "long": "Hasselt - Tongeren",
        "short": "473",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44740",
        "label": "474",
        "long": "Hasselt - Tongeren",
        "short": "474",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44741",
        "label": "474",
        "long": "Tongeren - Hasselt",
        "short": "474",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44750",
        "label": "475",
        "long": "Kortessem - Vliermaalroot - Tongeren",
        "short": "475",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44751",
        "label": "475",
        "long": "Tongeren - Vliermaalroot - Kortessem",
        "short": "475",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44760",
        "label": "476",
        "long": "Heers - Hasselt",
        "short": "476",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44761",
        "label": "476",
        "long": "Hasselt - Heers",
        "short": "476",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44770",
        "label": "477",
        "long": "Wellen - Hasselt",
        "short": "477",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44771",
        "label": "477",
        "long": "Hasselt - Wellen",
        "short": "477",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44780",
        "label": "478",
        "long": "Kortessem - Hasselt",
        "short": "478",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44781",
        "label": "478",
        "long": "Hasselt - Kortessem",
        "short": "478",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44790",
        "label": "479",
        "long": "Hasselt - Borgloon",
        "short": "479",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44791",
        "label": "479",
        "long": "Borgloon - Hasselt",
        "short": "479",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:44800",
        "label": "48",
        "long": "Hasselt - Peer",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:44801",
        "label": "48",
        "long": "Peer - Hasselt",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44840",
        "label": "484",
        "long": "Hamont - Peer",
        "short": "484",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44841",
        "label": "484",
        "long": "Peer - Hamont",
        "short": "484",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44850",
        "label": "485",
        "long": "Peer - Hamont",
        "short": "485",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44851",
        "label": "485",
        "long": "Hamont - Peer",
        "short": "485",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44860",
        "label": "486",
        "long": "Hamont - Peer",
        "short": "486",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44861",
        "label": "486",
        "long": "Peer - Hamont",
        "short": "486",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44870",
        "label": "487",
        "long": "Helchteren - Bree",
        "short": "487",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44871",
        "label": "487",
        "long": "Bree - Helchteren",
        "short": "487",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44890",
        "label": "489",
        "long": "Kiewit - Hasselt",
        "short": "489",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44891",
        "label": "489",
        "long": "Hasselt - Kiewit",
        "short": "489",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:44900",
        "label": "49",
        "long": "Diest - Paal - Beringen",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:44901",
        "label": "49",
        "long": "Beringen - Paal - Diest",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44980",
        "label": "498",
        "long": "Diest - Paal - Beringen scholen",
        "short": "498",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44981",
        "label": "498",
        "long": "Beringen scholen - Paal - Diest",
        "short": "498",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44990",
        "label": "499",
        "long": "Diest scholen - Schaffen - Paal - Tervant",
        "short": "499",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:44991",
        "label": "499",
        "long": "Tervant - Paal - Schaffen - Diest scholen",
        "short": "499",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45000",
        "label": "50",
        "long": "Hasselt - Sint-Truiden",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45001",
        "label": "50",
        "long": "Sint-Truiden - Hasselt",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45030",
        "label": "503",
        "long": "Sint-Truiden - Herk-de-Stad",
        "short": "503",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45031",
        "label": "503",
        "long": "Herk-de-Stad - Sint-Truiden",
        "short": "503",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45040",
        "label": "504",
        "long": "Sint-Truiden - Hasp-O Stadsrand",
        "short": "504",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45041",
        "label": "504",
        "long": "Hasp-O Stadsrand - Sint-Truiden",
        "short": "504",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45050",
        "label": "505",
        "long": "Herk-de-Stad - Sint-Truiden",
        "short": "505",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45051",
        "label": "505",
        "long": "Sint-Truiden - Herk-de-Stad",
        "short": "505",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45060",
        "label": "506",
        "long": "Hasselt - Kuringen - Kermt - Stevoort",
        "short": "506",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45061",
        "label": "506",
        "long": "Stevoort - Kermt - Kuringen - Hasselt",
        "short": "506",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45070",
        "label": "507",
        "long": "Sint-Lambrechts-Herk - Herk-de-Stad",
        "short": "507",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45071",
        "label": "507",
        "long": "Herk-de-Stad - Sint-Lambrechts-Herk",
        "short": "507",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45080",
        "label": "508",
        "long": "Alken - Stevoort",
        "short": "508",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45081",
        "label": "508",
        "long": "Stevoort - Alken",
        "short": "508",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45090",
        "label": "509",
        "long": "Hasselt - Sint-Truiden",
        "short": "509",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45091",
        "label": "509",
        "long": "Sint-Truiden - Hasselt",
        "short": "509",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:45100",
        "label": "51",
        "long": "Hasselt - Heusden",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:45101",
        "label": "51",
        "long": "Heusden - Hasselt",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45130",
        "label": "513",
        "long": "Zolder - Kiewit",
        "short": "513",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45131",
        "label": "513",
        "long": "Kiewit - Zolder",
        "short": "513",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:45600",
        "label": "56",
        "long": "Hasselt - Diest",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:45601",
        "label": "56",
        "long": "Diest - Hasselt",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45690",
        "label": "569",
        "long": "Viversel - Herk-de-Stad",
        "short": "569",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:45691",
        "label": "569",
        "long": "Herk-de-Stad - Viversel",
        "short": "569",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46170",
        "label": "617",
        "long": "Riemst - Lanaken",
        "short": "617",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46171",
        "label": "617",
        "long": "Lanaken - Riemst",
        "short": "617",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46180",
        "label": "618",
        "long": "Riemst - Eisden",
        "short": "618",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46181",
        "label": "618",
        "long": "Eisden - Riemst",
        "short": "618",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46190",
        "label": "619",
        "long": "Lanaken - Tongeren",
        "short": "619",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46191",
        "label": "619",
        "long": "Tongeren - Lanaken",
        "short": "619",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:46200",
        "label": "62",
        "long": "Maastricht - Tongeren",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:46201",
        "label": "62",
        "long": "Tongeren - Maastricht",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46220",
        "label": "622",
        "long": "Kanne - Tongeren",
        "short": "622",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46221",
        "label": "622",
        "long": "Tongeren - Kanne",
        "short": "622",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46270",
        "label": "627",
        "long": "Val-Meer - Tongeren",
        "short": "627",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46271",
        "label": "627",
        "long": "Tongeren - Val-Meer",
        "short": "627",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46280",
        "label": "628",
        "long": "Zussen - Tongeren",
        "short": "628",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46281",
        "label": "628",
        "long": "Tongeren - Zussen",
        "short": "628",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46290",
        "label": "629",
        "long": "Tongeren Station - Tongeren Bewel",
        "short": "629",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46291",
        "label": "629",
        "long": "Tongeren Bewel - Tongeren Station",
        "short": "629",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:46300",
        "label": "63",
        "long": "Maaseik - Maastricht",
        "short": "63",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:46301",
        "label": "63",
        "long": "Maastricht - Maaseik",
        "short": "63",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46330",
        "label": "633",
        "long": "Stokkem - Maaseik",
        "short": "633",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46331",
        "label": "633",
        "long": "Maaseik - Stokkem",
        "short": "633",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46340",
        "label": "634",
        "long": "Lanaken - Maasmechelen",
        "short": "634",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46341",
        "label": "634",
        "long": "Maasmechelen - Lanaken",
        "short": "634",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46360",
        "label": "636",
        "long": "Maaseik - Lanaken",
        "short": "636",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46361",
        "label": "636",
        "long": "Lanaken - Maaseik",
        "short": "636",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46370",
        "label": "637",
        "long": "Lanaken - Maaseik",
        "short": "637",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46371",
        "label": "637",
        "long": "Maaseik - Lanaken",
        "short": "637",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46380",
        "label": "638",
        "long": "Maaseik  - Maaseik Bewel",
        "short": "638",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46381",
        "label": "638",
        "long": "Maaseik Bewel - Maaseik",
        "short": "638",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46390",
        "label": "639",
        "long": "Maasmechelen - Lanaken",
        "short": "639",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:46391",
        "label": "639",
        "long": "Lanaken - Maasmechelen",
        "short": "639",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:46600",
        "label": "66",
        "long": "Lanaken CC - Rekem OPZ",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:46601",
        "label": "66",
        "long": "Rekem OPZ - Lanaken CC",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:47620",
        "label": "2",
        "long": "Boulevardpendel",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:47630",
        "label": "3",
        "long": "Rapertingen - Hasselt Station",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:47631",
        "label": "3",
        "long": "Hasselt Station - Rapertingen",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:47640",
        "label": "4",
        "long": "Kiewit - Alken",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:47641",
        "label": "4",
        "long": "Alken - Kiewit",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:47650",
        "label": "5",
        "long": "Godsheide - Sint-Jansheide",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:47651",
        "label": "5",
        "long": "Sint-Jansheide - Godsheide",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:47670",
        "label": "7",
        "long": "Hasselt - Stevoort",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:47671",
        "label": "7",
        "long": "Stevoort - Hasselt",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:47710",
        "label": "1",
        "long": "Sledderlo - Zwartberg",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:47711",
        "label": "1",
        "long": "Zwartberg - Sledderlo",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:47720",
        "label": "2",
        "long": "Genk Station - Camerlo",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:47721",
        "label": "2",
        "long": "Camerlo - Genk Station",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:47730",
        "label": "3",
        "long": "Bokrijk - Genk Station",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:47731",
        "label": "3",
        "long": "Genk Station - Bokrijk",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:47740",
        "label": "4",
        "long": "Termien - Genk Station",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:47741",
        "label": "4",
        "long": "Genk Station - Termien",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:47750",
        "label": "5",
        "long": "Genk-Zuid - Zwartberg",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:47751",
        "label": "5",
        "long": "Zwartberg - Genk-Zuid",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:47760",
        "label": "6",
        "long": "Genk Station - Ziekenhuis",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:47761",
        "label": "6",
        "long": "Ziekenhuis - Genk Station",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:47770",
        "label": "7",
        "long": "Genk - Zutendaal",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:47771",
        "label": "7",
        "long": "Zutendaal - Genk",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:47810",
        "label": "1",
        "long": "Nieuwerkerken - Zepperen",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:47811",
        "label": "1",
        "long": "Zepperen - Nieuwerkerken",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:47900",
        "label": "79",
        "long": "Tongeren - Li\u00e8ge",
        "short": "79",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:47901",
        "label": "79",
        "long": "Li\u00e8ge - Tongeren",
        "short": "79",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:47910",
        "label": "1",
        "long": "Rutten - Lauw - Tongeren - Mal - Nerem - Vreren",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:47911",
        "label": "1",
        "long": "Vreren - Nerem - Mal - Tongeren - Lauw - Rutten",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:47990",
        "label": "799",
        "long": "Nerem - Tongeren",
        "short": "799",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:47991",
        "label": "799",
        "long": "Tongeren - Nerem",
        "short": "799",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:48000",
        "label": "80",
        "long": "Genk - Bree",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:48001",
        "label": "80",
        "long": "Bree - Genk",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48030",
        "label": "803",
        "long": "Genk - Opglabbeek Bewel",
        "short": "803",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48031",
        "label": "803",
        "long": "Opglabbeek Bewel - Genk",
        "short": "803",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48040",
        "label": "804",
        "long": "Bree - Overpelt",
        "short": "804",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48041",
        "label": "804",
        "long": "Overpelt - Bree",
        "short": "804",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48050",
        "label": "805",
        "long": "Genk - Neerpelt Sneldienst",
        "short": "805",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48051",
        "label": "805",
        "long": "Neerpelt - Genk Sneldienst",
        "short": "805",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48060",
        "label": "806",
        "long": "Opglabbeek - Genk",
        "short": "806",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48061",
        "label": "806",
        "long": "Genk - Opglabbeek",
        "short": "806",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48070",
        "label": "807",
        "long": "Overpelt - Bree",
        "short": "807",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48071",
        "label": "807",
        "long": "Bree - Overpelt",
        "short": "807",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48080",
        "label": "808",
        "long": "Genk - Bree",
        "short": "808",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48081",
        "label": "808",
        "long": "Bree - Genk",
        "short": "808",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48090",
        "label": "809",
        "long": "Opglabbeek - Bree",
        "short": "809",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48091",
        "label": "809",
        "long": "Bree - Opglabbeek",
        "short": "809",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:48200",
        "label": "82",
        "long": "Lommel - Hamont-Achel",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:48201",
        "label": "82",
        "long": "Hamont-Achel - Lommel",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48250",
        "label": "825",
        "long": "Overpelt - Hamont-Achel",
        "short": "825",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48251",
        "label": "825",
        "long": "Hamont-Achel - Overpelt",
        "short": "825",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48260",
        "label": "826",
        "long": "Achel - Hamont",
        "short": "826",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48261",
        "label": "826",
        "long": "Hamont - Achel",
        "short": "826",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48270",
        "label": "827",
        "long": "Mol - Neerpelt",
        "short": "827",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48271",
        "label": "827",
        "long": "Neerpelt - Mol",
        "short": "827",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48280",
        "label": "828",
        "long": "Hamont - Lommel",
        "short": "828",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48281",
        "label": "828",
        "long": "Lommel - Hamont",
        "short": "828",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48290",
        "label": "829",
        "long": "Lommel Kolonie - Lommel Provil",
        "short": "829",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:48291",
        "label": "829",
        "long": "Lommel Provil - Lommel Kolonie",
        "short": "829",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49060",
        "label": "906",
        "long": "Millen - Bilzen",
        "short": "906",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49061",
        "label": "906",
        "long": "Bilzen - Millen",
        "short": "906",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49080",
        "label": "908",
        "long": "Kanne - Bilzen",
        "short": "908",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49081",
        "label": "908",
        "long": "Bilzen - Kanne",
        "short": "908",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49090",
        "label": "909",
        "long": "Val-Meer - Bilzen",
        "short": "909",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49091",
        "label": "909",
        "long": "Bilzen - Val-Meer",
        "short": "909",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:49200",
        "label": "92",
        "long": "Heers - Sint-Truiden",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:49201",
        "label": "92",
        "long": "Sint-Truiden - Heers",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49230",
        "label": "923",
        "long": "Heers - Tongeren",
        "short": "923",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49231",
        "label": "923",
        "long": "Tongeren - Heers",
        "short": "923",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49240",
        "label": "924",
        "long": "Bettincourt - Sint-Truiden",
        "short": "924",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49241",
        "label": "924",
        "long": "Sint-Truiden - Bettincourt",
        "short": "924",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49270",
        "label": "927",
        "long": "Jeuk - Sint-Truiden",
        "short": "927",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49271",
        "label": "927",
        "long": "Sint-Truiden - Jeuk",
        "short": "927",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49290",
        "label": "929",
        "long": "Jeuk - Landen",
        "short": "929",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49291",
        "label": "929",
        "long": "Landen - Jeuk",
        "short": "929",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49600",
        "label": "PKP",
        "long": "Pukkelpop - Alken - Kozen - Sint-Truiden",
        "short": "PKP",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49610",
        "label": "PKP",
        "long": "Pukkelpop - Nieuwerkerken - Gingelom",
        "short": "PKP",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49620",
        "label": "PKP",
        "long": "Pukkelpop - Alken - Wellen - Borgloon",
        "short": "PKP",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:49630",
        "label": "PKP",
        "long": "Pukkelpop - Kortessem - Vliermaal - Tongeren - Riemst",
        "short": "PKP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:49640",
        "label": "PKP",
        "long": "Pukkelpop - Genk - Maasmechelen - Dilsen - Elen",
        "short": "PKP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:49650",
        "label": "PKP",
        "long": "Pukkelpop - Diepenbeek - Genk - Zutendaal - Lanaken",
        "short": "PKP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49660",
        "label": "PKP",
        "long": "Pukkelpop - Diepenbeek - Hoeselt - Bilzen - Lanaken",
        "short": "PKP",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:49670",
        "label": "PKP",
        "long": "Pukkelpop - Genk - As - Opglabbeek - Bree",
        "short": "PKP",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:49680",
        "label": "PKP",
        "long": "Pukkelpop-Herk-De-Stad-Halen-Diest-Tessenderlo-Ham",
        "short": "PKP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:49690",
        "label": "PKP",
        "long": "Pukkelpop-Lummen-Linkhout-Diest",
        "short": "PKP",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:49700",
        "label": "PKP",
        "long": "Pukkelpop-Houthalen-Heusden-Zolder-Beringen-Tessenderlo",
        "short": "PKP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:49710",
        "label": "PKP",
        "long": "Pukkelpop-Heusden-Zolder-Beringen-Leopoldsburg-Lommel",
        "short": "PKP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:49720",
        "label": "PKP",
        "long": "Pukkelpop-Houthln-Hechtel-Pelt-Hamont-Achel",
        "short": "PKP",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:49730",
        "label": "PKP",
        "long": "Pukkelpop-Houthln-Peer-Meeuwen-Bree-Kinrooi",
        "short": "PKP",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:49740",
        "label": "PKP",
        "long": "Pukkelpop-Meulenberg-Peer-Bocholt-Hamont",
        "short": "PKP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:50180",
        "label": "1",
        "long": "Kortrijk Station - Xpo - AZ Groeninge",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:50181",
        "label": "1",
        "long": "AZ Groeninge  - Xpo - Kortrijk Station",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:50240",
        "label": "2",
        "long": "Kortrijk Station - Xpo - Hoog Kortrijk",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:50241",
        "label": "2",
        "long": "Hoog Kortrijk - Xpo - Kortrijk",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:50290",
        "label": "2",
        "long": "Oostende Station - Vuurtorenwijk - Breeweg",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:50291",
        "label": "2",
        "long": "Breeweg - Vuurtorenwijk - Oostende Station",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:50300",
        "label": "3",
        "long": "Sint-Andries - VIVES - Station - Malehoek - Sint-Kruis",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:50301",
        "label": "3",
        "long": "Sint-Kruis - Malehoek - Station - VIVES - Sint-Andries",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:50340",
        "label": "3",
        "long": "Kortrijk Station - Lange Munte",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:50341",
        "label": "3",
        "long": "Lange Munte - Kortrijk Station",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:50390",
        "label": "3",
        "long": "Oostende Station - Baanhof",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:50391",
        "label": "3",
        "long": "Oostende Baanhof - Station",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:50400",
        "label": "4",
        "long": "Sint-Andries - Gevangenis - Station - Assebroek - Van Zuylen",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:50401",
        "label": "4",
        "long": "Van Zuylen - Assebroek - Station - Gevangenis - Sint-Andries",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:50440",
        "label": "4",
        "long": "Kortrijk Station - Bissegem - Heule",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:50441",
        "label": "4",
        "long": "Heule  - Bissegem - Kortrijk Station",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:50490",
        "label": "4",
        "long": "Oostende Station - Bredene",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:50491",
        "label": "4",
        "long": "Bredene - Oostende Station",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:50500",
        "label": "5",
        "long": "Sint-Michiels - Station - Sint-Pieters - AZ Sint-Jan",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:50501",
        "label": "5",
        "long": "AZ Sint-Jan - Sint-Pieters -Station - Sint-Michiels",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:50590",
        "label": "5",
        "long": "Oostende Station - Stene Dorp",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:50591",
        "label": "5",
        "long": "Stene Dorp - Oostende Station",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:50600",
        "label": "6",
        "long": "Daverlo - AZ Sint-Lucas - Sint-Jozef - Koolkerke",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:50601",
        "label": "6",
        "long": "Koolkerke - Sint-Jozef - AZ Sint-Lucas - Daverlo",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:50640",
        "label": "6",
        "long": "Kortrijk - Heule Shopping Center",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:50641",
        "label": "6",
        "long": "Heule Shopping Center - Kortrijk",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:50790",
        "label": "7",
        "long": "Oostende Station - Steensedijk",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:50791",
        "label": "7",
        "long": "Oostende Steensedijk - Station",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:51010",
        "label": "101",
        "long": "Kortrijk - Bellegem - Rollegem - Moeskroen",
        "short": "101",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:51011",
        "label": "101",
        "long": "Moeskroen - Rollegem - Bellegem - Kortrijk",
        "short": "101",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:51020",
        "label": "102",
        "long": "Kortrijk - Kooigem - Spiere - Helkijn",
        "short": "102",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:51021",
        "label": "102",
        "long": "Helkijn - Spiere - Kooigem - Kortrijk",
        "short": "102",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:51170",
        "label": "11",
        "long": "Roeselare - Rumbeke - Izegem - Oostrozebeke - Waregem",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:51171",
        "label": "11",
        "long": "Waregem - Oostrozebeke - Izegem - Rumbeke - Roeselare",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:51210",
        "label": "121",
        "long": "Waregem - Wielsbeke - Oostrozebeke - Meulebeke - Tielt",
        "short": "121",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:51211",
        "label": "121",
        "long": "Tielt - Meulebeke - Oostrozebeke - Wielsbeke - Waregem",
        "short": "121",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:51310",
        "label": "131",
        "long": "Waregem - Dentergem - Tielt",
        "short": "131",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:51311",
        "label": "131",
        "long": "Tielt - Dentergem - Waregem",
        "short": "131",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:51320",
        "label": "132",
        "long": "Deinze - Gottem - Dentergem - Wontergem - Aarsele - Tielt",
        "short": "132",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:51321",
        "label": "132",
        "long": "Tielt - Aarsele - Wontergem - Dentergem - Gottem - Deinze",
        "short": "132",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:51510",
        "label": "151",
        "long": "Ooigem - Oostrozebeke - Ginste - Marialoop -Tielt",
        "short": "151",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:51511",
        "label": "151",
        "long": "Tielt - Marialoop -Ginste - Oostrozebeke - Ooigem",
        "short": "151",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:52000",
        "label": "20",
        "long": "Brugge - Oostkamp - Ruddervoorde - Zwevezele - Tielt",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:52001",
        "label": "20",
        "long": "Tielt - Zwevezele - Ruddervoorde - Oostkamp - Brugge",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:52020",
        "label": "KT",
        "long": "Kusttram Westende - Oostende",
        "short": "KT",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:52031",
        "label": "KT",
        "long": "Kusttram Knokke - Oostende",
        "short": "KT",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52080",
        "label": "208",
        "long": "Zwevezele Dorp - Wingene  - Tielt",
        "short": "208",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52081",
        "label": "208",
        "long": "Tielt - Wingene - Zwevezele Dorp",
        "short": "208",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52090",
        "label": "209",
        "long": "Brugge Station - Assebroek Weidestraat",
        "short": "209",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52091",
        "label": "209",
        "long": "Assebroek Weidestraat - Brugge Station",
        "short": "209",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:52100",
        "label": "1",
        "long": "AZ Sint-Jan - Station - Centrum - Sint-Kruis",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:52101",
        "label": "1",
        "long": "Sint-Kruis - Centrum - Station - AZ Sint-Jan",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52110",
        "label": "211",
        "long": "Brugge - Moerbrugge - Hertsberge - Ruddervoorde",
        "short": "211",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52111",
        "label": "211",
        "long": "Ruddervoorde - Hertsberge - Moerbrugge - Brugge",
        "short": "211",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52120",
        "label": "212",
        "long": "Torhout - Ruddervoorde - Hertsberge - Beernem",
        "short": "212",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52121",
        "label": "212",
        "long": "Beernem - Hertsberge - Ruddervoorde - Torhout",
        "short": "212",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52130",
        "label": "213",
        "long": "Wingene - Zwevezele - Torhout",
        "short": "213",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52131",
        "label": "213",
        "long": "Torhout - Zwevezele - Wingene",
        "short": "213",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:52140",
        "label": "21",
        "long": "(Hulste -) Harelbeke - Kuurne - Kortrijk",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:52141",
        "label": "21",
        "long": "Kortrijk - Kuurne - Harelbeke (- Hulste)",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:52170",
        "label": "1",
        "long": "Oekene - AZ Delta - Rumbeke -  Roeselare - Deceuninck",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:52171",
        "label": "1",
        "long": "Deceuninck - Roeselare - Rumbeke - AZ Delta - Oekene",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:52200",
        "label": "2",
        "long": "Kinepolis - Station - Centrum - Coiseaukaai",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:52201",
        "label": "2",
        "long": "Coiseaukaai - Centrum - Station - Kinepolis",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52210",
        "label": "221",
        "long": "Sint-Baafs-Vijve - Oostrozebeke  - Kuurne - Kortrijk",
        "short": "221",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52211",
        "label": "221",
        "long": "Kortrijk - Kuurne - Oostrozebeke - Sint-Baafs-Vijve",
        "short": "221",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:52270",
        "label": "22",
        "long": "Tielt - Meulebeke - Ingelmunster - Kuurne - Kortrijk",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:52271",
        "label": "22",
        "long": "Kortrijk - Kuurne - Ingelmunster - Meulebeke - Tielt",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52810",
        "label": "281",
        "long": "Beernem - Wingene - Schuiferskapelle - Tielt",
        "short": "281",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52811",
        "label": "281",
        "long": "Tielt - Schuiferskapelle - Wingene - Beernem",
        "short": "281",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52820",
        "label": "282",
        "long": "Oedelem LTI - Beernem - Doomkerke - Wingene - Tielt",
        "short": "282",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:52821",
        "label": "282",
        "long": "Tielt - Wingene - Doomkerke - Beernem - Oedelem LTI",
        "short": "282",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:53000",
        "label": "30",
        "long": "Brugge - Jabbeke - Westkerke - Oudenburg - Oostende",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:53001",
        "label": "30",
        "long": "Oostende - Oudenburg - Westkerke - Jabbeke - Brugge",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53010",
        "label": "301",
        "long": "Kortrijk - Zwevegem - Vichte - Otegem - Avelgem",
        "short": "301",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53011",
        "label": "301",
        "long": "Avelgem - Otegem - Vichte - Zwevegem - Kortrijk",
        "short": "301",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53020",
        "label": "302",
        "long": "Kortrijk - Zwevegem - Deerlijk - Nieuwenhove",
        "short": "302",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53021",
        "label": "302",
        "long": "Nieuwenhove - Deerlijk - Zwevegem - Kortrijk",
        "short": "302",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53030",
        "label": "303",
        "long": "Kortrijk - Zwevegem - Heestert - Sint-Denijs - Spiere",
        "short": "303",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53031",
        "label": "303",
        "long": "Spiere - Sint-Denijs - Heestert - Zwevegem - Kortrijk",
        "short": "303",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53040",
        "label": "30",
        "long": "Kortrijk - Zwevegem - Heestert - Avelgem",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53041",
        "label": "30",
        "long": "Avelgem - Heestert - Zwevegem - Kortrijk",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53050",
        "label": "305",
        "long": "Oostende - Baanhof - Gistel",
        "short": "305",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53051",
        "label": "305",
        "long": "Gistel - Baanhof - Oostende",
        "short": "305",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:53070",
        "label": "30",
        "long": "Roeselare - Schiervelde - Staden - Houthulst - Diksmuide",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:53071",
        "label": "30",
        "long": "Diksmuide - Houthulst - Staden - Schiervelde - Roeselare",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53080",
        "label": "308",
        "long": "Roeselare Station - Rumbeke Ange Angillisstraat",
        "short": "308",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53081",
        "label": "308",
        "long": "Rumbeke Ange Angillisstraat - Roeselare Station",
        "short": "308",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53110",
        "label": "311",
        "long": "Brugge - VIVES - Zerkegem - Bekegem - Westkerke - Gistel",
        "short": "311",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53111",
        "label": "311",
        "long": "Gistel - Westkerke - Bekegem - Zerkegem - VIVES - Brugge",
        "short": "311",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53120",
        "label": "312",
        "long": "Brugge - VIVES - Jabbeke - Ettelgem - Snaaskerke - Oostende",
        "short": "312",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53121",
        "label": "312",
        "long": "Oostende - Snaaskerke - Ettelgem - Jabbeke - VIVES - Brugge",
        "short": "312",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:53160",
        "label": "31",
        "long": "Langemark - Westrozebeke - Schiervelde - Roeselare",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:53161",
        "label": "31",
        "long": "Roeselare - Schiervelde - Westrozebeke - Langemark",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53180",
        "label": "318",
        "long": "Brugge Station - VIVES - Sint-Willibrordus",
        "short": "318",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53181",
        "label": "318",
        "long": "Sint-Willibrordus - VIVES - Brugge Station",
        "short": "318",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53190",
        "label": "319",
        "long": "Brugge Station - Sint-Andries De Varens",
        "short": "319",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53191",
        "label": "319",
        "long": "Sint-Andries De Varens - Brugge Station",
        "short": "319",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53210",
        "label": "321",
        "long": "Diksmuide - Pervijze - Ramskapelle - Nieuwpoort",
        "short": "321",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53211",
        "label": "321",
        "long": "Nieuwpoort - Ramskapelle - Pervijze - Diksmuide",
        "short": "321",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53220",
        "label": "322",
        "long": "Diksmuide - Pervijze - Avekapelle - Veurne",
        "short": "322",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53221",
        "label": "322",
        "long": "Veurne - Avekapelle - Pervijze - Diksmuide",
        "short": "322",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53230",
        "label": "323",
        "long": "Diksmuide - Oudekapelle - Lo - Alveringem",
        "short": "323",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53231",
        "label": "323",
        "long": "Alveringem - Lo - Oudekapelle - Diksmuide",
        "short": "323",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53510",
        "label": "351",
        "long": "Diksmuide - Zarren - Kortemark - Hooglede - Roeselare",
        "short": "351",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53511",
        "label": "351",
        "long": "Roeselare - Hooglede - Kortemark - Zarren - Diksmuide",
        "short": "351",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53520",
        "label": "352",
        "long": "Diksmuide - Zarren - Kortemark - Lichtervelde",
        "short": "352",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53521",
        "label": "352",
        "long": "Lichtervelde - Kortemark - Zarren - Diksmuide",
        "short": "352",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53540",
        "label": "354",
        "long": "Diksmuide - Leke - Koekelare - Torhout",
        "short": "354",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53541",
        "label": "354",
        "long": "Torhout - Koekelare - Leke - Diksmuide",
        "short": "354",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53550",
        "label": "355",
        "long": "Diksmuide - Vladslo - Koekelare - Torhout",
        "short": "355",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53551",
        "label": "355",
        "long": "Torhout -  Koekelare - Vladslo - Diksmuide",
        "short": "355",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:53560",
        "label": "35",
        "long": "Diksmuide - Zarren - Kortemark - Torhout",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:53561",
        "label": "35",
        "long": "Torhout - Kortemark - Zarren - Diksmuide",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53580",
        "label": "358",
        "long": "Kortemark - Ichtegem - Eernegem",
        "short": "358",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53581",
        "label": "358",
        "long": "Eernegem - Ichtegem - Kortemark",
        "short": "358",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53590",
        "label": "359",
        "long": "Kortemark - Bovekerke - Koekelare - De Mokker",
        "short": "359",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53591",
        "label": "359",
        "long": "De Mokker - Koekelare - Bovekerke - Kortemark",
        "short": "359",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53900",
        "label": "39",
        "long": "Brugge - AZ Sint-Jan - Stalhille - Klemskerke - De Haan",
        "short": "39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:53901",
        "label": "39",
        "long": "De Haan - Klemskerke - Stalhille - AZ Sint-Jan - Brugge",
        "short": "39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:54000",
        "label": "40",
        "long": "Brugge - B-Park - Blankenberge Station",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:54001",
        "label": "40",
        "long": "Blankenberge Station - B-Park - Brugge",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:54030",
        "label": "403",
        "long": "Stene Lyceum - Oostende - Bredene - Klemskerke",
        "short": "403",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:54031",
        "label": "403",
        "long": "Klemskerke - Bredene - Oostende - Stene Lyceum",
        "short": "403",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:54050",
        "label": "40",
        "long": "Kortrijk - Bissegem - Wevelgem - Menen",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:54051",
        "label": "40",
        "long": "Menen - Wevelgem - Bissegem - Kortrijk",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:54100",
        "label": "41",
        "long": "Brugge - B-Park - Dudzele - Westkapelle - Knokke",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:54101",
        "label": "41",
        "long": "Knokke - Westkapelle - Dudzele - B-Park - Brugge",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:54200",
        "label": "42",
        "long": "Brugge - Dudzele - Westkapelle - Sluis - Oostburg - Breskens",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:54201",
        "label": "42",
        "long": "Breskens - Oostburg - Sluis - Westkapelle - Dudzele - Brugge",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:54210",
        "label": "421",
        "long": "Brugge - Dudzele - Westkapelle - Knokke",
        "short": "421",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:54211",
        "label": "421",
        "long": "Knokke - Westkapelle - Dudzele - Brugge",
        "short": "421",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:54290",
        "label": "429",
        "long": "Brugge Station - Spermalie",
        "short": "429",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:54291",
        "label": "429",
        "long": "Spermalie - Brugge Station",
        "short": "429",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:54790",
        "label": "479",
        "long": "Brugge - Lissewege - Zwankendamme - Zeebrugge",
        "short": "479",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:54791",
        "label": "479",
        "long": "Zeebrugge - Zwankendamme - Lissewege - Brugge",
        "short": "479",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:54900",
        "label": "49",
        "long": "Brugge - B-Park - Zuienkerke - Wenduine",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:54901",
        "label": "49",
        "long": "Wenduine - Zuienkerke - B-Park - Brugge",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:55000",
        "label": "KT",
        "long": "Kusttram De Panne - Oostende - Knokke",
        "short": "KT",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "gr:delijn:55011",
        "label": "KT",
        "long": "Kusttram Knokke - Oostende - De Panne",
        "short": "KT",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55020",
        "label": "502",
        "long": "Kortrijk - Heule - Gullegem - Lendelede - Izegem - Ardooie",
        "short": "502",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55021",
        "label": "502",
        "long": "Ardooie - Izegem  - Lendelede - Gullegem - Heule -  Kortrijk",
        "short": "502",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55030",
        "label": "503",
        "long": "Oostvleteren - Pollinkhove - Lo - Veurne - Koksijde",
        "short": "503",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55031",
        "label": "503",
        "long": "Koksijde - Veurne - Lo - Pollinkhove - Oostvleteren",
        "short": "503",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:55060",
        "label": "50",
        "long": "Ieper - Oostvleteren - Lo - Veurne - Oostduinkerke",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:55061",
        "label": "50",
        "long": "Oostduinkerke - Veurne - Lo - Oostvleteren - Ieper",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:55070",
        "label": "50a",
        "long": "Kortrijk - Heule - Gullegem - Moorsele - Ledegem",
        "short": "50a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:55071",
        "label": "50a",
        "long": "Ledegem - Moorsele - Gullegem - Heule - Kortrijk",
        "short": "50a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:55080",
        "label": "50b",
        "long": "Kortrijk - Heule - Gullegem - Moorsele - Wevelgem",
        "short": "50b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:55081",
        "label": "50b",
        "long": "Wevelgem - Moorsele - Gullegem - Heule - Kortrijk",
        "short": "50b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55100",
        "label": "510",
        "long": "Gullegem - Moorsele - Wevelgem - Menen",
        "short": "510",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55101",
        "label": "510",
        "long": "Menen - Wevelgem - Moorsele - Gullegem",
        "short": "510",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55110",
        "label": "511",
        "long": "Poperinge - Abele - Watou - Roesbrugge - Beveren",
        "short": "511",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55111",
        "label": "511",
        "long": "Beveren - Roesbrugge - Watou - Abele - Poperinge",
        "short": "511",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55120",
        "label": "512",
        "long": "Poperinge - Proven - Stavele - Lo - Alveringem",
        "short": "512",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55121",
        "label": "512",
        "long": "Alveringem - Lo - Stavele - Proven - Poperinge",
        "short": "512",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55130",
        "label": "513",
        "long": "Diksmuide - Jonkershove - Oostvleteren - Poperinge",
        "short": "513",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55131",
        "label": "513",
        "long": "Poperinge - Oostvleteren - Jonkershove - Diksmuide",
        "short": "513",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55140",
        "label": "514",
        "long": "Poperinge - Woesten - Elverdinge - Langemark",
        "short": "514",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55141",
        "label": "514",
        "long": "Langemark - Elverdinge - Woesten - Poperinge",
        "short": "514",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55150",
        "label": "515",
        "long": "Roesbrugge - Leisele - Veurne - Koksijde",
        "short": "515",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55151",
        "label": "515",
        "long": "Koksijde - Veurne - Leisele - Roesbrugge",
        "short": "515",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:55160",
        "label": "51b",
        "long": "Oostende - Gistel - Westkerke - Ichtegem - Diksmuide",
        "short": "51b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:55161",
        "label": "51b",
        "long": "Diksmuide - Ichtegem - Westkerke - Gistel - Oostende",
        "short": "51b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55170",
        "label": "517",
        "long": "Oostende - Gistel - Moerdijk - Eernegem - Ichtegem",
        "short": "517",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55171",
        "label": "517",
        "long": "Ichtegem - Eernegem - Moerdijk - Gistel - Oostende",
        "short": "517",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55180",
        "label": "518",
        "long": "Gistel - Moerdijk - Eernegem - Torhout",
        "short": "518",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55181",
        "label": "518",
        "long": "Torhout - Eernegem - Moerdijk - Gistel",
        "short": "518",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:55190",
        "label": "51a",
        "long": "Oostende - Gistel - Westkerke - Eernegem - Torhout",
        "short": "51a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:55191",
        "label": "51a",
        "long": "Torhout - Eernegem - Westkerke - Gistel - Oostende",
        "short": "51a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55310",
        "label": "531",
        "long": "Oostende - Leffinge - Slijpe - Leke - Diksmuide",
        "short": "531",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55311",
        "label": "531",
        "long": "Diksmuide - Leke - Slijpe - Leffinge - Oostende",
        "short": "531",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55410",
        "label": "541",
        "long": "Menen - Dadizele - Moorslede",
        "short": "541",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55411",
        "label": "541",
        "long": "Moorslede - Dadizele - Menen",
        "short": "541",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55420",
        "label": "542",
        "long": "Menen - Dadizele - Ledegem - Oekene - Roeselare",
        "short": "542",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55421",
        "label": "542",
        "long": "Roeselare - Oekene - Ledegem - Dadizele - Menen",
        "short": "542",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55430",
        "label": "543",
        "long": "Menen Industrielaan - Menen Station",
        "short": "543",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55431",
        "label": "543",
        "long": "Menen Station - Menen Industrielaan",
        "short": "543",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:55470",
        "label": "54",
        "long": "Menen - Dadizele - Ledegem - Roeselare",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:55471",
        "label": "54",
        "long": "Roeselare - Ledegem - Dadizele - Menen",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:55660",
        "label": "56",
        "long": "Veurne - De Panne",
        "short": "56",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:55661",
        "label": "56",
        "long": "De Panne - Veurne",
        "short": "56",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:55900",
        "label": "59",
        "long": "Brugge - Sijsele - Moerkerke",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:55901",
        "label": "59",
        "long": "Moerkerke - Sijsele - Brugge",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55910",
        "label": "591",
        "long": "Brugge - Sint-Kruis - Moerkerke - Middelburg",
        "short": "591",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:55911",
        "label": "591",
        "long": "Middelburg - Moerkerke - Sint-Kruis - Brugge",
        "short": "591",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:56000",
        "label": "60",
        "long": "Brugge - Beernem - Knesselare (- Aalter)",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:56001",
        "label": "60",
        "long": "(Aalter -) Knesselare - Beernem - Brugge",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:56020",
        "label": "602",
        "long": "Sint-Kruis - Oedelem - Beernem - Knesselare - Ursel",
        "short": "602",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:56021",
        "label": "602",
        "long": "Ursel - Knesselare - Beernem - Oedelem - Sint-Kruis",
        "short": "602",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:56030",
        "label": "603",
        "long": "Brugge - Oedelem - De Hoorn - Knesselare - Ursel",
        "short": "603",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:56031",
        "label": "603",
        "long": "Ursel - Knesselare - De Hoorn - Oedelem - Brugge",
        "short": "603",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:56040",
        "label": "604",
        "long": "Kortrijk - Industriezone",
        "short": "604",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:56041",
        "label": "604",
        "long": "Industriezone - Kortrijk",
        "short": "604",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:56070",
        "label": "60",
        "long": "Kortrijk - Lendelede - Izegem - Roeselare",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "gr:delijn:56071",
        "label": "60",
        "long": "Roeselare - Izegem - Lendelede - Kortrijk",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:56080",
        "label": "60b",
        "long": "Oostende - Luchthaven - Leffinge",
        "short": "60b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:56081",
        "label": "60b",
        "long": "Leffinge - Luchthaven - Oostende",
        "short": "60b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:56090",
        "label": "60a",
        "long": "Oostende - Luchthaven - Nieuwpoort - Koksijde - Veurne",
        "short": "60a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:56091",
        "label": "60a",
        "long": "Veurne - Koksijde - Nieuwpoort - Luchthaven - Oostende",
        "short": "60a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:56110",
        "label": "611",
        "long": "Oostende - Nieuwpoort - Sint-Idesbald - Veurne",
        "short": "611",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:56111",
        "label": "611",
        "long": "Veurne - Sint-Idesbald - Nieuwpoort - Oostende",
        "short": "611",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:57000",
        "label": "70",
        "long": "Kortrijk - Stasegem -Harelbeke - Deerlijk (- Waregem)",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:57001",
        "label": "70",
        "long": "(Waregem -) Deerlijk - Harelbeke - Stasegem - Kortrijk",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57030",
        "label": "703",
        "long": "Brugge - Loppem - Zedelgem - Aartrijke - Koekelare - Leke",
        "short": "703",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57031",
        "label": "703",
        "long": "Leke - Koekelare - Aartrijke - Zedelgem - Loppem - Brugge",
        "short": "703",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57070",
        "label": "70a",
        "long": "Brugge - Loppem - Zedelgem - Aartrijke - Torhout",
        "short": "70a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57071",
        "label": "70a",
        "long": "Torhout - Aartrijke - Zedelgem - Loppem - Brugge",
        "short": "70a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57080",
        "label": "70b",
        "long": "Brugge - Loppem - Zedelgem - Veldegem - Torhout",
        "short": "70b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57081",
        "label": "70b",
        "long": "Torhout - Veldegem - Zedelgem - Loppem - Brugge",
        "short": "70b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57090",
        "label": "709",
        "long": "Kortrijk - Stasegem - Harelbeke - Deerlijk - Anzegem",
        "short": "709",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57091",
        "label": "709",
        "long": "Anzegem - Deerlijk - Harelbeke - Stasegem - Kortrijk",
        "short": "709",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57100",
        "label": "710",
        "long": "Zwevegem  - Deerlijk - Waregem",
        "short": "710",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57101",
        "label": "710",
        "long": "Waregem - Deerlijk - Zwevegem",
        "short": "710",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57110",
        "label": "711",
        "long": "Ieper - Kemmel - Dranouter - Loker",
        "short": "711",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57111",
        "label": "711",
        "long": "Loker - Dranouter - Kemmel - Ieper",
        "short": "711",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57120",
        "label": "712",
        "long": "Ieper - Voormezele - Mesen - Le Bizet",
        "short": "712",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57121",
        "label": "712",
        "long": "Le Bizet - Mesen - Voormezele - Ieper",
        "short": "712",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57130",
        "label": "713",
        "long": "Loker - De Klijte - Kemmel",
        "short": "713",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57131",
        "label": "713",
        "long": "Kemmel - De Klijte - Loker",
        "short": "713",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57160",
        "label": "71",
        "long": "Ieper - Kemmel - Mesen - Nieuwkerke - Loker - Poperinge",
        "short": "71",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:57161",
        "label": "71",
        "long": "Poperinge - Loker - Nieuwkerke - Mesen - Kemmel - Ieper",
        "short": "71",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:57560",
        "label": "75",
        "long": "Kortrijk - Harelbeke - Waregem - Zulte - Deinze",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "gr:delijn:57561",
        "label": "75",
        "long": "Deinze - Zulte - Waregem - Harelbeke - Kortrijk",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:57570",
        "label": "75",
        "long": "(Torhout -) Gits - Hooglede - Roeselare",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:57571",
        "label": "75",
        "long": "Roeselare - Hooglede - Gits (- Torhout)",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58010",
        "label": "801",
        "long": "Tielt - Pittem - Egem - Koolskamp - Ardooie - Roeselare",
        "short": "801",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58011",
        "label": "801",
        "long": "Roeselare - Ardooie - Koolskamp - Egem - Pittem - Tielt",
        "short": "801",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:58060",
        "label": "80",
        "long": "Ieper - Beselare - Geluwe - Menen",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": true,
        "id": "gr:delijn:58061",
        "label": "80",
        "long": "Menen - Geluwe - Beselare - Ieper",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:58070",
        "label": "80",
        "long": "Tielt - Pittem - Ardooie - Beveren - Roeselare",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:58071",
        "label": "80",
        "long": "Roeselare - Beveren - Ardooie - Pittem - Tielt",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58080",
        "label": "808",
        "long": "Ieper - Geluveld - Kruiseke",
        "short": "808",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58081",
        "label": "808",
        "long": "Kruiseke - Geluveld - Ieper",
        "short": "808",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58090",
        "label": "809",
        "long": "Ieper - Hollebeke - Houthem - Komen",
        "short": "809",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58091",
        "label": "809",
        "long": "Komen - Houthem - Hollebeke - Ieper",
        "short": "809",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58110",
        "label": "811",
        "long": "Wingene - Zwevezele - Kapelhoek - Beveren - Roeselare",
        "short": "811",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58111",
        "label": "811",
        "long": "Roeselare - Beveren - Kapelhoek - Zwevezele - Wingene",
        "short": "811",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58140",
        "label": "81",
        "long": "Wervik - Geluwe - Menen - Rekkem (- Moeskroen)",
        "short": "81",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58141",
        "label": "81",
        "long": "(Moeskroen - )Rekkem - Menen - Geluwe - Wervik",
        "short": "81",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:58170",
        "label": "81",
        "long": "(Wingene -) Zwevezele - Ardooie - Beveren - Roeselare",
        "short": "81",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:58171",
        "label": "81",
        "long": "Roeselare - Beveren - Ardooie - Zwevezele (- Wingene)",
        "short": "81",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58240",
        "label": "82",
        "long": "Kortrijk - Marke - Lauwe - Rekkem - Menen",
        "short": "82",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58241",
        "label": "82",
        "long": "Menen - Rekkem - Lauwe - Marke - Kortrijk",
        "short": "82",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:58340",
        "label": "83",
        "long": "Kortrijk - Aalbeke (- Moeskroen)",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": true,
        "id": "gr:delijn:58341",
        "label": "83",
        "long": "(Moeskroen -) Aalbeke - Kortrijk",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58510",
        "label": "851",
        "long": "Waregem - Anzegem - Avelgem - Spiere-Helkijn - Kooigem",
        "short": "851",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58511",
        "label": "851",
        "long": "Kooigem - Spiere-Helkijn - Avelgem - Anzegem - Waregem",
        "short": "851",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58520",
        "label": "852",
        "long": "Anzegem - Waregem - Wielsbeke - Oostrozebeke",
        "short": "852",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58521",
        "label": "852",
        "long": "Oostrozebeke - Wielsbeke - Waregem - Anzegem",
        "short": "852",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58530",
        "label": "853",
        "long": "Anzegem - Waregem - Ooigem - Oostrozebeke",
        "short": "853",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58531",
        "label": "853",
        "long": "Oostrozebeke - Ooigem - Waregem - Anzegem",
        "short": "853",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:58540",
        "label": "85",
        "long": "Waregem - Vichte - Anzegem - Avelgem",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "gr:delijn:58541",
        "label": "85",
        "long": "Avelgem - Anzegem - Vichte - Waregem",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58820",
        "label": "882",
        "long": "Aalter Station - Doomkerke De Zande",
        "short": "882",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:58821",
        "label": "882",
        "long": "Doomkerke De Zande - Aalter Station",
        "short": "882",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:59020",
        "label": "902",
        "long": "Dadizele - Moorslede - Roeselare",
        "short": "902",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:59021",
        "label": "902",
        "long": "Roeselare - Moorslede - Dadizele",
        "short": "902",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:59060",
        "label": "90",
        "long": "Ieper - JYZ - Zonnebeke - Moorslede - Roeselare",
        "short": "90",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "gr:delijn:59061",
        "label": "90",
        "long": "Roeselare - Moorslede - Zonnebeke - JYZ - Ieper",
        "short": "90",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:59080",
        "label": "908",
        "long": "Beselare - Passendale - Moorslede - Roeselare",
        "short": "908",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:59081",
        "label": "908",
        "long": "Roeselare - Moorslede - Passendale - Beselare",
        "short": "908",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:59110",
        "label": "911",
        "long": "Houthulst - Staden - Kortemark - Torhout",
        "short": "911",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:59111",
        "label": "911",
        "long": "Torhout - Kortemark - Staden - Houthulst",
        "short": "911",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:59150",
        "label": "915",
        "long": "Ieper - Langemark - Westrozebeke",
        "short": "915",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:59151",
        "label": "915",
        "long": "Westrozebeke - Langemark - Ieper",
        "short": "915",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:59160",
        "label": "91",
        "long": "Ieper - JYZ - Langemark - Staden - Kortemark - Torhout",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "gr:delijn:59161",
        "label": "91",
        "long": "Torhout - Kortemark - Staden - Langemark - JYZ - Ieper",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:59210",
        "label": "921",
        "long": "Ieper - Merkem - Houthulst",
        "short": "921",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "gr:delijn:59211",
        "label": "921",
        "long": "Houthulst - Merkem - Ieper",
        "short": "921",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:59260",
        "label": "92",
        "long": "Poperinge - Ieper - JYZ - Merkem - Diksmuide",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": true,
        "id": "gr:delijn:59261",
        "label": "92",
        "long": "Diksmuide - Merkem - JYZ - Ieper - Poperinge",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 30309,
    "stop_points_capped": true
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-05",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 25052,
      "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": 20.7,
      "rank": 1,
      "severity": "WARNING",
      "what": "25052 of 30309 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": 346835,
      "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": 2,
      "severity": "WARNING",
      "what": "346835 of 346835 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_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    }
  ],
  "validator_version": "8.0.1"
}
