{
  "agency": {
    "country": "CY",
    "id": "emel-lemesos",
    "name": "\u0395\u039c\u0395\u039b (Lemesos)",
    "operating_note": "The Lemesos district bus network. This is the seventh and last GTFS resource on the Cyprus open-data dataset; the other six are already in the registry.",
    "subdivision_code": "CY-02",
    "subdivision_name": "Lemesos"
  },
  "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": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_applicable_trips": 9117,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1401,
        "translations": {
          "feed_lang": "en",
          "has_translations": true,
          "languages": [
            "el"
          ],
          "translated_tables": [
            "routes",
            "stops",
            "trips"
          ],
          "translation_count": 10608
        },
        "trips": 9117,
        "unmeasured_components": [],
        "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": 1401,
          "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": "1401 of 1401 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": 9117,
          "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": "9117 of 9117 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."
        }
      ],
      "name": "completeness",
      "score": 60.0,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 7,
        "instances_by_severity": {
          "ERROR": 5,
          "INFO": 1,
          "WARNING": 1766
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "foreign_key_violation",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'foreign_key_violation' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Foreign key violation (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "duplicate_key",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'duplicate_key' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Duplicate key (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 1699,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "same_name_and_description_for_stop",
          "count": 62,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'same_name_and_description_for_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Same name and description for stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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": "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": "feed_valid_beyond_total_service_window",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'feed_valid_beyond_total_service_window' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Feed valid beyond total service window (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 51.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 1772 instances (5 error, 1766 warning, 1 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 8,
        "effective_expiry_date": "2026-09-13",
        "feed_end_date": "2026-12-03",
        "feed_start_date": "2026-09-05",
        "feed_version": "\u0395\u039c\u0395\u039b20260905052052",
        "has_feed_info": true,
        "last_service_date": "2026-09-13",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expiring_soon",
          "count": 1,
          "effort": "One export setting.",
          "fix": "Re-export with a validity window that reaches at least 60 days out.",
          "owner": "Likely your export tool",
          "points": 72.0,
          "severity": "WARNING",
          "what": "Service data runs out in 8 day(s).",
          "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
        }
      ],
      "name": "freshness",
      "score": 13.3,
      "status": "measured",
      "summary": "Service data runs out in 8 day(s). Publish an updated feed soon or riders will lose trip planning.",
      "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 official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data runs out in 8 days; renew to qualify.",
        "key": "current",
        "met": false
      },
      {
        "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 does not meet the conformance requirements yet. Here is what the mark needs: 2 validator errors to resolve. Service data runs out in 8 days; renew to qualify. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "CC BY 4.0 through the Republic of Cyprus open-data portal; credit the Cyprus Public Works Department.",
    "reachable": true,
    "sha256": "047b1af660258251f1404f6e08cb0b4e7326a5020949ad94283168159e49bfed",
    "size_bytes": 3217399,
    "source_provenance": "official",
    "static_url": "https://www.motionbuscard.org.cy/opendata/downloadfile?file=GTFS%5C6_google_transit.zip&rel=True"
  },
  "fetch": {
    "final_url": "https://www.motionbuscard.org.cy/opendata/downloadfile?file=GTFS%5C6_google_transit.zip&rel=True",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-09-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      32.62809,
      34.60107,
      33.35824,
      35.17267
    ],
    "lat": 34.69948,
    "lon": 33.01341,
    "stop_count": 1401
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 254,
        "trip_count": 9117,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 254,
    "trip_count": 9117
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 44.6,
    "margin_to_next_band": 15.4,
    "score": 44.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 66,
      "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": "66 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (4, 4, 4, 4, 14, and more).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 228,
      "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": "228 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"3rd Ag. Nikolaos Pafou\", \"Ave. Omonoias - Optikou Nikolaidi\", \"Amathountos Ave. - Aquarius Hotel\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 1401,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 9117
  },
  "route_map": {
    "drawn_route_count": 178,
    "has_shapes": true,
    "path": "data/artifacts/emel-lemesos/geometry.geojson",
    "route_count": 254,
    "routes": [
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "10030011",
        "label": "3",
        "long": "Agios Athanasios - Mesa Geitonia - Leontiou EMEL Statio",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "10030012",
        "label": "3",
        "long": "Leontiou EMEL Station - Mesa Geitonia - Agios Athanasio",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "10040011",
        "label": "4",
        "long": "Road & Traffic Authority - Leontiou EMEL Station",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "10040012",
        "label": "4",
        "long": "Leontiou EMEL Station - Road & Traffic Authority",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": false,
        "id": "10040021",
        "label": "4",
        "long": "Technical School C (Hotel School) - Leontiou EMEL St.",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": false,
        "id": "10040022",
        "label": "4",
        "long": "Leontiou EMEL St. - Technical School C (Hotel School)",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "10050021",
        "label": "5",
        "long": "General Hospital - Agios Ioannis - Leontiou EMEL Statio",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "10050022",
        "label": "5",
        "long": "Leontiou EMEL Station - Agios Ioannis - General Hospita",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "10070011",
        "label": "7",
        "long": "My Mall- Ypsonas Industrial Area - Leontiou EMEL Statio",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "10070012",
        "label": "7",
        "long": "Leontiou EMEL Station - Ypsonas Industrial Area - My Ma",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000A0",
        "color_name": "blue",
        "has_shape": true,
        "id": "10090011",
        "label": "9",
        "long": "Palodeia - Agia Fyla - Leontiou EMEL Station",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000A0",
        "color_name": "blue",
        "has_shape": true,
        "id": "10090012",
        "label": "9",
        "long": "Leontiou EMEL Station - Agia Fyla - Palodeia",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000A0",
        "color_name": "blue",
        "has_shape": false,
        "id": "10090022",
        "label": "9",
        "long": "Leontiou EMEL Station - Agia Fyla - Agia Fyla Lyceum -",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "66FFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "10110011",
        "label": "11",
        "long": "Ag. Athanasios Housing Finance Agency - Enaerios - Ag.",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "66FFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "10110012",
        "label": "11",
        "long": "Leontiou EMEL Station - Ag. Athanasios Industrial Area",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "33FF33",
        "color_name": "green",
        "has_shape": true,
        "id": "10120011",
        "label": "12",
        "long": "Moutagiaka - Leontiou EMEL Station",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "33FF33",
        "color_name": "green",
        "has_shape": true,
        "id": "10120012",
        "label": "12",
        "long": "Leontiou EMEL Station - Moutagiaka",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "10130011",
        "label": "13",
        "long": "Germasogia - Leontiou EMEL Station",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "10130012",
        "label": "13",
        "long": "Leontiou EMEL Station - Germasogia",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "10140011",
        "label": "14",
        "long": "Estias (Agios Athanasios) - Leontiou EMEL Station",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "10140012",
        "label": "14",
        "long": "Leontiou EMEL Station - Estias (Agios Athanasios)",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "10150011",
        "label": "15",
        "long": "General Hospital - Makariou - Leontiou EMEL Station",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "10150012",
        "label": "15",
        "long": "Leontiou EMEL Station - Makariou - General Hospital",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "10160021",
        "label": "16",
        "long": "Kourion Beach - Agios Ermogenis - Episkopi - Episkopian",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "10160022",
        "label": "16",
        "long": "Leontiou EMEL Station - Episkopiana Hotel - Episkopi -",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10170011",
        "label": "17",
        "long": "Kolossi (Castle) - Leontiou EMEL Station",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10170012",
        "label": "17",
        "long": "Leontiou EMEL Station - Kolossi (Castle)",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6699FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "10180021",
        "label": "18",
        "long": "Kourion Beach - Agios Ermogenis - Ypsonas - Agios Silas",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6699FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "10180022",
        "label": "18",
        "long": "My Mall - General Hospital - Agios Silas - Ypsonas - Ag",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "10190011",
        "label": "19",
        "long": "Ellados (Trachoni) - Leontiou EMEL Station",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "10190012",
        "label": "19",
        "long": "Leontiou EMEL Station - Ellados (Trachoni)",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "10200011",
        "label": "20",
        "long": "Taki Christodoulou - My Mall - Agios Nikolaos Fire Brig",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "10200012",
        "label": "20",
        "long": "Agios Nikolaos Fire Brigate - My Mall - Taki Christodou",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "10210011",
        "label": "21",
        "long": "My Mall - Makariou Avenue - Kolonakiou",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "10210012",
        "label": "21",
        "long": "Kolonakiou - Makariou Avenue - My Mall",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8080",
        "color_name": "pink",
        "has_shape": false,
        "id": "10230011",
        "label": "23",
        "long": "Ypsonas High School - Ypsonas Centre",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8080",
        "color_name": "pink",
        "has_shape": false,
        "id": "10230012",
        "label": "23",
        "long": "Ypsonas Centre - Ypsonas High School",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8080",
        "color_name": "pink",
        "has_shape": true,
        "id": "10230021",
        "label": "23",
        "long": "Ypsonas Municipality - Ypsonas",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "10240011",
        "label": "24",
        "long": "Akrotiri - Asomatos -Trachoni - Leontiou EMEL Station",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "10240012",
        "label": "24",
        "long": "Leontiou EMEL Station - Trachoni - Akrotiri",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF33CC",
        "color_name": "pink",
        "has_shape": true,
        "id": "10250011",
        "label": "25",
        "long": "Agios Tychonas - Leontiou EMEL Station",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF33CC",
        "color_name": "pink",
        "has_shape": true,
        "id": "10250012",
        "label": "25",
        "long": "Leontiou EMEL Station - Agios Tychonas",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF33CC",
        "color_name": "pink",
        "has_shape": false,
        "id": "10250021",
        "label": "25",
        "long": "Agios Tychonas - Enaerios - Leontiou EMEL Station",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF33CC",
        "color_name": "pink",
        "has_shape": false,
        "id": "10250022",
        "label": "25",
        "long": "Leontiou EMEL Station - Enaerios - Agios Tychonas",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF80C0",
        "color_name": "pink",
        "has_shape": false,
        "id": "10260011",
        "label": "26",
        "long": "Agios Tychonas - Mouttagiaka - Leontiou EMEL Station",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80C0",
        "color_name": "pink",
        "has_shape": false,
        "id": "10260012",
        "label": "26",
        "long": "Leontiou EMEL Station - Mouttagiaka - Agios Tychonas",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80C0",
        "color_name": "pink",
        "has_shape": false,
        "id": "10260021",
        "label": "26",
        "long": "Agios Tychonas - Armenochori - Mouttagiaka - Leontiou E",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80C0",
        "color_name": "pink",
        "has_shape": false,
        "id": "10260022",
        "label": "26",
        "long": "Leontiou EMEL Station - Mouttagiaka - Armenochori - Agi",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": false,
        "id": "10270011",
        "label": "27",
        "long": "Erimi - Kolossi - Leontiou EMEL Station",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": false,
        "id": "10270012",
        "label": "27",
        "long": "Leontiou EMEL Station - Kolossi - Erimi",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "10270021",
        "label": "27",
        "long": "Erimi - Kolossi - Ypsonas - Leontiou EMEL Station",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "10270022",
        "label": "27",
        "long": "Leontiou EMEL Station - Ypsonas - Kolossi - Erimi",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "10300011",
        "label": "30",
        "long": "My Mall - New Port - Parklane \u0397otel",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "10300012",
        "label": "30",
        "long": "Parklane Hotel - New Port - My Mall",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "10300021",
        "label": "30",
        "long": "Municipal Art Gallery - Parklane \u0397otel",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "10300031",
        "label": "30",
        "long": "Old Port - Parklane \u0397otel",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "66CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "10320011",
        "label": "32",
        "long": "City Centre",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "10330011",
        "label": "33",
        "long": "Limassol Marina - My Mall - Waterpark - Kolossi (Castle",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "10330012",
        "label": "33",
        "long": "Episkopi (UK Sov. Bases) - Kourion Beach - Kolossi (Cas",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004080",
        "color_name": "teal",
        "has_shape": false,
        "id": "10350011",
        "label": "35",
        "long": "New Port - Old Port",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004080",
        "color_name": "teal",
        "has_shape": false,
        "id": "10350012",
        "label": "35",
        "long": "Old Port - New Port",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "10400011",
        "label": "40",
        "long": "Omodos - Pachna - Ag. Amvrosios - Kantou - Lemesos",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "10400012",
        "label": "40",
        "long": "Lemesos - Kantou - Ag. Amvrosios - Pachna - Omodos",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": false,
        "id": "10400021",
        "label": "40",
        "long": "Omodos- Pachna- Ag. Amvrosios- Kantou- Ypsonas- Lemesos",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": false,
        "id": "10400022",
        "label": "40",
        "long": "Lemesos- Ypsonas- Kantou- Ag. Amvrosios- Pachna- Omodos",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": false,
        "id": "10400031",
        "label": "40",
        "long": "Omodos-Pachna-Ag. Amvrosios-Kantou-New Hospital-Lemesos",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": false,
        "id": "10400032",
        "label": "40",
        "long": "Lemesos-New Hospital-Kantou-Ag. Amvrosios-Pachna-Omodos",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "600951",
        "color_name": "brown",
        "has_shape": true,
        "id": "10500011",
        "label": "50",
        "long": "Agros - Agios Ioannis - Kalo Chorio - Lemesos",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "600951",
        "color_name": "brown",
        "has_shape": true,
        "id": "10500012",
        "label": "50",
        "long": "Lemesos - Kalo Chorio - Agios Ioannis - Agros",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00C55E",
        "color_name": "green",
        "has_shape": true,
        "id": "10600011",
        "label": "60",
        "long": "Pelendri - Saittas - Lemesos",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00C55E",
        "color_name": "green",
        "has_shape": true,
        "id": "10600012",
        "label": "60",
        "long": "Lemesos - Saittas - Pelendri",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00C55E",
        "color_name": "green",
        "has_shape": false,
        "id": "10600021",
        "label": "60",
        "long": "Pelendri - Saittas - Ypsonas Ind. Area - Lemesos",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00C55E",
        "color_name": "green",
        "has_shape": false,
        "id": "10600022",
        "label": "60",
        "long": "Lemesos - Ypsonas Ind. Area - Saittas - Pelendri",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00C55E",
        "color_name": "green",
        "has_shape": false,
        "id": "10600031",
        "label": "60",
        "long": "Pelendri - Saittas - Doros - Lemesos",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00C55E",
        "color_name": "green",
        "has_shape": false,
        "id": "10600041",
        "label": "60",
        "long": "Pelendri - Polemidia - Ypsonas Industrial Area - Fragkl",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00C55E",
        "color_name": "green",
        "has_shape": false,
        "id": "10600042",
        "label": "60",
        "long": "Leontiou EMEL Station - Fragklinou Rousvelt - Ypsonas I",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00C55E",
        "color_name": "green",
        "has_shape": false,
        "id": "10600051",
        "label": "60",
        "long": "Pelendri - Saittas - Lemesos",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00C55E",
        "color_name": "green",
        "has_shape": false,
        "id": "10600052",
        "label": "60",
        "long": "Lemesos - Saittas - Pelendri",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "42F518",
        "color_name": "green",
        "has_shape": false,
        "id": "10610011",
        "label": "61",
        "long": "Saittas - Lemesos",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "42F518",
        "color_name": "green",
        "has_shape": false,
        "id": "10610012",
        "label": "61",
        "long": "Lemesos - Saittas",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808040",
        "color_name": "brown",
        "has_shape": false,
        "id": "10620011",
        "label": "62",
        "long": "Platres - Lemesos",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808040",
        "color_name": "brown",
        "has_shape": false,
        "id": "10620012",
        "label": "62",
        "long": "Lemesos - Platres",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "66BDF3",
        "color_name": "teal",
        "has_shape": true,
        "id": "10640011",
        "label": "64",
        "long": "Botanic Garden - Troodos - Moniatis - Saittas - Lemesos",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "66BDF3",
        "color_name": "teal",
        "has_shape": true,
        "id": "10640012",
        "label": "64",
        "long": "Lemesos - Saittas - Moniatis - Troodos - Botanic Garden",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "66BDF3",
        "color_name": "teal",
        "has_shape": false,
        "id": "10640021",
        "label": "64",
        "long": "Botanic Garden - Troodos - Moniatis - Saittas - Lemesos",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "66BDF3",
        "color_name": "teal",
        "has_shape": false,
        "id": "10640022",
        "label": "64",
        "long": "Botanic Garden - Troodos - Moniatis - Saittas - Lemesos",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4C610A",
        "color_name": "brown",
        "has_shape": true,
        "id": "10650011",
        "label": "65",
        "long": "Agios Mamas - Limnati - Korfi - Apesia - Lemesos",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4C610A",
        "color_name": "brown",
        "has_shape": true,
        "id": "10650012",
        "label": "65",
        "long": "Lemesos - Apesia - Korfi - Limnati - Agios Mamas",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4C610A",
        "color_name": "brown",
        "has_shape": false,
        "id": "10650021",
        "label": "65",
        "long": "Agios Mamas - Limnati - Korfi - Apesia - Agia Fyla High",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4C610A",
        "color_name": "brown",
        "has_shape": false,
        "id": "10650022",
        "label": "65",
        "long": "Lemesos - Agia Fyla High School - Apesia - Korfi - Limn",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4C610A",
        "color_name": "brown",
        "has_shape": false,
        "id": "10650031",
        "label": "65",
        "long": "Saittas - Agios Mamas - Limnati - Korfi - Apesia - Leme",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4C610A",
        "color_name": "brown",
        "has_shape": false,
        "id": "10650032",
        "label": "65",
        "long": "Lemesos - Apesia - Korfi - Limnati - Agios Mamas - Sait",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B9403",
        "color_name": "green",
        "has_shape": true,
        "id": "10660011",
        "label": "66",
        "long": "Saittas - Pelendri - Agros - Lefkosia",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B9403",
        "color_name": "green",
        "has_shape": true,
        "id": "10660012",
        "label": "66",
        "long": "Lefkosia - Agros - Pelendri - Saittas",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D6AA80",
        "color_name": "pink",
        "has_shape": true,
        "id": "10700011",
        "label": "70",
        "long": "Pissouri - Avdimou - Lemesos",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D6AA80",
        "color_name": "pink",
        "has_shape": true,
        "id": "10700012",
        "label": "70",
        "long": "Lemesos - Avdimou - Pissouri",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "004080",
        "color_name": "teal",
        "has_shape": true,
        "id": "10710011",
        "label": "71",
        "long": "Prastio - Avdimou - Lemesos",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004080",
        "color_name": "teal",
        "has_shape": true,
        "id": "10710012",
        "label": "71",
        "long": "Lemesos - Avdimou - Prastio",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E97113",
        "color_name": "orange",
        "has_shape": true,
        "id": "10800011",
        "label": "80",
        "long": "Arakapas - Eptagoneia - Kellaki - Parekklisia - Kolonak",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E97113",
        "color_name": "orange",
        "has_shape": true,
        "id": "10800012",
        "label": "80",
        "long": "Lemesos - Kolonakiou - Parekklisia - Kellaki - Eptagone",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "65350B",
        "color_name": "brown",
        "has_shape": true,
        "id": "10900011",
        "label": "90",
        "long": "Sanida - Asgata - Moni - Pyrgos - Lemesos",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "65350B",
        "color_name": "brown",
        "has_shape": true,
        "id": "10900012",
        "label": "90",
        "long": "Lemesos - Pyrgos - Moni - Asgata - Sanida",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "10910011",
        "label": "91",
        "long": "Monagrouli - Moni - Lemesos",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "10910012",
        "label": "91",
        "long": "Lemesos - Moni - Monagrouli",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004080",
        "color_name": "teal",
        "has_shape": true,
        "id": "10950011",
        "label": "95",
        "long": "Kalavasos - Zygi - Pentakomo - Lemesos",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004080",
        "color_name": "teal",
        "has_shape": true,
        "id": "10950012",
        "label": "95",
        "long": "Lemesos - Pentakomo - Zygi - Kalavasos",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080FF",
        "color_name": "purple",
        "has_shape": false,
        "id": "10960011",
        "label": "96",
        "long": "Zygi - Lemesos",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080FF",
        "color_name": "purple",
        "has_shape": false,
        "id": "10960012",
        "label": "96",
        "long": "Lemesos - Zygi",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00CC99",
        "color_name": "teal",
        "has_shape": true,
        "id": "15030011",
        "label": "9A",
        "long": "Palodeia - Kallithea - Agia Fyla - Leontiou EMEL Statio",
        "short": "9A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00CC99",
        "color_name": "teal",
        "has_shape": true,
        "id": "15030012",
        "label": "9A",
        "long": "Leontiou EMEL Station - Agia Fyla - Kallithea - Palodei",
        "short": "9A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "806232",
        "color_name": "brown",
        "has_shape": true,
        "id": "15040011",
        "label": "13A",
        "long": "Akrounta - Germasogia - Leontiou EMEL Station",
        "short": "13A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1C8600",
        "color_name": "green",
        "has_shape": true,
        "id": "15070011",
        "label": "19A",
        "long": "Akrotiri - Asomatos -Trachoni - Leontiou EMEL Station",
        "short": "19A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1C8600",
        "color_name": "green",
        "has_shape": true,
        "id": "15070012",
        "label": "19A",
        "long": "Leontiou EMEL Station - Trachoni - Akrotiri",
        "short": "19A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B6B00",
        "color_name": "green",
        "has_shape": true,
        "id": "15080011",
        "label": "25A",
        "long": "Armenochori - Agios Tychonas - Leontiou EMEL Station",
        "short": "25A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B6B00",
        "color_name": "green",
        "has_shape": true,
        "id": "15080012",
        "label": "25A",
        "long": "Leontiou EMEL Station - Agios Tychonas - Armenochori",
        "short": "25A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B6B00",
        "color_name": "green",
        "has_shape": false,
        "id": "15080021",
        "label": "25A",
        "long": "Armenochori - Linopetra High School & Lyceum - Leontiou",
        "short": "25A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B6B00",
        "color_name": "green",
        "has_shape": false,
        "id": "15080022",
        "label": "25A",
        "long": "Leontiou EMEL Station - Linopetra High School & Lyceum",
        "short": "25A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B6B00",
        "color_name": "green",
        "has_shape": false,
        "id": "15080031",
        "label": "25A",
        "long": "Armenochori - Agios Tychonas - Enaerios - Leontiou EMEL",
        "short": "25A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B6B00",
        "color_name": "green",
        "has_shape": false,
        "id": "15080032",
        "label": "25A",
        "long": "Leontiou EMEL Station - Enaerios - Agios Tychonas - Arm",
        "short": "25A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C4E112",
        "color_name": "yellow",
        "has_shape": true,
        "id": "15100011",
        "label": "30N",
        "long": "My Mall - New Port - Parklane \u0397otel",
        "short": "30N",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C4E112",
        "color_name": "yellow",
        "has_shape": true,
        "id": "15100012",
        "label": "30N",
        "long": "Parklane Hotel - New Port - My Mall",
        "short": "30N",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "15110011",
        "label": "90A",
        "long": "Lemesos - Moni - Pentakomo",
        "short": "90A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "15110012",
        "label": "90A",
        "long": "Pentakomo - Moni - Lemesos",
        "short": "90A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004080",
        "color_name": "teal",
        "has_shape": false,
        "id": "15120011",
        "label": "95A",
        "long": "Lemesos - Governors Beach",
        "short": "95A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004080",
        "color_name": "teal",
        "has_shape": false,
        "id": "15120012",
        "label": "95A",
        "long": "Governors Beach - Lemesos",
        "short": "95A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004080",
        "color_name": "teal",
        "has_shape": true,
        "id": "15140011",
        "label": "13B",
        "long": "Foinikaria - Germasogia - Leontiou EMEL Station",
        "short": "13B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004080",
        "color_name": "teal",
        "has_shape": true,
        "id": "15140012",
        "label": "13B",
        "long": "Leontiou EMEL Station - Germasogia - Foinikaria",
        "short": "13B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "408080",
        "color_name": "teal",
        "has_shape": true,
        "id": "15150011",
        "label": "13E",
        "long": "Foinikaria - Akrounta - Germasogia - Leontiou EMEL Stat",
        "short": "13E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "408080",
        "color_name": "teal",
        "has_shape": true,
        "id": "15150012",
        "label": "13E",
        "long": "Leontiou EMEL Station - Germasogia - Foinikaria - Akrou",
        "short": "13E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8040",
        "color_name": "orange",
        "has_shape": true,
        "id": "15220011",
        "label": "14B",
        "long": "Mathikoloni - Agios Athanasios - Leontiou EMEL Station",
        "short": "14B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8040",
        "color_name": "orange",
        "has_shape": true,
        "id": "15220012",
        "label": "14B",
        "long": "Leontiou EMEL Station - Agios Athanasios - Mathikoloni",
        "short": "14B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "004080",
        "color_name": "teal",
        "has_shape": true,
        "id": "15240011",
        "label": "32B",
        "long": "Apollonia student halls - Old Market - TEPAK",
        "short": "32B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004080",
        "color_name": "teal",
        "has_shape": true,
        "id": "15240012",
        "label": "32B",
        "long": "Old Market - TEPAK - Apollonia student halls",
        "short": "32B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8040",
        "color_name": "orange",
        "has_shape": true,
        "id": "15250011",
        "label": "40A",
        "long": "Agios Nikolaos - Arsos - Malia",
        "short": "40A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8040",
        "color_name": "orange",
        "has_shape": true,
        "id": "15250012",
        "label": "40A",
        "long": "Malia - Arsos - Agios Nikolaos",
        "short": "40A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8040",
        "color_name": "orange",
        "has_shape": true,
        "id": "15250021",
        "label": "40A",
        "long": "Agios Nikolaos - Arsos - Malia - Vasa - Malia",
        "short": "40A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8040",
        "color_name": "orange",
        "has_shape": true,
        "id": "15250022",
        "label": "40A",
        "long": "Malia - Vasa - Malia - Arsos - Agios Nikolaos",
        "short": "40A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "15260011",
        "label": "40B",
        "long": "Dora - Malia",
        "short": "40B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "15260012",
        "label": "40B",
        "long": "Malia - Dora",
        "short": "40B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "15260021",
        "label": "40B",
        "long": "Dora - Malia - Potamiou - Malia",
        "short": "40B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "15260022",
        "label": "40B",
        "long": "Malia - Potamiou - Malia - Dora",
        "short": "40B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF80C0",
        "color_name": "pink",
        "has_shape": false,
        "id": "15270011",
        "label": "40E",
        "long": "Potamiou - Vasa",
        "short": "40E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80C0",
        "color_name": "pink",
        "has_shape": false,
        "id": "15270012",
        "label": "40E",
        "long": "Vasa - Potamiou",
        "short": "40E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "15280011",
        "label": "40H",
        "long": "Lofou - Agios Therapon",
        "short": "40H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "15280012",
        "label": "40H",
        "long": "Agios Therapon - Lofou",
        "short": "40H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "15280021",
        "label": "40H",
        "long": "Lofou - Agios Therapon - Souni - Kantou",
        "short": "40H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "15280022",
        "label": "40H",
        "long": "Kantou - Souni - Agios Therapon - Lofou",
        "short": "40H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": true,
        "id": "15290011",
        "label": "40K",
        "long": "Zanakia - Souni - Sotira (Circular)",
        "short": "40K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "15300021",
        "label": "40M",
        "long": "Vouni - Agios Amvrosios - Zanakia - Sotira - Kantou",
        "short": "40M",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "15300022",
        "label": "40M",
        "long": "Kantou - Sotira - Zanakia - Agios Amvrosios - Vouni",
        "short": "40M",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "15310011",
        "label": "40P",
        "long": "Kyvides - Pachna Health Centre",
        "short": "40P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "15310012",
        "label": "40P",
        "long": "Pachna Health Centre - Kyvides",
        "short": "40P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF80",
        "color_name": "white",
        "has_shape": true,
        "id": "15320011",
        "label": "50A",
        "long": "Kato Milos - Agios Ioannis - Agios Theodoros - Papoutsa",
        "short": "50A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF80",
        "color_name": "white",
        "has_shape": true,
        "id": "15320012",
        "label": "50A",
        "long": "Papoutsa - Agios Theodoros - Agios Ioannis - Kato Mylos",
        "short": "50A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "408080",
        "color_name": "teal",
        "has_shape": true,
        "id": "15330011",
        "label": "50B",
        "long": "Kyperounta - Dymes - Potamitissa - Kato Mylos",
        "short": "50B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "408080",
        "color_name": "teal",
        "has_shape": true,
        "id": "15330012",
        "label": "50B",
        "long": "Kato Mylos - Potamitissa - Dymes - Kyperounta",
        "short": "50B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "15340011",
        "label": "50E",
        "long": "Agios Ioannis - Agros - Troodos Hospital",
        "short": "50E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "15340012",
        "label": "50E",
        "long": "Troodos Hospital - Agros - Agios Ioannis",
        "short": "50E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15350011",
        "label": "50H",
        "long": "Agios Theodoros - Zoopigi - Kalo Chorio",
        "short": "50H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15350012",
        "label": "50H",
        "long": "Kalo Chorio - Zoopigi - Agios Theodoros",
        "short": "50H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15350021",
        "label": "50H",
        "long": "Zoopigi - Kalo Chorio",
        "short": "50H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15350022",
        "label": "50H",
        "long": "Kalo Chorio - Zoopigi",
        "short": "50H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "15360011",
        "label": "50K",
        "long": "Agios Konstantinos - Agios Pavlos - Louvaras - Kalo Cho",
        "short": "50K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "15360012",
        "label": "50K",
        "long": "Kalo Chorio - Louvaras - Ag. Pavlos - Ag. Konstantinos",
        "short": "50K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": false,
        "id": "15360022",
        "label": "50K",
        "long": "Kalo Chorio - Louvaras - Kalo Chorio - Ag. Pavlos - Ag.",
        "short": "50K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808040",
        "color_name": "brown",
        "has_shape": true,
        "id": "15370011",
        "label": "50M",
        "long": "Apsiou - Gerasa",
        "short": "50M",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808040",
        "color_name": "brown",
        "has_shape": true,
        "id": "15370012",
        "label": "50M",
        "long": "Gerasa - Apsiou",
        "short": "50M",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "15380011",
        "label": "50P",
        "long": "Fasoula - Spitali - Paramytha",
        "short": "50P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "15380012",
        "label": "50P",
        "long": "Paramytha - Spitali - Fasoula",
        "short": "50P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "15390011",
        "label": "50T",
        "long": "Agridia - Kyperounta",
        "short": "50T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "15390012",
        "label": "50T",
        "long": "Kyperounta - Agridia",
        "short": "50T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "15400011",
        "label": "60A",
        "long": "Pelendri - Saittas",
        "short": "60A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080C0",
        "color_name": "teal",
        "has_shape": false,
        "id": "15400012",
        "label": "60A",
        "long": "Saittas - Pelendri",
        "short": "60A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "15410011",
        "label": "60B",
        "long": "Kouka - Silikou - Ag. Georgios - Monagri - Doros - Dist",
        "short": "60B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "15410012",
        "label": "60B",
        "long": "Distrato Doros-Laneia - Doros - Monagri - Ag. Georgios",
        "short": "60B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "15420011",
        "label": "60E",
        "long": "Koilani - Pera Pedi - Moniatis - Saittas",
        "short": "60E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "15420012",
        "label": "60E",
        "long": "Saittas - Moniatis - Pera Pedi - Koilani",
        "short": "60E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000A0",
        "color_name": "blue",
        "has_shape": false,
        "id": "15430011",
        "label": "60H",
        "long": "Potamitissa - Pelendri - Fylagra - Troodos Hospital",
        "short": "60H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000A0",
        "color_name": "blue",
        "has_shape": false,
        "id": "15430012",
        "label": "60H",
        "long": "Troodos Hospital - Fylagra - Pelendri - Potamitissa",
        "short": "60H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "15440011",
        "label": "60K",
        "long": "Chandria - Kyperounta - Saittas",
        "short": "60K",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "15440012",
        "label": "60K",
        "long": "Saittas - Kyperounta - Chandria",
        "short": "60K",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": false,
        "id": "15460011",
        "label": "60P",
        "long": "Saittas - Moniatis - Pera Pedi - Mandria - Kato Platres",
        "short": "60P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "15460012",
        "label": "60P",
        "long": "Foini - Pano Platres - Kato Platres - Mandria - Koilani",
        "short": "60P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804000",
        "color_name": "brown",
        "has_shape": true,
        "id": "15470011",
        "label": "62A",
        "long": "Kaminaria - Treis Elies - Agios Dimitrios",
        "short": "62A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804000",
        "color_name": "brown",
        "has_shape": true,
        "id": "15470012",
        "label": "62A",
        "long": "Agios Dimitrios - Treis Elies - Kaminaria",
        "short": "62A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004040",
        "color_name": "green",
        "has_shape": true,
        "id": "15480011",
        "label": "62B",
        "long": "Prodromos - Lemythou - Foini - Pano Platres - Mandria -",
        "short": "62B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004040",
        "color_name": "green",
        "has_shape": false,
        "id": "15480012",
        "label": "62B",
        "long": "Saittas - Mandria - Pano Platres - Foini - Lemythou - P",
        "short": "62B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FF40",
        "color_name": "green",
        "has_shape": true,
        "id": "15490011",
        "label": "62E",
        "long": "Prodromos - Lemythou - Saittas",
        "short": "62E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF40",
        "color_name": "green",
        "has_shape": true,
        "id": "15490012",
        "label": "62E",
        "long": "Saittas - Lemythou - Prodromos",
        "short": "62E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15500011",
        "label": "62H",
        "long": "Foini - Platres - Mandria - Pera Pedi - Moniatis - Sait",
        "short": "62H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15500012",
        "label": "62H",
        "long": "Troodos Hospital - Amiantos - Saittas - Moniatis - Pera",
        "short": "62H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": true,
        "id": "15510011",
        "label": "62K",
        "long": "Kaminaria - Treis Elies - Ag. Dimitrios - Paliomylos -",
        "short": "62K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": true,
        "id": "15510012",
        "label": "62K",
        "long": "Troodos Hospital - Troodos - Prodromos - Lemythou - Pal",
        "short": "62K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "15520011",
        "label": "62M",
        "long": "Prodromos - Lemythou - Kaminaria - Treis Elies - Agios",
        "short": "62M",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "15520012",
        "label": "62M",
        "long": "Saittas - Agios Dimitrios - Treis Elies - Kaminaria - L",
        "short": "62M",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "800000",
        "color_name": "red",
        "has_shape": false,
        "id": "15530011",
        "label": "62P",
        "long": "Prodromos - Lemythou - Distrato Ag. Dimitriou - Kaminar",
        "short": "62P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800000",
        "color_name": "red",
        "has_shape": true,
        "id": "15530012",
        "label": "62P",
        "long": "Kaminaria - Distrato Ag. Dimitriou - Lemythou - Prodrom",
        "short": "62P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF80",
        "color_name": "white",
        "has_shape": true,
        "id": "15540011",
        "label": "62T",
        "long": "Platres - Saittas",
        "short": "62T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF80",
        "color_name": "white",
        "has_shape": true,
        "id": "15540012",
        "label": "62T",
        "long": "Saittas - Platres",
        "short": "62T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "800040",
        "color_name": "red",
        "has_shape": true,
        "id": "15550011",
        "label": "62X",
        "long": "Distrato Ag. Dimitriou - Lemythou - Prodromos",
        "short": "62X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800040",
        "color_name": "red",
        "has_shape": false,
        "id": "15550012",
        "label": "62X",
        "long": "Prodromos - Lemythou - Distrato Ag. Dimitriou",
        "short": "62X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "15560011",
        "label": "62Y",
        "long": "Saittas - Platania",
        "short": "62Y",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "15560012",
        "label": "62Y",
        "long": "Platania - Saittas",
        "short": "62Y",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "004040",
        "color_name": "green",
        "has_shape": false,
        "id": "15580011",
        "label": "63A",
        "long": "Amiantos - Saittas",
        "short": "63A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004040",
        "color_name": "green",
        "has_shape": false,
        "id": "15580012",
        "label": "63A",
        "long": "Saittas - Amiantos",
        "short": "63A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "15590011",
        "label": "64A",
        "long": "Saittas - Platres - Troodos",
        "short": "64A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "15590012",
        "label": "64A",
        "long": "Troodos - Platres - Saittas",
        "short": "64A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808040",
        "color_name": "brown",
        "has_shape": true,
        "id": "15600011",
        "label": "66A",
        "long": "Dymes - Potamitissa",
        "short": "66A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808040",
        "color_name": "brown",
        "has_shape": true,
        "id": "15600012",
        "label": "66A",
        "long": "Potamitissa - Dymes",
        "short": "66A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "15610011",
        "label": "70A",
        "long": "Avdimou - Anogyra",
        "short": "70A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "15610012",
        "label": "70A",
        "long": "Anogyra - Avdimou",
        "short": "70A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "400040",
        "color_name": "black",
        "has_shape": true,
        "id": "15620011",
        "label": "70B",
        "long": "Pissouri - Avdimou",
        "short": "70B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "400040",
        "color_name": "black",
        "has_shape": true,
        "id": "15620012",
        "label": "70B",
        "long": "Avdimou - Pissouri",
        "short": "70B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "80FF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "15630011",
        "label": "70E",
        "long": "Alektora - Agios Thomas - Platanistia - Avdimou",
        "short": "70E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "15630012",
        "label": "70E",
        "long": "Avdimou - Platanistia - Agios Thomas - Alektora",
        "short": "70E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8080FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15640011",
        "label": "70H",
        "long": "Pissouri - Cyta - Columbia",
        "short": "70H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15640012",
        "label": "70H",
        "long": "Columbia - Cyta - Pissouri",
        "short": "70H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "15650011",
        "label": "70K",
        "long": "Avdimou - Petra tou Romiou",
        "short": "70K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "15650012",
        "label": "70K",
        "long": "Petra tou Romiou - Avdimou",
        "short": "70K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": false,
        "id": "15660011",
        "label": "70M",
        "long": "Avdimou - Pachna Health Centre",
        "short": "70M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": false,
        "id": "15660012",
        "label": "70M",
        "long": "Pachna Health Centre - Avdimou",
        "short": "70M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "15670011",
        "label": "80A",
        "long": "Profitis Ilias - Sykopetra - Arakapas",
        "short": "80A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "15670012",
        "label": "80A",
        "long": "Arakapas - Sykopetra - Profitis Ilias",
        "short": "80A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "15680011",
        "label": "80B",
        "long": "Akapnou - Eptagoneia",
        "short": "80B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "15680012",
        "label": "80B",
        "long": "Eptagoneia - Akapnou",
        "short": "80B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808080",
        "color_name": "gray",
        "has_shape": true,
        "id": "15690011",
        "label": "80E",
        "long": "Melini - Eptagoneia",
        "short": "80E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808080",
        "color_name": "gray",
        "has_shape": true,
        "id": "15690012",
        "label": "80E",
        "long": "Eptagoneia - Melini",
        "short": "80E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8080",
        "color_name": "pink",
        "has_shape": true,
        "id": "15700011",
        "label": "80H",
        "long": "Prastio - Panagia Glossa - Kellaki",
        "short": "80H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8080",
        "color_name": "pink",
        "has_shape": true,
        "id": "15700012",
        "label": "80H",
        "long": "Kellaki - Panagia Glossa - Prastio",
        "short": "80H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808080",
        "color_name": "gray",
        "has_shape": true,
        "id": "15710011",
        "label": "80K",
        "long": "Vikla - Klonari - Kellaki",
        "short": "80K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808080",
        "color_name": "gray",
        "has_shape": true,
        "id": "15710012",
        "label": "80K",
        "long": "Kellaki - Klonari - Vikla",
        "short": "80K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "15720011",
        "label": "90B",
        "long": "Pentakomo - Moni",
        "short": "90B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "15720012",
        "label": "90B",
        "long": "Moni - Pentakomo",
        "short": "90B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "15740011",
        "label": "62AA",
        "long": "Prodromos - Lemythou - Palaiomylos - Foini - Kato Platr",
        "short": "62AA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": false,
        "id": "15740012",
        "label": "62AA",
        "long": "Kato Platres - Foini - Palaiomylos - Lemythou - Prodrom",
        "short": "62AA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "15750011",
        "label": "80M",
        "long": "Dierona - Arakapas",
        "short": "80M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "15750012",
        "label": "80M",
        "long": "Arakapas - Dierona",
        "short": "80M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "15760011",
        "label": "5B",
        "long": "General Hospital - Pylones - Agios Ioannis - Leontiou E",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "15760012",
        "label": "5B",
        "long": "Leontiou EMEL Station - Agios Ioannis - Pylones - Gener",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": false,
        "id": "15760021",
        "label": "5B",
        "long": "General Hospital - Pylones - Elaion Park - Agios Ioanni",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": false,
        "id": "15760022",
        "label": "5B",
        "long": "Leontiou EMEL Station - Agios Ioannis - Pylones - Elaio",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": false,
        "id": "15770011",
        "label": "60T",
        "long": "Pelendri Circle Line",
        "short": "60T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "15780021",
        "label": "23A",
        "long": "Ypsonas Municipality Circular Green",
        "short": "23A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808040",
        "color_name": "brown",
        "has_shape": true,
        "id": "15790011",
        "label": "16A",
        "long": "Episkopi - Episkopiana Hotel - Leontiou EMEL Station",
        "short": "16A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808040",
        "color_name": "brown",
        "has_shape": true,
        "id": "15790012",
        "label": "16A",
        "long": "Leontiou EMEL Station - Episkopiana Hotel - Episkopi",
        "short": "16A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "15800011",
        "label": "70N",
        "long": "Pissouri - Pissouri Police Station",
        "short": "70N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "15800012",
        "label": "70N",
        "long": "Pissouri Police Station - Pissouri",
        "short": "70N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": false,
        "id": "15810011",
        "label": "100",
        "long": "Tsireio Stadium - Spyros Kyprianou Athletic Centre",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": false,
        "id": "15810012",
        "label": "100",
        "long": "Spyros Kyprianou Athletic Centre - Tsireio Stadium",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "15820011",
        "label": "32K",
        "long": "Tsireio Stadium - Town Centre",
        "short": "32K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6699FF",
        "color_name": "blue",
        "has_shape": false,
        "id": "15830011",
        "label": "28",
        "long": "MyMall - Agios Sylas Industrial Area",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6699FF",
        "color_name": "blue",
        "has_shape": false,
        "id": "15830012",
        "label": "28",
        "long": "Agios Sylas Industrial Area - MyMall",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FBD5B5",
        "color_name": "white",
        "has_shape": false,
        "id": "15840011",
        "label": "8",
        "long": "Agios Athanasios Industrial Area - Agios Sylas Industri",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FBD5B5",
        "color_name": "white",
        "has_shape": false,
        "id": "15840012",
        "label": "8",
        "long": "Agios Sylas Industrial Area - Agios Athanasios Industri",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1401,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-05",
  "top_fixes": [
    {
      "code": "scorecard_feed_expiring_soon",
      "count": 1,
      "effort": "One export setting.",
      "fix": "Re-export with a validity window that reaches at least 60 days out.",
      "owner": "Likely your export tool",
      "points": 72.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "Service data runs out in 8 day(s).",
      "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
    },
    {
      "code": "foreign_key_violation",
      "count": 4,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'foreign_key_violation' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Foreign key violation (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "duplicate_key",
      "count": 1,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'duplicate_key' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 3,
      "severity": "ERROR",
      "what": "Duplicate key (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
