{
  "agency": {
    "country": "NO",
    "id": "vkt-vestfold",
    "name": "VKT (Vestfold Kollektivtrafikk)",
    "operating_note": "One of Entur's per-operator GTFS exports, covering Vestfold Kollektivtrafikk in Vestfold og Telemark. The Entur national aggregate is a separate, much larger download that exceeds the standard archive cap; this per-operator slice stays within it.",
    "subdivision_code": "NO-38",
    "subdivision_name": "Vestfold og Telemark"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.3,
          "stops_marked_accessible_pct": 0.3,
          "stops_marked_not_accessible_pct": 0.2,
          "stops_stated_pct": 0.5,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.1,
          "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_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 5326,
        "translations": {
          "feed_lang": "no",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 12306,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.5,
        "wheelchair_marked_accessible_pct": 0.3,
        "wheelchair_marked_not_accessible_pct": 0.2
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 5300,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 24.9,
          "severity": "WARNING",
          "what": "5300 of 5326 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": 12306,
          "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": "12306 of 12306 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus 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."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 37.6,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 7,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 10,
          "WARNING": 2680
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 2219,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unexpected_enum_value",
          "count": 456,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_recommended_field",
          "count": 3,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 7,
          "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.8,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "unknown_column",
          "count": 3,
          "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": 70.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 2690 instances (0 error, 2680 warning, 10 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 165,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2026-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 165 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 165 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Norwegian Licence for Open Government Data (NLOD) 2.0; free reuse including commercial use and adaptation with attribution. Published through Entur's national public transport data platform.",
    "reachable": true,
    "sha256": "394466a68b7bb43b4b863d3d45ecfacd877b2fe2d712219d6be9031112883091",
    "size_bytes": 19188050,
    "static_url": "https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_vkt-aggregated-gtfs.zip"
  },
  "fetch": {
    "final_url": "https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_vkt-aggregated-gtfs.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      9.84163,
      58.97258,
      10.50128,
      59.74396
    ],
    "lat": 59.25461,
    "lon": 10.23653,
    "stop_count": 5326
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 456,
        "trip_count": 12306,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 456,
    "trip_count": 12306
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 4.0,
    "margin_to_next_band": 6.0,
    "score": 64.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 3488,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 12306
  },
  "route_map": {
    "drawn_route_count": 456,
    "has_shapes": true,
    "path": "data/artifacts/vkt-vestfold/geometry.geojson",
    "route_count": 456,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1",
        "label": "1",
        "long": "Horten-T\u00f8nsberg-Sandefjord",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:10",
        "label": "10",
        "long": "Drammen-Skoger-Sande",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1100",
        "label": "1100",
        "long": "Haga-Berg skole",
        "short": "1100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1101",
        "label": "1101",
        "long": "Berg skole-Haga",
        "short": "1101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1102",
        "label": "1102",
        "long": "Berg skole-Haga",
        "short": "1102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1105",
        "label": "1105",
        "long": "Tvedalen-Berg skole",
        "short": "1105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1106",
        "label": "1106",
        "long": "Berg skole-Tvedalen",
        "short": "1106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1107",
        "label": "1107",
        "long": "Berg skole-Tvedalen",
        "short": "1107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1108",
        "label": "1108",
        "long": "Helgeroa-Tvedalen",
        "short": "1108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1110",
        "label": "1110",
        "long": "Brunlanes-Thor Heyerdahl vgs",
        "short": "1110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1111",
        "label": "1111",
        "long": "Jordet skole-Guslandsvingen",
        "short": "1111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1112",
        "label": "1112",
        "long": "Jordet skole-Guslandsvingen",
        "short": "1112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1115",
        "label": "1115",
        "long": "Stavern-Thor Heyerdahl vgs",
        "short": "1115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1116",
        "label": "1116",
        "long": "Thor Heyerdahl vgs-Stavern",
        "short": "1116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1117",
        "label": "1117",
        "long": "Thor H.vgs-Stavern-Guslandsvin",
        "short": "1117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1120",
        "label": "1120",
        "long": "Tvedalen-Ra usk -Sky",
        "short": "1120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1121",
        "label": "1121",
        "long": "Sky skole-Helgeroa",
        "short": "1121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1122",
        "label": "1122",
        "long": "Sky skole-Helgeroa",
        "short": "1122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1125",
        "label": "1125",
        "long": "Haga-Helgeroa-Ra usk",
        "short": "1125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1126",
        "label": "1126",
        "long": "Ra ungdomsskole-Helgeroa",
        "short": "1126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1129",
        "label": "1129",
        "long": "Nevlunghavn-Ra ungdomsskole",
        "short": "1129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1130",
        "label": "1130",
        "long": "Ra undomsskole-Nevlunghavn",
        "short": "1130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1131",
        "label": "1131",
        "long": "Thor H.vgs-Nevlunghavn",
        "short": "1131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1132",
        "label": "1132",
        "long": "Tveten\u00e5sen-Sky skole",
        "short": "1132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1133",
        "label": "1133",
        "long": "Sky skole-Tveten\u00e5sen",
        "short": "1133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1134",
        "label": "1134",
        "long": "Sky skole-Tveten\u00e5sen",
        "short": "1134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1136",
        "label": "1136",
        "long": "Larvik-Ra ungdomsskole",
        "short": "1136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1137",
        "label": "1137",
        "long": "Ra ungdomsskole-Larvik",
        "short": "1137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1140",
        "label": "1140",
        "long": "Hem-Tjodalyng skole",
        "short": "1140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1141",
        "label": "1141",
        "long": "Skallist-Hem-Tjodalyng skole",
        "short": "1141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1142",
        "label": "1142",
        "long": "Tjodalyng skole-Skallist-Hem",
        "short": "1142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1143",
        "label": "1143",
        "long": "Tjodalyng skole-Skallist-Hem",
        "short": "1143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1144",
        "label": "1144",
        "long": "Tjodalyng skole-Hem",
        "short": "1144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1145",
        "label": "1145",
        "long": "Tjodalyng skole-Skallist-Hem",
        "short": "1145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1149",
        "label": "1149",
        "long": "Sandefjord vgs-Tj\u00f8lling-Larvik",
        "short": "1149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1151",
        "label": "1151",
        "long": "Sandefjord-Enga-Thor H.vgs",
        "short": "1151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1152",
        "label": "1152",
        "long": "Thor H.vgs-Tj\u00f8lling-Sandefjord",
        "short": "1152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1153",
        "label": "1153",
        "long": "Thor H.vgs-Tj\u00f8lling-Sandefjord",
        "short": "1153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1155",
        "label": "1155",
        "long": "Sandefjord-Hauker\u00f8d-Thor H.vgs",
        "short": "1155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1156",
        "label": "1156",
        "long": "Thor H.vgs-Hauker\u00f8d-Sandefjord",
        "short": "1156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1157",
        "label": "1157",
        "long": "Thor H.vgs-Hauker\u00f8d-Sandefjord",
        "short": "1157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1200",
        "label": "1200",
        "long": "Hjertnes-Varden ungdomsskole",
        "short": "1200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1201",
        "label": "1201",
        "long": "Varden ungdomsskole-Framnes",
        "short": "1201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1202",
        "label": "1202",
        "long": "Varden ungdomsskole-Framnes",
        "short": "1202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1205",
        "label": "1205",
        "long": "Varden ungdomsskole-Tveitan",
        "short": "1205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1208",
        "label": "1208",
        "long": "Hauker\u00f8d-Sandefjord",
        "short": "1208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1209",
        "label": "1209",
        "long": "Framnes BI-Sandefjord",
        "short": "1209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1210",
        "label": "1210",
        "long": "Framnes BI-Sandefjord",
        "short": "1210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1211",
        "label": "1211",
        "long": "Hystad-Ranvik ungdomsskole",
        "short": "1211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1212",
        "label": "1212",
        "long": "Ranvik-Enga-Hystad",
        "short": "1212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1213",
        "label": "1213",
        "long": "Ranvik-Enga-Hystad",
        "short": "1213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1216",
        "label": "1216",
        "long": "Enga-Ranvik ungdomsskole",
        "short": "1216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1217",
        "label": "1217",
        "long": "Ranvik ungdomsskole-Enga",
        "short": "1217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1218",
        "label": "1218",
        "long": "Ranvik ungdomsskole-Enga",
        "short": "1218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1221",
        "label": "1221",
        "long": "Sandefjord-Ranvik usk",
        "short": "1221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1222",
        "label": "1222",
        "long": "Ranvik ungdomsskole-Sandefjord",
        "short": "1222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1223",
        "label": "1223",
        "long": "Ranvik ungdomsskole-Sandefjord",
        "short": "1223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1226",
        "label": "1226",
        "long": "Himberg-Ranvik ungdomsskole",
        "short": "1226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1227",
        "label": "1227",
        "long": "Ranvik ungdomsskole-Himberg",
        "short": "1227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1228",
        "label": "1228",
        "long": "Ranvik ungdomsskole-Himberg",
        "short": "1228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1231",
        "label": "1231",
        "long": "Gjerstad-Kodal-Sandefjord vgs",
        "short": "1231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1232",
        "label": "1232",
        "long": "Sandefjord-Kodal-Gjersta",
        "short": "1232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1233",
        "label": "1233",
        "long": "Sandefjord vgs-Kodal-Gjerstad",
        "short": "1233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1236",
        "label": "1236",
        "long": "Gjerstad-Kodal-Andebu",
        "short": "1236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1237",
        "label": "1237",
        "long": "Kodal-Tollehaugen-Kodal",
        "short": "1237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1238",
        "label": "1238",
        "long": "Kodal-Gjerstad",
        "short": "1238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1239",
        "label": "1239",
        "long": "Andebu skole-Kodal",
        "short": "1239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1240",
        "label": "1240",
        "long": "Kodal skole-Gjerstad",
        "short": "1240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1242",
        "label": "1242",
        "long": "Andebu skole-Kodal-Gjerstad",
        "short": "1242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1243",
        "label": "1243",
        "long": "Andebu skole-Kodal",
        "short": "1243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1244",
        "label": "1244",
        "long": "Andebu skole-Kodal-Gjerstad",
        "short": "1244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1247",
        "label": "1247",
        "long": "Kodalveien-Tingvoll-Sandef",
        "short": "1247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1248",
        "label": "1248",
        "long": "Moe-Hauker\u00f8d-Sagmyra",
        "short": "1248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1249",
        "label": "1249",
        "long": "Mosser\u00f8d-Bug\u00e5rden-Kodal",
        "short": "1249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1250",
        "label": "1250",
        "long": "Mosser\u00f8d-Bug\u00e5rden-Kodal",
        "short": "1250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1252",
        "label": "1252",
        "long": "Klinestad-Fevang skole",
        "short": "1252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1253",
        "label": "1253",
        "long": "Fevang-Breidablikk usk",
        "short": "1253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1254",
        "label": "1254",
        "long": "Fevang skole-\u00c5bol",
        "short": "1254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1255",
        "label": "1255",
        "long": "Breidablikk usk-Fevang",
        "short": "1255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1256",
        "label": "1256",
        "long": "Fevang skole-\u00c5bol",
        "short": "1256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1257",
        "label": "1257",
        "long": "Breidablikk usk-Fevang",
        "short": "1257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1260",
        "label": "1260",
        "long": "\u00c5sly-Stokke ungdomsskole",
        "short": "1260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1261",
        "label": "1261",
        "long": "Stokke-Hv\u00e5ls\u00e5sen-Feen",
        "short": "1261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1262",
        "label": "1262",
        "long": "Stokke-Hv\u00e5ls\u00e5sen-Feen",
        "short": "1262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1263",
        "label": "1263",
        "long": "Stokke-Hv\u00e5ls\u00e5sen-Feen",
        "short": "1263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1264",
        "label": "1264",
        "long": "Stokke-Hv\u00e5ls\u00e5sen-Feen",
        "short": "1264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1265",
        "label": "1265",
        "long": "Stokke-Hv\u00e5ls\u00e5sen-Feen",
        "short": "1265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1268",
        "label": "1268",
        "long": "Helger\u00f8d sk-Skravestad-Unnebeg",
        "short": "1268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1269",
        "label": "1269",
        "long": "Breidablikk-Skravestad-Unnebeg",
        "short": "1269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1270",
        "label": "1270",
        "long": "Helger\u00f8d sk-Skravestad-Unnebeg",
        "short": "1270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1271",
        "label": "1271",
        "long": "Breidablikk-Skravestad-Unnebeg",
        "short": "1271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1274",
        "label": "1274",
        "long": "Skogan-Busk",
        "short": "1274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1275",
        "label": "1275",
        "long": "Skogan-Breidablikk usk",
        "short": "1275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1276",
        "label": "1276",
        "long": "Helger\u00f8d-Natholmen-Skogan",
        "short": "1276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1277",
        "label": "1277",
        "long": "Breidablikk-Natholmen-Skogan",
        "short": "1277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1278",
        "label": "1278",
        "long": "Breidablikk-Skogan",
        "short": "1278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1279",
        "label": "1279",
        "long": "Helger\u00f8d-Skogan",
        "short": "1279",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1280",
        "label": "1280",
        "long": "Busk-Skogan",
        "short": "1280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1283",
        "label": "1283",
        "long": "Sandefjord-Breidablikk usk",
        "short": "1283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1284",
        "label": "1284",
        "long": "Breidablikk usk-Sandefjord",
        "short": "1284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1285",
        "label": "1285",
        "long": "Breidablikk usk-Sandefjord",
        "short": "1285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1288",
        "label": "1288",
        "long": "Tveitan-Vester\u00f8ya skole",
        "short": "1288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1289",
        "label": "1289",
        "long": "Vester\u00f8ya skole-Tveitan",
        "short": "1289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1291",
        "label": "1291",
        "long": "Vester\u00f8ya skole-Tveitan",
        "short": "1291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1300",
        "label": "1300",
        "long": "Styrvoll-Helgeland-Lardal sk",
        "short": "1300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1301",
        "label": "1301",
        "long": "Lardal sk-Helgeland-Steinsholt",
        "short": "1301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1302",
        "label": "1302",
        "long": "Lardal sk-Helgeland-Steinsholt",
        "short": "1302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1303",
        "label": "1303",
        "long": "Lardal uskole-Steinsholt",
        "short": "1303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1306",
        "label": "1306",
        "long": "Steinsholt-Lardal skole",
        "short": "1306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1309",
        "label": "1309",
        "long": "Svarstad-Kviberg-Lardal sk",
        "short": "1309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1310",
        "label": "1310",
        "long": "Lardal sk-Kviberg-Svarstad",
        "short": "1310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1311",
        "label": "1311",
        "long": "Lardal sk-Kviberg-Svarstad",
        "short": "1311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1312",
        "label": "1312",
        "long": "Lardal usk-Kviberg-Svarstad",
        "short": "1312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1315",
        "label": "1315",
        "long": "Kviberg-Svarstad",
        "short": "1315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1316",
        "label": "1316",
        "long": "Styrmo-Hem-Lardal sk",
        "short": "1316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1317",
        "label": "1317",
        "long": "Lardal sk-Hem-Skjerven",
        "short": "1317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1318",
        "label": "1318",
        "long": "Lardal sk-Hem-Skjerven",
        "short": "1318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1319",
        "label": "1319",
        "long": "Lardal usk-Hem-Skjerven",
        "short": "1319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1320",
        "label": "1320",
        "long": "Svarstad-Kviberg-Svarstad",
        "short": "1320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1323",
        "label": "1323",
        "long": "Rien-Rimstad-Hvarnes sk",
        "short": "1323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1324",
        "label": "1324",
        "long": "Hvarnes sk-Rimstadmoen",
        "short": "1324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1325",
        "label": "1325",
        "long": "Hvarnes sk-Rimstadmoen",
        "short": "1325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1328",
        "label": "1328",
        "long": "Hvarnes-Kvelde skole",
        "short": "1328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1331",
        "label": "1331",
        "long": "Kverken-Sundet-Kvelde sk",
        "short": "1331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1332",
        "label": "1332",
        "long": "Kvelde sk-Sundet-Kverken",
        "short": "1332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1333",
        "label": "1333",
        "long": "Kvelde sk-Sundet-Kverken",
        "short": "1333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1334",
        "label": "1334",
        "long": "Kvelde sk-Sundet-Kverken",
        "short": "1334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1337",
        "label": "1337",
        "long": "Bjerke-Farrisbygda-Kvelde",
        "short": "1337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1338",
        "label": "1338",
        "long": "Kvelde sk-Farrisbygda",
        "short": "1338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1339",
        "label": "1339",
        "long": "Kvelde sk-Farrisbygda",
        "short": "1339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1340",
        "label": "1340",
        "long": "Kvelde sk-Farrisbygda",
        "short": "1340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1341",
        "label": "1341",
        "long": "Kvelde-Farrisbygda",
        "short": "1341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1344",
        "label": "1344",
        "long": "Farrisbygda-Hedrum-R\u00f8db\u00f8l",
        "short": "1344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1345",
        "label": "1345",
        "long": "Hedrum-Bjerke-Kvelde",
        "short": "1345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1346",
        "label": "1346",
        "long": "Hedrum-Bjerke-Kvelde",
        "short": "1346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1348",
        "label": "1348",
        "long": "Kongshaugen-Hauker\u00f8d",
        "short": "1348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1349",
        "label": "1349",
        "long": "R\u00f8db\u00f8l-Hedrum usk",
        "short": "1349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1350",
        "label": "1350",
        "long": "R\u00f8db\u00f8l-Hedrum usk",
        "short": "1350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1352",
        "label": "1352",
        "long": "Tangen-\u00c5srum-Hedrum skole-Thvg",
        "short": "1352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1353",
        "label": "1353",
        "long": "Hedrum-M\u00f8rk-Tangen",
        "short": "1353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1354",
        "label": "1354",
        "long": "Hedrum usk-M\u00f8rk-Sundet",
        "short": "1354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1355",
        "label": "1355",
        "long": "Thor H.vgs-Verningen-Tangen",
        "short": "1355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1358",
        "label": "1358",
        "long": "\u00c5srum-Hedrum skole-Thor H.vgs",
        "short": "1358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1361",
        "label": "1361",
        "long": "Hedrum-Verningen",
        "short": "1361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1364",
        "label": "1364",
        "long": "Thor H.vgs-Kvelde",
        "short": "1364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1367",
        "label": "1367",
        "long": "Vestmarka-Hedrum skole",
        "short": "1367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1368",
        "label": "1368",
        "long": "Hedrum skole-Vestmarka",
        "short": "1368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1369",
        "label": "1369",
        "long": "Hedrum skoler-Vestmarka",
        "short": "1369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1370",
        "label": "1370",
        "long": "Kvelde skole-Steinsholt",
        "short": "1370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1500",
        "label": "1500",
        "long": "T\u00f8nsberg-Greveskogen vgs",
        "short": "1500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1501",
        "label": "1501",
        "long": "T\u00f8nsberg-Greveskogen vgs",
        "short": "1501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1502",
        "label": "1502",
        "long": "T\u00f8nsberg-Greveskogen vgs",
        "short": "1502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1503",
        "label": "1503",
        "long": "T\u00f8nsberg-Greveskogen vgs",
        "short": "1503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1504",
        "label": "1504",
        "long": "Greveskogen vgs-T\u00f8nsberg",
        "short": "1504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1505",
        "label": "1505",
        "long": "Greveskogen vgs-T\u00f8nsberg",
        "short": "1505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1506",
        "label": "1506",
        "long": "Greveskogen vgs-T\u00f8nsberg",
        "short": "1506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1507",
        "label": "1507",
        "long": "Greveskogen vgs-T\u00f8nsberg",
        "short": "1507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1508",
        "label": "1508",
        "long": "Greveskogen vgs-T\u00f8nsberg",
        "short": "1508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1509",
        "label": "1509",
        "long": "T\u00f8nsberg-Granly skole",
        "short": "1509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1510",
        "label": "1510",
        "long": "T\u00f8nsberg-Granly skole",
        "short": "1510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1512",
        "label": "1512",
        "long": "Granly skole-T\u00f8nsberg",
        "short": "1512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1513",
        "label": "1513",
        "long": "Granly skole-T\u00f8nsberg",
        "short": "1513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1516",
        "label": "1516",
        "long": "Heloodden-Gauter\u00f8d-Greveskogen",
        "short": "1516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1517",
        "label": "1517",
        "long": "Greveskogen vgs-Helodden",
        "short": "1517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1519",
        "label": "1519",
        "long": "Klokker\u00e5sen-Rom-Ringshaug",
        "short": "1519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1520",
        "label": "1520",
        "long": "Klokker\u00e5sen-Rom-Ringshaug",
        "short": "1520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1521",
        "label": "1521",
        "long": "Klokker\u00e5sen-Rom-Volden",
        "short": "1521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1522",
        "label": "1522",
        "long": "Volden-Rom-Klokker\u00e5sen",
        "short": "1522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1523",
        "label": "1523",
        "long": "Ringshaug-\u00c5sg\u00e5rdstrand-Rom",
        "short": "1523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1524",
        "label": "1524",
        "long": "Ringshaug-\u00c5sg\u00e5rdstrand-Rom",
        "short": "1524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1525",
        "label": "1525",
        "long": "Ringshaug-\u00c5sg\u00e5rdstrand-Rom",
        "short": "1525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1526",
        "label": "1526",
        "long": "Sem-Vear skole",
        "short": "1526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1527",
        "label": "1527",
        "long": "Sem-Nauen-Vear skole",
        "short": "1527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1528",
        "label": "1528",
        "long": "Vear skole-Sem",
        "short": "1528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1529",
        "label": "1529",
        "long": "Vear skole-Taranr\u00f8d-Nauen",
        "short": "1529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1530",
        "label": "1530",
        "long": "Vear skole-Sem",
        "short": "1530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1531",
        "label": "1531",
        "long": "Vear skole-Taranr\u00f8d-Nauen",
        "short": "1531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1534",
        "label": "1534",
        "long": "T\u00f8nsberg-Bakkenteigen",
        "short": "1534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1537",
        "label": "1537",
        "long": "T\u00f8nsberg-Borgheim",
        "short": "1537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1538",
        "label": "1538",
        "long": "Borgheim-T\u00f8nsberg",
        "short": "1538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1539",
        "label": "1539",
        "long": "Borgheim usk-T\u00f8nsberg",
        "short": "1539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1540",
        "label": "1540",
        "long": "Borgheim usk-T\u00f8nsberg",
        "short": "1540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1544",
        "label": "1544",
        "long": "M\u00e5ger\u00f8-Grimestad-Lindh\u00f8y",
        "short": "1544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1546",
        "label": "1546",
        "long": "Lindh\u00f8y-Svelvikstranda-M\u00e5ger\u00f8",
        "short": "1546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1547",
        "label": "1547",
        "long": "Lindh\u00f8y skole-Sand\u00f8ysund",
        "short": "1547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1548",
        "label": "1548",
        "long": "Lindh\u00f8y-Hulebak-V.Ende",
        "short": "1548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1549",
        "label": "1549",
        "long": "Lindh\u00f8y-Grimestad-Sundene",
        "short": "1549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1551",
        "label": "1551",
        "long": "Sundene-M\u00e5ger\u00f8",
        "short": "1551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1552",
        "label": "1552",
        "long": "Steinerskolen-Sand\u00f8ysund",
        "short": "1552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1553",
        "label": "1553",
        "long": "Lindh\u00f8y-Hulebak-Verdens ende",
        "short": "1553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1554",
        "label": "1554",
        "long": "Lindh\u00f8y-Grimestad-Sundene",
        "short": "1554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1556",
        "label": "1556",
        "long": "Tj\u00f8me usk-Vestveien-M\u00e5ger\u00f8",
        "short": "1556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1557",
        "label": "1557",
        "long": "Tj\u00f8me usk-Sand\u00f8ysund",
        "short": "1557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1561",
        "label": "1561",
        "long": "Kj\u00f8pmannskj\u00e6r-Tenvik-Bratt\u00e5s",
        "short": "1561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1562",
        "label": "1562",
        "long": "Bratt\u00e5s-Tenvik-Kj\u00f8pmannskj\u00e6r",
        "short": "1562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1563",
        "label": "1563",
        "long": "Bratt\u00e5s-Tenvik-Kj\u00f8pmannskj\u00e6r",
        "short": "1563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1566",
        "label": "1566",
        "long": "Hus\u00f8y-Borgheim usk",
        "short": "1566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1567",
        "label": "1567",
        "long": "Hus\u00f8y-Borgheim usk",
        "short": "1567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1569",
        "label": "1569",
        "long": "Borgheim usk-Hus\u00f8y",
        "short": "1569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1570",
        "label": "1570",
        "long": "Borgheim usk-Hus\u00f8y",
        "short": "1570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1571",
        "label": "1571",
        "long": "Borgheim usk-Hus\u00f8y",
        "short": "1571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1572",
        "label": "1572",
        "long": "Borgheim usk-Hus\u00f8y",
        "short": "1572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1574",
        "label": "1574",
        "long": "Teie-Knarberg-Borgheim usk",
        "short": "1574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1575",
        "label": "1575",
        "long": "Hjemesng-Knarberg-Borgheim usk",
        "short": "1575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1576",
        "label": "1576",
        "long": "Borgheim usk-Hjemseng-Teie",
        "short": "1576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1577",
        "label": "1577",
        "long": "Borgheim usk-Knarberg-Hjemseng",
        "short": "1577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1578",
        "label": "1578",
        "long": "Borgheim usk-Hjemseng-Teie",
        "short": "1578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1579",
        "label": "1579",
        "long": "Borgheim usk-Knarberg-Hjemseng",
        "short": "1579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1581",
        "label": "1581",
        "long": "Strengsdal-Borgheim-Steinersk",
        "short": "1581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1582",
        "label": "1582",
        "long": "Steinersk-Borgheim-Strengsdal",
        "short": "1582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1583",
        "label": "1583",
        "long": "Steinersk-Borgheim-Strengsdal",
        "short": "1583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1584",
        "label": "1584",
        "long": "Steinersk-Borgheim-Strengsdal",
        "short": "1584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1585",
        "label": "1585",
        "long": "Steinersk-Borgheim-Strengsdal",
        "short": "1585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1587",
        "label": "1587",
        "long": "Movik-Borgheim ungdomsskole",
        "short": "1587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1588",
        "label": "1588",
        "long": "Knarberg-Borgheim usk",
        "short": "1588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1589",
        "label": "1589",
        "long": "Borgheim-\u00c5r\u00f8ysund-Movik",
        "short": "1589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1590",
        "label": "1590",
        "long": "Borgheim-\u00c5r\u00f8ysund-Movik",
        "short": "1590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1592",
        "label": "1592",
        "long": "Bergan-Oser\u00f8d-Borgheim",
        "short": "1592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1593",
        "label": "1593",
        "long": "Borgheim-Tor\u00f8d-Oser\u00f8d",
        "short": "1593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1594",
        "label": "1594",
        "long": "Borgheim-Tor\u00f8d-Oser\u00f8d",
        "short": "1594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1596",
        "label": "1596",
        "long": "T\u00f8nsberg-Kaldnes-Borgheim",
        "short": "1596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1600",
        "label": "1600",
        "long": "Jarlsberg-Stokke-Sandefjord",
        "short": "1600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1601",
        "label": "1601",
        "long": "Sandefjord Vgs-S\u00f8rby-Vear-T\u00f8ns",
        "short": "1601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1602",
        "label": "1602",
        "long": "Sandefjord Vgs-S\u00f8rby-Vear-T\u00f8ns",
        "short": "1602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1604",
        "label": "1604",
        "long": "Stokke-Bjelland-Re vgs",
        "short": "1604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1605",
        "label": "1605",
        "long": "Re vgs-Bjelland-Stokke",
        "short": "1605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1606",
        "label": "1606",
        "long": "Stokke-Rakkevik-Re vgs",
        "short": "1606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1607",
        "label": "1607",
        "long": "Re vgs-Rakkevik-Stokke",
        "short": "1607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1610",
        "label": "1610",
        "long": "T\u00f8nsberg-Melsom vgs-Stokke usk",
        "short": "1610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1611",
        "label": "1611",
        "long": "Melsom vgs-T\u00f8nsberg",
        "short": "1611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1615",
        "label": "1615",
        "long": "Stavnum-Feen-Stokke usk",
        "short": "1615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1616",
        "label": "1616",
        "long": "Sole-Storevar-Melsom skole",
        "short": "1616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1617",
        "label": "1617",
        "long": "Melsom skole-Storevar-Sole",
        "short": "1617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1618",
        "label": "1618",
        "long": "Melsom skole-Storevar-Sole",
        "short": "1618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1619",
        "label": "1619",
        "long": "Melsom skole-Storevar-Sole",
        "short": "1619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1622",
        "label": "1622",
        "long": "Dalen-Ramsum-Stokke usk",
        "short": "1622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1623",
        "label": "1623",
        "long": "Bokemoa-Ramsum-Dalen",
        "short": "1623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1624",
        "label": "1624",
        "long": "Stokke usk-Ramsum-Dalen",
        "short": "1624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1625",
        "label": "1625",
        "long": "Bokemoa-Ramsum-Dalen",
        "short": "1625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1626",
        "label": "1626",
        "long": "Stokke usk-Ramsum-Dalen",
        "short": "1626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1627",
        "label": "1627",
        "long": "Ramsum-Dalen",
        "short": "1627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1629",
        "label": "1629",
        "long": "Dalen-Anholt-Venner\u00f8d-Stokke u",
        "short": "1629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1630",
        "label": "1630",
        "long": "Stokke usk-Fossnes-V.Skjee",
        "short": "1630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1631",
        "label": "1631",
        "long": "Stokke usk-Fossnes-V.Skjee",
        "short": "1631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1632",
        "label": "1632",
        "long": "Stokke usk-Fossnes-V.Skjee",
        "short": "1632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1635",
        "label": "1635",
        "long": "Andebuv.-Venner\u00f8d-Stokke usk",
        "short": "1635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1636",
        "label": "1636",
        "long": "Stokke uks-Andebuv.-Dyrs\u00f8",
        "short": "1636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1637",
        "label": "1637",
        "long": "Stokke uks-Andebuv.-Dyrs\u00f8",
        "short": "1637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1638",
        "label": "1638",
        "long": "Stokke uks-Andebuv.-Dyrs\u00f8",
        "short": "1638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1640",
        "label": "1640",
        "long": "Bokemoa-Storevar-Golfbanen",
        "short": "1640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1641",
        "label": "1641",
        "long": "Bokemoa-Storevar-Golfbanen",
        "short": "1641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1642",
        "label": "1642",
        "long": "Stokke usk-Storevar-Golfbanen",
        "short": "1642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1643",
        "label": "1643",
        "long": "Stokke usk-Storevar-Golfbanen",
        "short": "1643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1644",
        "label": "1644",
        "long": "Stokke usk-Storevar-Golfbanen",
        "short": "1644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1646",
        "label": "1646",
        "long": "Venner\u00f8d-Andebuv.-Dyrs\u00f8",
        "short": "1646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1647",
        "label": "1647",
        "long": "Venner\u00f8d-Andebuv.-Dyrs\u00f8",
        "short": "1647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1649",
        "label": "1649",
        "long": "Venner\u00f8d-V.Skjee-\u00c5modt",
        "short": "1649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1650",
        "label": "1650",
        "long": "Venner\u00f8d-V.Skjee-\u00c5modt",
        "short": "1650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1652",
        "label": "1652",
        "long": "Bj\u00f8rndalen-Vivestad",
        "short": "1652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1653",
        "label": "1653",
        "long": "Bj\u00f8rndalen-Vivestad",
        "short": "1653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1655",
        "label": "1655",
        "long": "Andebu-Re vgs",
        "short": "1655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1656",
        "label": "1656",
        "long": "Bergs\u00e5sen-Fossnes-Andebu",
        "short": "1656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1660",
        "label": "1660",
        "long": "Vivestad-Bergs\u00e5sen",
        "short": "1660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1661",
        "label": "1661",
        "long": "Vivestad-Ramnes-Revetal",
        "short": "1661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1662",
        "label": "1662",
        "long": "Ramnes skole-Vivestad",
        "short": "1662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1663",
        "label": "1663",
        "long": "Revetal-Ramnes-Vivestad",
        "short": "1663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1664",
        "label": "1664",
        "long": "Heimdal-Bj\u00f8rndalen",
        "short": "1664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1665",
        "label": "1665",
        "long": "Barkost-Fon-Revetal",
        "short": "1665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1667",
        "label": "1667",
        "long": "Fon-Kirkevoll-Revetal",
        "short": "1667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1668",
        "label": "1668",
        "long": "Kirkevoll-Barkost-Fon",
        "short": "1668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1669",
        "label": "1669",
        "long": "Kirkevoll-Barkost-Fon",
        "short": "1669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1670",
        "label": "1670",
        "long": "Kirkevoll-Barkost-Fon",
        "short": "1670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1671",
        "label": "1671",
        "long": "Kirkevoll-Barkost-Fon",
        "short": "1671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1672",
        "label": "1672",
        "long": "Ramnes-Revetal-Fon",
        "short": "1672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1673",
        "label": "1673",
        "long": "Revetal-Fon-Barkost",
        "short": "1673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1675",
        "label": "1675",
        "long": "Jarberg-Ramnes-Revetal",
        "short": "1675",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1676",
        "label": "1676",
        "long": "R\u00f8rstoppen-Linnestad-Jarbeg",
        "short": "1676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1677",
        "label": "1677",
        "long": "Ramnes skole-Jarbeg",
        "short": "1677",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1678",
        "label": "1678",
        "long": "R\u00f8r\u00e5stoppen-Linnestad",
        "short": "1678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1680",
        "label": "1680",
        "long": "K\u00e5pe-Bjune-Revetal-Ramnes",
        "short": "1680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1681",
        "label": "1681",
        "long": "Heian-Revetal-Ramnes",
        "short": "1681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1682",
        "label": "1682",
        "long": "Fossan-Ramnes-R\u00f8r\u00e5stoppen",
        "short": "1682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1684",
        "label": "1684",
        "long": "R\u00f8r\u00e5stoppen-Linnestad-Ramnes-F",
        "short": "1684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1685",
        "label": "1685",
        "long": "Ramnes-Heian-Revetal-Bjune",
        "short": "1685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1687",
        "label": "1687",
        "long": "Ramnes-Linnestad-K\u00e5pe-Freste",
        "short": "1687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1690",
        "label": "1690",
        "long": "Kirkevoll-strange-Svinevoll",
        "short": "1690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1700",
        "label": "1700",
        "long": "T\u00f8nsberg-E18-Sandefjord",
        "short": "1700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1701",
        "label": "1701",
        "long": "Sandefjord-E18-T\u00f8nsberg",
        "short": "1701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1702",
        "label": "1702",
        "long": "Sandefjord-E18-T\u00f8nsberg",
        "short": "1702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1703",
        "label": "1703",
        "long": "T\u00f8nsberg-E18-Sandefjord",
        "short": "1703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1705",
        "label": "1705",
        "long": "Horten-Horten vgs",
        "short": "1705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1706",
        "label": "1706",
        "long": "Horten vgs-Horten",
        "short": "1706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1708",
        "label": "1708",
        "long": "Skoppum-Horten vgs",
        "short": "1708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1709",
        "label": "1709",
        "long": "Horten vgs-Skoppum",
        "short": "1709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1710",
        "label": "1710",
        "long": "Skoppum-Horten vgs",
        "short": "1710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1711",
        "label": "1711",
        "long": "Horten-Borre usk",
        "short": "1711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1712",
        "label": "1712",
        "long": "Borre usk-Horten",
        "short": "1712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1713",
        "label": "1713",
        "long": "Borre usk-Horten",
        "short": "1713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1714",
        "label": "1714",
        "long": "Borre usk-Horten",
        "short": "1714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1715",
        "label": "1715",
        "long": "Skoppum-Revetal",
        "short": "1715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1716",
        "label": "1716",
        "long": "Revetal-Soler\u00f8d skole",
        "short": "1716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1717",
        "label": "1717",
        "long": "Soler\u00f8d-Revetal skoler",
        "short": "1717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1720",
        "label": "1720",
        "long": "R\u00f8r\u00e5stoppen-Hengsr\u00f8d-Knutstad",
        "short": "1720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1721",
        "label": "1721",
        "long": "Soler\u00f8d-Revetal",
        "short": "1721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1722",
        "label": "1722",
        "long": "R\u00f8rstoppen-Undrumsdal-Skoppum",
        "short": "1722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1725",
        "label": "1725",
        "long": "Rygland-Nykirke-Borre",
        "short": "1725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1726",
        "label": "1726",
        "long": "Borre-Skoppum-Nykirke-Rygland",
        "short": "1726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1727",
        "label": "1727",
        "long": "Borre-Skoppum-Nykirke-Rygland",
        "short": "1727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1728",
        "label": "1728",
        "long": "Borre-Skoppum-Nykirke-Rygland",
        "short": "1728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1730",
        "label": "1730",
        "long": "Adal-Borre-Granly",
        "short": "1730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1731",
        "label": "1731",
        "long": "Borre usk-Skoppum-Adal",
        "short": "1731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1732",
        "label": "1732",
        "long": "Borre usk-Skoppum-Adal",
        "short": "1732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1733",
        "label": "1733",
        "long": "Borre usk-Skoppum-Adal",
        "short": "1733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1735",
        "label": "1735",
        "long": "\u00c5sg\u00e5rdstrand-Borre usk",
        "short": "1735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1736",
        "label": "1736",
        "long": "\u00c5sg\u00e5rdstrand-Borre usk",
        "short": "1736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1737",
        "label": "1737",
        "long": "Borre usk-\u00c5sg\u00e5rdstrand",
        "short": "1737",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1738",
        "label": "1738",
        "long": "Borre usk-\u00c5sg\u00e5rdstrand",
        "short": "1738",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1739",
        "label": "1739",
        "long": "Borre usk-\u00c5sg\u00e5rdstrand",
        "short": "1739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1740",
        "label": "1740",
        "long": "Borre usk-\u00c5sg\u00e5rdstrand",
        "short": "1740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1741",
        "label": "1741",
        "long": "Borre usk-\u00c5sg\u00e5rdstrand",
        "short": "1741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1742",
        "label": "1742",
        "long": "Borre usk-\u00c5sg\u00e5rdstrand",
        "short": "1742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1743",
        "label": "1743",
        "long": "Orer\u00f8nningen-Nykirke-Hauan",
        "short": "1743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1744",
        "label": "1744",
        "long": "Nykirke-Vikveien",
        "short": "1744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1746",
        "label": "1746",
        "long": "Lysheim-Nykirke-Vikveien",
        "short": "1746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1747",
        "label": "1747",
        "long": "Lysheim skole-Adal",
        "short": "1747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1800",
        "label": "1800",
        "long": "Skafjell-Klokkerjordet skole",
        "short": "1800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1801",
        "label": "1801",
        "long": "Skafjell-Klokkerjordet skole",
        "short": "1801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1803",
        "label": "1803",
        "long": "Klokkerjordet skole-Skafjell",
        "short": "1803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1804",
        "label": "1804",
        "long": "Klokkerjordet skole-Skafjell",
        "short": "1804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1805",
        "label": "1805",
        "long": "Klokkerjordet skole-Skafjell",
        "short": "1805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1806",
        "label": "1806",
        "long": "Klokkerjordet skole-Skafjell",
        "short": "1806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1807",
        "label": "1807",
        "long": "Sande stasjon-Sande vgs",
        "short": "1807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1808",
        "label": "1808",
        "long": "Sande vgs-Sande stasjon",
        "short": "1808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1809",
        "label": "1809",
        "long": "Sande vgs-Sande stasjon",
        "short": "1809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1811",
        "label": "1811",
        "long": "Holm-Klokkerjordet skole",
        "short": "1811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1812",
        "label": "1812",
        "long": "Klokkerjordet skole-Holm",
        "short": "1812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1813",
        "label": "1813",
        "long": "Klokkerjordet skole-Holm",
        "short": "1813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1815",
        "label": "1815",
        "long": "Bjerk\u00f8ya-Selvik-Klokkerjordet",
        "short": "1815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1816",
        "label": "1816",
        "long": "Selvik skole-Bjerk\u00f8ya",
        "short": "1816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1817",
        "label": "1817",
        "long": "Selvik skole-Bjerk\u00f8ya",
        "short": "1817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1818",
        "label": "1818",
        "long": "Klokkerjordet skole-Bjerk\u00f8ya",
        "short": "1818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1820",
        "label": "1820",
        "long": "Mari\u00e5s-Sande vgs",
        "short": "1820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1821",
        "label": "1821",
        "long": "Mari\u00e5s-Sande vgs",
        "short": "1821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1822",
        "label": "1822",
        "long": "Svelvik-Mari\u00e5s",
        "short": "1822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1823",
        "label": "1823",
        "long": "Sande vgs-Svelvik-Mari\u00e5s",
        "short": "1823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1826",
        "label": "1826",
        "long": "Sande stasjon-Sande vgs",
        "short": "1826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1827",
        "label": "1827",
        "long": "Holmestrand-Sande vgs",
        "short": "1827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1900",
        "label": "1900",
        "long": "Holmestrand-Nykirke-Horten",
        "short": "1900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1901",
        "label": "1901",
        "long": "Holmestrand-Nykirke-Horten",
        "short": "1901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1902",
        "label": "1902",
        "long": "Horten vgs-Holmestrand",
        "short": "1902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1903",
        "label": "1903",
        "long": "Horten vgs-Holmestrand",
        "short": "1903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1905",
        "label": "1905",
        "long": "Holmestrand-Ekeberg skole",
        "short": "1905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1906",
        "label": "1906",
        "long": "Gj\u00f8klep usk-Holmestrand",
        "short": "1906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1907",
        "label": "1907",
        "long": "Holmestrand vgs-Holmestrand",
        "short": "1907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1910",
        "label": "1910",
        "long": "Kleiverud-Gj\u00f8klep usk",
        "short": "1910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1911",
        "label": "1911",
        "long": "Gj\u00f8klep usk-Kleiverud",
        "short": "1911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1912",
        "label": "1912",
        "long": "Gj\u00f8klep usk-Kleiverud",
        "short": "1912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1915",
        "label": "1915",
        "long": "Sundbyfoss-Hof skole",
        "short": "1915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1916",
        "label": "1916",
        "long": "Sundbyfoss-Hof skole",
        "short": "1916",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1917",
        "label": "1917",
        "long": "Hof-Kronlia",
        "short": "1917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1918",
        "label": "1918",
        "long": "Hof skole-Sundbyfoss",
        "short": "1918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1919",
        "label": "1919",
        "long": "Hof-Kronlia",
        "short": "1919",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1921",
        "label": "1921",
        "long": "Hof-Re vgs",
        "short": "1921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1922",
        "label": "1922",
        "long": "Re vgs-Hof",
        "short": "1922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1925",
        "label": "1925",
        "long": "Epler\u00f8d-Botne-Gj\u00f8klep",
        "short": "1925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1926",
        "label": "1926",
        "long": "Gj\u00f8gri-Botne-Gj\u00f8klep",
        "short": "1926",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1927",
        "label": "1927",
        "long": "Kornto-Botne-Gj\u00f8klep",
        "short": "1927",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1931",
        "label": "1931",
        "long": "Botne-Hillestad-Epler\u00f8d",
        "short": "1931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1932",
        "label": "1932",
        "long": "Botne-Gj\u00f8gri",
        "short": "1932",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1933",
        "label": "1933",
        "long": "Botne-Kornto-Gullhaug",
        "short": "1933",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1934",
        "label": "1934",
        "long": "Gj\u00f8klep-Botne-Epler\u00f8d",
        "short": "1934",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1935",
        "label": "1935",
        "long": "Gj\u00f8klep-Botne-Gj\u00f8gri",
        "short": "1935",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1936",
        "label": "1936",
        "long": "Gj\u00f8klep-Botne-Kornto",
        "short": "1936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1937",
        "label": "1937",
        "long": "Botne-Gj\u00f8klep-Epler\u00f8d",
        "short": "1937",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1938",
        "label": "1938",
        "long": "Botne-Gj\u00f8klep-Gj\u00f8gri",
        "short": "1938",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1939",
        "label": "1939",
        "long": "Botne-Gj\u00f8klep-Kornto",
        "short": "1939",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1942",
        "label": "1942",
        "long": "Holmestrand-Re vgs",
        "short": "1942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1943",
        "label": "1943",
        "long": "Re vgs-Holmestrand",
        "short": "1943",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1945",
        "label": "1945",
        "long": "Revetal-Kirkevoll-Hstr vgs",
        "short": "1945",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1946",
        "label": "1946",
        "long": "Hstr vgs-Kirkevold-Revetal",
        "short": "1946",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1950",
        "label": "1950",
        "long": "Haugan-Kirkevoll-Revetal",
        "short": "1950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1951",
        "label": "1951",
        "long": "Kirkevold-S\u00f8rby-Grette",
        "short": "1951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1952",
        "label": "1952",
        "long": "Kirkevold-S\u00f8rby-Grette",
        "short": "1952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1953",
        "label": "1953",
        "long": "Kirkevold-S\u00f8rby-Grette",
        "short": "1953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1954",
        "label": "1954",
        "long": "Kirkevold-S\u00f8rby-Grette",
        "short": "1954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1955",
        "label": "1955",
        "long": "Revetal-Kirkevold-Grettebygd",
        "short": "1955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1959",
        "label": "1959",
        "long": "Fon-Kirkevoll skole",
        "short": "1959",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1960",
        "label": "1960",
        "long": "Fon-Kirkevoll-Revetal",
        "short": "1960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1961",
        "label": "1961",
        "long": "Kirkevold-Fon",
        "short": "1961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1962",
        "label": "1962",
        "long": "Kirkevold-Fon",
        "short": "1962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1963",
        "label": "1963",
        "long": "Kirkevold-Fon",
        "short": "1963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:1964",
        "label": "1964",
        "long": "Kirkevold-Fon",
        "short": "1964",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:2",
        "label": "2",
        "long": "Tj\u00f8me-T\u00f8nsberg-Horten-Holmestr",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:200",
        "label": "200",
        "long": "Svelvik-Sande",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:220",
        "label": "220",
        "long": "Kjeld\u00e5s-Sande",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:221",
        "label": "221",
        "long": "Sande-Sj\u00f8lshagen-Skoger",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:222",
        "label": "222",
        "long": "Kjeld\u00e5s-Skoger-Sande",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:230",
        "label": "230",
        "long": "Sande-Holmestrand",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:3",
        "label": "3",
        "long": "Busk-Sandefjord-Larvik-Veldre",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:30",
        "label": "30",
        "long": "Kleiverud-Holmestrand",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:300",
        "label": "300",
        "long": "Holmestrand-Gullhaug-Hof",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:301",
        "label": "301",
        "long": "Hof-Eidsfoss",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:302",
        "label": "302",
        "long": "Hvittingfoss-Hof",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:31",
        "label": "31",
        "long": "Gullhaug-Kleiverud-Holmestrand",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:320",
        "label": "320",
        "long": "Hof-Sande vgs",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:4",
        "label": "4",
        "long": "Torp-Sandefjord-Larvik-Stavern",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:40",
        "label": "40",
        "long": "Horten-Holtandalen-Skoppum",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:400",
        "label": "400",
        "long": "Horten-Kirkevoll-Revetal",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:410",
        "label": "410",
        "long": "Skoppum st-Bakkenteigen",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:411",
        "label": "411",
        "long": "Horten-Skoppum stasjon",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:50",
        "label": "50",
        "long": "Tor\u00f8d-T\u00f8nsberg-Eik",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:500",
        "label": "500",
        "long": "T\u00f8nsberg-Revetal-Bergs\u00e5sen",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:5002",
        "label": "N2",
        "long": "Natt T\u00f8nsberg-Horten",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:501",
        "label": "501",
        "long": "T\u00f8nsberg-Ramnes-Kirkevoll",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:502",
        "label": "502",
        "long": "T\u00f8nsberg-Revetal-Hof",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:503",
        "label": "503",
        "long": "T\u00f8nsberg-Re vgs",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:504",
        "label": "504",
        "long": "T\u00f8nsberg-Undrumsdal-Kirkevoll",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:505",
        "label": "505",
        "long": "T\u00f8nsberg-Nauen",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:5051",
        "label": "N51",
        "long": "Natt T\u00f8nsberg-Tor\u00f8d",
        "short": "N51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:5054",
        "label": "N54",
        "long": "Natt T\u00f8nsberg-Skallevold",
        "short": "N54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:51",
        "label": "51",
        "long": "Tor\u00f8d-T\u00f8nsberg-Eik",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:510",
        "label": "510",
        "long": "T\u00f8nsberg-Andebu",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:511",
        "label": "511",
        "long": "T\u00f8nsberg-Fossnes-Andebu",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:512",
        "label": "512",
        "long": "Andebu-H\u00f8yjord-Heimdal",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:513",
        "label": "513",
        "long": "Andebu-Heimdal-Vivestad",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:52",
        "label": "52",
        "long": "Tor\u00f8d-T\u00f8nsberg-Eik Syrbekk",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:520",
        "label": "520",
        "long": "T\u00f8nsberg-Stokke",
        "short": "520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:521",
        "label": "521",
        "long": "T\u00f8nsberg-Stokke-Vestre Skjee",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:53",
        "label": "53",
        "long": "Borgheim-T\u00f8nsberg-Skallevold",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:530",
        "label": "530",
        "long": "Sundene-Verdens Ende",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:54",
        "label": "54",
        "long": "Kaldnes-T\u00f8nsberg-Skallev",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:55",
        "label": "55",
        "long": "F\u00e6rder vgs-T\u00f8nsberg-Vall\u00f8",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:5520",
        "label": "N520",
        "long": "Natt T\u00f8nsberg-Stokke",
        "short": "N520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:56",
        "label": "56",
        "long": "T\u00f8nsberg-Nes-Jarls\u00f8",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:57",
        "label": "57",
        "long": "T\u00f8nsberg-R\u00e5el \u00f8vre-Vall\u00f8",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:58",
        "label": "58",
        "long": "Vestkogen-T\u00f8nsberg-Solvang",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:59",
        "label": "59",
        "long": "Bark\u00e5ker-T\u00f8nsberg-Sande\u00e5sen",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:6",
        "label": "6",
        "long": "Ekspress Larvik-T\u00f8nsberg",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:700",
        "label": "700",
        "long": "Sandefjord-Varden-Tveitan",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:701",
        "label": "701",
        "long": "Framnes-Buer\u00e5sen",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:710",
        "label": "710",
        "long": "Sandefjord-Kodal-Andebu",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:72",
        "label": "72",
        "long": "Ringkollen-Sandefjord-Pindsle",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:720",
        "label": "720",
        "long": "Sandefjord-Unneberg-Stokke",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:721",
        "label": "721",
        "long": "Sandefjord-Helger\u00f8d-Stokke",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:73",
        "label": "73",
        "long": "Sandefjord-Soll\u00f8kka",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:8",
        "label": "8",
        "long": "T\u00f8nsberg-Skoppum-Holmestrand",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:80",
        "label": "80",
        "long": "Gon-Larvik-Hagalia",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:800",
        "label": "800",
        "long": "Larvik-Kvelde-Svarstad",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:801",
        "label": "801",
        "long": "Larvik-Hvarnes-Svarstad",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:81",
        "label": "81",
        "long": "Nordbyen-Nevlunghavn",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:810",
        "label": "810",
        "long": "Kl\u00e5stad-Ula-Eftang",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:811",
        "label": "811",
        "long": "Kl\u00e5stad-Kj\u00e6rringvik",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:812",
        "label": "812",
        "long": "Auby-Tj\u00f8lling-Thor H.vgs",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:820",
        "label": "820",
        "long": "Larvik-Kjose",
        "short": "820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:830",
        "label": "830",
        "long": "Stavern-Nevlunghavn",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "VKT:Line:9",
        "label": "9",
        "long": "Horten-T\u00f8nsberg direkte",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 5326,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-19",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 5300,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 24.9,
      "rank": 1,
      "severity": "WARNING",
      "what": "5300 of 5326 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": 12306,
      "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": "12306 of 12306 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    },
    {
      "code": "scorecard_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    }
  ],
  "validator_version": "8.0.1"
}
