{
  "agency": {
    "country": "NO",
    "id": "agder-kollektivtrafikk",
    "name": "Agder Kollektivtrafikk",
    "operating_note": "One of Entur's per-operator GTFS exports, covering Agder Kollektivtrafikk in Agder. 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-42",
    "subdivision_name": "Agder"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "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": 9829,
        "translations": {
          "feed_lang": "no",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 12490,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 9826,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "9826 of 9829 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": 12490,
          "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": "12490 of 12490 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "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.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 8,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 15,
          "WARNING": 233
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "unexpected_enum_value",
          "count": 207,
          "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": "mixed_case_recommended_field",
          "count": 17,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "duplicate_route_name",
          "count": 4,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "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": 12,
          "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 transit vehicle 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": 68.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 248 instances (0 error, 233 warning, 15 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 144,
        "effective_expiry_date": "2026-12-10",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2026-12-10",
        "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 144 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 144 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": "a2335a96837ed7c9c2bca35129fb8a54a483b00da306c4328db0132607437071",
    "size_bytes": 11129647,
    "static_url": "https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_akt-aggregated-gtfs.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 28
      },
      "trips": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 663
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 663
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 663
    },
    "fares": {
      "applied": false,
      "fare_free": false,
      "model": "none",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 7,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 28,
      "stated_count": 0,
      "stated_pct": 0.0,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 28,
      "parented_boarding_location_count": 28,
      "parented_boarding_location_pct": 100.0,
      "referenced_station_count": 28
    },
    "trip_count": 663
  },
  "fetch": {
    "final_url": "https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_akt-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": [
      6.00233,
      57.99034,
      9.34564,
      59.73503
    ],
    "lat": 58.34522,
    "lon": 7.99724,
    "stop_count": 9829
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 200,
        "trip_count": 11827,
        "trip_share_pct": 94.7
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 7,
        "trip_count": 663,
        "trip_share_pct": 5.3
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 207,
    "trip_count": 12490
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 3.0,
    "margin_to_next_band": 7.0,
    "score": 63.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 2,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "2 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (M4, M4).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 106,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "106 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Drivenesvegen/Steinsfossvegen\", \"Middelfartsgate/Kallhammerveien\", \"Vard\u00e5sveien/Torsvikkleiva\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 6163,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 12490
  },
  "route_map": {
    "drawn_route_count": 207,
    "has_shapes": true,
    "path": "data/artifacts/agder-kollektivtrafikk/geometry.geojson",
    "route_count": 207,
    "routes": [
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:100",
        "label": "100",
        "long": "Arendal-Kristiansand",
        "short": "100",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:101",
        "label": "101",
        "long": "Eydehavn-Arendal-Grimstad N/S",
        "short": "101",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1010",
        "label": "10",
        "long": "Sykehuset - Kvadraturen",
        "short": "10",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1012",
        "label": "12",
        "long": "Kjos haveby - Justvik",
        "short": "12",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1013",
        "label": "13",
        "long": "Lokalbuss Grimsmyra - Lund",
        "short": "13",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1015",
        "label": "15",
        "long": "Tinnheia - Lund - UiA",
        "short": "15",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:102",
        "label": "102",
        "long": "Trom\u00f8y \u00d8st-Arendal-Rykene",
        "short": "102",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:103",
        "label": "103",
        "long": "Trom\u00f8y Vest-Arendal-His\u00f8y",
        "short": "103",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1034",
        "label": "34",
        "long": "Lokalbuss Vennesla",
        "short": "34",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1040",
        "label": "40",
        "long": "Kristiansand - \u00c5rosskogen",
        "short": "40",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1043",
        "label": "43",
        "long": "Vedderheia - Langenes",
        "short": "43",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1044",
        "label": "44",
        "long": "Norddalsheia - Langenes",
        "short": "44",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1045",
        "label": "45",
        "long": "Kristiansand - Stokkeland",
        "short": "45",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1046",
        "label": "46",
        "long": "Kristiansand - Finsland",
        "short": "46",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1048",
        "label": "48",
        "long": "H\u00f8llen - Nodelandsheia",
        "short": "48",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:105",
        "label": "105",
        "long": "Arendal-Froland",
        "short": "105",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1051",
        "label": "51",
        "long": "Kvadraturen - And\u00f8ya",
        "short": "51",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1052",
        "label": "52",
        "long": "Br\u00e5vann - Slettheia",
        "short": "52",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1057",
        "label": "57",
        "long": "Lokalbuss Flekker\u00f8y",
        "short": "57",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:108",
        "label": "100D",
        "long": "Arendal-Kristiansand direkte",
        "short": "100D",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:109",
        "label": "100E",
        "long": "Arendal-Kristiansand ekspress",
        "short": "100E",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:110",
        "label": "110",
        "long": "Jovannslia-Arendal-Stoa-Myra",
        "short": "110",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:111",
        "label": "111",
        "long": "Sykehuset-Arendal-Sol\u00e5sen",
        "short": "111",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:118",
        "label": "118",
        "long": "Svipp Revesand",
        "short": "118",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:130",
        "label": "130",
        "long": "Brekkest\u00f8-Lillesand",
        "short": "130",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:133",
        "label": "133",
        "long": "Birkeland-Lillesand",
        "short": "133",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:134",
        "label": "134",
        "long": "Herefoss-Birkeland",
        "short": "134",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:138",
        "label": "138",
        "long": "H\u00f8v\u00e5g sk-Ulv\u00f8ysund-Skottevig",
        "short": "138",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:139",
        "label": "139",
        "long": "Lillesand-H\u00f8v\u00e5g-Kristiansand",
        "short": "139",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:140",
        "label": "140",
        "long": "Grimstad-Myr\u00e5sen-Homborsund",
        "short": "140",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:141",
        "label": "141",
        "long": "Feviktoppen-Haugenes",
        "short": "141",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:145",
        "label": "145",
        "long": "Grimstad-R\u00f8nnes",
        "short": "145",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:146",
        "label": "146",
        "long": "Grimstad-Rykene-Froland",
        "short": "146",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:150",
        "label": "150",
        "long": "Arendal-Tvedestrand-Ris\u00f8r",
        "short": "150",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:151",
        "label": "151",
        "long": "Tvedestrand-Staub\u00f8-Saltr\u00f8d",
        "short": "151",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:152",
        "label": "152",
        "long": "Tvedestrand-Bor\u00f8y",
        "short": "152",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:153",
        "label": "153",
        "long": "Tvedestrand-Gjeving",
        "short": "153",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:155",
        "label": "155",
        "long": "Tvedestrand-Veg\u00e5rshei",
        "short": "155",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:156",
        "label": "156",
        "long": "\u00c5mli-Tvedestrand",
        "short": "156",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:157",
        "label": "157",
        "long": "\u00c5mli-Svenes",
        "short": "157",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:158",
        "label": "158",
        "long": "Arendal-Holt-Tvedestrand",
        "short": "158",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:162",
        "label": "162",
        "long": "Ris\u00f8r-Krabbesund",
        "short": "162",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:163",
        "label": "163",
        "long": "Ris\u00f8r-Krana",
        "short": "163",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:165",
        "label": "165",
        "long": "Veg\u00e5rshei-Ris\u00f8r",
        "short": "165",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:166",
        "label": "166",
        "long": "Gjerstad-Vinterkj\u00e6r",
        "short": "166",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:170",
        "label": "170",
        "long": "Kristiansand-Evje-Hovden",
        "short": "170",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:172",
        "label": "172",
        "long": "\u00c5seral-Evje",
        "short": "172",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:173",
        "label": "173",
        "long": "Iveland-Vennesla",
        "short": "173",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:175",
        "label": "175",
        "long": "Arendal-Evje",
        "short": "175",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:19",
        "label": "19",
        "long": "Suldalen - Gimlekollen",
        "short": "19",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1908",
        "label": "1908",
        "long": "Videreg. skolebusser Lillesand",
        "short": "1908",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1909",
        "label": "1909",
        "long": "Videreg. skolebusser Grimstad",
        "short": "1909",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:191",
        "label": "191",
        "long": "Byferjer Arendal",
        "short": "191",
        "text_color": "FFFF00",
        "type_label": "Ferry"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1910",
        "label": "1910",
        "long": "Videreg. skolebusser Arendal",
        "short": "1910",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1920",
        "label": "1920",
        "long": "Skolebusser Asdal og Rykene",
        "short": "1920",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1921",
        "label": "1921",
        "long": "Skolebusser Myra og Stinta",
        "short": "1921",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1922",
        "label": "1922",
        "long": "Skolebusser Nesheim og Stuenes",
        "short": "1922",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1923",
        "label": "1923",
        "long": "Skolebusser Roligheden/Sandnes",
        "short": "1923",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1924",
        "label": "1924",
        "long": "Skolebusser His\u00f8y og Nedenes",
        "short": "1924",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1925",
        "label": "1925",
        "long": "Skolebusser Froland/Blakstadh.",
        "short": "1925",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1926",
        "label": "1926",
        "long": "Skolebusser Froland og Mykland",
        "short": "1926",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1933",
        "label": "1933",
        "long": "Skolebusser Birkeland",
        "short": "1933",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1934",
        "label": "1934",
        "long": "Skolebusser Engesland/Herefoss",
        "short": "1934",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1939",
        "label": "1939",
        "long": "Skolebusser Lillesand og H\u00f8v\u00e5g",
        "short": "1939",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:194",
        "label": "194",
        "long": "Sand\u00f8ya - Bor\u00f8y",
        "short": "194",
        "text_color": "FFFF00",
        "type_label": "Ferry"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1940",
        "label": "1940",
        "long": "Skolebusser Eide og Holvika",
        "short": "1940",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1943",
        "label": "1943",
        "long": "Skolebusser Landvik/Grimstad",
        "short": "1943",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1945",
        "label": "1945",
        "long": "Skolebusser Hesnes og Jappa",
        "short": "1945",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1946",
        "label": "1946",
        "long": "Skolebusser Fj\u00e6re og Fevik",
        "short": "1946",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:195",
        "label": "195",
        "long": "Lyng\u00f8r - Gjeving",
        "short": "195",
        "text_color": "FFFF00",
        "type_label": "Ferry"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1950",
        "label": "1950",
        "long": "Videreg. skolebusser Tvedestr.",
        "short": "1950",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1951",
        "label": "1951",
        "long": "Skolebusser Flosta og Stuenes",
        "short": "1951",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1953",
        "label": "1953",
        "long": "Skolebusser Tvedestrand",
        "short": "1953",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1955",
        "label": "1955",
        "long": "Skolebusser Veg\u00e5rshei",
        "short": "1955",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1956",
        "label": "1956",
        "long": "Skulebussar \u00c5mli",
        "short": "1956",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1962",
        "label": "1962",
        "long": "Skolebusser Ris\u00f8r",
        "short": "1962",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1966",
        "label": "1966",
        "long": "Skolebusser Gjerstad",
        "short": "1966",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1970",
        "label": "1970",
        "long": "Skulebussar Evje og Hornnes",
        "short": "1970",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1972",
        "label": "1972",
        "long": "Skulebussar \u00c5seral kommune",
        "short": "1972",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1973",
        "label": "1973",
        "long": "Skulebussar Iveland kommune",
        "short": "1973",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1975",
        "label": "1975",
        "long": "Skulebussar Bygland kommune",
        "short": "1975",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1977",
        "label": "1977",
        "long": "Skulebussar Valle kommune",
        "short": "1977",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:1979",
        "label": "1979",
        "long": "Skulebussar Bykle kommune",
        "short": "1979",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:199",
        "label": "BESTILL",
        "long": "Bestillingstransport",
        "short": "BESTILL",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:200",
        "label": "200",
        "long": "Kristiansand-Mandal-Lyngdal",
        "short": "200",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:201",
        "label": "201",
        "long": "Mandal-Vigeland-Audnedal",
        "short": "201",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:202",
        "label": "202",
        "long": "Mandal-Marnardal-Bjelland",
        "short": "202",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:203",
        "label": "203",
        "long": "Mandal-Vigeland-Lindesnes",
        "short": "203",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:204",
        "label": "204",
        "long": "Taxus Mandal",
        "short": "204",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:205",
        "label": "205",
        "long": "Skolebuss Vassmyra/Ime/Oasen",
        "short": "205",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:210",
        "label": "210",
        "long": "Mandal - M\u00f8ll - D\u00f8lebru",
        "short": "210",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2101",
        "label": "2101",
        "long": "Vestbygda/Kile - Eikeland",
        "short": "2101",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2102",
        "label": "2102",
        "long": "R\u00f8yknes - Eikeland skole",
        "short": "2102",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2103",
        "label": "2103",
        "long": "Tjoms\u00e5s/Lie - Skarpengland",
        "short": "2103",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2104",
        "label": "2104",
        "long": "Homstean/Stallemo - Skarpengl.",
        "short": "2104",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2105",
        "label": "2105",
        "long": "Skarpengland - Vennesla",
        "short": "2105",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2106",
        "label": "2106",
        "long": "Kvarstein skole",
        "short": "2106",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2107",
        "label": "2107",
        "long": "Steinsland - Venneslahallen",
        "short": "2107",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2108",
        "label": "2108",
        "long": "H\u00f8ietun - Venneslahallen",
        "short": "2108",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2116",
        "label": "2116",
        "long": "Hellemyr - Grim skole",
        "short": "2116",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2119",
        "label": "2119",
        "long": "And\u00f8ya - Sj\u00f8strand skole",
        "short": "2119",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2120",
        "label": "2120",
        "long": "Bj\u00f8rndalssletta-Presteheia sk",
        "short": "2120",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2121",
        "label": "2121",
        "long": "Gimlekollen - Havlimyra sk",
        "short": "2121",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2128",
        "label": "58",
        "long": "Rona-Ytre Randesund-Dvergsnes",
        "short": "58",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2129",
        "label": "59",
        "long": "Erkleiv- Justvik skole",
        "short": "59",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2131",
        "label": "2131",
        "long": "S\u00f8dal - Lovisenlund sk",
        "short": "2131",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2137",
        "label": "2137",
        "long": "Tveit - Ve skole",
        "short": "2137",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2154",
        "label": "2154",
        "long": "Benestad - Str\u00f8mme - S\u00f8m",
        "short": "2154",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2170",
        "label": "2170",
        "long": "\u00c5lo - Tangvall",
        "short": "2170",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2171",
        "label": "2171",
        "long": "Langenes-Tangvall-Tinntj\u00f8nn",
        "short": "2171",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2172",
        "label": "2172",
        "long": "Try-Kleivset-Tinntj\u00f8nn",
        "short": "2172",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2175",
        "label": "2175",
        "long": "Stokkeland - Tunballen skole",
        "short": "2175",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2176",
        "label": "2176",
        "long": "Rosseland - Tunnballen skole",
        "short": "2176",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2177",
        "label": "2177",
        "long": "Vestre Fidje-Kilen-Finsland",
        "short": "2177",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2178",
        "label": "2178",
        "long": "Stokkeland - Tunballen skole",
        "short": "2178",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2181",
        "label": "2181",
        "long": "Nodelandsheia - Birkelid",
        "short": "2181",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2182",
        "label": "2182",
        "long": "S\u00f8gne - Samfundets skole",
        "short": "2182",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2184",
        "label": "2184",
        "long": "Tofteland - Samfundet skole",
        "short": "2184",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2212",
        "label": "12",
        "long": "Dublering linje 12 mot Justvik",
        "short": "12",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2219",
        "label": "19",
        "long": "Suldalen - Gimlekollen",
        "short": "19",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2235",
        "label": "36",
        "long": "Kristiansand - Tveit",
        "short": "36",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2240",
        "label": "40E",
        "long": "Kristiansand - \u00c5ros",
        "short": "40E",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2248",
        "label": "48",
        "long": "Tangvall - Hortemo",
        "short": "48",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2256",
        "label": "2256",
        "long": "Kvadraturen - Vennesla vgs",
        "short": "2256",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2258",
        "label": "2258",
        "long": "Kristiansand - S\u00f8gne vgs",
        "short": "2258",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "66FF33",
        "color_name": "yellow",
        "has_shape": true,
        "id": "AKT:Line:2261",
        "label": "M1",
        "long": "Flekker\u00f8y - S\u00f8rlandsparken",
        "short": "M1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF3366",
        "color_name": "pink",
        "has_shape": true,
        "id": "AKT:Line:2262",
        "label": "M2",
        "long": "H\u00e5nes - Voiebyen",
        "short": "M2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "33FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "AKT:Line:2263",
        "label": "M3",
        "long": "Slettheia - S\u00f8m",
        "short": "M3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "82368C",
        "color_name": "purple",
        "has_shape": true,
        "id": "AKT:Line:2264",
        "label": "M4",
        "long": "Hellemyr - T\u00f8mmerst\u00f8",
        "short": "M4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:230",
        "label": "230",
        "long": "Farsund-Borhaug",
        "short": "230",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2307",
        "label": "2307",
        "long": "Skolebuss Mandal omegn",
        "short": "2307",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2311",
        "label": "2311",
        "long": "Skoleruter Vassm./Furul./Holum",
        "short": "2311",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2318",
        "label": "2318",
        "long": "Skolerute Nyplass",
        "short": "2318",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2319",
        "label": "2319",
        "long": "Skolerute Laudal/\u00d8ysleb\u00f8",
        "short": "2319",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2322",
        "label": "2322",
        "long": "Skolebuss \u00d8ysleb\u00f8/Konsmo/Byrem",
        "short": "2322",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2330",
        "label": "2330",
        "long": "Skolerute Lyngdal - Farsund",
        "short": "2330",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2331",
        "label": "2331",
        "long": "Skolebuss i Farsund",
        "short": "2331",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2332",
        "label": "2332",
        "long": "Skolerute Kv\u00e5s/Berge/Lyngdal k",
        "short": "2332",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2335",
        "label": "2335",
        "long": "Skolerute Berge/\u00c5rnes/Lyngdal",
        "short": "2335",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2340",
        "label": "2340",
        "long": "Skolerute Eiken/Kollemo",
        "short": "2340",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2341",
        "label": "2341",
        "long": "Skolerute Eiken/Snartemo/Byreo",
        "short": "2341",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:240",
        "label": "240",
        "long": "Skoleruter H\u00e6gebostad",
        "short": "240",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2451",
        "label": "2451",
        "long": "Skolebuss i Kvinesdal",
        "short": "2451",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2470",
        "label": "2470",
        "long": "Skulebussar Sirdal kommune",
        "short": "2470",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:250",
        "label": "250",
        "long": "Flekkefjord - Lyngdal",
        "short": "250",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:251",
        "label": "251",
        "long": "Flekkefjord - Kvinesdal",
        "short": "251",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:252",
        "label": "252",
        "long": "Liknes -Kvinlog",
        "short": "252",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:2521",
        "label": "252",
        "long": "Bestilling Liknes - Knaben",
        "short": "252",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:253",
        "label": "253",
        "long": "Liknes -Kvinlog",
        "short": "253",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:256",
        "label": "256",
        "long": "Feda - Farsund - Vans",
        "short": "256",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:260",
        "label": "260",
        "long": "Flekkefjord - Sira - Moi",
        "short": "260",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:261",
        "label": "261",
        "long": "Flekkefjord - Hidra",
        "short": "261",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:262",
        "label": "262",
        "long": "Flekkefjord - \u00c5na Sira",
        "short": "262",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:265",
        "label": "265",
        "long": "Bybuss Flekkefjord",
        "short": "265",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:270",
        "label": "270",
        "long": "Flekkefjord - Gyland - Tonstad",
        "short": "270",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:296",
        "label": "296",
        "long": "Launes (Hidra) - Kvellandstran",
        "short": "296",
        "text_color": "FFFF00",
        "type_label": "Ferry"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:297",
        "label": "297",
        "long": "Andabel\u00f8y - Abelnes",
        "short": "297",
        "text_color": "FFFF00",
        "type_label": "Ferry"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:30",
        "label": "30",
        "long": "Kvadraturen - Mosby - Vennesl",
        "short": "30",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "66FF33",
        "color_name": "yellow",
        "has_shape": true,
        "id": "AKT:Line:3001",
        "label": "M1",
        "long": "Flekker\u00f8y - S\u00f8rlandsparken",
        "short": "M1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF3366",
        "color_name": "pink",
        "has_shape": true,
        "id": "AKT:Line:3002",
        "label": "M2",
        "long": "Voiebyen - H\u00e5nes",
        "short": "M2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "33FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "AKT:Line:3003",
        "label": "M3",
        "long": "Slettheia - S\u00f8m",
        "short": "M3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "82368C",
        "color_name": "purple",
        "has_shape": true,
        "id": "AKT:Line:3004",
        "label": "M4",
        "long": "Hellemyr - T\u00f8mmerst\u00f8",
        "short": "M4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:31",
        "label": "31",
        "long": "Kvadraturen - S\u00f8dal - Vennesla",
        "short": "31",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:32",
        "label": "32",
        "long": "Kvadraturen - H\u00f8ietun",
        "short": "32",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:35",
        "label": "35",
        "long": "Tveit-Kjevik-Kristiansand",
        "short": "35",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:36",
        "label": "36",
        "long": "Birkeland-Tveit-Kristiansand",
        "short": "36",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:3701",
        "label": "881",
        "long": "Liknes-Kvinlog-Fjotland-Liknes",
        "short": "881",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:41",
        "label": "41",
        "long": "Kristiansand - H\u00f8llen",
        "short": "41",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:410",
        "label": "410",
        "long": "Svipp Mandal - Tangvall",
        "short": "410",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:4111",
        "label": "411",
        "long": "Lyngdal - Brygges\u00e5",
        "short": "411",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:4121",
        "label": "412",
        "long": "Feda - Farsund",
        "short": "412",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:4141",
        "label": "414",
        "long": "Konsmo - Byremo",
        "short": "414",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:4151",
        "label": "415",
        "long": "Bjelland - \u00d8ysleb\u00f8",
        "short": "415",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:4161",
        "label": "416",
        "long": "Sveindal - H\u00e6geland",
        "short": "416",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:4171",
        "label": "417",
        "long": "Oftebro - Romskogen",
        "short": "417",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:4571",
        "label": "457",
        "long": "Liknes - Knaben",
        "short": "457",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:4713",
        "label": "270",
        "long": "Flekkefjord - Gyland - Sirdal",
        "short": "270",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:472",
        "label": "472",
        "long": "Tonstad - Stavanger",
        "short": "472",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:5002",
        "label": "A2",
        "long": "H\u00e5nes - V\u00e5gdbygd senter o/t.",
        "short": "A2",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:5025",
        "label": "A25",
        "long": "Kristiansand - Mj\u00e5vann",
        "short": "A25",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:5026",
        "label": "A26",
        "long": "Voiebyen - IKEA",
        "short": "A26",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:5040",
        "label": "40E",
        "long": "Kristiansand - \u00c5rosskogen",
        "short": "40E",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:5042",
        "label": "42E",
        "long": "Kristiansand - Langenes",
        "short": "42E",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:55",
        "label": "55",
        "long": "S\u00f8rlandssenteret - Dvergsnes",
        "short": "55",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:583",
        "label": "583T",
        "long": "Finsland-Nodeland",
        "short": "583T",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:585",
        "label": "585T",
        "long": "\u00c5lo-trysnes-Torve-Tangvall",
        "short": "585T",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:586",
        "label": "586T",
        "long": "Flekker\u00f8y-V\u00e5gsbygd-Kr.sand",
        "short": "586T",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:587",
        "label": "587T",
        "long": "Tveit-S\u00f8rlandsparken-Kr.sand",
        "short": "587T",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:588",
        "label": "588T",
        "long": "Ytre Randesund-Kongsg\u00e5rd II-Kr",
        "short": "588T",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:589",
        "label": "589",
        "long": "Gangdalen-Kristiansand",
        "short": "589",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:590",
        "label": "590T",
        "long": "Skaugo-Kristiansand",
        "short": "590T",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:592",
        "label": "592",
        "long": "Kristiansand- Kongsg\u00e5rd II",
        "short": "592",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:9001",
        "label": "N1",
        "long": "Kvadraturen-Flekker\u00f8y",
        "short": "N1",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:9002",
        "label": "N2",
        "long": "Voiebyen - H\u00e5nes",
        "short": "N2",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:9003",
        "label": "N3",
        "long": "Slettheia - S\u00f8m",
        "short": "N3",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:9004",
        "label": "N4",
        "long": "Kvadraturen-Holte",
        "short": "N4",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:9012",
        "label": "N12",
        "long": "Kjos haveby - Justvik",
        "short": "N12",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:9030",
        "label": "N30",
        "long": "Kristiansand-Mosby-Vennesla",
        "short": "N30",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:9036",
        "label": "N36",
        "long": "Birkeland-Tveit-Kristiansand",
        "short": "N36",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:9040",
        "label": "N40",
        "long": "Nattbuss H\u00f8llen-\u00c5rosskogen",
        "short": "N40",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:9045",
        "label": "N45",
        "long": "Nattbuss Songdalen",
        "short": "N45",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:91",
        "label": "91",
        "long": "Kongshavn-Rand\u00f8yane",
        "short": "91",
        "text_color": "FFFF00",
        "type_label": "Ferry"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:9100",
        "label": "N100",
        "long": "Arendal-Kristiansand",
        "short": "N100",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:9101",
        "label": "N101",
        "long": "Eydehavn-Arendal-Grimstad S/N",
        "short": "N101",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:9172",
        "label": "SVIPP",
        "long": "\u00c5seral-Evje",
        "short": "SVIPP",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:92",
        "label": "92",
        "long": "H\u00f8llen - Ny-Hellesund",
        "short": "92",
        "text_color": "FFFF00",
        "type_label": "Ferry"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "AKT:Line:9200",
        "label": "N200",
        "long": "Kristiansand - Mandal",
        "short": "N200",
        "text_color": "FFFF00",
        "type_label": "Bus"
      }
    ],
    "stop_count": 9829,
    "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": 9826,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "9826 of 9829 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": 12490,
      "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": "12490 of 12490 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    },
    {
      "code": "scorecard_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"
}
